fix a typo of requirements

Change-Id: Ia79344f4505a68d4da4173def97c920f955dd5df
This commit is contained in:
wanghui 2018-03-26 19:02:46 +08:00
parent d66ce22a4b
commit 7f1b46dfc4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ from __future__ import absolute_import
import sys
# NOTE(arosen): done to avoid the fact that cloudfoundryclient
# isn't in the openstack global reqirements.
# isn't in the openstack global requirements.
import mock
sys.modules['cloudfoundryclient.v2.client'] = mock.Mock()
sys.modules['cloudfoundryclient.v2'] = mock.Mock()