← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1326811] Re: Client failing with six =>1.6 error

 

Reviewed:  https://review.openstack.org/98263
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=76ed427ca17fb271974b4882c0b5e3c18ed3d889
Submitter: Jenkins
Branch:    master

commit 76ed427ca17fb271974b4882c0b5e3c18ed3d889
Author: Mathieu Gagné <mgagne@xxxxxxxx>
Date:   Thu Jun 5 16:50:40 2014 -0400

    Update setuptools to latest for .dist-info support
    
    Support for .dist-info directories was added in setuptools 0.6.28.
    
    At this moment, Ubuntu Precise 12.04 provides setuptools 0.6.24
    which is too old for our needs.
    
    Six is installed from wheel which uses the .dist-info directory.
    For six to be found, we need to install setuptools >= 0.6.28.
    
    Updating setuptools to the latest version using pip will provide use
    the needed version to make six discoverable.
    
    Closes-bug: #1326811
    Change-Id: I761d0aeb2b8b593cee38d512afc8fed6a2d1fe37


** Changed in: devstack
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1326811

Title:
  Client failing with six =>1.6 error

Status in devstack - openstack dev environments:
  Fix Released
Status in OpenStack Identity (Keystone):
  Invalid
Status in OpenStack Compute (Nova):
  New
Status in OpenStack Command Line Client:
  New
Status in Openstack Database (Trove):
  Invalid

Bug description:

  13:20:45 + screen -S stack -p key -X stuff 'cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --debug & echo $! >/opt/stack/status/stack/key.pid; fg || echo "key failed to start" | tee "/opt/stack/status/stack/key.failure"
  '
  13:20:45 Waiting for keystone to start...
  13:20:45 + echo 'Waiting for keystone to start...'
  13:20:45 + timeout 60 sh -c 'while ! curl --noproxy '\''*'\'' -k -s http://10.5.141.237:5000/v2.0/ >/dev/null; do sleep 1; done'
  13:20:46 + is_service_enabled tls-proxy
  13:20:46 ++ set +o
  13:20:46 ++ grep xtrace
  13:20:46 + local 'xtrace=set -o xtrace'
  13:20:46 + set +o xtrace
  13:20:46 + return 1
  13:20:46 + SERVICE_ENDPOINT=http://10.5.141.237:35357/v2.0
  13:20:46 + is_service_enabled tls-proxy
  13:20:46 ++ set +o
  13:20:46 ++ grep xtrace
  13:20:46 + local 'xtrace=set -o xtrace'
  13:20:46 + set +o xtrace
  13:20:46 + return 1
  13:20:46 + export OS_TOKEN=be19c524ddc92109a224
  13:20:46 + OS_TOKEN=be19c524ddc92109a224
  13:20:46 + export OS_URL=http://10.5.141.237:35357/v2.0
  13:20:46 + OS_URL=http://10.5.141.237:35357/v2.0
  13:20:46 + create_keystone_accounts
  13:20:46 ++ openstack project create admin
  13:20:46 ++ grep ' id '
  13:20:46 ++ get_field 2
  13:20:46 ++ read data
  13:20:46 ERROR: openstackclient.shell Exception raised: six>=1.6.0
  13:20:46 + ADMIN_TENANT=
  13:20:46 ++ openstack user create admin --project '' --email admin@xxxxxxxxxxx --password 3de4922d8b6ac5a1aad9
  13:20:46 ++ grep ' id '
  13:20:46 ++ get_field 2
  13:20:46 ++ read data
  13:20:47 ERROR: openstackclient.shell Exception raised: six>=1.6.0
  13:20:47 + ADMIN_USER=
  13:20:47 ++ openstack role create admin
  13:20:47 ++ grep ' id '
  13:20:47 ++ get_field 2
  13:20:47 ++ read data
  13:20:47 ERROR: openstackclient.shell Exception raised: six>=1.6.0
  13:20:47 + ADMIN_ROLE=
  13:20:47 + openstack role add --project --user
  13:20:47 ERROR: openstackclient.shell Exception raised: six>=1.6.0
  13:20:47 + exit_trap
  13:20:47 + local r=1
  13:20:47 ++ jobs -p
  13:20:47 + jobs=
  13:20:47 + [[ -n '' ]]
  13:20:47 + kill_spinner
  13:20:47 + '[' '!' -z '' ']'
  13:20:47 + exit 1

  https://rdjenkins.dyndns.org/job/Trove-Gate/3974/console

To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1326811/+subscriptions