Merge "Configurable token hashing algorithm"
diff --git a/lib/zaqar b/lib/zaqar
index 19dc509..93b727e 100644
--- a/lib/zaqar
+++ b/lib/zaqar
@@ -189,7 +189,7 @@
     if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then
 
         local zaqar_service=$(get_or_create_service "zaqar" \
-            "queuing" "Zaqar Service")
+            "messaging" "Zaqar Service")
         get_or_create_endpoint $zaqar_service \
             "$REGION_NAME" \
             "$ZAQAR_SERVICE_PROTOCOL://$ZAQAR_SERVICE_HOST:$ZAQAR_SERVICE_PORT" \