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:
parent
213ec669aa
commit
0976957626
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user