Fix patching instructions for packaged Nova

The previous patch instructions for Nova installed from RDO did not
work because they attempted to do the patching at the wrong level
of the package directory structure.  This change fixes that and
simplifies the patching command.
This commit is contained in:
Ben Nemec 2016-08-23 16:30:16 -05:00
parent 2befe1a933
commit d5f6b2a428
1 changed files with 1 additions and 3 deletions

View File

@ -27,9 +27,7 @@ cloud Nova. Examples:
TripleO/RDO::
sudo cp patches/nova/nova-pxe-boot.patch /usr/lib/python2.7/site-packages/nova
cd /usr/lib/python2.7/site-packages/nova
sudo patch -p1 < nova-pxe-boot.patch
sudo patch -p1 -d /usr/lib/python2.7/site-packages < patches/nova/nova-pxe-boot.patch
Devstack: