[2.4] maas_url http://<ip>:5240/MAAS in regiond.conf leads to invalid metadata URL
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Unassigned |
Bug Description
With /etc/maas/
Updating rackd.conf to use http://
That's on MAAS 2.4 beta1:
root@maas01:
ii maas 2.4.0~beta1-
ii maas-cli 2.4.0~beta1-
ii maas-common 2.4.0~beta1-
ii maas-dhcp 2.4.0~beta1-
ii maas-proxy 2.4.0~beta1-
ii maas-rack-
ii maas-region-api 2.4.0~beta1-
ii maas-region-
ii python3-django-maas 2.4.0~beta1-
ii python3-maas-client 2.4.0~beta1-
ii python3-
Changed in maas: | |
assignee: | nobody → Blake Rouse (blake-rouse) |
Changed in maas: | |
assignee: | Blake Rouse (blake-rouse) → Mike Pontillo (mpontillo) |
Changed in maas: | |
milestone: | 2.4.0beta2 → 2.4.0rc1 |
Changed in maas: | |
milestone: | 2.4.0rc1 → 2.4.0rc2 |
assignee: | Mike Pontillo (mpontillo) → nobody |
From IRC discussion:
1. /etc/maas/ regiond. conf:maas_ url was http://<ip>/MAAS rackd.conf: maas_url was http:// localhost: 5240/MAAS regiond. conf was updated to http://<ip>:5240/MAAS & /etc/maas/ rackd.conf was left as http:// localhost: 5240/MAAS
2. /etc/maas/
3. /etc/maas/
4. restart maas-regiond
5. cloud-config-url was still incorrect, pointing to http://<ip>/MAAS as per the above bug.
To solve:
6. /etc/maas/ rackd.conf: maas_url http://<ip>:5240/MAAS fixed it.