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

Since https://review.openstack.org/#/c/128509/
heat no longer requires the "heat_stack_owner"
role by default, as we now delegate all roles
via the trust. So remove the 'adding-new-users-to-devstack'
doc.

Change-Id: Ia84e72b7b0cb4a1a2f40fc8bd259f99fc495de82
This commit is contained in:
huangtianhua 2015-02-13 10:31:30 +08:00
parent 0d8130780e
commit 5cdebb5e05
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.