Rename keystone resource to keystone_service

This commit is contained in:
Łukasz Oleś 2015-04-28 09:55:20 +00:00
parent 26e605112b
commit f64957b72a
4 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -7,3 +7,6 @@
.vagrant .vagrant
tmp/ tmp/
#vim
*.swp

View File

@ -9,5 +9,5 @@
ports: ports:
- {{ port }}:5000 - {{ port }}:5000
- {{ admin_port }}:35357 - {{ admin_port }}:35357
volumnes: volumes:
- {{ config_dir }}:/etc/keystone - {{ config_dir }}:/etc/keystone

View File

@ -4,8 +4,8 @@ version: 1.0.0
input: input:
image: kollaglue/centos-rdo-keystone image: kollaglue/centos-rdo-keystone
config_dir: config_dir:
admin_port:
port: port:
admin_port:
ip: ip:
ssh_key: ssh_key:
ssh_user: ssh_user: