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
This commit is contained in:
Pavlo Shchelokovskyy 2014-04-15 10:30:52 +03:00
parent 3a61debdec
commit becd011215
1 changed files with 10 additions and 0 deletions

View File

@ -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.