82 Commits

Author SHA1 Message Date
Richard Theis
578065b2c8 Add python-neutronclient to OSC plugins
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
2016-07-05 09:37:05 -05:00
OpenStack Proposal Bot
8a3b5d2b50 Updated from global requirements
Change-Id: I0954807ccd7be3256627eb330a66c9fb539d639f
2016-07-01 04:24:41 +00:00
Steve Martinelli
46b14afc3f update plugin documentation
- add watcher, gnocchi and aodh
- organize sphinx docs based on alphabetical order
  of the library

Change-Id: Ibdd500da0e488ce3256320d53b3354ee7c66468a
2016-06-30 12:57:42 -04:00
OpenStack Proposal Bot
6828f5ce27 Updated from global requirements
Change-Id: I43d04f2cbb0543d55783252d8618ddafdda3a66c
2016-06-24 03:17:41 +00:00
OpenStack Proposal Bot
f6a188c3e1 Updated from global requirements
Change-Id: I99fc95e55e3a8030ed9175658895335beef059c3
2016-06-21 18:05:37 +00:00
OpenStack Proposal Bot
df71ae814e Updated from global requirements
Change-Id: I729673d3c5e7f32ddf6f912d8ac5b7ca3b1cb394
2016-06-09 16:23:05 +00:00
OpenStack Proposal Bot
db0849e711 Updated from global requirements
Change-Id: I944891584a7479c8d8bdf545af8a6af0460f42d5
2016-06-08 22:04:01 +00:00
OpenStack Proposal Bot
3078540161 Updated from global requirements
Change-Id: I17243642ec7d2c4d27ba42f722f848dead2f820a
2016-06-03 03:44:52 +00:00
OpenStack Proposal Bot
e7be9731ce Updated from global requirements
Change-Id: I04e0189527b1affabf351002d66fe857ec73a694
2016-05-31 18:56:32 +00:00
OpenStack Proposal Bot
dfea25d70c Updated from global requirements
Change-Id: I2a70d88480db366bffc8e69d318be89625e9177c
2016-05-30 17:50:11 +00:00
OpenStack Proposal Bot
7a252128f9 Updated from global requirements
Change-Id: I61b3e84cbca369a5581aff38d65bb51af96e8baa
2016-05-15 02:57:05 +00:00
Jenkins
1ccb26b5c9 Merge "add a bandit environment to tox" 2016-05-02 14:03:29 +00:00
Daniel Gonzalez
9ec41c0397 Replace tempest-lib with tempest.lib
tempest-lib is deprecated, so replace it with tempest.lib.

Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>

Change-Id: I0495eba110bb7581623fbcf49dc63a27e9cb6d64
Closes-Bug: #1553047
2016-04-29 08:33:45 +00:00
Michael McCune
505659b0aa add a bandit environment to tox
This change is being proposed as part of the OpenStack Security Project
working session at the Austin 2016 summit. It adds support for running
the bandit[1] security linting tool against the python-openstackclient
codebase. This change adds a targetted environment for bandit and also
adds bandit as part of the pep8 job.

The bandit configuration has been tailored to exclude tests that are
currently producing warning against the codebase. These issues will be
followed up with bug reports and patches.

[1]: https://wiki.openstack.org/wiki/Security/Projects/Bandit

