fix relation check, remove varying unit data check

This commit is contained in:
Ryan Beisner 2015-10-16 16:13:56 +00:00
parent 902921bea6
commit b7ec1fa5fe
1 changed files with 0 additions and 7 deletions

View File

@ -237,13 +237,6 @@ class NeutronAPIBasicDeployment(OpenStackAmuletDeployment):
'password': u.not_null
}
if self._get_openstack_release() == self.precise_icehouse:
# Precise
expected['allowed_units'] = 'nova-cloud-controller/0 neutron-api/0'
else:
# Not Precise
expected['allowed_units'] = 'neutron-api/0'
ret = u.validate_relation_data(unit, relation, expected)
if ret:
message = u.relation_error('mysql shared-db', ret)