horizon/horizon/test
Yves-Gwenael Bourhis 87337ff255 Allow any port or protocol in security group rules
Neutron allows setting port or protocol wildcard by not specifying any value
for them.

Example, these are allowed by neutron:

    neutron security-group-rule-create --direction egress <sgid>
    neutron security-group-rule-create --direction egress --protocol tcp <sgid>

Specifying '-1' for IP protocol means a wildcard IP protocol.
validate_ip_protocol is updated accordingly.

'All ports' choice is added to 'Open Port' field.

Change-Id: I4a7262eda89e3206c743fee14c78aa6b49308ce6
Closes-Bug: 1669467
2017-03-29 04:53:02 +00:00
..
customization Fixed typos in comment for renaming dashboard 2015-09-08 18:05:02 +05:30
dummy_auth Fix horizon/test selenium tests for Django 1.8 2015-09-30 16:41:30 +10:00
jasmine Applying auto-file-discovery partially 2015-06-29 16:04:14 -06:00
messages Add message of the day option 2016-01-22 11:31:36 -08:00
templates Horizon Checkboxes are now themeable. 2016-03-02 19:17:09 -07:00
test_dashboards hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
tests Allow any port or protocol in security group rules 2017-03-29 04:53:02 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
firefox_binary.py Fix docstring warnings 2016-09-24 20:44:48 +09:00
helpers.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
settings.py Fix compatibility issues with Django 1.10 2016-09-20 12:29:16 +01:00
test_hacking.py Fix docstring warnings 2016-09-24 20:44:48 +09:00
urls.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
utils.py Fix horizon/test selenium tests for Django 1.8 2015-09-30 16:41:30 +10:00
webdriver.py Remove unused LOG 2016-07-11 02:30:19 +00:00