<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/doc/source/command-objects/port.rst, branch 3.4.1</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>Merge "Add description field port create &amp; port set"</title>
<updated>2016-11-10T18:10:27+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-11-10T18:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=85f2afdad0de9cf101b727e63d5364b184abeef9'/>
<id>85f2afdad0de9cf101b727e63d5364b184abeef9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to allow filtering by mac-address on port list</title>
<updated>2016-10-19T09:50:47+00:00</updated>
<author>
<name>Yan Xing'an</name>
<email>yanxingan@cmss.chinamobile.com</email>
</author>
<published>2016-10-18T05:33:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=a1e305641430af48b72c941f87c7ffcc182b3f9a'/>
<id>a1e305641430af48b72c941f87c7ffcc182b3f9a</id>
<content type='text'>
Added support to allow filtering ports via --mac-address
option to the port list command.

Change-Id: I903e443f2f9057571d46520c4cafb88d1972c0cb
Partial-bug: #1634333
Partially-Implements: blueprint network-commands-options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added support to allow filtering ports via --mac-address
option to the port list command.

Change-Id: I903e443f2f9057571d46520c4cafb88d1972c0cb
Partial-bug: #1634333
Partially-Implements: blueprint network-commands-options
</pre>
</div>
</content>
</entry>
<entry>
<title>Add description field port create &amp; port set</title>
<updated>2016-10-17T22:21:34+00:00</updated>
<author>
<name>Aradhana Singh</name>
<email>aradhana1.singh</email>
</author>
<published>2016-10-06T21:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=c99ec284db181c7f9c72ce1163ba1ea45fe369d0'/>
<id>c99ec284db181c7f9c72ce1163ba1ea45fe369d0</id>
<content type='text'>
This patchset
1. adds description field to openstack port create and
 openstack port set.
2. updates method _add_updatable_args with 4 spaces instead
 of existing 8 spaces

Partially Implements: blueprint neutron-client-descriptions
Partially Implements: blueprint network-commands-options

Change-Id: I4598e555722b1de7bc47f3a9be0fd81eacfcb572
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patchset
1. adds description field to openstack port create and
 openstack port set.
2. updates method _add_updatable_args with 4 spaces instead
 of existing 8 spaces

Partially Implements: blueprint neutron-client-descriptions
Partially Implements: blueprint network-commands-options

Change-Id: I4598e555722b1de7bc47f3a9be0fd81eacfcb572
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add security groups options to "port create/set/unset""</title>
<updated>2016-10-17T08:27:58+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-10-17T08:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=ab9cfc4dc420a2547e6f6a2e0f2aef89cec08466'/>
<id>ab9cfc4dc420a2547e6f6a2e0f2aef89cec08466</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a new column and a new option the 'os port list' cmd</title>
<updated>2016-10-12T20:40:46+00:00</updated>
<author>
<name>Nam Nguyen Hoai</name>
<email>namnh@vn.fujitsu.com</email>
</author>
<published>2016-08-18T08:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=2c1282cecf33162b5483f5cb558f98395945380b'/>
<id>2c1282cecf33162b5483f5cb558f98395945380b</id>
<content type='text'>
This patch will add a new column called status to the
result of the 'os port list' command and --long option
to 'os port list' command.

Co-Authored-By: Ha Van Tu &lt;tuhv@vn.fujitsu.com&gt;
Change-Id: I4f942414e969687304b578ed7f003dd219c0f2f8
Closes-Bug: #1613995
Closes-Bug: #1614321
Partially-Implements: blueprint network-commands-options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch will add a new column called status to the
result of the 'os port list' command and --long option
to 'os port list' command.

