openstacksdk/examples
Radoslaw Smigielski 4baf2eb2c3 Incorrect protocol type in create_security_group_rule()
Example conn.network.create_security_group_rule() in examples/network/security_group_rules.py
uses wrong protocol type protocol='HTTPS'. HTTPS is not allowed value,
allowed values are: icmp, udp, tcp. It should be "protocol='tcp'" instead.

Closes-Bug: #2052860
Change-Id: I0fb0532ca562bcf93672a1ca3f1ce2e3ad864c6d
2024-02-11 08:09:57 +01:00
..
baremetal Remove some unneeded things from test-requirements 2020-05-10 08:23:38 -05:00
cloud Blackify everything else 2023-05-05 11:31:36 +01:00
clustering Blackify everything else 2023-05-05 11:31:36 +01:00
compute Blackify everything else 2023-05-05 11:31:36 +01:00
dns Update links 2019-07-30 07:15:55 +02:00
identity Update links 2019-07-30 07:15:55 +02:00
image Bump the chunk_size to use CPU more efficiently 2023-05-18 11:52:22 +09:00
key_manager Blackify everything else 2023-05-05 11:31:36 +01:00
network Incorrect protocol type in create_security_group_rule() 2024-02-11 08:09:57 +01:00
shared_file_system Support manage/unmanage shares with manila 2023-08-09 03:33:53 +00:00
__init__.py Add some sample scripts 2014-04-30 09:43:08 -06:00
connect.py Blackify everything else 2023-05-05 11:31:36 +01:00