From 20fdfb9716454836aaa22535640cbb29e58ddb02 Mon Sep 17 00:00:00 2001 From: ekultails Date: Mon, 12 Mar 2018 19:26:10 -0400 Subject: [PATCH] Update all references from the deprecated tenant_id to project_id. Keystone v3 has been out for a long time now and uses the new project_id variable for the API endpoints. Change-Id: I62619ac94b0deb67fe4081a0bb1e5f7b40b4f1d9 Closes-Bug: 1651521 --- .../openstack-operations/verify-deploy.rst | 86 +++++++++---------- inventory/group_vars/octavia_all.yml | 2 +- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/doc/source/admin/openstack-operations/verify-deploy.rst b/doc/source/admin/openstack-operations/verify-deploy.rst index 99f42ff23c..daa9bda35a 100644 --- a/doc/source/admin/openstack-operations/verify-deploy.rst +++ b/doc/source/admin/openstack-operations/verify-deploy.rst @@ -59,49 +59,49 @@ the OpenStack API and dashboard, as an administrator. .. code:: $ openstack endpoint list - +----------------+-----------+--------------+----------------+---------+-----------+--------------------------------------------------+ - | ID | Region | Service Name | Service Type | Enabled | Interface | URL | - +----------------+-----------+--------------+----------------+---------+-----------+--------------------------------------------------+ - | [ID truncated] | RegionOne | cinderv2 | volumev2 | True | admin | http://172.29.236.100:8776/v2/%(tenant_id)s | - | [ID truncated] | RegionOne | cinder | volume | True | public | https://10.23.100.127:8776/v1/%(tenant_id)s | - | [ID truncated] | RegionOne | aodh | alarming | True | internal | http://172.29.236.100:8042 | - | [ID truncated] | RegionOne | glance | image | True | public | https://10.23.100.127:9292 | - | [ID truncated] | RegionOne | cinderv2 | volumev2 | True | internal | http://172.29.236.100:8776/v2/%(tenant_id)s | - | [ID truncated] | RegionOne | heat-cfn | cloudformation | True | admin | http://172.29.236.100:8000/v1 | - | [ID truncated] | RegionOne | neutron | network | True | admin | http://172.29.236.100:9696 | - | [ID truncated] | RegionOne | aodh | alarming | True | public | https://10.23.100.127:8042 | - | [ID truncated] | RegionOne | nova | compute | True | admin | http://172.29.236.100:8774/v2.1/%(tenant_id)s | - | [ID truncated] | RegionOne | heat-cfn | cloudformation | True | internal | http://172.29.236.100:8000/v1 | - | [ID truncated] | RegionOne | swift | object-store | True | public | https://10.23.100.127:8080/v1/AUTH_%(tenant_id)s | - | [ID truncated] | RegionOne | designate | dns | True | admin | http://172.29.236.100:9001 | - | [ID truncated] | RegionOne | cinderv2 | volumev2 | True | public | https://10.23.100.127:8776/v2/%(tenant_id)s | - | [ID truncated] | RegionOne | keystone | identity | True | admin | http://172.29.236.100:35357/v3 | - | [ID truncated] | RegionOne | ceilometer | metering | True | admin | http://172.29.236.100:8777/ | - | [ID truncated] | RegionOne | nova | compute | True | public | https://10.23.100.127:8774/v2.1/%(tenant_id)s | - | [ID truncated] | RegionOne | keystone | identity | True | internal | http://172.29.236.100:5000/v3 | - | [ID truncated] | RegionOne | nova | compute | True | internal | http://172.29.236.100:8774/v2.1/%(tenant_id)s | - | [ID truncated] | RegionOne | gnocchi | metric | True | public | https://10.23.100.127:8041 | - | [ID truncated] | RegionOne | neutron | network | True | internal | http://172.29.236.100:9696 | - | [ID truncated] | RegionOne | aodh | alarming | True | admin | http://172.29.236.100:8042 | - | [ID truncated] | RegionOne | heat | orchestration | True | admin | http://172.29.236.100:8004/v1/%(tenant_id)s | - | [ID truncated] | RegionOne | glance | image | True | internal | http://172.29.236.100:9292 | - | [ID truncated] | RegionOne | designate | dns | True | internal | http://172.29.236.100:9001 | - | [ID truncated] | RegionOne | cinder | volume | True | internal | http://172.29.236.100:8776/v1/%(tenant_id)s | - | [ID truncated] | RegionOne | heat-cfn | cloudformation | True | public | https://10.23.100.127:8000/v1 | - | [ID truncated] | RegionOne | ceilometer | metering | True | public | https://10.23.100.127:8777 | - | [ID truncated] | RegionOne | designate | dns | True | public | http://10.23.100.127:9001 | - | [ID truncated] | RegionOne | swift | object-store | True | admin | http://172.29.236.100:8080/v1/AUTH_%(tenant_id)s | - | [ID truncated] | RegionOne | heat | orchestration | True | internal | http://172.29.236.100:8004/v1/%(tenant_id)s | - | [ID truncated] | RegionOne | ceilometer | metering | True | internal | http://172.29.236.100:8777 | - | [ID truncated] | RegionOne | cinder | volume | True | admin | http://172.29.236.100:8776/v1/%(tenant_id)s | - | [ID truncated] | RegionOne | swift | object-store | True | internal | http://172.29.236.100:8080/v1/AUTH_%(tenant_id)s | - | [ID truncated] | RegionOne | neutron | network | True | public | https://10.23.100.127:9696 | - | [ID truncated] | RegionOne | heat | orchestration | True | public | https://10.23.100.127:8004/v1/%(tenant_id)s | - | [ID truncated] | RegionOne | gnocchi | metric | True | admin | http://172.29.236.100:8041 | - | [ID truncated] | RegionOne | gnocchi | metric | True | internal | http://172.29.236.100:8041 | - | [ID truncated] | RegionOne | keystone | identity | True | public | https://10.23.100.127:5000/v3 | - | [ID truncated] | RegionOne | glance | image | True | admin | http://172.29.236.100:9292 | - +----------------+-----------+--------------+----------------+---------+-----------+--------------------------------------------------+ + +----------------+-----------+--------------+----------------+---------+-----------+---------------------------------------------------+ + | ID | Region | Service Name | Service Type | Enabled | Interface | URL | + +----------------+-----------+--------------+----------------+---------+-----------+---------------------------------------------------+ + | [ID truncated] | RegionOne | cinderv2 | volumev2 | True | admin | http://172.29.236.100:8776/v2/%(project_id)s | + | [ID truncated] | RegionOne | cinder | volume | True | public | https://10.23.100.127:8776/v1/%(project_id)s | + | [ID truncated] | RegionOne | aodh | alarming | True | internal | http://172.29.236.100:8042 | + | [ID truncated] | RegionOne | glance | image | True | public | https://10.23.100.127:9292 | + | [ID truncated] | RegionOne | cinderv2 | volumev2 | True | internal | http://172.29.236.100:8776/v2/%(project_id)s | + | [ID truncated] | RegionOne | heat-cfn | cloudformation | True | admin | http://172.29.236.100:8000/v1 | + | [ID truncated] | RegionOne | neutron | network | True | admin | http://172.29.236.100:9696 | + | [ID truncated] | RegionOne | aodh | alarming | True | public | https://10.23.100.127:8042 | + | [ID truncated] | RegionOne | nova | compute | True | admin | http://172.29.236.100:8774/v2.1/%(project_id)s | + | [ID truncated] | RegionOne | heat-cfn | cloudformation | True | internal | http://172.29.236.100:8000/v1 | + | [ID truncated] | RegionOne | swift | object-store | True | public | https://10.23.100.127:8080/v1/AUTH_%(project_id)s | + | [ID truncated] | RegionOne | designate | dns | True | admin | http://172.29.236.100:9001 | + | [ID truncated] | RegionOne | cinderv2 | volumev2 | True | public | https://10.23.100.127:8776/v2/%(project_id)s | + | [ID truncated] | RegionOne | keystone | identity | True | admin | http://172.29.236.100:35357/v3 | + | [ID truncated] | RegionOne | ceilometer | metering | True | admin | http://172.29.236.100:8777/ | + | [ID truncated] | RegionOne | nova | compute | True | public | https://10.23.100.127:8774/v2.1/%(project_id)s | + | [ID truncated] | RegionOne | keystone | identity | True | internal | http://172.29.236.100:5000/v3 | + | [ID truncated] | RegionOne | nova | compute | True | internal | http://172.29.236.100:8774/v2.1/%(project_id)s | + | [ID truncated] | RegionOne | gnocchi | metric | True | public | https://10.23.100.127:8041 | + | [ID truncated] | RegionOne | neutron | network | True | internal | http://172.29.236.100:9696 | + | [ID truncated] | RegionOne | aodh | alarming | True | admin | http://172.29.236.100:8042 | + | [ID truncated] | RegionOne | heat | orchestration | True | admin | http://172.29.236.100:8004/v1/%(project_id)s | + | [ID truncated] | RegionOne | glance | image | True | internal | http://172.29.236.100:9292 | + | [ID truncated] | RegionOne | designate | dns | True | internal | http://172.29.236.100:9001 | + | [ID truncated] | RegionOne | cinder | volume | True | internal | http://172.29.236.100:8776/v1/%(project_id)s | + | [ID truncated] | RegionOne | heat-cfn | cloudformation | True | public | https://10.23.100.127:8000/v1 | + | [ID truncated] | RegionOne | ceilometer | metering | True | public | https://10.23.100.127:8777 | + | [ID truncated] | RegionOne | designate | dns | True | public | http://10.23.100.127:9001 | + | [ID truncated] | RegionOne | swift | object-store | True | admin | http://172.29.236.100:8080/v1/AUTH_%(project_id)s | + | [ID truncated] | RegionOne | heat | orchestration | True | internal | http://172.29.236.100:8004/v1/%(project_id)s | + | [ID truncated] | RegionOne | ceilometer | metering | True | internal | http://172.29.236.100:8777 | + | [ID truncated] | RegionOne | cinder | volume | True | admin | http://172.29.236.100:8776/v1/%(project_id)s | + | [ID truncated] | RegionOne | swift | object-store | True | internal | http://172.29.236.100:8080/v1/AUTH_%(project_id)s | + | [ID truncated] | RegionOne | neutron | network | True | public | https://10.23.100.127:9696 | + | [ID truncated] | RegionOne | heat | orchestration | True | public | https://10.23.100.127:8004/v1/%(project_id)s | + | [ID truncated] | RegionOne | gnocchi | metric | True | admin | http://172.29.236.100:8041 | + | [ID truncated] | RegionOne | gnocchi | metric | True | internal | http://172.29.236.100:8041 | + | [ID truncated] | RegionOne | keystone | identity | True | public | https://10.23.100.127:5000/v3 | + | [ID truncated] | RegionOne | glance | image | True | admin | http://172.29.236.100:9292 | + +----------------+-----------+--------------+----------------+---------+-----------+---------------------------------------------------+ #. Run an OpenStack command to ensure all the compute services are working (the output depends on your configuration) diff --git a/inventory/group_vars/octavia_all.yml b/inventory/group_vars/octavia_all.yml index 669d25f722..ced7d1eea3 100644 --- a/inventory/group_vars/octavia_all.yml +++ b/inventory/group_vars/octavia_all.yml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -octavia_service_internalurl: "{{ octavia_service_internaluri }}/v1/%(tenant_id)s" +octavia_service_internalurl: "{{ octavia_service_internaluri }}/v1/%(project_id)s" octavia_service_user_name: octavia # RPC