Co-Authored-By: Ha Van Tu &lt;tuhv@vn.fujitsu.com&gt;
Change-Id: I4f942414e969687304b578ed7f003dd219c0f2f8
Closes-Bug: #1613995
Closes-Bug: #1614321
Partially-Implements: blueprint network-commands-options
</pre>
</div>
</content>
</entry>
<entry>
<title>Add security groups options to "port create/set/unset"</title>
<updated>2016-10-12T02:03:07+00:00</updated>
<author>
<name>Nguyen Phuong An</name>
<email>AnNP@vn.fujitsu.com</email>
</author>
<published>2016-08-16T08:07:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=66a04abd581e03e5e71a6b755e1b4dce1856ef41'/>
<id>66a04abd581e03e5e71a6b755e1b4dce1856ef41</id>
<content type='text'>
This patch adds '--security-group' and '--no-security-group'
options to "port create", "port set" and "port unset" commands.

Change-Id: Iff60d8f29227017b0a3966efca6cdecba69abcea
Partial-Bug: #1612136
Partially-Implements: blueprint network-commands-options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds '--security-group' and '--no-security-group'
options to "port create", "port set" and "port unset" commands.

Change-Id: Iff60d8f29227017b0a3966efca6cdecba69abcea
Partial-Bug: #1612136
Partially-Implements: blueprint network-commands-options
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Introduce overwrite functionality in ``osc port set``"</title>
<updated>2016-09-23T12:33:06+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-09-23T12:33:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=1fc41f38370fcffb2dd4620bbd2429c5caf388b5'/>
<id>1fc41f38370fcffb2dd4620bbd2429c5caf388b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce overwrite functionality in ``osc port set``</title>
<updated>2016-09-21T04:19:28+00:00</updated>
<author>
<name>reedip</name>
<email>reedip.banerjee@nectechnologies.in</email>
</author>
<published>2016-04-20T08:31:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=b38be94a5d82eb88d27c81e697152ad064854466'/>
<id>b38be94a5d82eb88d27c81e697152ad064854466</id>
<content type='text'>
The overwrite functionality allows user to overwrite
either the binding-profile or the fixed-ips of a
specific port.

Change-Id: I8ec3d04eeaf28972ee545fcdda4d5f7bd9deb915
partially-implements: blueprint allow-overwrite-set-options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The overwrite functionality allows user to overwrite
either the binding-profile or the fixed-ips of a
specific port.

Change-Id: I8ec3d04eeaf28972ee545fcdda4d5f7bd9deb915
partially-implements: blueprint allow-overwrite-set-options
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide support to list ports by network</title>
<updated>2016-09-19T09:25:10+00:00</updated>
<author>
<name>Reedip</name>
<email>reedip.banerjee@nectechnologies.in</email>
</author>
<published>2016-09-17T07:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=554607eb3dab879da8e172eacb72930e54f0acf4'/>
<id>554607eb3dab879da8e172eacb72930e54f0acf4</id>
<content type='text'>
The new --network option provides a list of ports
connected with the current network.

Change-Id: I6a45184887b3e65f792391cb7e91f4ad85f29e03
Partial-Bug:#1562067
Partially-Implements: blueprint network-commands-options</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new --network option provides a list of ports
connected with the current network.

Change-Id: I6a45184887b3e65f792391cb7e91f4ad85f29e03
Partial-Bug:#1562067
Partially-Implements: blueprint network-commands-options</pre>
</div>
</content>
</entry>
<entry>
<title>Support listing specified server's ports</title>
<updated>2016-09-14T07:11:56+00:00</updated>
<author>
<name>Rui Chen</name>
<email>chenrui.momo@gmail.com</email>
</author>
<published>2016-08-18T07:37:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=96a8ed435c7e55633c00dbb1283477ff11cf35f9'/>
<id>96a8ed435c7e55633c00dbb1283477ff11cf35f9</id>
<content type='text'>
Add new option "--server" for "port list" command to
list all of the ports that are attached on the specified
server.

Change-Id: I8b5550ea5068405b163711303465b704b5207410
Closes-Bug: #1614385
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new option "--server" for "port list" command to
list all of the ports that are attached on the specified
server.

Change-Id: I8b5550ea5068405b163711303465b704b5207410
Closes-Bug: #1614385
</pre>
</div>
</content>
</entry>
</feed>
