File tree Expand file tree Collapse file tree 5 files changed +13
-1
lines changed
Expand file tree Collapse file tree 5 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ python-designateclient>=2.7.0 # Apache-2.0
1616python-heatclient >= 1.10.0 # Apache-2.0
1717python-ironicclient >= 2.3.0 # Apache-2.0
1818python-ironic-inspector-client >= 1.5.0 # Apache-2.0
19+ python-magnumclient >= 2.3.0 # Apache-2.0
1920python-manilaclient >= 2.0.0 # Apache-2.0
2021python-mistralclient != 3.2.0 ,>= 3.1.0 # Apache-2.0
2122python-muranoclient >= 0.8.2 # Apache-2.0
Original file line number Diff line number Diff line change @@ -202,6 +202,12 @@ conflicts when creating new plugins. For a complete list check out
202202* ``cluster profile ``: (**Clustering (Senlin) **)
203203* ``cluster profile type ``: (**Clustering (Senlin) **)
204204* ``cluster receiver ``: (**Clustering (Senlin) **)
205+ * ``coe ca ``: (**Container Orchestration Engine (Magnum) **)
206+ * ``coe cluster ``: (**Container Orchestration Engine (Magnum) **)
207+ * ``coe cluster template ``: (**Container Orchestration Engine (Magnum) **)
208+ * ``coe quotas ``: (**Container Orchestration Engine (Magnum) **)
209+ * ``coe service ``: (**Container Orchestration Engine (Magnum) **)
210+ * ``coe stats ``: (**Container Orchestration Engine (Magnum) **)
205211* ``cron trigger ``: (**Workflow Engine (Mistral) **)
206212* ``database flavor ``: (**Database (Trove) **)
207213* ``dataprocessing data source ``: (**Data Processing (Sahara) **)
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Plugin Commands
1515 heat
1616 ironic
1717 ironic-inspector
18+ magnum
1819 manila
1920 mistral
2021 neutron
Original file line number Diff line number Diff line change 1+ magnum
2+ ------
3+
4+ .. autoprogram-cliff :: openstack.container_infra.v1
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ The following is a list of projects that are an OpenStackClient plugin.
3131- python-heatclient
3232- python-ironicclient
3333- python-ironic-inspector-client
34+ - python-magnumclient
3435- python-manilaclient
3536- python-mistralclient
3637- python-muranoclient
@@ -51,7 +52,6 @@ The following is a list of projects that are an OpenStackClient plugin.
5152
5253The following is a list of projects that are not an OpenStackClient plugin.
5354
54- - python-magnumclient
5555- python-monascaclient
5656- python-solumclient
5757
You can’t perform that action at this time.
0 commit comments