Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
b1030263
Commit
b1030263
authored
9 years ago
by
Jenkins
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Change heat domain to heat_user_domain"
parents
9dcbb443
5b18913f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/heat/heat-api/extend_start.sh
+3
-3
3 additions, 3 deletions
docker/heat/heat-api/extend_start.sh
with
3 additions
and
3 deletions
docker/heat/heat-api/extend_start.sh
+
3
−
3
View file @
b1030263
...
@@ -7,9 +7,9 @@ if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
...
@@ -7,9 +7,9 @@ if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
CURRENT_HEAT_DOMAIN_NAME
=
$(
openstack domain list |
grep
heat |
awk
'{print $4}'
)
CURRENT_HEAT_DOMAIN_NAME
=
$(
openstack domain list |
grep
heat |
awk
'{print $4}'
)
if
[[
"heat"
!=
"
$CURRENT_HEAT_DOMAIN_NAME
"
]]
;
then
if
[[
"heat"
!=
"
$CURRENT_HEAT_DOMAIN_NAME
"
]]
;
then
openstack domain create heat
openstack domain create heat
_user_domain
openstack user create
--domain
heat heat_domain_admin
--password
${
HEAT_DOMAIN_ADMIN_PASSWORD
}
openstack user create
--domain
heat
_user_domain
heat_domain_admin
--password
${
HEAT_DOMAIN_ADMIN_PASSWORD
}
openstack role add
--domain
heat
--user
heat_domain_admin admin
openstack role add
--domain
heat
_user_domain
--user
heat_domain_admin admin
openstack role create heat_stack_owner
openstack role create heat_stack_owner
openstack role create heat_stack_user
openstack role create heat_stack_user
fi
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment