From 079df16a6e8a3400e6cf03c1104f0c2cabce8865 Mon Sep 17 00:00:00 2001 From: Andreas Scheuring Date: Fri, 31 Mar 2017 08:49:45 +0200 Subject: [PATCH] Fix invalid path in rhel7 image doc The rhel7 image doc specified an invalid path to the dpm guest image tools. This fix corrects that path. Change-Id: I05d48eb536297030c06f6492c7516c1b7d124319 --- doc/source/image/rhel7/rhel7_image.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) mode change 100644 => 100755 doc/source/image/rhel7/rhel7_image.rst diff --git a/doc/source/image/rhel7/rhel7_image.rst b/doc/source/image/rhel7/rhel7_image.rst old mode 100644 new mode 100755 index b0c1c95..dd50f18 --- a/doc/source/image/rhel7/rhel7_image.rst +++ b/doc/source/image/rhel7/rhel7_image.rst @@ -192,15 +192,15 @@ Add DPM-Guest Tools :: - cp nova-dpm/dpm_guest_tools/usr/bin/autoconfigure_networking.sh /usr/bin/autoconfigure_networking.sh + cp nova-dpm/guest_image_tools/usr/bin/autoconfigure_networking.sh /usr/bin/autoconfigure_networking.sh - cp nova-dpm/dpm_guest_tools/usr/lib/systemd/system/autoconfigure_networking.service /usr/lib/systemd/system/autoconfigure_networking.service + cp nova-dpm/guest_image_tools/usr/lib/systemd/system/autoconfigure_networking.service /usr/lib/systemd/system/autoconfigure_networking.service - cp nova-dpm/dpm_guest_tools/usr/bin/dpm_guest_image_tools_common /usr/bin/ + cp nova-dpm/guest_image_tools/usr/bin/setmac.sh /usr/bin/setmac.sh - cp nova-dpm/dpm_guest_tools/usr/bin/setmac.sh /usr/bin/setmac.sh + cp nova-dpm/guest_image_tools/usr/bin/dpm_guest_image_tools_common /usr/bin/ - cp nova-dpm/dpm_guest_tools/etc/udev/rules.d/80-setmac.rules /etc/udev/rules.d/80-setmac.rules + cp nova-dpm/guest_image_tools/etc/udev/rules.d/80-setmac.rules /etc/udev/rules.d/80-setmac.rules * Ensure permissions