Merge "Remove use of role_name variable"

This commit is contained in:
Jenkins 2016-01-26 14:07:04 +00:00 committed by Gerrit Code Review
commit 7b5be2cb95
2 changed files with 1 additions and 2 deletions

View File

@ -60,7 +60,7 @@
endpoint: "{{ keystone_service_adminurl }}"
user_name: "{{ service_user_name }}"
tenant_name: "{{ service_tenant_name }}"
role_name: "{{ role_name }}"
role_name: "{{ neutron_service_role_name }}"
insecure: "{{ keystone_service_adminuri_insecure }}"
register: add_service
when: not neutron_service_in_ldap | bool

View File

@ -25,6 +25,5 @@
service_publicurl: "{{ neutron_service_publicurl }}"
service_internalurl: "{{ neutron_service_internalurl }}"
service_adminurl: "{{ neutron_service_adminurl }}"
role_name: "{{ neutron_service_role_name }}"
tags:
- neutron-server