← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1492451] [NEW] installing devstack with rally plugin fails

 

Public bug reported:

installing devstack with rally plugin fails.

How to reproduce?

1. git clone https://github.com/openstack-dev/devstack.git
2. copy the local.conf into devstack directory and add the below line in local.conf
enable_service rally
3. ./stack.sh

  
2015-09-04 19:08:47.749 | 2015-09-04 12:08:47.748 INFO migrate.versioning.api [-] done
2015-09-04 19:08:47.896 | + create_nova_cache_dir
2015-09-04 19:08:47.896 | + sudo install -d -o devstack /var/cache/nova
2015-09-04 19:08:47.912 | + rm -f '/var/cache/nova/*'
2015-09-04 19:08:47.913 | + create_nova_keys_dir
2015-09-04 19:08:47.914 | + sudo install -d -o devstack /opt/stack/data/nova /opt/stack/data/nova/keys
2015-09-04 19:08:47.928 | + [[ '' == \L\V\M ]]
2015-09-04 19:08:47.929 | + is_service_enabled neutron
2015-09-04 19:08:47.936 | + return 0
2015-09-04 19:08:47.936 | + create_nova_conf_neutron
2015-09-04 19:08:47.936 | + iniset /etc/nova/nova.conf DEFAULT network_api_class nova.network.neutronv2.api.API
2015-09-04 19:08:47.959 | + '[' True == False ']'
2015-09-04 19:08:47.959 | + iniset /etc/nova/nova.conf neutron admin_username neutron
2015-09-04 19:08:47.980 | + iniset /etc/nova/nova.conf neutron admin_password password
2015-09-04 19:08:47.996 | + iniset /etc/nova/nova.conf neutron admin_auth_url http://192.168.29.130:35357/v2.0
2015-09-04 19:08:48.021 | + iniset /etc/nova/nova.conf neutron admin_tenant_name service
2015-09-04 19:08:48.070 | + iniset /etc/nova/nova.conf neutron auth_strategy keystone
2015-09-04 19:08:48.096 | + iniset /etc/nova/nova.conf neutron region_name RegionOne
2015-09-04 19:08:48.113 | + iniset /etc/nova/nova.conf neutron url http://192.168.29.130:9696
2015-09-04 19:08:48.139 | + [[ True == \T\r\u\e ]]
2015-09-04 19:08:48.140 | + LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver
2015-09-04 19:08:48.140 | + iniset /etc/nova/nova.conf DEFAULT firewall_driver nova.virt.firewall.NoopFirewallDriver
2015-09-04 19:08:48.163 | + iniset /etc/nova/nova.conf DEFAULT security_group_api neutron
2015-09-04 19:08:48.183 | + neutron_plugin_create_nova_conf
2015-09-04 19:08:48.183 | + _neutron_ovs_base_configure_nova_vif_driver
2015-09-04 19:08:48.183 | + :
2015-09-04 19:08:48.183 | + '[' libvirt == xenserver ']'
2015-09-04 19:08:48.183 | + iniset /etc/nova/nova.conf DEFAULT linuxnet_interface_driver ''
2015-09-04 19:08:48.206 | + is_service_enabled q-meta
2015-09-04 19:08:48.214 | + return 0
2015-09-04 19:08:48.215 | + iniset /etc/nova/nova.conf neutron service_metadata_proxy True
2015-09-04 19:08:48.233 | + iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True
2015-09-04 19:08:48.254 | + iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300
2015-09-04 19:08:48.273 | + init_nova_cells
2015-09-04 19:08:48.273 | + is_service_enabled n-cell
2015-09-04 19:08:48.281 | + return 1
2015-09-04 19:08:48.281 | + run_phase stack post-config
2015-09-04 19:08:48.281 | + local mode=stack
2015-09-04 19:08:48.281 | + local phase=post-config
2015-09-04 19:08:48.281 | + [[ -d /home/devstack/devstack/extras.d ]]
2015-09-04 19:08:48.281 | + for i in '$TOP_DIR/extras.d/*.sh'
2015-09-04 19:08:48.281 | + [[ -r /home/devstack/devstack/extras.d/50-ironic.sh ]]
2015-09-04 19:08:48.281 | + source /home/devstack/devstack/extras.d/50-ironic.sh stack post-config
2015-09-04 19:08:48.281 | ++ is_service_enabled ir-api ir-cond
2015-09-04 19:08:48.287 | ++ return 1
2015-09-04 19:08:48.287 | + for i in '$TOP_DIR/extras.d/*.sh'
2015-09-04 19:08:48.287 | + [[ -r /home/devstack/devstack/extras.d/60-ceph.sh ]]
2015-09-04 19:08:48.288 | + source /home/devstack/devstack/extras.d/60-ceph.sh stack post-config
2015-09-04 19:08:48.288 | ++ is_service_enabled ceph
2015-09-04 19:08:48.297 | ++ return 1
2015-09-04 19:08:48.297 | + for i in '$TOP_DIR/extras.d/*.sh'
2015-09-04 19:08:48.297 | + [[ -r /home/devstack/devstack/extras.d/70-rally.sh ]]
2015-09-04 19:08:48.297 | + source /home/devstack/devstack/extras.d/70-rally.sh stack post-config
2015-09-04 19:08:48.298 | ++ is_service_enabled rally
2015-09-04 19:08:48.305 | ++ return 0
2015-09-04 19:08:48.305 | ++ [[ stack == \s\o\u\r\c\e ]]
2015-09-04 19:08:48.305 | ++ [[ stack == \s\t\a\c\k ]]
2015-09-04 19:08:48.305 | ++ [[ post-config == \i\n\s\t\a\l\l ]]
2015-09-04 19:08:48.305 | ++ [[ stack == \s\t\a\c\k ]]
2015-09-04 19:08:48.305 | ++ [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]]
2015-09-04 19:08:48.305 | ++ echo_summary 'Configuring Rally'
2015-09-04 19:08:48.305 | ++ [[ -t 3 ]]
2015-09-04 19:08:48.305 | ++ [[ True != \T\r\u\e ]]
2015-09-04 19:08:48.306 | ++ echo -e Configuring Rally
2015-09-04 19:08:48.306 | ++ configure_rally
2015-09-04 19:08:48.306 | ++ [[ ! -d /etc/rally ]]
2015-09-04 19:08:48.306 | ++ sudo chown devstack /etc/rally
2015-09-04 19:08:48.318 | ++ cp /opt/stack/rally/etc/rally/rally.conf.sample /etc/rally/rally.conf
2015-09-04 19:08:48.321 | ++ iniset /etc/rally/rally.conf DEFAULT debug False
2015-09-04 19:08:48.348 | +++ database_connection_url rally
2015-09-04 19:08:48.348 | +++ local db=rally
2015-09-04 19:08:48.349 | +++ database_connection_url_mysql rally
2015-09-04 19:08:48.349 | +++ local db=rally
2015-09-04 19:08:48.349 | +++ echo 'mysql+pymysql://root:password@127.0.0.1/rally?charset=utf8'
2015-09-04 19:08:48.350 | ++ iniset /etc/rally/rally.conf database connection 'mysql+pymysql://root:password@127.0.0.1/rally?charset=utf8'
2015-09-04 19:08:48.380 | ++ iniset /etc/rally/rally.conf DEFAULT use_syslog False
2015-09-04 19:08:48.405 | ++ create_rally_accounts
2015-09-04 19:08:48.413 | +++ awk '/ admin / { print $2 }'
2015-09-04 19:08:48.413 | +++ keystone user-list
2015-09-04 19:08:49.030 | /usr/local/lib/python2.7/dist-packages/keystoneclient/shell.py:64: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
2015-09-04 19:08:49.031 |   'python-keystoneclient.', DeprecationWarning)
2015-09-04 19:08:52.353 | Authorization Failed: The resource could not be found. (HTTP 404)
2015-09-04 19:08:52.371 | ++ ADMIN_USER=
2015-09-04 19:08:52.372 | +++ keystone role-list
2015-09-04 19:08:52.372 | +++ awk '/ admin / { print $2 }'
2015-09-04 19:08:52.960 | /usr/local/lib/python2.7/dist-packages/keystoneclient/shell.py:64: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
2015-09-04 19:08:52.960 |   'python-keystoneclient.', DeprecationWarning)
2015-09-04 19:08:56.315 | Authorization Failed: The resource could not be found. (HTTP 404)
2015-09-04 19:08:56.338 | ++ ADMIN_ROLE=
2015-09-04 19:08:56.339 | +++ keystone tenant-create --name benchmark
2015-09-04 19:08:56.340 | +++ grep ' id '
2015-09-04 19:08:56.340 | +++ get_field 2
2015-09-04 19:08:56.341 | +++ local data field
2015-09-04 19:08:56.341 | +++ read data
2015-09-04 19:08:56.966 | /usr/local/lib/python2.7/dist-packages/keystoneclient/shell.py:64: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
2015-09-04 19:08:56.967 |   'python-keystoneclient.', DeprecationWarning)
2015-09-04 19:09:00.011 | Authorization Failed: The resource could not be found. (HTTP 404)
2015-09-04 19:09:00.033 | ++ BENHCMARK_TENANT=
2015-09-04 19:09:00.033 | ++ keystone user-role-add --user-id --role-id --tenant-id
2015-09-04 19:09:00.636 | /usr/local/lib/python2.7/dist-packages/keystoneclient/shell.py:64: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
2015-09-04 19:09:00.636 |   'python-keystoneclient.', DeprecationWarning)
2015-09-04 19:09:00.656 | usage: keystone user-role-add --user <user> --role <role> [--tenant <tenant>]
2015-09-04 19:09:00.657 | keystone user-role-add: error: argument --user/--user-id/--user_id: expected one argument
2015-09-04 19:09:00.681 | + exit_trap
2015-09-04 19:09:00.681 | + local r=2
2015-09-04 19:09:00.682 | ++ jobs -p
2015-09-04 19:09:00.683 | + jobs=
2015-09-04 19:09:00.683 | + [[ -n '' ]]
2015-09-04 19:09:00.683 | + kill_spinner
2015-09-04 19:09:00.683 | + '[' '!' -z '' ']'
2015-09-04 19:09:00.683 | + [[ 2 -ne 0 ]]
2015-09-04 19:09:00.683 | + echo 'Error on exit'
2015-09-04 19:09:00.683 | Error on exit
2015-09-04 19:09:00.683 | + [[ -z /opt/stack/logs ]]
2015-09-04 19:09:00.683 | + /home/devstack/devstack/tools/worlddump.py -d /opt/stack/logs
devstack@ubuntu:~/devstack$ 2015-09-04 19:09:01.184 | + exit 2

