Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
No longer delete tenant when un-registering managed module instance
As deleting a tenant succeeds even when other modules are activated for it
  • Loading branch information
marcjohnson-kint committed Jan 3, 2018
1 parent 7fed6df commit cdd49d6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions stop-managed-demo.sh
Expand Up @@ -5,10 +5,7 @@ tenant_id=${1:-demo_tenant}
echo "Unregistering Inventory Storage Module"
./unregister-managed.sh ${tenant_id}

echo "Deleting Tenant"
./delete-tenant.sh

if which python3
if which python3
then
pip3 install requests

Expand Down

0 comments on commit cdd49d6

Please sign in to comment.