23 Commits

Author SHA1 Message Date
kavithahr
49710e71f7 Python 3.4 support is removed
In setup.cfg and tox.ini the python 3.4 is removed
beacuse python 3.5 is available.

Change-Id: I176d7fce4778aa7a1d4d93924d4c8785233fa7ef
2017-03-08 17:24:48 +05:30
Édouard Thuleau
f2ace0415d Add BGP VPN OSC commands
Change-Id: Ib1ba356e994a98712e00a11ff045df67fbe4c7ea
Closes-Bug: #1650204
2017-02-09 12:17:19 +01:00
Yushiro FURUKAWA
0a721cf576 Add FWaaS V2 commands for OSC plugin
This commit supports FWaaS v2 CLI as OSC plugin[1].
[1] http://specs.openstack.org/openstack/neutron-specs/specs/newton/fwaas-api-2.0.html

Partial-Implements: blueprint fwaas-api-2.0
Depends-On: I7b4108772e8370e8f51971caf40ecd23e9f977e9
Change-Id: I57504f97ac39b5b7d301fd5cc88228a121f0677e
Closes-Bug: #1609686
2016-12-27 22:02:42 +09:00
Jenkins
0b387e06bb Merge "Add Python 3.5 classifier and venv" 2016-08-05 05:47:51 +00:00
zheng yin
9f78b6320d Add Python 3.5 classifier and venv
There is a passing gate job, we can claim support for Python 3.5
in the classifier. This patch also adds the convenience py35 venv.

Change-Id: I595320fb8b8e97951b8d445a14eb4f5a311a151f
2016-08-03 12:02:42 +08:00
Armando Migliaccio
449a1f7d13 Add trunk commands to openstackclient
This patch introduces the client bindings for the trunk
extension. It uses the openstackclient framework, and
thus requires the openstack client to work.

New commands introduced are as follows:
"openstack network trunk create" to create a trunk.
"openstack network trunk set" to update/add subports to a trunk.
"openstack network trunk unset" to remove subports from trunk.
"openstack network trunk list" to list all trunks.
"openstack network trunk delete" to delete trunks.
"openstack subport list --trunk <name>" to list all subports
belonging to a trunk.

DocImpact: Openstackclient now supports CLIs to configure
           trunk resource via OSC plugin for neutronclient

Change-Id: I6fe1dbd81813fae234801a61c0e3d89f9e7c791e
Co-authored-by: SongmingYan <yan.songming@zte.com.cn>
Co-authored-by: Abhishek Raut <rauta@vmware.com>
Partial-implements: blueprint vlan-aware-vms
2016-07-28 05:16:27 -07:00
Jenkins
06ada316a0 Merge "Base OSC plugin support" 2016-07-09 01:03:29 +00:00
Richard Theis
d63a92a55f Base OSC plugin support
Enable neutronclient OSC plugin support.
This patch set does the following:

 - Establishes OSC plugin structure for commands and unit tests
 - Creates the OSC plugin
 - Adds OSC to test-requirements.txt

Co-Authored-By: Akihiro Motoki <motoki@da.jp.nec.com>
Change-Id: I9a20bc7a3d8aa7b631fb0fd534fc5705c23326ce
Related-Bug: #1521291
2016-07-08 21:54:29 +00:00
venkatamahesh
51f07b894f Update the home-page with developer documentation
Change-Id: Ia289848b66caf07ce3684906b29021711d4d286c
2016-05-17 10:16:07 +05:30
Andreas Jaeger
9f792d0b9c Update translation setup
Follow new infra setup for translations, see spec
http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html
for full details.

This basically renames
python-neutronclient/locale/python-neutronclient.pot to
neutronclient/locale/neutronclient. For this we need to update
setup.cfg. The domain name is already correct in neutronclient/_i18n.py.

There's no need to keep the pot file. The updated scripts work without them.
So, we can just delete the file and once there are translations,
an updated pot file together with translations can be imported.

