summaryrefslogtreecommitdiff
path: root/doc/source/admin/configuration/hypervisor-hyper-v.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/admin/configuration/hypervisor-hyper-v.rst')
-rw-r--r--doc/source/admin/configuration/hypervisor-hyper-v.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/admin/configuration/hypervisor-hyper-v.rst b/doc/source/admin/configuration/hypervisor-hyper-v.rst
index 79d72cad05..8ce9c2ebb4 100644
--- a/doc/source/admin/configuration/hypervisor-hyper-v.rst
+++ b/doc/source/admin/configuration/hypervisor-hyper-v.rst
@@ -244,7 +244,7 @@ The following packages must be installed with pip:
* ``pywin32``
* ``pymysql``
* ``greenlet``
-* ``pycryto``
+* ``pycrypto``
* ``ecdsa``
* ``amqp``
* ``wmi``
@@ -311,7 +311,7 @@ To install ``nova-compute``, run:
Configure nova-compute
~~~~~~~~~~~~~~~~~~~~~~
-The ``nova.conf`` file must be placed in ``C:\etc\nova`` for running OpenStack
+The ``nova.conf`` file must be placed in ``C:\nova\etc\nova`` for running OpenStack
on Hyper-V. Below is a sample ``nova.conf`` for Windows:
.. code-block:: ini
@@ -425,7 +425,7 @@ Windows server:
.. code-block:: none
- PS C:\> C:\Python27\python.exe c:\Python27\Scripts\nova-compute --config-file c:\etc\nova\nova.conf
+ PS C:\> C:\Python38\python.exe c:\Python38\Scripts\nova-compute --config-file c:\nova\etc\nova\nova.conf
Troubleshooting