Add FIXME for always using juniper contrail
Add hardcode for always using juniper contrail, while opencontrail v3.0 is not available Change-Id: Ibce7329e28983ffe3a67607aa598ad4b09bcf25c
This commit is contained in:
@@ -80,4 +80,7 @@ def activate_plugin(obj):
|
||||
'contrail_distribution/value': 'juniper', }
|
||||
else:
|
||||
option = {'metadata/enabled': True, }
|
||||
## FIXME: remove next line when opencontrail v3.0 is available
|
||||
option = {'metadata/enabled': True,}
|
||||
|
||||
obj.fuel_web.update_plugin_data(obj.cluster_id, plugin_name, option)
|
||||
|
||||
Reference in New Issue
Block a user