Glance registry finally working

This commit is contained in:
Przemyslaw Kaminski
2015-06-01 19:05:53 +02:00
parent 488dc08ac7
commit 50c48ee1e5
14 changed files with 65 additions and 33 deletions

View File

@@ -1,5 +1,7 @@
- hosts: [{{ ip }}]
sudo: yes
tasks:
- name: install python-keystoneclient
shell: pip install python-keystoneclient
- name: keystone tenant
keystone_user: endpoint=http://{{keystone_host}}:{{keystone_port}}/v2.0/ token={{admin_token}} tenant={{tenant_name}} state=present