Skip to content
Snippets Groups Projects
Commit 09769576 authored by David Ames's avatar David Ames
Browse files

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
parent 213ec669
No related branches found
No related tags found
No related merge requests found
...@@ -604,7 +604,7 @@ class KeystoneBasicDeployment(OpenStackAmuletDeployment): ...@@ -604,7 +604,7 @@ class KeystoneBasicDeployment(OpenStackAmuletDeployment):
'admin_port': '35347', 'admin_port': '35347',
'public_port': '4990', 'public_port': '4990',
} }
elif self._get_openstack_release() <= self.trusty_juno: elif self._get_openstack_release() <= self.trusty_icehouse:
# Juno and earlier # Juno and earlier
expected['DEFAULT'].update({ expected['DEFAULT'].update({
'admin_port': '35347', 'admin_port': '35347',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment