Fix TOKENID format which should without dashed
[1] is wrong amendment which had change the TOKENID's format. Since [2] had been merged, this patch fix the format without dashed. [1] https://review.openstack.org/#/c/399359/1/watcherclient/tests/keystone_client_fixtures.py [2] https://review.openstack.org/#/c/398788 Change-Id: I80b953cbf31e2b09160f0b55ffe48eea845c2dd4
This commit is contained in:
committed by
David TARDIVEL
parent
b66834506a
commit
0ecafcd6a0
@@ -49,7 +49,7 @@ V3_VERSION = {'id': 'v3.0',
|
||||
'status': 'stable',
|
||||
'updated': UPDATED}
|
||||
|
||||
TOKENID = uuidutils.generate_uuid()
|
||||
TOKENID = uuidutils.generate_uuid(dashed=False)
|
||||
|
||||
|
||||
def _create_version_list(versions):
|
||||
|
||||
Reference in New Issue
Block a user