blob: 175867e9e0cd8d49180bddc92bec2b105d4c38a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
=====
stack
=====
Basic actions
-------------
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack list
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack create
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack update
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack cancel
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack show
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack delete
Outputs
-------
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack output list
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack output show
Resources
---------
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack resource list
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack resource show
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack resource metadata
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack resource mark unhealthy
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack resource signal
Events
------
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack event list
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack event show
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack failures list
Input data
----------
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack template show
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack environment show
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack file list
User hooks
----------
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack hook poll
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack hook clear
Other actions
-------------
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack check
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack suspend
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack resume
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack export
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack abandon
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack adopt
Snapshots
---------
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack snapshot list
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack snapshot create
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack snapshot restore
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack snapshot show
.. autoprogram-cliff:: openstack.orchestration.v1
:command: stack snapshot delete
|