Remove openstack_deploy from teardown.sh deletion list
This patch prevents teardown.sh script from deleting /etc/openstack_deploy in order to let the deployer decide whether to delete it or not. Change-Id: I8de55c6fce79bd9301d995c565cfb4e0a38b253a Closes-Bug: #1504561
This commit is contained in:
parent
c88534e169
commit
6f21ceb865
@ -25,9 +25,8 @@ cat <<EOF
|
||||
-----------------------------------------------------------------------------
|
||||
WARNING: This is a destructive action. All containers will be destroyed and
|
||||
all data within the containers will be removed. Some data will be
|
||||
removed from the host as well, including all configuration data
|
||||
within /etc/openstack_deploy/.
|
||||
|
||||
removed from the host as well. /etc/openstack_deploy will be preserved
|
||||
and may be manually removed if needed.
|
||||
Please verify that you have backed up all important data prior to
|
||||
proceeding with the teardown script.
|
||||
-----------------------------------------------------------------------------
|
||||
@ -194,7 +193,6 @@ pushd playbooks
|
||||
- /etc/nova
|
||||
- /etc/network/interfaces.d/aio_interfaces.cfg
|
||||
- /etc/neutron
|
||||
- /etc/openstack_deploy
|
||||
- /etc/swift
|
||||
- /openstack
|
||||
- /opt/*.img
|
||||
|
Loading…
Reference in New Issue
Block a user