summaryrefslogtreecommitdiff
path: root/doc/source/plugins.rst
Commit message (Collapse)AuthorAgeFilesLines
* update plugins documentationSteve Martinelli2016-12-111-2/+1
| | | | | | | | | | | | - remove cueclient from list of supported plugins, it seems like a dead project to me, see [1] for more details. - remove the ** from watcherclient, it is now listed in global requirements [2]. [1] https://review.openstack.org/#/c/409497/ [2] https://github.com/openstack/requirements/blob/master/global-requirements.txt#L232 Change-Id: Ia49436ccdbdf5d84060062b57e4a6286b5906468
* Fix six typosAtsushi SAKAI2016-08-251-1/+1
| | | | | | | | | | | disassoiate => disassociate nmaes => names mutiually => mutually aviod => avoid CLustering => Clustering availble => available Change-Id: I84545bf46acfccc9dde3e85020700edb5a8375a6
* Add python-neutronclient to OSC pluginsRichard Theis2016-07-051-3/+6
| | | | | | | | | | Neutron is transitioning its CLI to OSC. Some CLIs will reside within python-openstackclient while others will be OSC plugins within python-neutronclient. Depends-On: I9a20bc7a3d8aa7b631fb0fd534fc5705c23326ce Change-Id: I2d8d369739d1df1597201368dd2158e07c8d2baf Related-Bug: #1521291
* update plugin documentationSteve Martinelli2016-06-301-2/+3
| | | | | | | | - add watcher, gnocchi and aodh - organize sphinx docs based on alphabetical order of the library Change-Id: Ibdd500da0e488ce3256320d53b3354ee7c66468a
* osc-lib: commandDean Troyer2016-06-131-3/+1
| | | | | | | Leave command.py and test_command.py as a sanity check during the deprecation period. Change-Id: I24e1b755cbfbcbcaeb5273ec0c9706b82384fc85
* osc-lib: parseractionsDean Troyer2016-06-131-1/+1
| | | | | | | Leave parseractions.py and test_parseractions.py as a sanity check during the deprecation period. Change-Id: I1a7469b6d872284e0276502a1a287bc0b87f8f83
* osc-lib: logsDean Troyer2016-06-131-1/+1
| | | | Change-Id: I2a4d40cd72cc22e97a600751ae29c2309ebed28b
* osc-lib: utilsDean Troyer2016-06-131-2/+2
| | | | | | | | Use osc-lib directly for utils. Leave openstackclient.common.utils for deprecation period. Change-Id: I5bd9579abc4e07f45219ccd0565626e6667472f7
* osc-lib: exceptionsDean Troyer2016-06-131-1/+3
| | | | | | | | Use osc-lib directly for exceptions. Leave openstackclient.common.exceptions for deprecation period. Change-Id: Iea3e862302372e1b31ccd27f69db59b4953ca828
* Merge "Devref: Document OSC interfaces available to plugins"Jenkins2016-04-061-1/+63
|\
| * Devref: Document OSC interfaces available to pluginsRichard Theis2016-03-181-1/+63
| | | | | | | | | | | | | | | | This devref documents the OSC interfaces are officially available for plugins to implement commands and related unit tests. It also covers requirements for plugins. Change-Id: I68caa188e389e400fa9f5fd38f32c76cdd3e0986
* | update docs with status of pluginsSteve Martinelli2016-03-171-22/+27
|/ | | | | | | | | | | | | several other projects have joined the bandwagon, let's add them to the list, these include: python-ironic-inspector-client python-muranoclient python-senlinclient python-tripleoclient python-searchlightclient Change-Id: I9165daf64bf817b9e12ee8fc27ce6e11ebe01e5e
* add a checklist for creating a new pluginSteve Martinelli2016-03-011-0/+38
| | | | | | includes steps for both infra and osc changes. Change-Id: I35ae2eb29cff87f5c971e64badd2927fc9a59bf4
* Merge "Add python-searchlightclient to list of adopters."Jenkins2016-02-251-0/+1
|\
| * Add python-searchlightclient to list of adopters.Travis Tripp2016-01-211-0/+1
| | | | | | | | | | | | This adds python-searchlightclient to the list of adopters. Change-Id: Ifb6f1931c00fc735a0b0fcc830979a4d83c0527d
* | update heat object and command docMark Vanderwiel2016-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many OpenStack client heat command patches are in progress, seems like good time to also update some of the highlevel doc. Added new objects for orchestration and software openstack orchestration resource type list/show openstack software config create/delete/show/list Added new action for restore openstack stack snapshot create/delete/list/show/restore Added link to CLI reference for complete plugin syntax and details Removed deprecated tasker client Change-Id: I2c94a5981954edcba95f364a0f909c799f1c403b Blueprint: heat-support-python-openstackclient
* | Remove the Tuskar clientDougal Matthews2016-01-271-1/+0
|/ | | | | | The Tuskar project is now inactive and has been archived. Change-Id: I4c7cb50560b40ba1bc130be5bdc9446a46b09c24
* Merge "Use Block Storage instead of Volume"Jenkins2016-01-041-2/+3
|\
| * Use Block Storage instead of VolumeXi Yang2015-11-271-2/+3
| | | | | | | | | | | | | | Volume is better to be replaced by Block Storage in the doc. Change-Id: I736669ee01c7385b6e701cb20f4334eff1c49286
* | Integrating mistralclient with openstackclientLingxian Kong2015-12-011-1/+1
|/ | | | | Change-Id: Ie54d7c15366a8272eefa94c0d8d2430428bdc590 Depends-On: Ic099aaec88377a76a17700c33fed944e52ec5633
* Update the plugin docsSteve Martinelli2015-10-061-6/+6
| | | | | | | There have been some changes as to the status of OSC plugins, highlight these changes in the table. Change-Id: Iff6520d35b34ae5d7bf88a128ebdf05f3681d643
* Update the plugin docs for designateTerryHowe2015-08-191-1/+1
| | | | Change-Id: I43cee0670728ec15de461be55ffb0504a216de77
* Update plugin documentationSteve Martinelli2015-08-081-12/+13
| | | | | | | | Several projects have begun to make OSC plugins; we should list the status of the major projects, so users can know if they can expect support for that feature/project. Change-Id: Ib3c11c8f2b90663e37578a2714d438944eb1c6f6
* Do not set default versions in parsed argsTerryHowe2015-07-181-5/+2
| | | | | | | | | | | Setting default versions in parsed args makes it so OCC cannot tell if the argument was parsed, an environment variable was set or it is just defaulted. In order to set api versions from OCC, it will have to be defaulted after processing OCC. Closes-Bug: #1453229 Change-Id: I4d065919397b783f3bdd4022c986c0234a7a16e6
* Small tweaks to osc plugin docsSteve Martinelli2015-05-281-5/+5
| | | | Change-Id: Ifbc63871e60e8ee843fdfefd8026dc4224fe4e13
* Adds python-tuskarclient to list of pluginsPetr Blaho2015-05-271-0/+1
| | | | Change-Id: Ie3468d14186f69ec9203f11302b8a07dc93dcc5a
* Add some comments about current plugin supportSteve Martinelli2015-05-221-1/+33
| | | | Change-Id: Ida9ac9956c611fec783ff98a01628c3d38e7b58f
* Add some code-blocks to the docsSteve Martinelli2014-10-031-3/+3
| | | | | | Add some basic highlighting for the docs Change-Id: Ifa740856f3ef636bdf0f60f3b7d082c68062fe9b
* Update docs and release notes for 0.4.1 releaseDean Troyer2014-09-081-1/+54
| | | | | Closes-Bug: 1365505 Change-Id: I027d263ba9980715454b034a37733c5ff23fd169
* Update docs and release notes for 0.4.0Dean Troyer2014-06-201-2/+2
| | | | Change-Id: Iad6cfe5dee63adb9e60a0ea9811217b3175eb99c
* Update docs for plugins and release notesDean Troyer2013-12-051-0/+46
* Fill out the existing command and man page * Add a plugins page. * Begin the release notes for 0.3.0 Change-Id: I4527fed28a10a9d79fc8f6c1d925a4bf0d0a7a36