api_url regexp wrong during enlist/commission
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Low
|
Unassigned | ||
2.3 |
Fix Released
|
Low
|
Unassigned |
Bug Description
In the python3-django-maas v 2.3.0-6434 on xenial the regexp for api_url in src/metadataser
Our fix for this is to change the regexp to '(^[a-z]
Output from dpkg -l '*maas*'
||/ Name Version Architecture Description
+++-===
ii maas 2.3.0-6434-
ii maas-cli 2.3.0-6434-
un maas-cluster-
ii maas-common 2.3.0-6434-
ii maas-dhcp 2.3.0-6434-
ii maas-dns 2.3.0-6434-
ii maas-proxy 2.3.0-6434-
ii maas-rack-
ii maas-region-api 2.3.0-6434-
ii maas-region-
un maas-region-
un python-django-maas <none> <none> (no description available)
un python-maas-client <none> <none> (no description available)
un python-
ii python3-django-maas 2.3.0-6434-
ii python3-maas-client 2.3.0-6434-
ii python3-
Related branches
- MAAS Maintainers: Pending requested
-
Diff: 1806 lines (+1511/-2) (has conflicts)18 files modifieddebian/changelog (+16/-0)
snap/snapcraft.yaml (+9/-0)
src/maasserver/bootsources.py (+3/-0)
src/maasserver/models/tests/test_userprofile.py (+3/-0)
src/maasserver/rpc/boot.py (+5/-0)
src/maasserver/static/js/angular/controllers/tests/test_nodes_list.js (+17/-0)
src/maasserver/static/partials/ipranges.html (+17/-0)
src/maasserver/static/partials/node-details.html (+134/-0)
src/maasserver/static/partials/nodes-list.html (+1017/-0)
src/maasserver/static/partials/script-results-list.html (+76/-0)
src/maasserver/tests/test_bootsources.py (+3/-0)
src/maasserver/triggers/tests/test_websocket_listener.py (+5/-0)
src/metadataserver/user_data/templates/commissioning.template (+4/-0)
src/provisioningserver/import_images/boot_resources.py (+61/-0)
src/provisioningserver/import_images/tests/test_boot_resources.py (+92/-0)
src/provisioningserver/import_images/tests/test_download_resources.py (+35/-0)
src/provisioningserver/utils/tests/test_network.py (+3/-0)
utilities/release-build (+11/-2)
- Andres Rodriguez (community): Approve
-
Diff: 13 lines (+1/-1)1 file modifiedsrc/metadataserver/user_data/templates/snippets/maas_enlist.sh (+1/-1)
- Blake Rouse (community): Approve
-
Diff: 13 lines (+1/-1)1 file modifiedsrc/metadataserver/user_data/templates/snippets/maas_enlist.sh (+1/-1)
Changed in maas: | |
importance: | Undecided → Low |
status: | New → Triaged |
milestone: | none → 2.4.0beta1 |
Changed in maas: | |
status: | Triaged → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
Thanks for the bug report. I've made a PR for 2.4, and will backport to 2.3. It will be available in the next release. (2.3.2)