No use of mox/mox3

Now onwards no support of mox/mox3, please check storyboard link
for reference

https://storyboard.openstack.org/#!/story/2001546

Change-Id: Ic1fa65951f1e43e1279d8c72fcfc5e09609faa70
This commit is contained in:
Surya Prakash Singh 2018-03-28 10:46:04 +05:30 committed by Surya Prakash (spsurya)
parent eb380579ac
commit edb4368fee
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class KeystoneClient(OpenStackClients):
if __name__ == '__main__':
# TODO(Jeff Peeler): mox this
# TODO(Jeff Peeler): mock this
client_mgr = OpenStackClients()
ks = client_mgr.get_client('KeystoneClient')
LOG.info(ks)