Merge "Remove 'adding-new-users-to-devstack' doc on_devstack.rst"

This commit is contained in:
Jenkins 2015-03-16 21:00:00 +00:00 committed by Gerrit Code Review
commit 5ddaa9fb1c
1 changed files with 0 additions and 10 deletions

View File

@ -151,13 +151,3 @@ 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.