juju needs to support the MAAS API's not_tags constraint
Bug #1373385 reported by
Dustin Kirkland
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
High
|
Dimiter Naydenov |
Bug Description
⟫ juju deploy --constraints "not_tags=virtual" nfs
error: invalid value "not_tags=virtual" for flag --constraints: unknown constraint "not_tags"
This is bad. We need to be able to use not_tags with MAAS. This came up today in a discussion with a prospect/customer.
affects: | juju → juju-core |
tags: | added: maas-provider |
tags: | added: constraints |
Changed in juju-core: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → next-stable |
tags: | added: orange-box |
Changed in juju-core: | |
status: | Triaged → In Progress |
assignee: | nobody → Dimiter Naydenov (dimitern) |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Juju now supports --constraints tags=tag1, tag2,^tag3, ^tag4 which gets translated to MAAS tags=tag1,tag2 and not_tags=tag3,tag4
Fix has landed in trunk.