From becd011215e092f1e32374371f916a476164f996 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Tue, 15 Apr 2014 10:30:52 +0300 Subject: [PATCH] Add hint on creating new user for Heat in DevStack Mention heat_stack_owner role in the docs for DevStack. Change-Id: I5f3e0405684fffa0aa05d1552ca0f6e7074471aa Partial-Bug: #1306665 --- doc/source/getting_started/on_devstack.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/getting_started/on_devstack.rst b/doc/source/getting_started/on_devstack.rst index 617c07f421..58720342eb 100644 --- a/doc/source/getting_started/on_devstack.rst +++ b/doc/source/getting_started/on_devstack.rst @@ -125,3 +125,13 @@ Note: The list operation will show no running stack.:: heat stack-delete teststack heat stack-list + +Adding new users to DevStack +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +When DevStack is configured and launched with ``stack.sh`` script, +Heat creates a specific role in Keystone (``heat_stack_owner`` by default) +and assigns this role to both default users created by DevStack (admin and demo). +If you later create another user, and want this user to be able to use all capabilities of Heat, +don't forget to assign the ``heat_stack_owner`` role to this user too, +otherwise the new user will not be allowed to create stacks.