ERROR: openstack Missing parameter(s): Set a service URL, with --os-url, OS_URL or auth.url

Bug #1484448 reported by Wu Hong Guang
18
This bug affects 4 people
Affects Status Importance Assigned to Milestone
devstack
New
Undecided
Unassigned

Bug Description

+ is_service_enabled tls-proxy
++ set +o
++ grep xtrace
+ local 'xtrace=set -o xtrace'
+ set +o xtrace
+ return 1
+ SERVICE_ENDPOINT=http://16.158.51.8:35357/v2.0
+ is_service_enabled tls-proxy
++ set +o
++ grep xtrace
+ local 'xtrace=set -o xtrace'
+ set +o xtrace
+ return 1
+ export OS_TOKEN=a682f596-76f3-11e3-b3b2-e716f9080d50
+ OS_TOKEN=a682f596-76f3-11e3-b3b2-e716f9080d50
+ export OS_URL=http://16.158.51.8:35357/v2.0
+ OS_URL=http://16.158.51.8:35357/v2.0
+ create_keystone_accounts
++ get_or_create_project admin default
++ local project_id
+++ openstack --os-url=http://16.158.51.8:5000/v3 --os-identity-api-version=3 project create admin --domain=default --or-show -f value -c id
ERROR: openstack Missing parameter(s):
Set a service URL, with --os-url, OS_URL or auth.url

++ project_id=
++ echo
+ local admin_tenant=
++ get_or_create_user admin secrete default
++ local user_id
++ [[ ! -z '' ]]
++ local email=
+++ openstack user create admin --password secrete --os-url=http://16.158.51.8:5000/v3 --os-identity-api-version=3 --domain=default --or-show -f value -c id
ERROR: openstack Missing parameter(s):
Set a service URL, with --os-url, OS_URL or auth.url

++ user_id=
++ echo
+ local admin_user=
++ get_or_create_role admin
++ local role_id
+++ openstack role create admin --os-url=http://16.158.51.8:5000/v3 --os-identity-api-version=3 --or-show -f value -c id
ERROR: openstack Missing parameter(s):
Set a service URL, with --os-url, OS_URL or auth.url

++ role_id=
++ echo
+ local admin_role=
+ get_or_add_user_project_role
+ local user_role_id
++ openstack role list --user --os-url=http://16.158.51.8:5000/v3 --os-identity-api-version=3 --column ID --project --column Name
++ grep ' '
++ get_field 1
++ local data field
++ read data
ERROR: openstack Missing parameter(s):
Set a service URL, with --os-url, OS_URL or auth.url

+ user_role_id=
+ [[ -z '' ]]
++ openstack role add --user --project --os-url=http://16.158.51.8:5000/v3 --os-identity-api-version=3
++ grep ' id '
++ get_field 2
++ local data field
++ read data
ERROR: openstack Missing parameter(s):
Set a service URL, with --os-url, OS_URL or auth.url

+ user_role_id=
+ echo

+ get_or_create_project service default
+ local project_id
++ openstack --os-url=http://16.158.51.8:5000/v3 --os-identity-api-version=3 project create service --domain=default --or-show -f value -c id
ERROR: openstack Missing parameter(s):
Set a service URL, with --os-url, OS_URL or auth.url

+ project_id=
+ exit_trap
+ local r=1
++ jobs -p
+ jobs=
+ [[ -n '' ]]
+ kill_spinner
+ '[' '!' -z '' ']'
+ [[ 1 -ne 0 ]]
+ echo 'Error on exit'
Error on exit
+ [[ -z /opt/stack/logs ]]
+ /home/whg/devstack/tools/worlddump.py -d /opt/stack/logs
World dumping... see /opt/stack/logs/worlddump-2015-08-13-094903.txt for details

whg@ubuntu:~/devstack$ git log

commit 9718b79f5fb83e34df50c42308a04d3f80f3fb3e
Merge: 2f605b0 df8f43b
Author: Jenkins <email address hidden>
Date: Tue Aug 11 17:53:31 2015 +0000

    Merge "Add support to lib/tempest for using tempest test accounts"

commit df8f43b44adec60ce6528441f2a0ea193793adb8
Author: Matthew Treinish <email address hidden>
Date: Sun Aug 9 20:30:39 2015 -0400

    Add support to lib/tempest for using tempest test accounts

Wu Hong Guang (whg)
description: updated
Revision history for this message
Anita Kuno (anteaya) wrote :

Please update os-client-config to > 1.6.2

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.