<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git/quantumclient/shell.py, branch 2.2.2</title>
<subtitle>opendev.org: openstack/python-neutronclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/'/>
<entry>
<title>Merge "Add update method of security group name and description"</title>
<updated>2013-05-22T03:02:57+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-05-22T03:02:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=1ad1c77f65b830f768608a6489f57ae1240db309'/>
<id>1ad1c77f65b830f768608a6489f57ae1240db309</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow the HTTPClient consumer to pass endpoint_type.</title>
<updated>2013-05-21T02:47:48+00:00</updated>
<author>
<name>Carl Baldwin</name>
<email>carl.baldwin@hp.com</email>
</author>
<published>2013-04-30T21:20:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=06375f089b9938f1db7f6abc4b2144df2ff6b4fd'/>
<id>06375f089b9938f1db7f6abc4b2144df2ff6b4fd</id>
<content type='text'>
Changes the default behavior of the client.  It will now choose
publicURL by default rather than adminURL.

Now allows the consumer to pass adminURL, internalURL or some other
endpoint type when constructing a Client to override this default
behavior.

Adds --endpoint-type option to the shell client.  Defaults to the
environment variable OS_ENDPOINT_TYPE or publicURL.  This was
patterned after the same option in the Nova client.

Adds a new exception type to handle the case where a suitable endpoint
type is not found in the catalog.  Without this, the exception
encountered is a KeyError that was not clearly reported to the caller
of the quantum command line.

Change-Id: Iaffcaff291d433a605d8379dc89c1308096d36c2
Fixes: Bug #1176197
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes the default behavior of the client.  It will now choose
publicURL by default rather than adminURL.

Now allows the consumer to pass adminURL, internalURL or some other
endpoint type when constructing a Client to override this default
behavior.

Adds --endpoint-type option to the shell client.  Defaults to the
environment variable OS_ENDPOINT_TYPE or publicURL.  This was
patterned after the same option in the Nova client.

Adds a new exception type to handle the case where a suitable endpoint
type is not found in the catalog.  Without this, the exception
encountered is a KeyError that was not clearly reported to the caller
of the quantum command line.

Change-Id: Iaffcaff291d433a605d8379dc89c1308096d36c2
Fixes: Bug #1176197
</pre>
</div>
</content>
</entry>
<entry>
<title>Add update method of security group name and description</title>
<updated>2013-05-15T09:36:37+00:00</updated>
<author>
<name>Zhenguo Niu</name>
<email>Niu.ZGlinux@gmail.com</email>
</author>
<published>2013-05-14T07:25:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=9dbc2c799763f2ea655547ea09abcb816e7163b7'/>
<id>9dbc2c799763f2ea655547ea09abcb816e7163b7</id>
<content type='text'>
make it possible to edit the name and description of security groups.

Fixes: bug #918393

Change-Id: I7b9dd3f9ad2f59aee1b37e06350ce8f5e3a40f64
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make it possible to edit the name and description of security groups.

Fixes: bug #918393

Change-Id: I7b9dd3f9ad2f59aee1b37e06350ce8f5e3a40f64
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix xml request doesn't work with unicode</title>
<updated>2013-04-07T13:49:15+00:00</updated>
<author>
<name>He Jie Xu</name>
<email>xuhj@linux.vnet.ibm.com</email>
</author>
<published>2013-04-01T05:27:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=4421ab10b88cceded6924bda4a76bb7ba326891f'/>
<id>4421ab10b88cceded6924bda4a76bb7ba326891f</id>
<content type='text'>
Fix bug 1160704

* httplib2 doesn't work with unicode url and params. So encode all unicode
to utf-8 before request.
* Fix xml serializer doesn't work with unicode
* Decode command argument to unicode in main function
* Exception's message maybe include unicode, decode message to unicode
before logging or print.
* Sync the changing of serializer/deserilizer's code with quantum server code
  https://review.openstack.org/#/c/25482/
  https://review.openstack.org/#/c/25046/
  https://review.openstack.org/#/c/21410/
* Enable xml test

Change-Id: Ib140e34d54cc916e2ea172e4bad9e4a77388723a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bug 1160704

* httplib2 doesn't work with unicode url and params. So encode all unicode
to utf-8 before request.
* Fix xml serializer doesn't work with unicode
* Decode command argument to unicode in main function
* Exception's message maybe include unicode, decode message to unicode
before logging or print.
* Sync the changing of serializer/deserilizer's code with quantum server code
  https://review.openstack.org/#/c/25482/
  https://review.openstack.org/#/c/25046/
  https://review.openstack.org/#/c/21410/
* Enable xml test

Change-Id: Ib140e34d54cc916e2ea172e4bad9e4a77388723a
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a missing command line option: --insecure</title>
<updated>2013-03-13T10:21:33+00:00</updated>
<author>
<name>Roman Podolyaka</name>
<email>rpodolyaka@mirantis.com</email>
</author>
<published>2013-03-12T14:14:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=a13a87c7ef2188bd4edc3513f4fdcac9b5f44dbb'/>
<id>a13a87c7ef2188bd4edc3513f4fdcac9b5f44dbb</id>
<content type='text'>
This option allows to disable SSL certificates validation in HTTPClient.

Fixes bug 1153715

Change-Id: I2c5123c3b8482a932fa401c56827f1fffe9fa381
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option allows to disable SSL certificates validation in HTTPClient.

Fixes bug 1153715

Change-Id: I2c5123c3b8482a932fa401c56827f1fffe9fa381
</pre>
</div>
</content>
</entry>
<entry>
<title>Client for agent scheduler extension</title>
<updated>2013-02-28T00:11:07+00:00</updated>
<author>
<name>gongysh</name>
<email>gongysh@linux.vnet.ibm.com</email>
</author>
<published>2013-02-06T10:29:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=b204b1b5967725456a6aec680e896f928aca57db'/>
<id>b204b1b5967725456a6aec680e896f928aca57db</id>
<content type='text'>
blueprint quantum-scheduler

Change-Id: I5bad096d4892ebf1d309fc0a625dca4b2407bc94
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
blueprint quantum-scheduler

Change-Id: I5bad096d4892ebf1d309fc0a625dca4b2407bc94
</pre>
</div>
</content>
</entry>
<entry>
<title>CLI support for network gateway feature</title>
<updated>2013-02-20T12:40:30+00:00</updated>
<author>
<name>Salvatore Orlando</name>
<email>sorlando@nicira.com</email>
</author>
<published>2012-11-29T14:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=d77f86218e4c0c2f5371accce64605e7cfff41c5'/>
<id>d77f86218e4c0c2f5371accce64605e7cfff41c5</id>
<content type='text'>
Blueprint nvp-nwgw-extension-client

Adds commands for gateway management, and for connecting
networks to gateways. These commands use the nicira-specific
extension 'nvp-network-gateway'

Change-Id: Iefcba201bc9fd8dce35762514af0f56b29430ccd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Blueprint nvp-nwgw-extension-client

Adds commands for gateway management, and for connecting
networks to gateways. These commands use the nicira-specific
extension 'nvp-network-gateway'

Change-Id: Iefcba201bc9fd8dce35762514af0f56b29430ccd
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Allow known options after unknown ones in list and update command"</title>
<updated>2013-02-19T17:20:57+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-02-19T17:20:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=ee4cb431859046c7be93e09168961d2af3328ef7'/>
<id>ee4cb431859046c7be93e09168961d2af3328ef7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow known options after unknown ones in list and update command</title>
<updated>2013-02-19T07:25:09+00:00</updated>
<author>
<name>gongysh</name>
<email>gongysh@linux.vnet.ibm.com</email>
</author>
<published>2013-01-28T04:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=73b93725fee0383c2b0ac73a309dc95063f12d48'/>
<id>73b93725fee0383c2b0ac73a309dc95063f12d48</id>
<content type='text'>
blueprint known-options-location-in-list-update-commands

Change-Id: Icad4fbc0d9f1751bd36573b37ac7fe32987fada9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
blueprint known-options-location-in-list-update-commands

Change-Id: Icad4fbc0d9f1751bd36573b37ac7fe32987fada9
</pre>
</div>
</content>
</entry>
<entry>
<title>Client for agent extension</title>
<updated>2013-02-18T22:08:34+00:00</updated>
<author>
<name>gongysh</name>
<email>gongysh@linux.vnet.ibm.com</email>
</author>
<published>2013-02-03T02:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=9e3ba2a16143c428bd2b72945b17ed3ee290d21a'/>
<id>9e3ba2a16143c428bd2b72945b17ed3ee290d21a</id>
<content type='text'>
blueprint quantum-scheduler

Change-Id: Ic5a2198017cacfb0ff5b5da1461c06b3a0f87ea1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
blueprint quantum-scheduler

Change-Id: Ic5a2198017cacfb0ff5b5da1461c06b3a0f87ea1
</pre>
</div>
</content>
</entry>
</feed>
