yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #48470
[Bug 1560993] [NEW] keystone_service returns ignore_other_regions error in liberty
Public bug reported:
I am trying to port swiftacular from Havana to liberty.
The following line to create the service endpoint using keystone_service returns an error :
- name: create keystone identity point
keystone_service: insecure=yes name=keystone type=identity description="Keystone Identity Service" publicurl="https://{{ keystone_server }}:5000/v2.0" internalurl="https://{{ keystone_server }}:5000/v2.0" adminurl="https://{{ keystone_server }}:35357/v2.0" region={{ keystone_region }} token={{ keystone_admin_token }} endpoint="https://127.0.0.1:35357/v2.0"
returns the following error
TASK [authentication : create keystone identity point] *************************
fatal: [swift-keystone-01]: FAILED! => {"changed": false, "failed": true, "msg": "value of ignore_other_regions must be one of: yes,on,1,true,1,True,no,off,0,false,0,False, got: False"}
to retry, use: --limit @site.retry
The same task worked without a hitch with havana.
** Affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1560993
Title:
keystone_service returns ignore_other_regions error in liberty
Status in OpenStack Identity (keystone):
New
Bug description:
I am trying to port swiftacular from Havana to liberty.
The following line to create the service endpoint using keystone_service returns an error :
- name: create keystone identity point
keystone_service: insecure=yes name=keystone type=identity description="Keystone Identity Service" publicurl="https://{{ keystone_server }}:5000/v2.0" internalurl="https://{{ keystone_server }}:5000/v2.0" adminurl="https://{{ keystone_server }}:35357/v2.0" region={{ keystone_region }} token={{ keystone_admin_token }} endpoint="https://127.0.0.1:35357/v2.0"
returns the following error
TASK [authentication : create keystone identity point] *************************
fatal: [swift-keystone-01]: FAILED! => {"changed": false, "failed": true, "msg": "value of ignore_other_regions must be one of: yes,on,1,true,1,True,no,off,0,false,0,False, got: False"}
to retry, use: --limit @site.retry
The same task worked without a hitch with havana.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1560993/+subscriptions
Follow ups