~lutostag/charms/trusty/nova-compute/contrail-clone

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/contrib/openstack/neutron.py

  • Committer: Robert Ayres
  • Date: 2014-09-19 22:08:41 UTC
  • Revision ID: robert.ayres@canonical.com-20140919220841-m8bxvkf1g2q3upmp
Update charmhelpers with contrail plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
            'server_packages': ['neutron-server',
143
143
                                'neutron-plugin-cisco'],
144
144
            'server_services': ['neutron-server']
 
145
        },
 
146
        'contrail': {
 
147
            'config': '/etc/neutron/plugins/opencontrail/ContrailPlugin.ini',
 
148
            'driver': 'neutron_plugin_contrail.plugins.opencontrail.contrail_plugin_core.NeutronPluginContrailCoreV2',
 
149
            'contexts': [ context.ContrailApiContext(),
 
150
                          context.IdentityAdminContext() ],
 
151
            'services': [],
 
152
            'packages': [],
 
153
            'server_sources_config': 'contrail-sources',
 
154
            'server_packages': ['neutron-plugin-contrail',
 
155
                                'contrail-config-openstack'],
 
156
            'server_services': ['neutron-server']
145
157
        }
146
158
    }
147
159
    if release >= 'icehouse':