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

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