Skip to content

Commit 75680b8

Browse files
authored
Merge pull request #15 from opentelekomcloud-infra/devel
minor plugin-service routing fixes
2 parents 3ea1ccb + 2a68f7b commit 75680b8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apimon/ansible/callback/apimon_profiler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ class CallbackModule(CallbackBase):
127127

128128
ACTION_SERVICE_MAP = {
129129
'auth': 'identity',
130+
'availability_zone_info': 'block_storage',
130131
'client_config': 'general',
131132
'group': 'identity',
132133
'group_info': 'identity',
@@ -164,6 +165,7 @@ class CallbackModule(CallbackBase):
164165
'routers_info': 'network',
165166
'network': 'network',
166167
'network_info': 'network',
168+
'networks_info': 'network',
167169
'subnet': 'network',
168170
'subnet_info': 'network',
169171
'subnets_info': 'network',

0 commit comments

Comments
 (0)