error in creating the heat domain in Identity service
when i try to setup the heat domain in keystone i am facing the below error.
root@controller:~# heat-keystone-setup-domain \
> --stack-user-domain-name heat_user_domain \
> --stack-domain-admin heat_domain_admin \
> --stack-domain-admin-password 123456
heat-keystone-setup-domain: command not found
so i tried the same with heat-keystone-setup
root@controller:~# heat-keystone-setup --stack-user-domain-name heat_user_domain --stack-domain-admin heat_domain_admin --stack-domain-admin-password 123456
Authorization Failed: The resource could not be found. (HTTP 404)
[Call Trace]
/usr/bin/heat-keystone-setup:323:keystone_setup
/usr/bin/heat-keystone-setup:274:die_if_not_set
/usr/bin/heat-keystone-setup:84:die
[ERROR] /usr/bin/heat-keystone-setup:274 Fail to get TENANT_ID by 'token-get'
root@controller:~#
i am setting up the components in KILO release manually following the official documentation on ubuntu 14.04. how can i fix this? does the command option "heat-keystone-setup-domain" exist?
I'm using ubuntu 14.04 and have the same issue. "heat-keystone-setup-domain" is missing. Can someone help?