Merge ~hopem/stsstack-bundles:bug/1896793 into stsstack-bundles:master

Proposed by Edward Hope-Morley
Status: Merged
Merged at revision: 6f7868bb74f1a64fad46480073d966143efd1bba
Proposed branch: ~hopem/stsstack-bundles:bug/1896793
Merge into: stsstack-bundles:master
Diff against target: 23 lines (+16/-1)
1 file modified
overlays/octavia-ovs.yaml (+16/-1)
Reviewer Review Type Date Requested Status
Heather Lemon (community) Approve
Jolly Bundlers Pending
Review via email: mp+391214@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/overlays/octavia-ovs.yaml b/overlays/octavia-ovs.yaml
index f6fe4d6..1228b81 100644
--- a/overlays/octavia-ovs.yaml
+++ b/overlays/octavia-ovs.yaml
@@ -1,2 +1,17 @@
1# Variables
2debug: &debug True
3verbose: &verbose True
4
5applications:
6 neutron-openvswitch-octavia:
7 charm: cs:~openstack-charmers-next/neutron-openvswitch
8 options:
9 debug: *debug
10 verbose: *verbose
11 firewall-driver: __NEUTRON_FW_DRIVER__
12 enable-local-dhcp-and-metadata: False # ensure no dhcp or metdata on this unit
13 use-dvr-snat: False # ensure no need for ext connectivity on this unit
1relations:14relations:
2 - [ octavia:neutron-openvswitch, neutron-openvswitch:neutron-plugin ]15 - [ octavia:neutron-openvswitch, neutron-openvswitch-octavia:neutron-plugin ]
16 - [ neutron-api, neutron-openvswitch-octavia ]
17 - [ neutron-openvswitch-octavia, rabbitmq-server ]

Subscribers

People subscribed via source and target branches