mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Rename providers to clouds to respect naming convention
Also, move rackspace openstack-based tests to test_openstack.py
This commit is contained in:
parent
85b96de009
commit
eaa4da3d49
2 changed files with 1 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
# -*- coding: utf-8 -*-
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue