Merge "Switch to OSC for devstack (keystone client deprecated)"

This commit is contained in:
Jenkins 2015-09-04 22:19:40 +00:00 committed by Gerrit Code Review
commit c15689a25b

View File

@ -13,7 +13,7 @@ function octavia_install {
function build_octavia_worker_image {
TOKEN=$(keystone token-get | grep ' id ' | get_field 2)
TOKEN=$(openstack token issue | grep ' id ' | get_field 2)
die_if_not_set $LINENO TOKEN "Keystone failed to get token."
# TODO(ptoohill): Tempfix..? -o option stopped working and it no longer saves image to working dir...