Use deb package

This commit is contained in:
Łukasz Oleś 2015-07-17 10:21:44 +00:00
parent 69e7aabc98
commit 5ca1b077cf
3 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,6 @@
sudo: yes
tasks:
- name: install python-keystoneclient
shell: pip install python-keystoneclient
shell: apt-get install python-keystoneclient
- name: keystone role
keystone_user: endpoint=http://{{keystone_host}}:{{keystone_port}}/v2.0/ token={{admin_token}} user={{user_name}} tenant={{tenant_name}} role={{role_name}} state=present

View File

@ -2,6 +2,6 @@
sudo: yes
tasks:
- name: install python-keystoneclient
shell: pip install python-keystoneclient
shell: apt-get install python-keystoneclient
- name: keystone tenant
keystone_user: endpoint=http://{{keystone_host}}:{{keystone_port}}/v2.0/ token={{admin_token}} tenant={{tenant_name}} state=present

View File

@ -2,6 +2,6 @@
sudo: yes
tasks:
- name: install python-keystoneclient
shell: pip install python-keystoneclient
shell: apt-get install python-keystoneclient
- name: keystone user
keystone_user: endpoint=http://{{ keystone_host }}:{{ keystone_port }}/v2.0/ token={{ admin_token }} user={{ user_name }} password={{ user_password }} tenant={{ tenant_name }} state=present