A recent patch in devstack [1] forces the use of path access instead of port for Keystone authentication, leading to connection error in CK when launching the devstack. Now CK devstack plugin uses $KEYSTONE_SERVICE_URI to support now and future keystone devstack modification. [1] https://review.openstack.org/#/c/456344/ Change-Id: I7ef964185b029036e7ea7abfb555162e9f2d6ec6
Installing CloudKitty using DevStack
The devstack directory contains the files necessary to
integrate CloudKitty with DevStack.
Configure DevStack to run CloudKitty
$ DEVSTACK_DIR=/path/to/devstack
enable Ceilometer:
$ cd ${DEVSTACK_DIR} $ cat >> local.conf << EOF [[local|localrc]] # ceilometer enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git master EOFenable Horizon:
$ cd ${DEVSTACK_DIR} $ cat >> local.conf << EOF # horizon enable_service horizon EOFenable CloudKitty:
$ cd ${DEVSTACK_DIR} cat >> local.conf << EOF # cloudkitty enable_plugin cloudkitty https://git.openstack.org/openstack/cloudkitty master EOF
Run devstack as normal:
$ ./stack.sh