Created
May 22, 2012 14:12
-
-
Save jk0/2769329 to your computer and use it in GitHub Desktop.
OpenStack CPI Configuration Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openstack: | |
auth_url: http://localhost:5000/v2.0/tokens | |
username: admin | |
api_key: nova | |
tenant: admin | |
registry: | |
endpoint: http://localhost:25777 | |
user: admin | |
password: admin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment