Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(430)

Unified Diff: hooks/charmhelpers/contrib/openstack/context.py

Issue 108840044: Fill out the HM9000 implementation
Patch Set: Fill out the HM9000 implementation Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: hooks/charmhelpers/contrib/openstack/context.py
=== modified file 'hooks/charmhelpers/contrib/openstack/context.py'
--- hooks/charmhelpers/contrib/openstack/context.py 2014-05-14 16:40:09 +0000
+++ hooks/charmhelpers/contrib/openstack/context.py 2014-05-30 23:34:00 +0000
@@ -570,7 +570,7 @@
if self.plugin == 'ovs':
ctxt.update(self.ovs_ctxt())
- elif self.plugin == 'nvp':
+ elif self.plugin in ['nvp', 'nsx']:
ctxt.update(self.nvp_ctxt())
alchemy_flags = config('neutron-alchemy-flags')
« no previous file with comments | « hooks/charmhelpers/contrib/cloudfoundry/upstart_helper.py ('k') | hooks/charmhelpers/contrib/openstack/neutron.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b