2013-12-26 15:00:37 |
Muthu |
bug |
|
|
added bug |
2013-12-26 15:02:46 |
Muthu |
description |
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'Nonetype' object has no attribute 'has_service_catalog'
This is the ERROR MESSAGE i get after i configure keystone identity service with
cat>keystonerc
export OS_USERNAME=admin
export OS_PASSWORD=ADMIN_PASS
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://controller:35357/v2.0
and exported it using
# source keystonerc
then # keystone token-get
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'Nonetype' object has no attribute 'has_service_catalog'
i also done this below step before creating user "admin" and tenant "admin" and many times again after error.
# unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT
I am using ubuntu 12.04 LTS for configuring openstack over Virtualbox.
somebody please help on my problem.
Thank you in advance. |
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'Nonetype' object has no attribute 'has_service_catalog'
This is the ERROR MESSAGE i get after i configure keystone identity service with
cat>keystonerc
export OS_USERNAME=admin
export OS_PASSWORD=ADMIN_PASS
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://controller:35357/v2.0
and exported it using
# source keystonerc
# keystone token-get
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'Nonetype' object has no attribute 'has_service_catalog'
i also done this below step before creating user "admin" and tenant "admin" and many times again after error.
# unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT
I am using ubuntu 12.04 LTS for configuring openstack over Virtualbox.
somebody please help on my problem.
Thank you in advance. |
|
2013-12-26 15:08:49 |
Muthu |
description |
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'Nonetype' object has no attribute 'has_service_catalog'
This is the ERROR MESSAGE i get after i configure keystone identity service with
cat>keystonerc
export OS_USERNAME=admin
export OS_PASSWORD=ADMIN_PASS
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://controller:35357/v2.0
and exported it using
# source keystonerc
# keystone token-get
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'Nonetype' object has no attribute 'has_service_catalog'
i also done this below step before creating user "admin" and tenant "admin" and many times again after error.
# unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT
I am using ubuntu 12.04 LTS for configuring openstack over Virtualbox.
somebody please help on my problem.
Thank you in advance. |
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
This is the ERROR MESSAGE i get after i configure keystone identity service with
cat>keystonerc
export OS_USERNAME=admin
export OS_PASSWORD=ADMIN_PASS
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://controller:35357/v2.0
and exported it using
# source keystonerc
# keystone token-get
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
i also done this below step before creating user "admin" and tenant "admin" and many times again after error.
# unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT
I am using ubuntu 12.04 LTS for configuring openstack over Virtualbox.
somebody please help on my problem.
Thank you in advance. |
|
2013-12-26 15:13:53 |
Muthu |
description |
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
This is the ERROR MESSAGE i get after i configure keystone identity service with
cat>keystonerc
export OS_USERNAME=admin
export OS_PASSWORD=ADMIN_PASS
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://controller:35357/v2.0
and exported it using
# source keystonerc
# keystone token-get
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
i also done this below step before creating user "admin" and tenant "admin" and many times again after error.
# unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT
I am using ubuntu 12.04 LTS for configuring openstack over Virtualbox.
somebody please help on my problem.
Thank you in advance. |
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
This is the ERROR MESSAGE i get after i configure keystone identity service with
cat>keystonerc
export OS_USERNAME=admin
export OS_PASSWORD=ADMIN_PASS
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://controller:35357/v2.0
NOTE: controller is my host name configured in /etc/hosts
and exported it using
# source keystonerc
# keystone token-get
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
i also done this below step before creating user "admin" and tenant "admin" and many times again after error.
# unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT
I am using ubuntu 12.04 LTS for configuring openstack over Virtualbox.
somebody please help on my problem.
Thank you in advance. |
|
2013-12-26 15:14:19 |
Muthu |
description |
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
This is the ERROR MESSAGE i get after i configure keystone identity service with
cat>keystonerc
export OS_USERNAME=admin
export OS_PASSWORD=ADMIN_PASS
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://controller:35357/v2.0
NOTE: controller is my host name configured in /etc/hosts
and exported it using
# source keystonerc
# keystone token-get
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
i also done this below step before creating user "admin" and tenant "admin" and many times again after error.
# unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT
I am using ubuntu 12.04 LTS for configuring openstack over Virtualbox.
somebody please help on my problem.
Thank you in advance. |
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
This is the ERROR MESSAGE i get after i configure keystone identity service with following steps
cat>keystonerc
export OS_USERNAME=admin
export OS_PASSWORD=ADMIN_PASS
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://controller:35357/v2.0
NOTE: controller is my host name configured in /etc/hosts
and exported it using
# source keystonerc
# keystone token-get
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
i also done this below step before creating user "admin" and tenant "admin" and many times again after error.
# unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT
I am using ubuntu 12.04 LTS for configuring openstack over Virtualbox.
somebody please help on my problem.
Thank you in advance. |
|
2013-12-26 15:15:16 |
Muthu |
description |
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
This is the ERROR MESSAGE i get after i configure keystone identity service with following steps
cat>keystonerc
export OS_USERNAME=admin
export OS_PASSWORD=ADMIN_PASS
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://controller:35357/v2.0
NOTE: controller is my host name configured in /etc/hosts
and exported it using
# source keystonerc
# keystone token-get
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
i also done this below step before creating user "admin" and tenant "admin" and many times again after error.
# unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT
I am using ubuntu 12.04 LTS for configuring openstack over Virtualbox.
somebody please help on my problem.
Thank you in advance. |
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
This is the ERROR MESSAGE i get during configuring of keystone identity service with following steps
cat>keystonerc
export OS_USERNAME=admin
export OS_PASSWORD=ADMIN_PASS
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://controller:35357/v2.0
NOTE: controller is my host name configured in /etc/hosts
and exported it using
# source keystonerc
# keystone token-get
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
i also done this below step before creating user "admin" and tenant "admin" and many times again after error.
# unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT
I am using ubuntu 12.04 LTS for configuring openstack over Virtualbox.
somebody please help on my problem.
Thank you in advance. |
|
2013-12-26 15:23:12 |
Muthu |
description |
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
This is the ERROR MESSAGE i get during configuring of keystone identity service with following steps
cat>keystonerc
export OS_USERNAME=admin
export OS_PASSWORD=ADMIN_PASS
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://controller:35357/v2.0
NOTE: controller is my host name configured in /etc/hosts
and exported it using
# source keystonerc
# keystone token-get
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
i also done this below step before creating user "admin" and tenant "admin" and many times again after error.
# unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT
I am using ubuntu 12.04 LTS for configuring openstack over Virtualbox.
somebody please help on my problem.
Thank you in advance. |
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
This is the ERROR MESSAGE i get during configuring of keystone identity service after successful:Install the Identity Service-->Define users, tenants, and role-->Define services and API endpoints---> verifying the identity Service installation(ERROR HERE)
#cat>keystonerc
export OS_USERNAME=admin
export OS_PASSWORD=ADMIN_PASS
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://controller:35357/v2.0
NOTE: controller is my host name configured in /etc/hosts
and exported it using
# source keystonerc
# keystone token-get
warning: bypassing authentication using a token & endpoint(authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
i also done this below step before creating user "admin" and tenant "admin" and many times again after error.
# unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT
I am using ubuntu 12.04 LTS for configuring openstack over Virtualbox.
somebody please help on my problem.
Thank you in advance. |
|
2013-12-27 10:26:05 |
Muthu |
tags |
|
documentation |
|
2013-12-27 10:29:57 |
Muthu |
bug |
|
|
added subscriber OpenStack Infra |
2013-12-27 10:30:54 |
Muthu |
bug |
|
|
added subscriber Dolph Mathews |
2013-12-27 10:34:03 |
Muthu |
bug |
|
|
added subscriber Adam Young |
2014-01-16 22:35:48 |
Dolph Mathews |
affects |
keystone |
python-keystoneclient |
|
2014-01-16 22:37:46 |
Dolph Mathews |
python-keystoneclient: importance |
Undecided |
Low |
|
2014-02-10 23:14:36 |
linan0828 |
python-keystoneclient: status |
New |
Fix Released |
|
2014-02-11 03:41:23 |
Dolph Mathews |
python-keystoneclient: status |
Fix Released |
Triaged |
|
2015-11-27 05:31:52 |
Steve Martinelli |
bug task added |
|
python-openstackclient |
|
2015-11-27 05:31:57 |
Steve Martinelli |
python-keystoneclient: status |
Triaged |
Invalid |
|
2015-11-27 05:32:02 |
Steve Martinelli |
python-openstackclient: status |
New |
Confirmed |
|
2015-11-27 05:32:05 |
Steve Martinelli |
python-openstackclient: importance |
Undecided |
Low |
|