Skip to content

Commit 8a372af

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Neutron: Move FWaaS OSC client code from neutronclient"
2 parents 14f8833 + 08b1e6a commit 8a372af

12 files changed

Lines changed: 4242 additions & 1 deletion

File tree

openstackclient/network/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
API_VERSION_OPTION = 'os_network_api_version'
2424
API_NAME = 'network'
2525
API_VERSIONS = ('2.0', '2')
26-
API_EXTENSIONS = ('taas',)
26+
API_EXTENSIONS = ('fwaas', 'taas')
2727

2828

2929
def make_client(instance):

openstackclient/network/v2/fwaas/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)