python-openstackclient/openstackclient
Daniel Speichert 82f45d9bd2 Allow creating security rules without protocol
In order to create a rule for any protocol, the client
must not specify the protocol in the API call. This
is currently impossible because protocol defaults to TCP.

In order not to change the default behavior, a "new" protocol
name is added: "any", which makes this CLI skip sending the
protocol field altogether.

Change-Id: I58853d3745f3631007e5e9780c0c5c2526b730a3
Closes-Bug: 1712242
2017-10-17 13:36:40 -04:00
..
api Allow objects to be streamed to stdout 2017-07-05 20:08:18 -03:00
common Fix 'project purge' deletes ALL images problem 2017-09-26 20:49:32 +00:00
compute Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
identity Optimize getting endpoint list 2017-09-26 14:31:07 -07:00
image Update image cli doc and fix some typos 2017-08-25 08:08:31 +08:00
locale/tr_TR/LC_MESSAGES Imported Translations from Zanata 2017-08-16 07:50:55 +00:00
network Allow creating security rules without protocol 2017-10-17 13:36:40 -04:00
object Allow objects to be streamed to stdout 2017-07-05 20:08:18 -03:00
tests Allow creating security rules without protocol 2017-10-17 13:36:40 -04:00
volume Replace "Display Name" by "Name" in volume list 2017-05-26 11:37:09 +08:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py Useless line of code in shell.py 2017-09-08 06:28:15 +00:00