fix the path to nova-compute.py for Hyper-V

Change-Id: I32bbfc1efc0ae2c719ef30e26442a9630876200a
Closes-Bug: 1288635
This commit is contained in:
KATO Tomoyuki 2014-08-12 19:44:46 +09:00
parent 056398f678
commit 2444626aff

View File

@ -343,7 +343,7 @@ connection=mysql://nova:passwd@<replaceable>IP_ADDRESS</replaceable>/nova</progr
<title>Run Compute with Hyper-V</title>
<para>To start the <systemitem class="service">nova-compute</systemitem> service, run this command from a console in the Windows
server:</para>
<screen><prompt>C:\></prompt><userinput>C:\python27\python.exe c:\openstack\nova\bin\nova-compute.py</userinput></screen>
<screen><prompt>C:\></prompt><userinput>C:\python27\python.exe c:\nova\bin\nova-compute.py</userinput></screen>
</section>
<section xml:id="troubleshooting-hyper-v">
<title>Troubleshoot Hyper-V configuration</title>