commit | b084edfc2604cca24234c631ab419c52be5434bf | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@artisancomputer.com> | Wed Apr 27 13:42:53 2016 -0700 |
committer | Zack Williams <zdw@artisancomputer.com> | Wed Apr 27 13:42:53 2016 -0700 |
tree | a3eb8c1caff4aa2f7161bf1ec117315728e8f5fe | |
parent | 44addd7cbdd294aeaabe8eeaee04176dbe5272ae [diff] |
specify keystone API 2.0
diff --git a/xos/openstack_xos/client.py b/xos/openstack_xos/client.py index dfab9b3..f7974b7 100644 --- a/xos/openstack_xos/client.py +++ b/xos/openstack_xos/client.py
@@ -1,6 +1,6 @@ import urlparse try: - from keystoneclient import client as keystone_client + from keystoneclient.v2.0 import client as keystone_client #from glance import client as glance_client import glanceclient from novaclient import client as nova_client