<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient/tests/functional, branch 3.4.0</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>Rename variable to avoid shadowing of built-in name</title>
<updated>2016-10-18T16:12:23+00:00</updated>
<author>
<name>Kyrylo Romanenko</name>
<email>kromanenko@mirantis.com</email>
</author>
<published>2016-10-18T16:09:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=acc39673abfc6cd953628dbea94eb65ad2c9b361'/>
<id>acc39673abfc6cd953628dbea94eb65ad2c9b361</id>
<content type='text'>
Change-Id: I06e2617db1d5508723bc343072a15586af89b390
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I06e2617db1d5508723bc343072a15586af89b390
</pre>
</div>
</content>
</entry>
<entry>
<title>Add network support for Network QoS policies</title>
<updated>2016-10-11T15:08:36+00:00</updated>
<author>
<name>Rodolfo Alonso Hernandez</name>
<email>rodolfo.alonso.hernandez@intel.com</email>
</author>
<published>2016-08-02T08:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=3205dad161c6c7bcaf16f985121217b8cf320af0'/>
<id>3205dad161c6c7bcaf16f985121217b8cf320af0</id>
<content type='text'>
Added following commands:
  - network qos policy create
  - network qos policy delete
  - network qos policy set
  - network qos policy show
  - network qos policy list

Closes-Bug: 1609037
Depends-On: I33bafeca979410d329ae10a82772ccdb48c10daa

Change-Id: I63a8f63702514ff5814481bb021e2aa9d5f3d4b1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added following commands:
  - network qos policy create
  - network qos policy delete
  - network qos policy set
  - network qos policy show
  - network qos policy list

Closes-Bug: 1609037
Depends-On: I33bafeca979410d329ae10a82772ccdb48c10daa

Change-Id: I63a8f63702514ff5814481bb021e2aa9d5f3d4b1
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove beta label for network segment resource</title>
<updated>2016-09-28T13:44:34+00:00</updated>
<author>
<name>Richard Theis</name>
<email>rtheis@us.ibm.com</email>
</author>
<published>2016-09-28T13:16:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=256ec66f79f98b41497e8937911604bac7ddeabb'/>
<id>256ec66f79f98b41497e8937911604bac7ddeabb</id>
<content type='text'>
With Ocata development opened, neutron network segments are no
longer beta resources.

Change-Id: I25be51c30df17c746136471b88840f64a03187b9
Partially-Implements: blueprint routed-networks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With Ocata development opened, neutron network segments are no
longer beta resources.

Change-Id: I25be51c30df17c746136471b88840f64a03187b9
Partially-Implements: blueprint routed-networks
</pre>
</div>
</content>
</entry>
<entry>
<title>Add functional test for snapshot in volume v1</title>
<updated>2016-09-25T01:30:45+00:00</updated>
<author>
<name>Huanxuan Ao</name>
<email>huanxuan.ao@easystack.cn</email>
</author>
<published>2016-09-22T02:56:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=52eaec1189be98664f39d7e2e07b23cbea585f10'/>
<id>52eaec1189be98664f39d7e2e07b23cbea585f10</id>
<content type='text'>
Add functional test for snapshot commands in volume v1.
Tests can always help to find or avoid bugs.

Change-Id: Ieb0ab9c763d381a6343b4c4a8a5874f3e682f24f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add functional test for snapshot commands in volume v1.
Tests can always help to find or avoid bugs.

Change-Id: Ieb0ab9c763d381a6343b4c4a8a5874f3e682f24f
</pre>
</div>
</content>
</entry>
<entry>
<title>Use assertGreater replace assertTrue</title>
<updated>2016-09-23T05:49:04+00:00</updated>
<author>
<name>zheng yin</name>
<email>yin.zheng@easystack.cn</email>
</author>
<published>2016-09-22T11:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=2e5d6a67f628aa00aa4edcc8568a2a6c30c4c7aa'/>
<id>2e5d6a67f628aa00aa4edcc8568a2a6c30c4c7aa</id>
<content type='text'>
we can use assertGreater(a,b) to replace assertTrue(a&gt;b)

Change-Id: Idd92a99bf5fd25785a47645d46bcfcad23ed870a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we can use assertGreater(a,b) to replace assertTrue(a&gt;b)

Change-Id: Idd92a99bf5fd25785a47645d46bcfcad23ed870a
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Implement "volume transfer request show/accept" command"</title>
<updated>2016-09-22T11:19:28+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-09-22T11:19:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=80ce3bee6fef0c3fed0816b8f0a5908cc5999fd3'/>
<id>80ce3bee6fef0c3fed0816b8f0a5908cc5999fd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement "volume transfer request show/accept" command</title>
<updated>2016-09-22T09:11:53+00:00</updated>
<author>
<name>Huanxuan Ao</name>
<email>huanxuan.ao@easystack.cn</email>
</author>
<published>2016-08-29T11:55:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=3ef7e29dd01a848ad08ce1b66deb9c5c3b1a4b1e'/>
<id>3ef7e29dd01a848ad08ce1b66deb9c5c3b1a4b1e</id>
<content type='text'>
Add "volume transfer request show" and
"volume transfer accept" commands in
volume v1 and v2. Also add the unit tests,
docs, release note and functional tests

Implements: bp cinder-command-support
Co-Authored-By: Sheel Rana &lt;ranasheel2000@gmail.com&gt;

Change-Id: I5787fc486b3401307125caa316f517b9c96a95a5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add "volume transfer request show" and
"volume transfer accept" commands in
volume v1 and v2. Also add the unit tests,
docs, release note and functional tests

Implements: bp cinder-command-support
Co-Authored-By: Sheel Rana &lt;ranasheel2000@gmail.com&gt;

Change-Id: I5787fc486b3401307125caa316f517b9c96a95a5
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add network segment create, delete and set support"</title>
<updated>2016-09-22T07:27:06+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-09-22T07:27:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=5dc8151b5851d8b0af0231733cd7bbc55ad1a4c8'/>
<id>5dc8151b5851d8b0af0231733cd7bbc55ad1a4c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix openstack quota set/show --class not work"</title>
<updated>2016-09-20T09:01:16+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-09-20T09:01:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=ccd2d658d1d5b55c8014f6bd6fa09aa084d07c21'/>
<id>ccd2d658d1d5b55c8014f6bd6fa09aa084d07c21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Support mark volume as bootable in volume set"</title>
<updated>2016-09-14T18:48:28+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-09-14T18:48:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=276675f3520fa707daa65f92219194a514623fb8'/>
<id>276675f3520fa707daa65f92219194a514623fb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
