Bug 1237221 - osp-d deployment fails w/ "ERROR: openstack ERROR: Authentication failed. Please try again with option --include-password or export HEAT_INCLUDE_PASSWORD=1"
Summary: osp-d deployment fails w/ "ERROR: openstack ERROR: Authentication failed. Ple...
Keywords:
Status: CLOSED DUPLICATE of bug 1235908
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-rdomanager-oscplugin
Version: Director
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: Director
Assignee: RHOS Maint
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-30 14:45 UTC by wes hayutin
Modified: 2019-09-12 08:35 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-30 18:29:07 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description wes hayutin 2015-06-30 14:45:05 UTC
Description of problem:

02:23:24.406 ERROR: openstack ERROR: Authentication failed. Please try again with option --include-password or export HEAT_INCLUDE_PASSWORD=1

Command used:
 source /home/stack/stackrc; if [ -f "/home/stack/deploy-overcloudrc" ]; then source /home/stack/deploy-overcloudrc; fi; openstack overcloud deploy --plan-uuid 1fc3ce98-89d2-4816-ab54-5deb3649e592 --control-scale 3 --compute-scale 1 --ceph-storage-scale 1

bah.. my log do not include the stackrc file.
This probably needs further debug, opening for tracking

Comment 1 wes hayutin 2015-06-30 18:07:15 UTC
hit this error again on the dell bm environment, adding logs now

Comment 2 wes hayutin 2015-06-30 18:09:16 UTC
/tmp/tmpzXjOcr/puppet/ceph-cluster-config.yaml
/tmp/tmpzXjOcr/firstboot/userdata_default.yaml
/tmp/tmpzXjOcr/puppet/all-nodes-config.yaml


ERROR: openstack ERROR: Authentication failed. Please try again with option --include-password or export HEAT_INCLUDE_PASSWORD=1
Authentication required
[stack@host15 ~]$ 
[stack@host15 ~]$ 
[stack@host15 ~]$ heat stack-list
+--------------------------------------+------------+---------------+----------------------+
| id                                   | stack_name | stack_status  | creation_time        |
+--------------------------------------+------------+---------------+----------------------+
| 479eabfa-0e89-4adf-8cc2-36bac4a3b85e | overcloud  | CREATE_FAILED | 2015-06-30T17:00:18Z |
+--------------------------------------+------------+---------------+----------------------+
[stack@host15 ~]$ cat stackrc 
export NOVA_VERSION=1.1
export OS_PASSWORD=$(hiera admin_password)
export OS_AUTH_URL=http://10.8.147.1:5000/v2.0
export OS_USERNAME=admin
export OS_TENANT_NAME=admin
export COMPUTE_API_VERSION=1.1
export OS_NO_CACHE=True

Comment 3 wes hayutin 2015-06-30 18:29:07 UTC

*** This bug has been marked as a duplicate of bug 1235908 ***


Note You need to log in before you can comment on or make changes to this bug.