From cd85fc8a0269155fb7e6530f1d9aa6c79dfb0b7d Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Thu, 16 Feb 2017 10:04:47 +0000 Subject: [PATCH] Fix typo Change-Id: I2199417a03b898f4beb2fa425a3678f6d53ebe05 --- service/murano-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/murano-api.yaml b/service/murano-api.yaml index ff5af44..bf9d528 100644 --- a/service/murano-api.yaml +++ b/service/murano-api.yaml @@ -35,7 +35,7 @@ service: - keystone-create-domain - name: murano-role-add type: single - command: openstack role add --domain {{ service_account.domain }} --user {{ murano.username }} admin + command: openstack role add --project {{ service_account.project }} --user {{ murano.username }} admin dependencies: - murano-user-create - name: murano-service-create