Renaming oslo.utils to oslo_utils

Also update the requirement.txt to pull the cue-client from
openstack rather than stackforge

Change-Id: I3b8997a77f84b3a3357248c9d53edd31e02fb90f
This commit is contained in:
Steve Leon 2015-07-29 18:34:42 -07:00
parent 17d619ef03
commit 9784d01265
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ from horizon.utils import memoized
from horizon.utils import validators
from horizon import workflows
from openstack_dashboard import api
from oslo.utils import importutils
from oslo_utils import importutils
from cuedashboard.api import cluster_create

View File

@ -1,2 +1,2 @@
Django>=1.4,<1.7
-e git+https://github.com/stackforge/python-cueclient.git#egg=python-cueclient
-e git+https://github.com/openstack/python-cueclient.git#egg=python-cueclient