Merge "Add the property hypervisor_type to the image creation"

This commit is contained in:
Jenkins 2017-05-22 16:30:30 +00:00 committed by Gerrit Code Review
commit 9bdd19244f

View File

@ -395,7 +395,7 @@ the image to glance using the openstack-client:
.. code-block:: none
PS C:\> openstack image create --name "VM_IMAGE_NAME" --public \
PS C:\> openstack image create --name "VM_IMAGE_NAME" --property hypervisor_type=hyperv --public \
--container-format bare --disk-format vhd
.. note::