Comment 3 for bug 1229275

Revision history for this message
Raphaƫl Badin (rvb) wrote : Re: juju destroy-environment also destroys nodes that are not controlled by juju

One solution to fix this problem would be this:
- when the env is bootstrapped: create a tag named after the environment UUID
- each time juju takes control of a node: associate that tag with the node
- when juju fetches the list of instances it controls, only return the nodes associated with that tag