DEFAULT_MAAS_URL should include the '/MAAS' part.
Bug #1033956 reported by
Raphaël Badin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
maas (Ubuntu) |
Fix Released
|
Undecided
|
Andres Rodriguez |
Bug Description
We've changed how MAAS treats the setting DEFAULT_MAAS_URL: now the FORCE_SCRIPT_NAME is not appended by the code if DEFAULT_MAAS_URL is defined in maas_local_
The reasoning behind that change is that if DEFAULT_MAAS_URL is defined in the local settings, that value should be used as is to give a user the maximum flexibility.
Related branches
lp://staging/~andreserl/maas/maas_bzr_865
- Julian Edwards (community): Approve
-
Diff: 143 lines (+82/-5)6 files modifieddebian/changelog (+11/-1)
debian/control (+18/-1)
debian/maas-dns.dirs (+1/-0)
debian/maas-dns.postinst (+25/-0)
debian/maas-dns.postrm (+24/-0)
debian/maas.postinst (+3/-3)
Changed in maas (Ubuntu): | |
assignee: | nobody → Andres Rodriguez (andreserl) |
Changed in maas (Ubuntu): | |
status: | New → Fix Committed |
status: | Fix Committed → In Progress |
Changed in maas (Ubuntu): | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
This bug was fixed in the package maas - 0.1+bzr971+ dfsg-0ubuntu1
--------------- dfsg-0ubuntu1) quantal; urgency=low
maas (0.1+bzr971+
* New upstream release (LP: #1044367)
[ Julian Edwards ] config. patch to handle new default tftp directory
* Fix 02-pserv-
[ Andres Rodriguez ] maas.postinst: maas.postinst: Drop cobbler configuration maas.install: Drop installation of snippets/preseeds. extras/ maas-provision: Add missing "$@" (LP: #1040462) config. patch: Updated. Do not patch cobbler related bits. extras/ 99-maas- sudoers: Added. maas.install: Install 99-maas-sudoers maas.maas- celery. upstart: Enable Beat and set scheduler db file. maas-dns. postinst: Set correct permissions. (LP: #1042868) maas-dhcp. config:
* debian/
- include '/MAAS' for DEFAULT_MAAS_URL.(LP: #1033956)
- Update bzr version to safely upgrade.
* Add maas-dns package that configures DNS in MAAS (LP: #1030860)
* Remove cobbler related bits
- debian/
- debian/
- debian/control:
+ Drop Depends on maas-provision. (LP: #975473)
+ Depends on bind9utils.
+ Depends on python-lockfile (LP: #1037400)
Add necessary Conflicts/Replaces. Add conflicts to tftpd-hpa and dnsmasq.
Depends on isc-dhcp-server for maas-dhcp, and syslinux-common.
- debian/
- debian/patches:
+ 02-pserv-
patch tftp config to default.
* maas-dhcp: Re-add to handle initial configuration of MAAS DHCP server.
* Allow restart of 'isc-dhcp-server' by adding a sudoers file:
- debian/
- debian/
* Minor improvements on dbconfig-common handling:
- debian/maas.config: Only call dbc_go when scripts present.
- debian/maas.postrm: Only call dbc_go when config file exists.
* debian/
* debian/
* debian/
- Ask whether we want to enable DHCP (LP: #1044229)
- Add debconf question for network interfaces
* debian/maas.prerm: Stop services before removing database (LP: #1044559)
-- Andres Rodriguez <email address hidden> Thu, 02 Aug 2012 09:01:43 -0400