Skip to content

Commit

Permalink
Filled out README, removed unused monasca_api_host
Browse files Browse the repository at this point in the history
  • Loading branch information
davidschroeder committed Nov 12, 2014
1 parent d78fc99 commit 214ca17
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
#Monasca Keystone
Configures Monasca in Keystone
Performs some Keystone setup for Monasca

This role adds one or more users/tenants/roles to Keystone, as specified in keystone_users:

```
keystone_users:
monasca-agent:
password: some-password
tenant: some-tenant
role: monasca-agent
```
It also creates a Monasca endpoint in keystone.

Override default variables as necessary:
- `keystone_url`
- `keystone_admin_token`
- `keystone_endpoint` `host` (the hostname or IP address of the Monasca API server)

##Requirements
- Server running OpenStack Keystone
- Hostname or IP of Monasca API server

##Optional

Expand Down
1 change: 0 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
monasca_api_host: 127.0.0.1
keystone_url: http://127.0.0.1:35357/v2.0
keystone_admin_token: ADMIN
keystone_users:
Expand Down

0 comments on commit 214ca17

Please sign in to comment.