Docs: Add pip configuration removal to AIO re-deployment process
This change adds a simple comment and command to remove the ~/.pip directory when cleanning up an AIO deployment. Change-Id: Ia6e714f20240f2829c7e476010654580cf1fc355 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
a7881a1348
commit
7280c909e0
@ -204,6 +204,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. You should be aware that this script
|
||||
will destroy whole environments and should be used WITH CAUTION.
|
||||
|
Loading…
x
Reference in New Issue
Block a user