Comment 4 for bug 1326811

Revision history for this message
Karl Hallin (kjhallin) wrote :

Scanning the log file, this seems to be oslo.config, which has this dialog in my stack.sh.log:

2014-06-05 18:13:39.079 | Downloading/unpacking six>=1.5.2 (from oslo.config)
2014-06-05 18:13:39.080 | Downloading six-1.6.1-py2.py3-none-any.whl
2014-06-05 18:13:39.082 | Storing download in cache at /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2F3.3%2Fs%2Fsix%2Fsix-1.6.1-py2.py3-none-any.whl
2014-06-05 18:13:39.083 | Installing collected packages: oslo.config, six
2014-06-05 18:13:39.085 | Running setup.py install for oslo.config
2014-06-05 18:13:39.087 | [pbr] Reusing existing SOURCES.txt
2014-06-05 18:13:39.088 | Skipping installation of /usr/local/lib/python2.7/dist-packages/oslo/__init__.py (namespace package)
2014-06-05 18:13:39.090 | Installing /usr/local/lib/python2.7/dist-packages/oslo.config-1.3.0-nspkg.pth
2014-06-05 18:13:39.092 | Successfully installed oslo.config six
2014-06-05 18:13:39.093 | Cleaning up...
2014-06-05 18:13:39.095 | + sudo rm -rf /tmp/pip-build.Ql6m3
2014-06-05 18:13:39.096 | + sudo /usr/local/bin/pip uninstall -y oslo.config
2014-06-05 18:13:39.098 | Uninstalling oslo.config:
2014-06-05 18:13:39.100 | Successfully uninstalled oslo.config
2014-06-05 18:13:39.101 | + git_clone git://git.openstack.org/openstack/cliff.git /opt/stack/cliff master

then later when keystone tries to make accounts, we see this:

2014-06-05 18:24:30.449 | + export OS_TOKEN=a682f596-76f3-11e3-b3b2-e716f9080d50
2014-06-05 18:24:30.450 | + OS_TOKEN=a682f596-76f3-11e3-b3b2-e716f9080d50
2014-06-05 18:24:30.452 | + export OS_URL=http://192.168.122.174:35357/v2.0
2014-06-05 18:24:30.453 | + OS_URL=http://192.168.122.174:35357/v2.0
2014-06-05 18:24:30.455 | + create_keystone_accounts
2014-06-05 18:24:30.456 | ++ openstack project create admin
2014-06-05 18:24:30.458 | ++ grep ' id '
2014-06-05 18:24:30.459 | ++ get_field 2
2014-06-05 18:24:30.461 | ++ read data
2014-06-05 18:24:30.462 | ERROR: openstackclient.shell Exception raised: six>=1.6.0
2014-06-05 18:24:30.464 | + ADMIN_TENANT=
2014-06-05 18:24:30.465 | ++ get_field 2
2014-06-05 18:24:30.467 | ++ grep ' id '
2014-06-05 18:24:30.468 | ++ read data
2014-06-05 18:24:30.469 | ++ openstack user create admin --project '' --email <email address hidden> --password nomoresecrete
2014-06-05 18:24:30.471 | ERROR: openstackclient.shell Exception raised: six>=1.6.0
2014-06-05 18:24:30.472 | + ADMIN_USER=
2014-06-05 18:24:30.474 | ++ openstack role create admin
2014-06-05 18:24:30.476 | ++ grep ' id '
2014-06-05 18:24:30.477 | ++ get_field 2
2014-06-05 18:24:30.478 | ++ read data
2014-06-05 18:24:30.480 | ERROR: openstackclient.shell Exception raised: six>=1.6.0
2014-06-05 18:24:30.481 | + ADMIN_ROLE=
2014-06-05 18:24:30.483 | + openstack role add --project --user
2014-06-05 18:24:30.484 | ERROR: openstackclient.shell Exception raised: six>=1.6.0
2014-06-05 18:24:30.486 | + exit_trap
2014-06-05 18:24:30.487 | + local r=1
2014-06-05 18:24:30.489 | ++ jobs -p
2014-06-05 18:24:30.490 | + jobs=
2014-06-05 18:24:30.492 | + [[ -n '' ]]
2014-06-05 18:24:30.493 | + kill_spinner
2014-06-05 18:24:30.495 | + '[' '!' -z '' ']'
2014-06-05 18:24:30.496 | + exit 1