Add mine functions to get Octavia network, port and secgroup info
Related prod: PROD-11917
Change-Id: I84c3237e8390f2aa93ea138b73bfeae4cc3edf9a
diff --git a/neutron/client/service/octavia.yml b/neutron/client/service/octavia.yml
index a46bf64..e818f76 100644
--- a/neutron/client/service/octavia.yml
+++ b/neutron/client/service/octavia.yml
@@ -71,3 +71,20 @@
'port_range_min': 5555
'port_range_max': 5555
'remote_ip_prefix': '::/0'
+
+ salt:
+ minion:
+ mine:
+ module:
+ list_octavia_networks:
+ mine_function: neutronng.list_networks
+ name: 'lb-mgmt-net'
+ profile: 'octavia_identity'
+ list_octavia_mgmt_security_groups:
+ mine_function: neutronng.list_security_groups
+ name: 'lb-mgmt-sec-grp'
+ profile: 'octavia_identity'
+ list_octavia_hm_ports:
+ mine_function: neutronng.list_ports
+ name: 'octavia-health-manager-listen-port'
+ profile: 'octavia_identity'