Rename python-openstacksdk to openstacksdk

Change-Id: Ie66b9ba8be4a02d9909fe20b79713ab2d22444b0
This commit is contained in:
Monty Taylor 2018-03-23 08:51:38 -05:00
parent ede3c8e200
commit cee20d7740
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ try:
from openstack import connection as os_conn # pragma: no cover
except ImportError as e: # pragma: no cover
raise SystemExit('OpenStack plugins require access to the OpenStackSDK.'
' Please install "python-openstacksdk".'
' Please install "openstacksdk".'
' ERROR: %s' % str(e))
from monitorstack import utils