-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
Description
Description
Model.add_machine takes only a series parameters, when using jammy, everything works as expected, but when using noble, the machine is still deployed as jammy
Line 1469 in f87b50c
| async def add_machine( |
Urgency
Blocker for our release
Python-libjuju version
3.6.0.0
Juju version
3.6.0
Reproduce / Test
In a machine model supporting adding machines:
MAAS example
name = 'system-id=weBqr6'
await model.add_machine(spec=model.uuid + ":" + name, series="noble")ubuntu@reproducer-gboutry-project-bastion:~$ juju machines -m openstack-machines
Machine State Address Inst id Base AZ Message
0 started 10.149.73.19 reproducer-gboutry-hosts-0 ubuntu@22.04 default Deployed
1 started 10.149.73.20 reproducer-gboutry-hosts-1 ubuntu@22.04 default Deployed
2 started 10.149.73.21 reproducer-gboutry-hosts-2 ubuntu@22.04 default Deployed