Depends-On: Iccd81c17e84df03d249c1012277dad9cb68c5845
Change-Id: I691829c1224557d1d239c9f665ac539d0f13c4d3
2016-04-28 14:52:33 -04:00
OpenStack Proposal Bot
745dc7633e Updated from global requirements
Change-Id: I8e2060cd483262c88c76b49a060aa7288fa2bbb6
2016-04-20 14:41:58 +00:00
OpenStack Proposal Bot
3485c223ea Updated from global requirements
Change-Id: I9fe06c9739c3625abd7cb03ac97c58bb9cdbc5bd
2016-04-08 00:33:16 +00:00
OpenStack Proposal Bot
29c92f5d24 Updated from global requirements
Change-Id: I2af3dc17e6f2c4cada96f1ff08627a3b41196f4d
2016-04-07 17:33:22 +00:00
OpenStack Proposal Bot
236e74d46f Updated from global requirements
Change-Id: Icaa101bded765c81774d73d84d552d41e40fec72
2016-03-20 15:47:37 +00:00
Steve Martinelli
92aa981fa8 update docs with status of plugins
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
2016-03-17 19:10:44 -04:00
OpenStack Proposal Bot
f70d9b8768 Updated from global requirements
Change-Id: If9408d7057b7936427b4b6842318c583ebad828e
2016-03-16 19:20:30 +00:00
OpenStack Proposal Bot
4ab66631d0 Updated from global requirements
Change-Id: Icc45c24eebbdd524254dc3200b016fe75b621b15
2016-03-02 19:23:53 +00:00
Jenkins
2819450be5 Merge "Add shell --profile option to trigger osprofiler from CLI" 2016-02-26 19:49:21 +00:00
Dina Belova
16f00833a7 Add shell --profile option to trigger osprofiler from CLI
This will allow to trigger profiling of various services that
allow it currently and which APIs support is added to openstackclient.
Cinder and Glance have osprofiler support already, Nova and Keystone
are in progress.

To use this functionality osprofiler (and its storage backend) needs
to be installed in the environment. If so, you will be able to trigger
profiling via the following command, for example:

$ openstack --profile SECRET_KEY user list

At the end of output there will be message with <trace_id>, and
to plot nice HTML graphs the following command should be used:

$ osprofiler trace show <trace_id> --html --out result.html

Related Keystone change: https://review.openstack.org/#/c/103368/
Related Nova change: https://review.openstack.org/#/c/254703/

