fuel-plugin-contrail/deployment_scripts/puppet/modules/contrail/files/commandline.py.patch
Vyacheslav Struk a2d0ec191e Patchset enables plugin deploy with latest contrail version
Set of changes to make plugin work with the latest contrail:

- Contrail SVC monitor added
- Casssandra minimal disk usage changed
- Patching commandline.py to change provisioning ip addresses

Change-Id: Ic82db390f26e40ff49b97dd429b76d94c2b67261
2015-06-08 20:12:38 +00:00

12 lines
528 B
Diff

--- /opt/contrail/utils/fabfile/util/commandline.py.orig 2015-06-08 10:40:43.967097851 +0000
+++ /opt/contrail/utils/fabfile/util/commandline.py 2015-06-08 10:41:27.391097689 +0000
@@ -152,7 +152,7 @@
cmd += ' --manage_neutron %s' % manage_neutron
else:
cmd += ' --manage_neutron no'
- internal_vip = get_contrail_internal_vip()
+ internal_vip = get_contrail_external_vip()
if internal_vip:
# Highly available setup
cmd += ' --internal_vip %s' % (internal_vip)