Rename providers to clouds to respect naming convention

Also, move rackspace openstack-based tests to test_openstack.py
This commit is contained in:
Erik Johnson 2018-08-13 13:07:45 -05:00
parent 85b96de009
commit eaa4da3d49
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
# -*- coding: utf-8 -*-

View file

@ -26,7 +26,7 @@ try:
from libcloud.common.openstack_identity import OpenStackIdentityTokenScope
HAS_KEYSTONE = True
except ImportError:
HAS_KEYSTONE = True
HAS_KEYSTONE = False
# Import Third-Party Libs
try: