Skip to content

Commit 9a9b4e8

Browse files
Alex-WelshMoteHue
andcommitted
Apply suggestions from code review
Co-authored-by: Matt Crees <mattc@stackhpc.com>
1 parent b5f9804 commit 9a9b4e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/source/operations/gpu-in-openstack.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ configuration or trigger the playbook manually:
7070
The playbook will apply the necessary configuraion and reboot the hosts if
7171
required.
7272

73-
Once host configuration is complete, deploy the OpenStack services:
73+
Once host configuration is complete, deploy Nova:
7474
.. code-block:: console
7575
76-
kayobe overcloud service deploy -kt nova --kolla-limit compute_a100,compute_v100,compute_multi_gpu
76+
kayobe overcloud service deploy -kt nova
7777
7878
Create a flavor
7979
---------------
@@ -84,9 +84,9 @@ For example, to request two of the GPUs with alias **v100_32**
8484
8585
openstack flavor set m1.medium-gpu --property "pci_passthrough:alias"="v100_32:2"
8686
87-
This can be also defined in the openstack-config repository
87+
This can be also defined in the openstack-config repository.
8888

89-
add extra_specs to flavor in etc/openstack-config/openstack-config.yml:
89+
Add extra_specs to flavor in etc/openstack-config/openstack-config.yml:
9090

9191
.. code-block:: console
9292

0 commit comments

Comments
 (0)