331e8e5fa2935f719244ffd7a8bf3b53fae2aeff
The get_transport method was deprecated in the oslo.messaging 5.24.2 release in favor of get_rpc_transport and get_notification_transport. We are already using get_notification_transport, we just need to change to use get_rpc_transport. Change-Id: I6fd8f4a23a15f93029edd2b13723266581fffe3f
Blazar
Overview
OpenStack Reservation Service
Prerequisites
- Keystone v3 API endpoint
- Service account
Configuration
Create identityv3 endpoint
For adding new endpoint for Keystone V3, use the following instructions: 1) keystone service-create --name keystonev3 --type identytiv3 --description "Keystone Identity Service v3" 2) keystone endpoint-create --region <region> --service keystonev3 --publicurl "<auth_protocol>://<auth_host>:5000/v3" --adminurl "<auth_protocol>://<auth_host>:35357/v3" --internalurl "<auth_protocol>://<auth_host>:5000/v3"
Description
Languages
Python
99.1%
Shell
0.8%