~openstack-charmers-next/charms/xenial/neutron-api/trunk

« back to all changes in this revision

Viewing changes to unit_tests/test_neutron_api_hooks.py

  • Committer: Gerrit Code Review
  • Author(s): Jenkins
  • Date: 2016-06-23 09:58:36 UTC
  • mfrom: (205.1.1 trunk)
  • Revision ID: review@openstack.org-20160623095836-g4k8uwrs412ykw5y
Merge "Add SR-IOV device support"

Show diffs side-by-side

added added

removed removed

Lines of Context:
498
498
        self.is_relation_made = False
499
499
        neutron_url = '%s:%s' % (host, port)
500
500
        _relation_data = {
 
501
            'enable-sriov': False,
501
502
            'neutron-plugin': 'ovs',
502
503
            'neutron-url': neutron_url,
503
504
            'neutron-security-groups': 'no',
528
529
        self.is_relation_made = True
529
530
        neutron_url = '%s:%s' % (host, port)
530
531
        _relation_data = {
 
532
            'enable-sriov': False,
531
533
            'neutron-plugin': 'ovs',
532
534
            'neutron-url': neutron_url,
533
535
            'neutron-security-groups': 'no',