Remove duplicate keys from dictionary

There are a few places where duplicate keys are defined in the
dictionary. Removed all such occurrences throughout the code.

TrivialFix

Change-Id: I40cd400b26745927698584a8376971f9884acbf8
This commit is contained in:
Ankit Agrawal 2015-12-16 22:16:15 -08:00
parent e52db1dc66
commit aa3d01e0a0
2 changed files with 0 additions and 2 deletions

View File

@ -347,7 +347,6 @@ class LoadBalancerTest(common.HeatTestCase):
"protocol": u'HTTP',
"port": 80,
"virtual_ips": [FakeVirtualIP(type=u"PUBLIC", ipVersion=u"IPV6")],
"halfClosed": None,
"algorithm": u'LEAST_CONNECTIONS',
"connectionThrottle": {'maxConnectionRate': 1000,
'maxConnections': None,

View File

@ -3257,7 +3257,6 @@ class ServersTest(common.HeatTestCase):
{'port': 'aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa',
'network': None,
'fixed_ip': None,
'uuid': None,
'subnet': None,
'port_extra_properties': None,
'uuid': None},