Skip to content

Commit 97c0b4b

Browse files
author
Huanxuan Ao
committed
Fix all missing "os to openstack" transformation
Checked and fix all missing of the review: https://review.openstack.org/#/c/412669/ https://review.openstack.org/#/c/412673/ https://review.openstack.org/#/c/412678/ Change-Id: Ice85958874121eeb574d0b4cfa58e1590b014ed6
1 parent 1b3f953 commit 97c0b4b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/source/command-objects/group.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add user to group
1212
.. program:: group add user
1313
.. code:: bash
1414
15-
os group add user
15+
openstack group add user
1616
[--group-domain <group-domain>]
1717
[--user-domain <user-domain>]
1818
<group>

doc/source/command-objects/server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add fixed IP address to server
1212
.. program:: server add fixed ip
1313
.. code:: bash
1414
15-
os server add fixed ip
15+
openstack server add fixed ip
1616
<server>
1717
<network>
1818

doc/source/command-objects/snapshot.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Create new snapshot
1313
.. program:: snapshot create
1414
.. code:: bash
1515
16-
os snapshot create
16+
openstack snapshot create
1717
[--name <name>]
1818
[--description <description>]
1919
[--force]

doc/source/command-objects/volume-backup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Create new volume backup
1212
.. program:: volume backup create
1313
.. code:: bash
1414
15-
os volume backup create
15+
openstack volume backup create
1616
[--container <container>]
1717
[--name <name>]
1818
[--description <description>]

doc/source/command-objects/volume-snapshot.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Create new volume snapshot
1212
.. program:: volume snapshot create
1313
.. code:: bash
1414
15-
os volume snapshot create
15+
openstack volume snapshot create
1616
[--volume <volume>]
1717
[--description <description>]
1818
[--force]

0 commit comments

Comments
 (0)