Skip to content

Commit

Permalink
Remove "tenant_id" from the nova endpoint
Browse files Browse the repository at this point in the history
We shouldn't need "tenant_id" section in the endpoints anymore, so this
patch removes them.

Change-Id: Ifce740ca88683241341961604eb26fdf67f16d35
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
  • Loading branch information
cloudnull authored and Jesse Pretorius (odyssey4me) committed Mar 14, 2017
1 parent 05d1246 commit 27d2754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ nova_metadata_port: 8775
nova_service_proto: http
nova_service_adminuri_proto: "{{ openstack_service_adminuri_proto | default(nova_service_proto) }}"
nova_service_adminuri: "{{ nova_service_adminuri_proto }}://{{ internal_lb_vip_address }}:{{ nova_service_port }}"
nova_service_adminurl: "{{ nova_service_adminuri }}/v2.1/%(tenant_id)s"
nova_service_adminurl: "{{ nova_service_adminuri }}/v2.1"
nova_service_region: "{{ service_region }}"
nova_service_user_name: nova
nova_service_project_name: service
Expand Down

0 comments on commit 27d2754

Please sign in to comment.