Modify amulet tests to reflect nova-cc change
https://review.openstack.org/#/c/541815/1 mismatched actual/expected relation data results in a test failure. Change-Id: I967602fb6c07c7dbc09c03aab8623d124df570cd Closes-Bug: #1739409 Depends-On: I0f857d7c2d5c4abf4843bc3fe1a9848164048fe2
This commit is contained in:
@@ -324,7 +324,7 @@ class NeutronGatewayBasicDeployment(OpenStackAmuletDeployment):
|
||||
expected['service_username'] = 'nova'
|
||||
else:
|
||||
# Juno or earlier
|
||||
expected['service_username'] = 's3_ec2_nova'
|
||||
expected['service_username'] = 'ec2_nova_s3'
|
||||
|
||||
ret = u.validate_relation_data(unit, relation, expected)
|
||||
if ret:
|
||||
|
||||
Reference in New Issue
Block a user