~1chb1n/charms/trusty/ceilometer/next.1601-test-update2

« back to all changes in this revision

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

  • Committer: Corey Bryant
  • Date: 2016-01-04 21:24:42 UTC
  • Revision ID: corey.bryant@canonical.com-20160104212442-o6n7x8330urtx1q8
[corey.bryant,r=trivial] Sync charm-helpers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
                                        database=config('database'),
205
205
                                        ssl_dir=NEUTRON_CONF_DIR)],
206
206
            'services': [],
207
 
            'packages': [['plumgrid-lxc'],
208
 
                         ['iovisor-dkms']],
 
207
            'packages': ['plumgrid-lxc',
 
208
                         'iovisor-dkms'],
209
209
            'server_packages': ['neutron-server',
210
210
                                'neutron-plugin-plumgrid'],
211
211
            'server_services': ['neutron-server']