[openstack-dev] Devstack liberty with keystone v3

kiran vemuri UH kkvemuri at uh.edu
Wed Apr 27 17:43:57 UTC 2016


Hello ZhiQiang Fan,

I am able to fetch v3 catalog by using the openstack commands. But, as I
mentioned earlier, I am trying to setup a multi node setup using devstack
stable/liberty. I am using the documentation at
http://docs.openstack.org/developer/devstack/configuration.html#multi-region-setup
as reference.

I have the first node up and running without any issues.. and I think it
has keystone v2 used for authentication of all services and keystone v3
running alongside.(Because when I fetch v2 catalog, I am getting all the
endpoints and when I fetch v3 catalog, I see no endpoints)

Now when I deploy node2 with the local.conf changes suggested, everytime
stack.sh is failing at the same error as shown below:
------

16-04-27 02:54:59.101 | + local kernel_id= ramdisk_id=

2016-04-27 02:54:59.101 | + '[' -n
/devstack/devstack/files/images/cirros-0.3.4-x86_64-uec/cirros-0.3.4-x86_64-vmlinuz
']'

2016-04-27 02:54:59.104 | ++ openstack --os-cloud=devstack-admin image
create cirros-0.3.4-x86_64-uec-kernel --public --container-format aki
--disk-format aki

2016-04-27 02:54:59.104 | ++ grep ' id '

2016-04-27 02:54:59.106 | ++ get_field 2

2016-04-27 02:54:59.107 | ++ local data field

2016-04-27 02:54:59.107 | ++ read data

2016-04-27 02:55:01.273 | 500 Internal Server Error: The server has either
erred or is incapable of performing the requested operation. (HTTP 500)

2016-04-27 02:55:01.313 | + kernel_id=

2016-04-27 02:55:01.313 | + '[' -n
/devstack/devstack/files/images/cirros-0.3.4-x86_64-uec/cirros-0.3.4-x86_64-initrd
']'

2016-04-27 02:55:01.316 | ++ grep ' id '

2016-04-27 02:55:01.316 | ++ openstack --os-cloud=devstack-admin image
create cirros-0.3.4-x86_64-uec-ramdisk --public --container-format ari
--disk-format ari

2016-04-27 02:55:01.316 | ++ get_field 2

2016-04-27 02:55:01.318 | ++ local data field

2016-04-27 02:55:01.319 | ++ read data

2016-04-27 02:55:03.470 | 500 Internal Server Error: The server has either
erred or is incapable of performing the requested operation. (HTTP 500)

2016-04-27 02:55:03.512 | + ramdisk_id=

2016-04-27 02:55:03.513 | + openstack --os-cloud=devstack-admin image
create cirros-0.3.4-x86_64-uec --public --container-format ami
--disk-format ami

2016-04-27 02:55:05.631 | 500 Internal Server Error: The server has either
erred or is incapable of performing the requested operation. (HTTP 500)

2016-04-27 02:55:05.671 | + exit_trap

2016-04-27 02:55:05.671 | + local r=1

2016-04-27 02:55:05.673 | ++ jobs -p

2016-04-27 02:55:05.675 | + jobs=

2016-04-27 02:55:05.675 | + [[ -n '' ]]

2016-04-27 02:55:05.675 | + kill_spinner

2016-04-27 02:55:05.675 | + '[' '!' -z '' ']'

2016-04-27 02:55:05.675 | + [[ 1 -ne 0 ]]

2016-04-27 02:55:05.675 | + echo 'Error on exit'

2016-04-27 02:55:05.676 | Error on exit

2016-04-27 02:55:05.676 | + generate-subunit 1461720901 4804 fail

2016-04-27 02:55:06.079 | + [[ -z /opt/stack/logs ]]

2016-04-27 02:55:06.079 | + /devstack/devstack/tools/worlddump.py -d
/opt/stack/logs

2016-04-27 02:55:06.536 | + exit 1
------

I was hoping I could get some help on getting this up and running. Do I
have to disable v2 and have the node with pure v3 for this to be possible?

Thanks, Kiran Vemuri
kiran vemuri
www.kiranvemuri.info
Tel: (832)-701-8281
kkvemuri at uh.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160427/b10ff51a/attachment.html>


More information about the OpenStack-dev mailing list