diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-03-06 01:04:26 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-03-06 01:04:26 +0000 |
| commit | a04c7bb65e3cedd5ffc0dfda700a895ebdf2c137 (patch) | |
| tree | e0b649c830f5cddabc08e3130f4846554c8a2051 /nova/tests | |
| parent | 33fb5f861b4fb07b912f43b54203a7f2ed659ef2 (diff) | |
| parent | cb03ee55fb5377ef51c0682ad3a687676251b35a (diff) | |
Merge "Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)"
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/api/openstack/compute/contrib/test_quantum_security_groups.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/tests/api/openstack/compute/contrib/test_quantum_security_groups.py b/nova/tests/api/openstack/compute/contrib/test_quantum_security_groups.py index 70c430860..a413babdf 100644 --- a/nova/tests/api/openstack/compute/contrib/test_quantum_security_groups.py +++ b/nova/tests/api/openstack/compute/contrib/test_quantum_security_groups.py @@ -532,8 +532,8 @@ class MockClient(object): # does not handle bulk case so just picks rule[0] r = body.get('security_group_rules')[0] fields = ['direction', 'protocol', 'port_range_min', 'port_range_max', - 'ethertype', 'source_ip_prefix', 'tenant_id', - 'security_group_id', 'source_group_id'] + 'ethertype', 'remote_ip_prefix', 'tenant_id', + 'security_group_id', 'remote_group_id'] ret = {} for field in fields: ret[field] = r.get(field) |
