update deprecated 'tenant_id' argument
diff --git a/keystone/client/service/sahara.yml b/keystone/client/service/sahara.yml
index d727049..2cd3260 100644
--- a/keystone/client/service/sahara.yml
+++ b/keystone/client/service/sahara.yml
@@ -21,10 +21,10 @@
                   public_address: ${_param:cluster_public_host}
                   public_protocol: ${_param:cluster_public_protocol}
                   public_port: 8386
-                  public_path: '/v1.1/%(tenant_id)s'
+                  public_path: '/v1.1/%(project_id)s'
                   internal_address: ${_param:sahara_service_host}
                   internal_port: 8386
-                  internal_path: '/v1.1/%(tenant_id)s'
+                  internal_path: '/v1.1/%(project_id)s'
                   admin_address: ${_param:sahara_service_host}
                   admin_port: 8386
-                  admin_path: '/v1.1/%(tenant_id)s'
+                  admin_path: '/v1.1/%(project_id)s'