Change-Id: I888808f8af291223531df799382ad0c70bf8c567
2016-01-28 14:06:03 +00:00
Jenkins
a0134f89af Merge "Setup for translation" 2016-01-16 02:40:17 +00:00
shu-mutou
8d1990a694 Drop py33 support
"Python 3.3 support is being dropped since OpenStack Liberty."
written in following URL.
https://wiki.openstack.org/wiki/Python3

And already the infra team and the oslo team are dropping py33
support from their projects.

Since we rely on oslo for a lot of our work, and depend on infra
for our CI, we should drop py33 support too.

Change-Id: Ic3bfd32822a5e55d6d056af163075d9b3bdaabd4
Closes-Bug: #1526170
2015-12-15 16:28:20 +09:00
Akihiro Motoki
aa2dad3d83 Setup for translation
client translation effort starts and several client projects
including novaclient already setup translations.

To start translation, we need to initially import the translation
file - and place it at the proper place so that the usual CI
scripts can handle it. The proper place is for all python
projects $PROJECT/locale/$PROJECT.pot - see setup.cfg.

Further imports will be done by the OpenStack Proposal bot.

Closes-Bug: #1099603
Change-Id: I5b13a9428e6272e83a45b82c06f524be772d3d7a
2015-12-04 13:44:13 +09:00
shu-mutou
7ff7e76d21 Remove py26 support
as of mitaka, the infra team won't have the resources available to
reasonably test py26, also the oslo team is dropping py26 support
from their libraries. sine we rely on oslo for a lot of our work,
and depend on infra for our CI, we should drop py26 support too.

Change-Id: I62db55ee1a9e7564a10a7284bd0e401b2cdbc580
Closes-Bug: 1519510
Depends-On: I4a2f860e8138bddb032418ee555e07a6fa0a3f3e
2015-12-02 18:08:23 +09:00
Cyril Roelandt
d6e40b566e Add Python 3 classifiers
Change-Id: Ib22c48ce091916c7c874db91c8c16ebfc7846411
2015-01-07 09:47:21 +01:00
Sascha Peilicke
eef61d7dc5 Support building wheels (PEP-427)
Universal is used to identify pure-Python module(by bdist_wheel). For
these, it is sufficient to build a wheel with _any_ Python ABI version
and publish that to PyPI (by whatever means).

Change-Id: I3dd06b63d2fdcce8961f87fe1d71be052cb0fdf0
2014-02-07 12:17:29 +01:00
Mark McClain
93ac15bfeb Rename quantumclient to neutronclient
Implements Blueprint: remove-use-of-quantum

Change-Id: Idebe92d56d277435ffd23f292984f9b8b8fdb2df
2013-07-03 11:56:44 -04:00
Dirk Mueller
5326cc713a Rename README to README.rst
README.rst seems to be more standard accross OpenStack
modules.

Change-Id: I82cd80e1e816b9c2e9774ad87c1a68bcf7dd8342
2013-06-01 10:08:50 +02:00
Clark Boylan
898acc30f7 Migrate to pbr.
Fixes bug 1179007

Change-Id: I6d7a6b7c85361e1568719ad11035158f4f6d9b35
2013-05-24 13:08:00 -07:00
Monty Taylor
fe4b3498b9 Migrate from nose to testr
Part of blueprint grizzly-testtools

Change-Id: Ia53b0987b1e890a96b190f4b1a47dde4bf84fb6f
2013-02-03 10:54:52 +11:00
Monty Taylor
f7086ed40a Add initial docs.
Change-Id: I846eec12e800c15a545946604fe77a0a6b83fb46
2012-06-14 18:04:52 -04:00
Monty Taylor
878c939e2c Align tox with standards.
Moved openstack nose invocation to tox.ini from setup.cfg, as there
is no way to turn it off if it's in setup.cfg, and when we're running
in jenkins, we want to run via xunit and not via openstack color output.

Change-Id: I0a7b6232834b5cdfc97be9c2f93f726d6b47e0ac
2012-05-16 14:00:20 -04:00
Monty Taylor
5082b6181d Split quantumclient out. 2012-01-18 09:39:25 +11:00