Skip to content

Commit 8774adf

Browse files
committed
docs: Add docs for missing commands
These had been missed previously. Change-Id: Ia83d08192b1f838053e73b8b027b373bb4ff4f63 Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Assisted-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5ad4617 commit 8774adf

11 files changed

Lines changed: 395 additions & 0 deletions

File tree

doc/source/cli/command-objects/compute/v2/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,20 @@ supported: live migration, cold migration, resize and evacuation.
153153
:command: server migration *
154154

155155

156+
server share
157+
------------
158+
159+
.. autoprogram-cliff:: openstack.compute.v2
160+
:command: server share *
161+
162+
163+
server volume
164+
-------------
165+
166+
.. autoprogram-cliff:: openstack.compute.v2
167+
:command: server volume *
168+
169+
156170
server
157171
------
158172

doc/source/cli/command-objects/identity/v2/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Identity v2 Commands
33
====================
44

55

6+
catalog
7+
-------
8+
9+
.. autoprogram-cliff:: openstack.identity.v2
10+
:command: catalog *
11+
12+
613
ec2 credentials (Identity v2)
714
-----------------------------
815

doc/source/cli/command-objects/image/v2/index.rst

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ image member
1515
.. autoprogram-cliff:: openstack.image.v2
1616
:command: image member list
1717

18+
.. autoprogram-cliff:: openstack.image.v2
19+
:command: image member get
20+
1821

1922
image metadef
2023
-------------
@@ -64,6 +67,24 @@ image metadef
6467
.. autoprogram-cliff:: openstack.image.v2
6568
:command: image metadef property show
6669

70+
.. autoprogram-cliff:: openstack.image.v2
71+
:command: image metadef property delete
72+
73+
.. autoprogram-cliff:: openstack.image.v2
74+
:command: image metadef property set
75+
76+
.. autoprogram-cliff:: openstack.image.v2
77+
:command: image metadef namespace unset
78+
79+
.. autoprogram-cliff:: openstack.image.v2
80+
:command: image metadef resource type association create
81+
82+
.. autoprogram-cliff:: openstack.image.v2
83+
:command: image metadef resource type association delete
84+
85+
.. autoprogram-cliff:: openstack.image.v2
86+
:command: image metadef resource type association list
87+
6788

6889
image task
6990
----------
@@ -104,3 +125,33 @@ image
104125

105126
.. autoprogram-cliff:: openstack.image.v2
106127
:command: image import
128+
129+
130+
image import info
131+
-----------------
132+
133+
.. autoprogram-cliff:: openstack.image.v2
134+
:command: image import info
135+
136+
137+
image stores
138+
------------
139+
140+
.. autoprogram-cliff:: openstack.image.v2
141+
:command: image stores list
142+
143+
144+
cached image
145+
------------
146+
147+
.. autoprogram-cliff:: openstack.image.v2
148+
:command: cached image list
149+
150+
.. autoprogram-cliff:: openstack.image.v2
151+
:command: cached image queue
152+
153+
.. autoprogram-cliff:: openstack.image.v2
154+
:command: cached image delete
155+
156+
.. autoprogram-cliff:: openstack.image.v2
157+
:command: cached image clear

doc/source/cli/command-objects/network/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ Network Commands
66
:maxdepth: 1
77

