Skip to content

Commit 08b1e6a

Browse files
committed
Neutron: Move FWaaS OSC client code from neutronclient
Assisted-by: Claude-Code (claude-opus-4.6) Change-Id: I7f7d737045ac30d5c5aca450e1a6d13ea3432fde Signed-off-by: Slawek Kaplonski <skaplons@redhat.com>
1 parent b525e59 commit 08b1e6a

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)