Skip to content

Commit

Permalink
Migrates Horizon to use KeystoneClient
Browse files Browse the repository at this point in the history
References blueprint novaclient-migration. Fixes bug 848399. As a bonus it also fixes bug 882784.

This merge moves Horizon off of openstackx and novaclient for authentication and keystone management. Instead it uses the new python-keystoneclient library.

Change-Id: Idce4410b473aa51539f2246e8d852a7fe0aeb349
  • Loading branch information
gabrielhurley committed Oct 28, 2011
1 parent 73b84a9 commit 93c670e
Show file tree
Hide file tree
Showing 13 changed files with 313 additions and 405 deletions.
6 changes: 6 additions & 0 deletions django-openstack/buildout.cfg
Expand Up @@ -77,6 +77,7 @@ extra-paths =
${buildout:directory}/parts/openstack-compute
${buildout:directory}/parts/openstackx
${buildout:directory}/parts/python-novaclient
${buildout:directory}/parts/python-keystoneclient


## Dependencies fetch from git
Expand All @@ -96,6 +97,11 @@ recipe = zerokspot.recipe.git
repository = git://github.com/rackspace/python-novaclient.git
as_egg = True

[python-keystoneclient]
recipe = zerokspot.recipe.git
repository = git://github.com/4P/python-keystoneclient.git
as_egg = True

## Dependencies fetched from launchpad
# launchpad dependencies will appear as subfolders of
# ${buildout:directory}/launchpad/
Expand Down

0 comments on commit 93c670e

Please sign in to comment.