rcbops / ansible-lxc-rpc

Ansible Playbooks to deploy openstack
https://rcbops.github.io/ansible-lxc-rpc/
Apache License 2.0
38 stars 31 forks source link

keystone policy template incorrectly named #247

Closed mancdaz closed 9 years ago

mancdaz commented 9 years ago
TASK: [keystone_common | Generate Keystone Config] ****************************
changed: [node13_keystone_container-b985aac5] => (item={'dest': 'keystone.conf', 'src': 'keystone.conf.j2'})
fatal: [node13_keystone_container-b985aac5] => input file not found at /opt/ansible-lxc-rpc/rpc_deployment/playbooks/openstack/roles/keystone_common/templates/policy.json.j2 or /opt/ansible-lxc-rpc/rpc_deployment/playbooks/openstack/policy.json.j2
changed: [node11_keystone_container-2c75dc46] => (item={'dest': 'keystone.conf', 'src': 'keystone.conf.j2'})
changed: [node12_keystone_container-9cc222ae] => (item={'dest': 'keystone.conf', 'src': 'keystone.conf.j2'})
fatal: [node11_keystone_container-2c75dc46] => input file not found at /opt/ansible-lxc-rpc/rpc_deployment/playbooks/openstack/roles/keystone_common/templates/policy.json.j2 or /opt/ansible-lxc-rpc/rpc_deployment/playbooks/openstack/policy.json.j2
fatal: [node12_keystone_container-9cc222ae] => input file not found at /opt/ansible-lxc-rpc/rpc_deployment/playbooks/openstack/roles/keystone_common/templates/policy.json.j2 or /opt/ansible-lxc-rpc/rpc_deployment/playbooks/openstack/policy.json.j2

the policy file exists with the name policy.json, but we are pointing at policy.json.j2

This was changed in https://github.com/rcbops/ansible-lxc-rpc/commit/3cb08cf8309523ebcc82533d8ad107d588deaccd

mancdaz commented 9 years ago

closed via https://github.com/rcbops/ansible-lxc-rpc/pull/248