Merge "Docs: Add pip configuration removal to AIO re-deployment process"

This commit is contained in:
Jenkins 2016-04-22 00:32:23 +00:00 committed by Gerrit Code Review
commit 9db409dc60

View File

@ -207,6 +207,9 @@ isn't always practical. As such the following may be executed instead:
$ rm -rf /openstack /etc/{neutron,nova,swift} \
/var/log/{neutron,nova,swift}
$ # Remove the pip configuration files on the host
$ rm -rf /root/.pip
There is a convenience script (``scripts/teardown.sh``) which will destroy
everything known within an environment. Be aware that this script will destroy
whole environments and should be used WITH CAUTION.