Fix amulet tests that reference trusty_juno

Juno has been deprecated. A recent charm helper sysnc removed
references to trusty_juno. Therefore it is no longer defined.
Move checks back to icehouse.

Change-Id: I0272ad4f7a2339c6f60b4ba8a6ddfcb76cc3ded7
This commit is contained in:
David Ames 2016-12-02 13:38:49 -08:00
parent 213ec669aa
commit 0976957626

View File

@ -604,7 +604,7 @@ class KeystoneBasicDeployment(OpenStackAmuletDeployment):
'admin_port': '35347',
'public_port': '4990',
}
elif self._get_openstack_release() <= self.trusty_juno:
elif self._get_openstack_release() <= self.trusty_icehouse:
# Juno and earlier
expected['DEFAULT'].update({
'admin_port': '35347',