~ubuntu-branches/ubuntu/wily/heat/wily-proposed

« back to all changes in this revision

Viewing changes to doc/source/getting_started/on_devstack.rst

  • Committer: Package Import Robot
  • Author(s): James Page, Corey Bryant, James Page
  • Date: 2015-03-30 11:11:18 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20150330111118-2qpycylx6swu4yhj
Tags: 2015.1~b3-0ubuntu1
[ Corey Bryant ]
* New upstream milestone release for OpenStack kilo:
  - d/control: Align with upstream dependencies.
  - d/p/sudoers_patch.patch: Rebased.
  - d/p/fix-requirements.patch: Rebased.

[ James Page ]
* d/p/fixup-assert-regex.patch: Tweak test to use assertRegexpMatches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
 
152
152
    heat stack-delete teststack
153
153
    heat stack-list
154
 
 
155
 
Adding new users to DevStack
156
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
157
 
 
158
 
When DevStack is configured and launched with ``stack.sh`` script,
159
 
Heat creates a specific role in Keystone (``heat_stack_owner`` by default)
160
 
and assigns this role to both default users created by DevStack (admin and demo).
161
 
If you later create another user, and want this user to be able to use all capabilities of Heat,
162
 
don't forget to assign the ``heat_stack_owner`` role to this user too,
163
 
otherwise the new user will not be allowed to create stacks.