Zaqar is a messaging service which provides support for different
messaging patterns and messaging related semantics.
This fix changes the old API name -queuing- to a more accurate name, -messaging-.
Change-Id: I07ca6ca704a4f07d88c192a5ce1a7c626de1fcea
| ... | ... |
@@ -193,7 +193,7 @@ function create_zaqar_accounts {
|
| 193 | 193 |
if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then |
| 194 | 194 |
|
| 195 | 195 |
local zaqar_service=$(get_or_create_service "zaqar" \ |
| 196 |
- "queuing" "Zaqar Service") |
|
| 196 |
+ "messaging" "Zaqar Service") |
|
| 197 | 197 |
get_or_create_endpoint $zaqar_service \ |
| 198 | 198 |
"$REGION_NAME" \ |
| 199 | 199 |
"$ZAQAR_SERVICE_PROTOCOL://$ZAQAR_SERVICE_HOST:$ZAQAR_SERVICE_PORT" \ |