RedHatSatellite / satellite-clone

Utility to assist cloning an existing Satellite 6 server to a new host
GNU General Public License v3.0
37 stars 31 forks source link

Properly dissassociate capsule lifecycle environments #363

Closed jlsherrill closed 5 years ago

jlsherrill commented 5 years ago

The previous code would grab the last listed org for the capsule and then attempt to lookup all associated lifecycle environments by that organization. The result is that if a capsule is associated with 5 orgs, but only associated with the Library of one or two of them, it may randomally decide to try to remove the lifecycle env from another org

Closes: #363