** Affects: rally
     Importance: Undecided
         Status: New

** Project changed: neutron => rally

** Description changed:

  installing devstack with rally plugin fails.
  
  How to reproduce?
  
  1. git clone https://github.com/openstack-dev/devstack.git
  2. copy the local.conf into devstack directory and add the below line in local.conf
  enable_service rally
  3. ./stack.sh
  
- 
-   2
-   3
-   4
-   5
-   6
-   7
-   8
-   9
-  10
-  11
-  12
-  13
-  14
-  15
-  16
-  17
-  18
-  19
-  20
-  21
-  22
-  23
-  24
-  25
-  26
-  27
-  28
-  29
-  30
-  31
-  32
-  33
-  34
-  35
-  36
-  37
-  38
-  39
-  40
-  41
-  42
-  43
-  44
-  45
-  46
-  47
-  48
-  49
-  50
-  51
-  52
-  53
-  54
-  55
-  56
-  57
-  58
-  59
-  60
-  61
-  62
-  63
-  64
-  65
-  66
-  67
-  68
-  69
-  70
-  71
-  72
-  73
-  74
-  75
-  76
-  77
-  78
-  79
-  80
-  81
-  82
-  83
-  84
-  85
-  86
-  87
-  88
-  89
-  90
-  91
-  92
-  93
-  94
-  95
-  96
-  97
-  98
-  99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
-  
+   
  2015-09-04 19:08:47.749 | 2015-09-04 12:08:47.748 INFO migrate.versioning.api [-] done
  2015-09-04 19:08:47.896 | + create_nova_cache_dir
  2015-09-04 19:08:47.896 | + sudo install -d -o devstack /var/cache/nova
  2015-09-04 19:08:47.912 | + rm -f '/var/cache/nova/*'
  2015-09-04 19:08:47.913 | + create_nova_keys_dir
  2015-09-04 19:08:47.914 | + sudo install -d -o devstack /opt/stack/data/nova /opt/stack/data/nova/keys
  2015-09-04 19:08:47.928 | + [[ '' == \L\V\M ]]
  2015-09-04 19:08:47.929 | + is_service_enabled neutron
  2015-09-04 19:08:47.936 | + return 0
  2015-09-04 19:08:47.936 | + create_nova_conf_neutron
  2015-09-04 19:08:47.936 | + iniset /etc/nova/nova.conf DEFAULT network_api_class nova.network.neutronv2.api.API
  2015-09-04 19:08:47.959 | + '[' True == False ']'
  2015-09-04 19:08:47.959 | + iniset /etc/nova/nova.conf neutron admin_username neutron
  2015-09-04 19:08:47.980 | + iniset /etc/nova/nova.conf neutron admin_password password
  2015-09-04 19:08:47.996 | + iniset /etc/nova/nova.conf neutron admin_auth_url http://192.168.29.130:35357/v2.0
  2015-09-04 19:08:48.021 | + iniset /etc/nova/nova.conf neutron admin_tenant_name service
  2015-09-04 19:08:48.070 | + iniset /etc/nova/nova.conf neutron auth_strategy keystone
  2015-09-04 19:08:48.096 | + iniset /etc/nova/nova.conf neutron region_name RegionOne
  2015-09-04 19:08:48.113 | + iniset /etc/nova/nova.conf neutron url http://192.168.29.130:9696
  2015-09-04 19:08:48.139 | + [[ True == \T\r\u\e ]]
  2015-09-04 19:08:48.140 | + LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver
  2015-09-04 19:08:48.140 | + iniset /etc/nova/nova.conf DEFAULT firewall_driver nova.virt.firewall.NoopFirewallDriver
  2015-09-04 19:08:48.163 | + iniset /etc/nova/nova.conf DEFAULT security_group_api neutron
  2015-09-04 19:08:48.183 | + neutron_plugin_create_nova_conf
  2015-09-04 19:08:48.183 | + _neutron_ovs_base_configure_nova_vif_driver
  2015-09-04 19:08:48.183 | + :
  2015-09-04 19:08:48.183 | + '[' libvirt == xenserver ']'
  2015-09-04 19:08:48.183 | + iniset /etc/nova/nova.conf DEFAULT linuxnet_interface_driver ''
  2015-09-04 19:08:48.206 | + is_service_enabled q-meta
  2015-09-04 19:08:48.214 | + return 0
  2015-09-04 19:08:48.215 | + iniset /etc/nova/nova.conf neutron service_metadata_proxy True
  2015-09-04 19:08:48.233 | + iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True
  2015-09-04 19:08:48.254 | + iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300
  2015-09-04 19:08:48.273 | + init_nova_cells
  2015-09-04 19:08:48.273 | + is_service_enabled n-cell
  2015-09-04 19:08:48.281 | + return 1
  2015-09-04 19:08:48.281 | + run_phase stack post-config
  2015-09-04 19:08:48.281 | + local mode=stack
  2015-09-04 19:08:48.281 | + local phase=post-config
  2015-09-04 19:08:48.281 | + [[ -d /home/devstack/devstack/extras.d ]]
  2015-09-04 19:08:48.281 | + for i in '$TOP_DIR/extras.d/*.sh'
  2015-09-04 19:08:48.281 | + [[ -r /home/devstack/devstack/extras.d/50-ironic.sh ]]
  2015-09-04 19:08:48.281 | + source /home/devstack/devstack/extras.d/50-ironic.sh stack post-config
  2015-09-04 19:08:48.281 | ++ is_service_enabled ir-api ir-cond
  2015-09-04 19:08:48.287 | ++ return 1
  2015-09-04 19:08:48.287 | + for i in '$TOP_DIR/extras.d/*.sh'
  2015-09-04 19:08:48.287 | + [[ -r /home/devstack/devstack/extras.d/60-ceph.sh ]]
  2015-09-04 19:08:48.288 | + source /home/devstack/devstack/extras.d/60-ceph.sh stack post-config
  2015-09-04 19:08:48.288 | ++ is_service_enabled ceph
  2015-09-04 19:08:48.297 | ++ return 1
  2015-09-04 19:08:48.297 | + for i in '$TOP_DIR/extras.d/*.sh'
  2015-09-04 19:08:48.297 | + [[ -r /home/devstack/devstack/extras.d/70-rally.sh ]]
  2015-09-04 19:08:48.297 | + source /home/devstack/devstack/extras.d/70-rally.sh stack post-config
  2015-09-04 19:08:48.298 | ++ is_service_enabled rally
  2015-09-04 19:08:48.305 | ++ return 0
  2015-09-04 19:08:48.305 | ++ [[ stack == \s\o\u\r\c\e ]]
  2015-09-04 19:08:48.305 | ++ [[ stack == \s\t\a\c\k ]]
  2015-09-04 19:08:48.305 | ++ [[ post-config == \i\n\s\t\a\l\l ]]
  2015-09-04 19:08:48.305 | ++ [[ stack == \s\t\a\c\k ]]
  2015-09-04 19:08:48.305 | ++ [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]]
  2015-09-04 19:08:48.305 | ++ echo_summary 'Configuring Rally'
  2015-09-04 19:08:48.305 | ++ [[ -t 3 ]]
  2015-09-04 19:08:48.305 | ++ [[ True != \T\r\u\e ]]
  2015-09-04 19:08:48.306 | ++ echo -e Configuring Rally
  2015-09-04 19:08:48.306 | ++ configure_rally
  2015-09-04 19:08:48.306 | ++ [[ ! -d /etc/rally ]]
  2015-09-04 19:08:48.306 | ++ sudo chown devstack /etc/rally
  2015-09-04 19:08:48.318 | ++ cp /opt/stack/rally/etc/rally/rally.conf.sample /etc/rally/rally.conf
  2015-09-04 19:08:48.321 | ++ iniset /etc/rally/rally.conf DEFAULT debug False
  2015-09-04 19:08:48.348 | +++ database_connection_url rally
  2015-09-04 19:08:48.348 | +++ local db=rally
  2015-09-04 19:08:48.349 | +++ database_connection_url_mysql rally
  2015-09-04 19:08:48.349 | +++ local db=rally
  2015-09-04 19:08:48.349 | +++ echo 'mysql+pymysql://root:password@127.0.0.1/rally?charset=utf8'
  2015-09-04 19:08:48.350 | ++ iniset /etc/rally/rally.conf database connection 'mysql+pymysql://root:password@127.0.0.1/rally?charset=utf8'
  2015-09-04 19:08:48.380 | ++ iniset /etc/rally/rally.conf DEFAULT use_syslog False
  2015-09-04 19:08:48.405 | ++ create_rally_accounts
  2015-09-04 19:08:48.413 | +++ awk '/ admin / { print $2 }'
  2015-09-04 19:08:48.413 | +++ keystone user-list
  2015-09-04 19:08:49.030 | /usr/local/lib/python2.7/dist-packages/keystoneclient/shell.py:64: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
  2015-09-04 19:08:49.031 |   'python-keystoneclient.', DeprecationWarning)
  2015-09-04 19:08:52.353 | Authorization Failed: The resource could not be found. (HTTP 404)
  2015-09-04 19:08:52.371 | ++ ADMIN_USER=
  2015-09-04 19:08:52.372 | +++ keystone role-list
  2015-09-04 19:08:52.372 | +++ awk '/ admin / { print $2 }'
  2015-09-04 19:08:52.960 | /usr/local/lib/python2.7/dist-packages/keystoneclient/shell.py:64: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
  2015-09-04 19:08:52.960 |   'python-keystoneclient.', DeprecationWarning)
  2015-09-04 19:08:56.315 | Authorization Failed: The resource could not be found. (HTTP 404)
  2015-09-04 19:08:56.338 | ++ ADMIN_ROLE=
  2015-09-04 19:08:56.339 | +++ keystone tenant-create --name benchmark
  2015-09-04 19:08:56.340 | +++ grep ' id '
  2015-09-04 19:08:56.340 | +++ get_field 2
  2015-09-04 19:08:56.341 | +++ local data field
  2015-09-04 19:08:56.341 | +++ read data
  2015-09-04 19:08:56.966 | /usr/local/lib/python2.7/dist-packages/keystoneclient/shell.py:64: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
  2015-09-04 19:08:56.967 |   'python-keystoneclient.', DeprecationWarning)
  2015-09-04 19:09:00.011 | Authorization Failed: The resource could not be found. (HTTP 404)
  2015-09-04 19:09:00.033 | ++ BENHCMARK_TENANT=
  2015-09-04 19:09:00.033 | ++ keystone user-role-add --user-id --role-id --tenant-id
  2015-09-04 19:09:00.636 | /usr/local/lib/python2.7/dist-packages/keystoneclient/shell.py:64: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
  2015-09-04 19:09:00.636 |   'python-keystoneclient.', DeprecationWarning)
  2015-09-04 19:09:00.656 | usage: keystone user-role-add --user <user> --role <role> [--tenant <tenant>]
  2015-09-04 19:09:00.657 | keystone user-role-add: error: argument --user/--user-id/--user_id: expected one argument
  2015-09-04 19:09:00.681 | + exit_trap
  2015-09-04 19:09:00.681 | + local r=2
  2015-09-04 19:09:00.682 | ++ jobs -p
  2015-09-04 19:09:00.683 | + jobs=
  2015-09-04 19:09:00.683 | + [[ -n '' ]]
  2015-09-04 19:09:00.683 | + kill_spinner
  2015-09-04 19:09:00.683 | + '[' '!' -z '' ']'
  2015-09-04 19:09:00.683 | + [[ 2 -ne 0 ]]
  2015-09-04 19:09:00.683 | + echo 'Error on exit'
  2015-09-04 19:09:00.683 | Error on exit
  2015-09-04 19:09:00.683 | + [[ -z /opt/stack/logs ]]
  2015-09-04 19:09:00.683 | + /home/devstack/devstack/tools/worlddump.py -d /opt/stack/logs
  devstack@ubuntu:~/devstack$ 2015-09-04 19:09:01.184 | + exit 2

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1492451

