"OS ubuntu with release trusty has no available images for download" when configuring boot-sources
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
maas-deployer |
New
|
Undecided
|
Unassigned |
Bug Description
maas-deployer now has an ability to reconfigure maas boot-sources with http://
How to reproduce:
$ cat <<"EOF" | tee reproduce-test.sh
set -e
for i in {1..10}; do
old_
maas ubuntu boot-source delete "$old_source"
maas ubuntu boot-sources create \
url='http://
new_
### needs some sleep here
maas ubuntu boot-source-
done
EOF
$ bash reproduce-test.sh
Success.
Machine-readable output follows:
Success.
Machine-readable output follows:
{
"url": "http://
"keyring_data": "",
"keyring_
"id": 30,
"resource_uri": "/MAAS/
}
{"os": ["OS ubuntu with release trusty has no available images for download"]}