The similar change to the keystoneclient
(https://review.openstack.org/#/c/255308/) was abandoned as new
CLI extenstions are not more accepted to python-keystoneclient.

Change-Id: I3d6ac613e5da70619d0a4781e5d066fde073b407
2016-02-25 20:13:27 +00:00
OpenStack Proposal Bot
198371b0b7 Updated from global requirements
Change-Id: Ib681d0b07afdde821ab4f9a17b1333bd12739eec
2016-02-24 01:39:41 +00:00
Chaozhe.Chen
444fc6149d Remove unused test-requirments
WebOb is not needed in our test code.
So remove it to make less dependences.

Change-Id: I4910263449ff3d49c4ee44a6ef7a7762875fe76f
2016-02-18 22:51:04 +08:00
OpenStack Proposal Bot
08e045282c Updated from global requirements
Change-Id: I1583731e73699b71aa7a03ae4541e481abd6f1ea
2016-02-12 20:06:35 +00:00
OpenStack Proposal Bot
dda45e3c39 Updated from global requirements
Change-Id: Icdee08fa079eb3646388567050643c29eac1eca8
2016-02-10 21:59:14 +00:00
OpenStack Proposal Bot
e3e925d2f1 Updated from global requirements
Change-Id: I14a68f0ed63f1a3e3cac7379324d58b613afdfa9
2016-02-08 02:44:02 +00:00
OpenStack Proposal Bot
2548419e92 Updated from global requirements
Change-Id: I2f00e8ff1609d76c2ab20226f2b4503231fdb003
2016-02-02 02:03:31 +00:00
Dougal Matthews
a7e5faf22c Remove the Tuskar client
The Tuskar project is now inactive and has been archived.

Change-Id: I4c7cb50560b40ba1bc130be5bdc9446a46b09c24
2016-01-27 16:34:28 +00:00
OpenStack Proposal Bot
c20f9a86ee Updated from global requirements
Change-Id: Iafdb2a4841ff9a9f643182f13ff1bcec47e3adb2
2016-01-23 10:35:55 +00:00
OpenStack Proposal Bot
86fcd67468 Updated from global requirements
Change-Id: I68ad139345040dee6e5b0e8a7477acb84aa1a06b
2016-01-18 22:45:59 +00:00
OpenStack Proposal Bot
bd1adaf003 Updated from global requirements
Change-Id: I3430eea5b97057caad6d211885e1402bec7c1a01
2016-01-12 05:05:59 +00:00
OpenStack Proposal Bot
0ea5c0351b Updated from global requirements
Change-Id: I589f0463cb9696586fa3ed7ed0bb756d155cc0e5
2015-12-21 23:45:24 +00:00
OpenStack Proposal Bot
7d01a44822 Updated from global requirements
Change-Id: I7910586e32ec248e95f7f54fe776b3603f667c49
2015-12-06 20:47:37 +00:00
OpenStack Proposal Bot
ad17d847f8 Updated from global requirements
Change-Id: I3ca62d29df56ec45bf1fe10d920c1f9ed5f5b4f1
2015-12-03 15:07:55 +00:00
Dean Troyer
afd1b489ff Add reno for release notes management
Change-Id: Iaaf3f9ca7cb431e41adfb2a052e01e2240a63a07
2015-12-02 14:32:07 -06:00
Steve Martinelli
727792da17 autodocument commands from plugins using stevedore.sphinxext
conflicting command names are a painpoint, so is manually updating
a list. let's autodocument the commands that are being use by
existing osc supporters.

Change-Id: If37d81dfd57cc79803668b64be1ccd776e319572
2015-12-01 01:23:56 -05:00
OpenStack Proposal Bot
46e061785f Updated from global requirements
Change-Id: If8a37fdf90f3e97712a5d223d8e166840d036ab2
2015-11-21 16:23:01 +00:00
OpenStack Proposal Bot
a29df98ef9 Updated from global requirements
Change-Id: Ie32abbbe6bb5ace5f1178fb266b9f1c60f625d72
2015-10-14 09:33:25 +00:00
OpenStack Proposal Bot
2ca76810a2 Updated from global requirements
Change-Id: I400cce4dfd840bba2d4f368a5d7f057f28b435ab
2015-10-13 11:04:52 +00:00
OpenStack Proposal Bot
10ecd67802 Updated from global requirements
Change-Id: I60a7bd4cd9527cf3b54ab5d2968dff5134711bff
2015-10-13 01:02:45 +00:00
OpenStack Proposal Bot
45f1509cd3 Updated from global requirements
Change-Id: I5b898fc5444688bde538fbccda6e3c189a66f701
2015-10-04 22:45:07 +00:00
OpenStack Proposal Bot
9987a95841 Updated from global requirements
Change-Id: Id0791447748e9430c995cbab87260e843e8a2819
2015-09-18 16:42:31 +00:00
OpenStack Proposal Bot
eb4246fc94 Updated from global requirements
Change-Id: I4f5e05c8207e91f0da87b4bbd25f711d42016cbe
2015-08-04 00:49:08 +00:00
OpenStack Proposal Bot
ead9a40e02 Updated from global requirements
Change-Id: Ic047055ffc7b94032e615815b162f4e830126e6e
2015-07-29 03:50:47 +00:00
OpenStack Proposal Bot
54ff5d8758 Updated from global requirements
Change-Id: I7fc281b80342a14e11f87afb41c3abc515d8487c
2015-07-22 04:59:50 +00:00
OpenStack Proposal Bot
ab2c1f2b82 Updated from global requirements
Change-Id: Id60bd6f5114276ca2267e71de34afa18d5c0a78f
2015-07-18 01:57:02 +00:00
OpenStack Proposal Bot
1af89f757c Updated from global requirements
Change-Id: I0703a48d8c95617e687eea9eea7990d778d760b5
2015-07-15 01:37:44 +00:00
OpenStack Proposal Bot
1462fb7f49 Updated from global requirements
Change-Id: Id0d62a51c35a4f7db5144dcbcde1888703fae378
2015-07-12 15:22:26 +00:00