88
v2/index
9+
v2/bgpvpn/index
10+
v2/dynamic-routing/index
11+
v2/fwaas/index
12+
v2/taas/index
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
==========================
2+
Network v2 BGPVPN Commands
3+
==========================
4+
5+
6+
bgpvpn
7+
------
8+
9+
.. autoprogram-cliff:: openstack.network.v2.bgpvpn
10+
:command: bgpvpn create
11+
12+
.. autoprogram-cliff:: openstack.network.v2.bgpvpn
13+
:command: bgpvpn delete
14+
15+
.. autoprogram-cliff:: openstack.network.v2.bgpvpn
16+
:command: bgpvpn list
17+
18+
.. autoprogram-cliff:: openstack.network.v2.bgpvpn
19+
:command: bgpvpn set
20+
21+
.. autoprogram-cliff:: openstack.network.v2.bgpvpn
22+
:command: bgpvpn show
23+
24+
.. autoprogram-cliff:: openstack.network.v2.bgpvpn
25+
:command: bgpvpn unset
26+
27+
28+
bgpvpn network association
29+
---------------------------
30+
31+
.. autoprogram-cliff:: openstack.network.v2.bgpvpn
32+
:command: bgpvpn network association *
33+
34+
35+
bgpvpn router association
36+
--------------------------
37+
38+
.. autoprogram-cliff:: openstack.network.v2.bgpvpn
39+
:command: bgpvpn router association *
40+
41+
42+
bgpvpn port association
43+
------------------------
44+
45+
.. autoprogram-cliff:: openstack.network.v2.bgpvpn
46+
:command: bgpvpn port association *
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
===================================
2+
Network v2 Dynamic Routing Commands
3+
===================================
4+
5+
6+
bgp peer
7+
--------
8+
9+
.. autoprogram-cliff:: openstack.network.v2.dynamic_routing
10+
:command: bgp peer *
11+
12+
13+
bgp speaker
14+
-----------
15+
16+
.. autoprogram-cliff:: openstack.network.v2.dynamic_routing
17+
:command: bgp speaker *
18+
19+
20+
bgp dragent
21+
-----------
22+
23+
.. autoprogram-cliff:: openstack.network.v2.dynamic_routing
24+
:command: bgp dragent *
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
=========================
2+
Network v2 FWaaS Commands
3+
=========================
4+
5+
6+
firewall group
7+
--------------
8+
9+
.. NOTE(efried): have to list these out one by one; 'firewall group *' pulls in
10+
... policy * and ... rule *.
11+
12+
.. autoprogram-cliff:: openstack.network.v2.fwaas
13+
:command: firewall group create
14+
15+
.. autoprogram-cliff:: openstack.network.v2.fwaas
16+
:command: firewall group delete
17+
18+
.. autoprogram-cliff:: openstack.network.v2.fwaas
19+
:command: firewall group list
20+
21+
.. autoprogram-cliff:: openstack.network.v2.fwaas
22+
:command: firewall group set
23+
24+
.. autoprogram-cliff:: openstack.network.v2.fwaas
25+
:command: firewall group show
26+
27+
.. autoprogram-cliff:: openstack.network.v2.fwaas
28+
:command: firewall group unset
29+
30+
31+
firewall group policy
32+
---------------------
33+
34+
.. autoprogram-cliff:: openstack.network.v2.fwaas
35+
:command: firewall group policy *
36+
37+
38+
firewall group rule
39+
-------------------
40+
41+
.. autoprogram-cliff:: openstack.network.v2.fwaas
42+
:command: firewall group rule *

doc/source/cli/command-objects/network/v2/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,13 @@ network access for servers on project networks.
404404
:command: router *
405405

406406

407+
security group default statefulness
408+
-----------------------------------
409+
410+
.. autoprogram-cliff:: openstack.network.v2
411+
:command: security group default statefulness *
412+
413+
407414
security group rule
408415
-------------------
409416

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
========================
2+
Network v2 TaaS Commands
3+
========================
4+
5+
6+
tap flow
7+
--------
8+
9+
.. autoprogram-cliff:: openstack.network.v2.taas
10+
:command: tap flow *
11+
12+
13+
tap mirror
14+
----------
15+
16+
.. autoprogram-cliff:: openstack.network.v2.taas
17+
:command: tap mirror *
18+
19+
20+
tap service
21+
-----------
22+
23+
.. autoprogram-cliff:: openstack.network.v2.taas
24+
:command: tap service *
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
11
=================
22
Share v2 Commands
33
=================
4+
5+
share lock
6+
----------
7+
8+
.. autoprogram-cliff:: openstack.share.v2
9+
:command: share lock *
10+
11+
12+
share message
13+
-------------
14+
15+
.. autoprogram-cliff:: openstack.share.v2
16+
:command: share message *
17+
18+
19+
share security service
20+
----------------------
21+
22+
.. autoprogram-cliff:: openstack.share.v2
23+
:command: share security service *
24+
25+
26+
share service
27+
-------------
28+
29+
.. autoprogram-cliff:: openstack.share.v2
30+
:command: share service set
31+
32+
.. autoprogram-cliff:: openstack.share.v2
33+
:command: share service list
34+
35+
.. autoprogram-cliff:: openstack.share.v2
36+
:command: share service ensure shares

0 commit comments

Comments
 (0)