~openstack-charmers/charms/trusty/openvswitch-odl/trunk

« back to all changes in this revision

Viewing changes to tests/basic_deployment.py

  • Committer: Liam Young
  • Date: 2016-04-12 19:06:04 UTC
  • Revision ID: liam.young@canonical.com-20160412190604-m3vyea7mabafe0ui
Charmhelper sync before 1604 testing

Change-Id: I6c5f2251efd01a6aa871c3dd0459fe04472d41ee

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
        }
133
133
        nova_cc = {
134
134
            'network-manager': 'Neutron',
135
 
            'quantum-security-groups': 'yes',
136
135
        }
137
136
        configs = {
138
137
            'neutron-api': neutron_api,