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

This commit is contained in:
Jenkins 2014-08-15 18:54:54 +00:00 committed by Gerrit Code Review
commit a16447c990

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>