diff options
Diffstat (limited to 'deploy/adapters/ansible/roles/keystone/vars')
-rw-r--r-- | deploy/adapters/ansible/roles/keystone/vars/main.yml | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/deploy/adapters/ansible/roles/keystone/vars/main.yml b/deploy/adapters/ansible/roles/keystone/vars/main.yml index ecaf7b51..916d6608 100644 --- a/deploy/adapters/ansible/roles/keystone/vars/main.yml +++ b/deploy/adapters/ansible/roles/keystone/vars/main.yml @@ -93,13 +93,13 @@ os_services: internalurl: "http://{{ internal_vip.ip }}:8000/v1" adminurl: "http://{{ internal_vip.ip }}:8000/v1" - - name: congress - type: policy - region: RegionOne - description: "OpenStack Policy Service" - publicurl: "http://{{ public_vip.ip }}:1789" - internalurl: "http://{{ internal_vip.ip }}:1789" - adminurl: "http://{{ internal_vip.ip }}:1789" +# - name: congress +# type: policy +# region: RegionOne +# description: "OpenStack Policy Service" +# publicurl: "http://{{ public_vip.ip }}:1789" +# internalurl: "http://{{ internal_vip.ip }}:1789" +# adminurl: "http://{{ internal_vip.ip }}:1789" # - name: swift # type: object-store @@ -173,12 +173,12 @@ os_users: tenant: service tenant_description: "Service Tenant" - - user: congress - password: "{{ CONGRESS_PASS }}" - email: congress@admin.com - role: admin - tenant: service - tenant_description: "Service Tenant" +# - user: congress +# password: "{{ CONGRESS_PASS }}" +# email: congress@admin.com +# role: admin +# tenant: service +# tenant_description: "Service Tenant" - user: demo password: "{{ DEMO_PASS }}" @@ -193,3 +193,4 @@ os_users: # role: admin # tenant: service # tenant_description: "Service Tenant" + |