~gnuoy/charms/trusty/nova-compute/1496746

« back to all changes in this revision

Viewing changes to hooks/nova_compute_utils.py

  • Committer: Corey Bryant
  • Date: 2015-07-17 15:40:58 UTC
  • mfrom: (141.1.4 nova-compute)
  • Revision ID: corey.bryant@canonical.com-20150717154058-4rttn9ueccethsc7
[james-page,r=gnuoy] ovs and neutron-plugin context updates.

* Only install packages and create bridges if operating in legacy mode.
* Consume data from neutron-plugin subordinates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
                         interface='nova-ceilometer',
159
159
                         service='nova',
160
160
                         config_file=NOVA_CONF),
 
161
                     context.SubordinateConfigContext(
 
162
                         interface='neutron-plugin',
 
163
                         service='nova-compute',
 
164
                         config_file=NOVA_CONF),
161
165
                     InstanceConsoleContext(),
162
166
                     context.ZeroMQContext(),
163
167
                     context.NotificationDriverContext(),