yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #48495
[Bug 1560993] Re: keystone_service returns ignore_other_regions error in liberty
looks like "keystone_service" is coming from ansible, and swiftacular
uses ansible... not sure what the keystone server project itself can do
about this, i'll open this bug against openstack-ansible too
** Also affects: openstack-ansible
Importance: Undecided
Status: New
** Changed in: keystone
Status: New => Invalid
--
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):
Invalid
Status in openstack-ansible:
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
References