Title:
  installing devstack with rally plugin fails

Status in Rally:
  New

Bug description:
  installing devstack with rally plugin fails.

  How to reproduce?

  1. git clone https://github.com/openstack-dev/devstack.git
  2. copy the local.conf into devstack directory and add the below line in local.conf
  enable_service rally
  3. ./stack.sh

    
  2015-09-04 19:08:47.749 | 2015-09-04 12:08:47.748 INFO migrate.versioning.api [-] done
  2015-09-04 19:08:47.896 | + create_nova_cache_dir
  2015-09-04 19:08:47.896 | + sudo install -d -o devstack /var/cache/nova
  2015-09-04 19:08:47.912 | + rm -f '/var/cache/nova/*'
  2015-09-04 19:08:47.913 | + create_nova_keys_dir
  2015-09-04 19:08:47.914 | + sudo install -d -o devstack /opt/stack/data/nova /opt/stack/data/nova/keys
  2015-09-04 19:08:47.928 | + [[ '' == \L\V\M ]]
  2015-09-04 19:08:47.929 | + is_service_enabled neutron
  2015-09-04 19:08:47.936 | + return 0
  2015-09-04 19:08:47.936 | + create_nova_conf_neutron
  2015-09-04 19:08:47.936 | + iniset /etc/nova/nova.conf DEFAULT network_api_class nova.network.neutronv2.api.API
  2015-09-04 19:08:47.959 | + '[' True == False ']'
  2015-09-04 19:08:47.959 | + iniset /etc/nova/nova.conf neutron admin_username neutron
  2015-09-04 19:08:47.980 | + iniset /etc/nova/nova.conf neutron admin_password password
  2015-09-04 19:08:47.996 | + iniset /etc/nova/nova.conf neutron admin_auth_url http://192.168.29.130:35357/v2.0
  2015-09-04 19:08:48.021 | + iniset /etc/nova/nova.conf neutron admin_tenant_name service
  2015-09-04 19:08:48.070 | + iniset /etc/nova/nova.conf neutron auth_strategy keystone
  2015-09-04 19:08:48.096 | + iniset /etc/nova/nova.conf neutron region_name RegionOne
  2015-09-04 19:08:48.113 | + iniset /etc/nova/nova.conf neutron url http://192.168.29.130:9696
  2015-09-04 19:08:48.139 | + [[ True == \T\r\u\e ]]
  2015-09-04 19:08:48.140 | + LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver
  2015-09-04 19:08:48.140 | + iniset /etc/nova/nova.conf DEFAULT firewall_driver nova.virt.firewall.NoopFirewallDriver
  2015-09-04 19:08:48.163 | + iniset /etc/nova/nova.conf DEFAULT security_group_api neutron
  2015-09-04 19:08:48.183 | + neutron_plugin_create_nova_conf
  2015-09-04 19:08:48.183 | + _neutron_ovs_base_configure_nova_vif_driver
  2015-09-04 19:08:48.183 | + :
  2015-09-04 19:08:48.183 | + '[' libvirt == xenserver ']'
  2015-09-04 19:08:48.183 | + iniset /etc/nova/nova.conf DEFAULT linuxnet_interface_driver ''
  2015-09-04 19:08:48.206 | + is_service_enabled q-meta
  2015-09-04 19:08:48.214 | + return 0
  2015-09-04 19:08:48.215 | + iniset /etc/nova/nova.conf neutron service_metadata_proxy True
  2015-09-04 19:08:48.233 | + iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True
  2015-09-04 19:08:48.254 | + iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300
  2015-09-04 19:08:48.273 | + init_nova_cells
  2015-09-04 19:08:48.273 | + is_service_enabled n-cell
  2015-09-04 19:08:48.281 | + return 1
  2015-09-04 19:08:48.281 | + run_phase stack post-config
  2015-09-04 19:08:48.281 | + local mode=stack
  2015-09-04 19:08:48.281 | + local phase=post-config
  2015-09-04 19:08:48.281 | + [[ -d /home/devstack/devstack/extras.d ]]
  2015-09-04 19:08:48.281 | + for i in '$TOP_DIR/extras.d/*.sh'
  2015-09-04 19:08:48.281 | + [[ -r /home/devstack/devstack/extras.d/50-ironic.sh ]]
  2015-09-04 19:08:48.281 | + source /home/devstack/devstack/extras.d/50-ironic.sh stack post-config
  2015-09-04 19:08:48.281 | ++ is_service_enabled ir-api ir-cond
  2015-09-04 19:08:48.287 | ++ return 1
  2015-09-04 19:08:48.287 | + for i in '$TOP_DIR/extras.d/*.sh'
  2015-09-04 19:08:48.287 | + [[ -r /home/devstack/devstack/extras.d/60-ceph.sh ]]
  2015-09-04 19:08:48.288 | + source /home/devstack/devstack/extras.d/60-ceph.sh stack post-config
  2015-09-04 19:08:48.288 | ++ is_service_enabled ceph
  2015-09-04 19:08:48.297 | ++ return 1
  2015-09-04 19:08:48.297 | + for i in '$TOP_DIR/extras.d/*.sh'
  2015-09-04 19:08:48.297 | + [[ -r /home/devstack/devstack/extras.d/70-rally.sh ]]
  2015-09-04 19:08:48.297 | + source /home/devstack/devstack/extras.d/70-rally.sh stack post-config
  2015-09-04 19:08:48.298 | ++ is_service_enabled rally
  2015-09-04 19:08:48.305 | ++ return 0
  2015-09-04 19:08:48.305 | ++ [[ stack == \s\o\u\r\c\e ]]
  2015-09-04 19:08:48.305 | ++ [[ stack == \s\t\a\c\k ]]
  2015-09-04 19:08:48.305 | ++ [[ post-config == \i\n\s\t\a\l\l ]]
  2015-09-04 19:08:48.305 | ++ [[ stack == \s\t\a\c\k ]]
  2015-09-04 19:08:48.305 | ++ [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]]
  2015-09-04 19:08:48.305 | ++ echo_summary 'Configuring Rally'
  2015-09-04 19:08:48.305 | ++ [[ -t 3 ]]
  2015-09-04 19:08:48.305 | ++ [[ True != \T\r\u\e ]]
  2015-09-04 19:08:48.306 | ++ echo -e Configuring Rally
  2015-09-04 19:08:48.306 | ++ configure_rally
  2015-09-04 19:08:48.306 | ++ [[ ! -d /etc/rally ]]
  2015-09-04 19:08:48.306 | ++ sudo chown devstack /etc/rally
  2015-09-04 19:08:48.318 | ++ cp /opt/stack/rally/etc/rally/rally.conf.sample /etc/rally/rally.conf
  2015-09-04 19:08:48.321 | ++ iniset /etc/rally/rally.conf DEFAULT debug False
  2015-09-04 19:08:48.348 | +++ database_connection_url rally
  2015-09-04 19:08:48.348 | +++ local db=rally
  2015-09-04 19:08:48.349 | +++ database_connection_url_mysql rally
  2015-09-04 19:08:48.349 | +++ local db=rally
  2015-09-04 19:08:48.349 | +++ echo 'mysql+pymysql://root:password@127.0.0.1/rally?charset=utf8'
  2015-09-04 19:08:48.350 | ++ iniset /etc/rally/rally.conf database connection 'mysql+pymysql://root:password@127.0.0.1/rally?charset=utf8'
  2015-09-04 19:08:48.380 | ++ iniset /etc/rally/rally.conf DEFAULT use_syslog False
  2015-09-04 19:08:48.405 | ++ create_rally_accounts
  2015-09-04 19:08:48.413 | +++ awk '/ admin / { print $2 }'
  2015-09-04 19:08:48.413 | +++ keystone user-list
  2015-09-04 19:08:49.030 | /usr/local/lib/python2.7/dist-packages/keystoneclient/shell.py:64: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
  2015-09-04 19:08:49.031 |   'python-keystoneclient.', DeprecationWarning)
  2015-09-04 19:08:52.353 | Authorization Failed: The resource could not be found. (HTTP 404)
  2015-09-04 19:08:52.371 | ++ ADMIN_USER=
  2015-09-04 19:08:52.372 | +++ keystone role-list
  2015-09-04 19:08:52.372 | +++ awk '/ admin / { print $2 }'
  2015-09-04 19:08:52.960 | /usr/local/lib/python2.7/dist-packages/keystoneclient/shell.py:64: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
  2015-09-04 19:08:52.960 |   'python-keystoneclient.', DeprecationWarning)
  2015-09-04 19:08:56.315 | Authorization Failed: The resource could not be found. (HTTP 404)
  2015-09-04 19:08:56.338 | ++ ADMIN_ROLE=
  2015-09-04 19:08:56.339 | +++ keystone tenant-create --name benchmark
  2015-09-04 19:08:56.340 | +++ grep ' id '
  2015-09-04 19:08:56.340 | +++ get_field 2
  2015-09-04 19:08:56.341 | +++ local data field
  2015-09-04 19:08:56.341 | +++ read data
  2015-09-04 19:08:56.966 | /usr/local/lib/python2.7/dist-packages/keystoneclient/shell.py:64: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
  2015-09-04 19:08:56.967 |   'python-keystoneclient.', DeprecationWarning)
  2015-09-04 19:09:00.011 | Authorization Failed: The resource could not be found. (HTTP 404)
  2015-09-04 19:09:00.033 | ++ BENHCMARK_TENANT=
  2015-09-04 19:09:00.033 | ++ keystone user-role-add --user-id --role-id --tenant-id
  2015-09-04 19:09:00.636 | /usr/local/lib/python2.7/dist-packages/keystoneclient/shell.py:64: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
  2015-09-04 19:09:00.636 |   'python-keystoneclient.', DeprecationWarning)
  2015-09-04 19:09:00.656 | usage: keystone user-role-add --user <user> --role <role> [--tenant <tenant>]
  2015-09-04 19:09:00.657 | keystone user-role-add: error: argument --user/--user-id/--user_id: expected one argument
  2015-09-04 19:09:00.681 | + exit_trap
  2015-09-04 19:09:00.681 | + local r=2
  2015-09-04 19:09:00.682 | ++ jobs -p
  2015-09-04 19:09:00.683 | + jobs=
  2015-09-04 19:09:00.683 | + [[ -n '' ]]
  2015-09-04 19:09:00.683 | + kill_spinner
  2015-09-04 19:09:00.683 | + '[' '!' -z '' ']'
  2015-09-04 19:09:00.683 | + [[ 2 -ne 0 ]]
  2015-09-04 19:09:00.683 | + echo 'Error on exit'
  2015-09-04 19:09:00.683 | Error on exit
  2015-09-04 19:09:00.683 | + [[ -z /opt/stack/logs ]]
  2015-09-04 19:09:00.683 | + /home/devstack/devstack/tools/worlddump.py -d /opt/stack/logs
  devstack@ubuntu:~/devstack$ 2015-09-04 19:09:01.184 | + exit 2

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