2016-12-06 12:03:36.562 | +./stack.sh:main:435  exec 2016-12-06 12:03:36.562 | +./stack.sh:main:443  echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2016-12-06-120336' 2016-12-06 12:03:36.562 | ++./stack.sh:main:435  /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2016-12-06-120336.summary.2016-12-06-120336 2016-12-06 12:03:36.562 | +./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:03:36.562 | +./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:03:36.562 | +./stack.sh:echo_summary:398  echo -e stack.sh log /opt/stack/logs/stack.sh.log.2016-12-06-120336 2016-12-06 12:03:36.562 | +./stack.sh:main:445  ln -sf /opt/stack/logs/stack.sh.log.2016-12-06-120336 /opt/stack/logs/stack.sh.log 2016-12-06 12:03:36.562 | +./stack.sh:main:446  ln -sf /opt/stack/logs/stack.sh.log.2016-12-06-120336.summary.2016-12-06-120336 /opt/stack/logs/stack.sh.log.summary 2016-12-06 12:03:36.562 | +./stack.sh:main:467  [[ -n '' ]] 2016-12-06 12:03:36.564 | +./stack.sh:main:479  check_path_perm_sanity /opt/stack 2016-12-06 12:03:36.567 | +functions:check_path_perm_sanity:504  local real_path 2016-12-06 12:03:36.570 | ++functions:check_path_perm_sanity:505  readlink -f /opt/stack 2016-12-06 12:03:36.573 | +functions:check_path_perm_sanity:505  real_path=/opt/stack 2016-12-06 12:03:36.576 | +functions:check_path_perm_sanity:506  local rebuilt_path= 2016-12-06 12:03:36.580 | ++functions:check_path_perm_sanity:507  echo /opt/stack 2016-12-06 12:03:36.580 | ++functions:check_path_perm_sanity:507  tr / ' ' 2016-12-06 12:03:36.583 | +functions:check_path_perm_sanity:507  for i in '$(echo ${real_path} | tr "/" " ")' 2016-12-06 12:03:36.586 | +functions:check_path_perm_sanity:508  rebuilt_path=/opt 2016-12-06 12:03:36.589 | ++functions:check_path_perm_sanity:510  stat -c %a /opt 2016-12-06 12:03:36.592 | +functions:check_path_perm_sanity:510  [[ 755 = 700 ]] 2016-12-06 12:03:36.595 | +functions:check_path_perm_sanity:507  for i in '$(echo ${real_path} | tr "/" " ")' 2016-12-06 12:03:36.598 | +functions:check_path_perm_sanity:508  rebuilt_path=/opt/stack 2016-12-06 12:03:36.601 | ++functions:check_path_perm_sanity:510  stat -c %a /opt/stack 2016-12-06 12:03:36.604 | +functions:check_path_perm_sanity:510  [[ 755 = 700 ]] 2016-12-06 12:03:36.607 | +./stack.sh:main:485  trap exit_trap EXIT 2016-12-06 12:03:36.609 | +./stack.sh:main:515  trap err_trap ERR 2016-12-06 12:03:36.612 | +./stack.sh:main:528  set -o errexit 2016-12-06 12:03:36.614 | +./stack.sh:main:531  uname -a 2016-12-06 12:03:36.615 | Linux jr-x8 4.4.0-18-generic #34-Ubuntu SMP Wed Apr 6 14:01:02 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux 2016-12-06 12:03:36.617 | +./stack.sh:main:534  SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2016-12-06 12:03:36.620 | +./stack.sh:main:535  rm -f /opt/stack/data/ca-bundle.pem 2016-12-06 12:03:36.623 | +./stack.sh:main:538  source /home/ubuntu/devstack/lib/database 2016-12-06 12:03:36.644 | +./stack.sh:main:539  source /home/ubuntu/devstack/lib/rpc_backend 2016-12-06 12:03:36.657 | +./stack.sh:main:542  SSL_ENABLED_SERVICES=key,nova,cinder,glance,s-proxy,neutron 2016-12-06 12:03:36.660 | +./stack.sh:main:544  is_service_enabled tls-proxy 2016-12-06 12:03:36.674 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:03:36.677 | +./stack.sh:main:552  fetch_plugins 2016-12-06 12:03:36.680 | +functions-common:fetch_plugins:1787  local plugins=,neutron-lbaas,octavia 2016-12-06 12:03:36.683 | +functions-common:fetch_plugins:1788  local plugin 2016-12-06 12:03:36.685 | +functions-common:fetch_plugins:1791  [[ -z ,neutron-lbaas,octavia ]] 2016-12-06 12:03:36.688 | +functions-common:fetch_plugins:1795  echo 'Fetching DevStack plugins' 2016-12-06 12:03:36.688 | Fetching DevStack plugins 2016-12-06 12:03:36.691 | +functions-common:fetch_plugins:1796  for plugin in '${plugins//,/ }' 2016-12-06 12:03:36.693 | +functions-common:fetch_plugins:1797  git_clone_by_name neutron-lbaas 2016-12-06 12:03:36.696 | +functions-common:git_clone_by_name:574  local name=neutron-lbaas 2016-12-06 12:03:36.698 | +functions-common:git_clone_by_name:575  local repo=https://github.com/openstack/neutron-lbaas.git 2016-12-06 12:03:36.701 | +functions-common:git_clone_by_name:576  local dir=/opt/stack/neutron-lbaas 2016-12-06 12:03:36.703 | +functions-common:git_clone_by_name:577  local branch=master 2016-12-06 12:03:36.706 | +functions-common:git_clone_by_name:578  git_clone https://github.com/openstack/neutron-lbaas.git /opt/stack/neutron-lbaas master 2016-12-06 12:03:36.709 | +functions-common:git_clone:496  local git_remote=https://github.com/openstack/neutron-lbaas.git 2016-12-06 12:03:36.711 | +functions-common:git_clone:497  local git_dest=/opt/stack/neutron-lbaas 2016-12-06 12:03:36.714 | +functions-common:git_clone:498  local git_ref=master 2016-12-06 12:03:36.716 | +functions-common:git_clone:499  local orig_dir 2016-12-06 12:03:36.720 | ++functions-common:git_clone:500  pwd 2016-12-06 12:03:36.722 | +functions-common:git_clone:500  orig_dir=/home/ubuntu/devstack 2016-12-06 12:03:36.725 | +functions-common:git_clone:501  local git_clone_flags= 2016-12-06 12:03:36.728 | ++functions-common:git_clone:503  trueorfalse False RECLONE 2016-12-06 12:03:36.745 | +functions-common:git_clone:503  RECLONE=False 2016-12-06 12:03:36.748 | +functions-common:git_clone:504  [[ 0 -gt 0 ]] 2016-12-06 12:03:36.750 | +functions-common:git_clone:508  [[ False = \T\r\u\e ]] 2016-12-06 12:03:36.753 | +functions-common:git_clone:517  echo master 2016-12-06 12:03:36.753 | +functions-common:git_clone:517  egrep -q '^refs' 2016-12-06 12:03:36.757 | +functions-common:git_clone:531  [[ ! -d /opt/stack/neutron-lbaas ]] 2016-12-06 12:03:36.760 | +functions-common:git_clone:539  [[ False = \T\r\u\e ]] 2016-12-06 12:03:36.762 | +functions-common:git_clone:565  cd /opt/stack/neutron-lbaas 2016-12-06 12:03:36.765 | +functions-common:git_clone:566  head -1 2016-12-06 12:03:36.765 | +functions-common:git_clone:566  git show --oneline 2016-12-06 12:03:36.767 | 375201e Merge "Reduce the amount of smoke tests from 109 to 36" 2016-12-06 12:03:36.769 | +functions-common:git_clone:567  cd /home/ubuntu/devstack 2016-12-06 12:03:36.772 | +functions-common:fetch_plugins:1796  for plugin in '${plugins//,/ }' 2016-12-06 12:03:36.774 | +functions-common:fetch_plugins:1797  git_clone_by_name octavia 2016-12-06 12:03:36.777 | +functions-common:git_clone_by_name:574  local name=octavia 2016-12-06 12:03:36.779 | +functions-common:git_clone_by_name:575  local repo=https://github.com/openstack/octavia.git 2016-12-06 12:03:36.782 | +functions-common:git_clone_by_name:576  local dir=/opt/stack/octavia 2016-12-06 12:03:36.784 | +functions-common:git_clone_by_name:577  local branch=master 2016-12-06 12:03:36.787 | +functions-common:git_clone_by_name:578  git_clone https://github.com/openstack/octavia.git /opt/stack/octavia master 2016-12-06 12:03:36.790 | +functions-common:git_clone:496  local git_remote=https://github.com/openstack/octavia.git 2016-12-06 12:03:36.792 | +functions-common:git_clone:497  local git_dest=/opt/stack/octavia 2016-12-06 12:03:36.795 | +functions-common:git_clone:498  local git_ref=master 2016-12-06 12:03:36.798 | +functions-common:git_clone:499  local orig_dir 2016-12-06 12:03:36.802 | ++functions-common:git_clone:500  pwd 2016-12-06 12:03:36.805 | +functions-common:git_clone:500  orig_dir=/home/ubuntu/devstack 2016-12-06 12:03:36.809 | +functions-common:git_clone:501  local git_clone_flags= 2016-12-06 12:03:36.812 | ++functions-common:git_clone:503  trueorfalse False RECLONE 2016-12-06 12:03:36.829 | +functions-common:git_clone:503  RECLONE=False 2016-12-06 12:03:36.832 | +functions-common:git_clone:504  [[ 0 -gt 0 ]] 2016-12-06 12:03:36.835 | +functions-common:git_clone:508  [[ False = \T\r\u\e ]] 2016-12-06 12:03:36.838 | +functions-common:git_clone:517  echo master 2016-12-06 12:03:36.838 | +functions-common:git_clone:517  egrep -q '^refs' 2016-12-06 12:03:36.842 | +functions-common:git_clone:531  [[ ! -d /opt/stack/octavia ]] 2016-12-06 12:03:36.844 | +functions-common:git_clone:539  [[ False = \T\r\u\e ]] 2016-12-06 12:03:36.846 | +functions-common:git_clone:565  cd /opt/stack/octavia 2016-12-06 12:03:36.849 | +functions-common:git_clone:566  git show --oneline 2016-12-06 12:03:36.850 | +functions-common:git_clone:566  head -1 2016-12-06 12:03:36.850 | 2296d89 Updated from global requirements 2016-12-06 12:03:36.853 | +functions-common:git_clone:567  cd /home/ubuntu/devstack 2016-12-06 12:03:36.856 | +./stack.sh:main:556  run_phase override_defaults 2016-12-06 12:03:36.858 | +functions-common:run_phase:1869  local mode=override_defaults 2016-12-06 12:03:36.861 | +functions-common:run_phase:1870  local phase= 2016-12-06 12:03:36.864 | +functions-common:run_phase:1871  [[ -d /home/ubuntu/devstack/extras.d ]] 2016-12-06 12:03:36.866 | +functions-common:run_phase:1872  local extra_plugin_file_name 2016-12-06 12:03:36.869 | +functions-common:run_phase:1873  for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2016-12-06 12:03:36.871 | +functions-common:run_phase:1878  local exceptions=80-tempest.sh 2016-12-06 12:03:36.874 | +functions-common:run_phase:1879  local extra 2016-12-06 12:03:36.877 | ++functions-common:run_phase:1880  basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2016-12-06 12:03:36.880 | +functions-common:run_phase:1880  extra=80-tempest.sh 2016-12-06 12:03:36.883 | +functions-common:run_phase:1881  [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2016-12-06 12:03:36.885 | +functions-common:run_phase:1885  [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2016-12-06 12:03:36.888 | +functions-common:run_phase:1885  source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2016-12-06 12:03:36.891 | ++extras.d/80-tempest.sh:source:3  is_service_enabled tempest 2016-12-06 12:03:36.908 | ++functions-common:is_service_enabled:2073  return 1 2016-12-06 12:03:36.911 | +functions-common:run_phase:1890  [[ override_defaults == \s\o\u\r\c\e ]] 2016-12-06 12:03:36.913 | +functions-common:run_phase:1893  [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2016-12-06 12:03:36.916 | +functions-common:run_phase:1894  plugin_override_defaults 2016-12-06 12:03:36.919 | +functions-common:plugin_override_defaults:1828  local plugins=,neutron-lbaas,octavia 2016-12-06 12:03:36.921 | +functions-common:plugin_override_defaults:1829  local plugin 2016-12-06 12:03:36.924 | +functions-common:plugin_override_defaults:1832  [[ -z ,neutron-lbaas,octavia ]] 2016-12-06 12:03:36.926 | +functions-common:plugin_override_defaults:1836  echo 'Overriding Configuration Defaults' 2016-12-06 12:03:36.926 | Overriding Configuration Defaults 2016-12-06 12:03:36.929 | +functions-common:plugin_override_defaults:1837  for plugin in '${plugins//,/ }' 2016-12-06 12:03:36.931 | +functions-common:plugin_override_defaults:1838  local dir=/opt/stack/neutron-lbaas 2016-12-06 12:03:36.934 | +functions-common:plugin_override_defaults:1840  [[ -f /opt/stack/neutron-lbaas/devstack/override-defaults ]] 2016-12-06 12:03:36.936 | +functions-common:plugin_override_defaults:1837  for plugin in '${plugins//,/ }' 2016-12-06 12:03:36.939 | +functions-common:plugin_override_defaults:1838  local dir=/opt/stack/octavia 2016-12-06 12:03:36.941 | +functions-common:plugin_override_defaults:1840  [[ -f /opt/stack/octavia/devstack/override-defaults ]] 2016-12-06 12:03:36.944 | +./stack.sh:main:559  source /home/ubuntu/devstack/lib/apache 2016-12-06 12:03:36.960 | +./stack.sh:main:562  source /home/ubuntu/devstack/lib/tls 2016-12-06 12:03:36.964 | ++lib/tls:source:38  is_service_enabled tls-proxy 2016-12-06 12:03:36.981 | ++functions-common:is_service_enabled:2073  return 1 2016-12-06 12:03:36.985 | +++lib/tls:source:43  hostname -f 2016-12-06 12:03:36.989 | ++lib/tls:source:43  DEVSTACK_HOSTNAME=localhost 2016-12-06 12:03:36.992 | ++lib/tls:source:44  DEVSTACK_CERT_NAME=devstack-cert 2016-12-06 12:03:36.995 | ++lib/tls:source:45  DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2016-12-06 12:03:36.998 | ++lib/tls:source:48  ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2016-12-06 12:03:37.001 | ++lib/tls:source:49  INT_CA_DIR=/opt/stack/data/CA/int-ca 2016-12-06 12:03:37.004 | ++lib/tls:source:51  ORG_NAME=OpenStack 2016-12-06 12:03:37.007 | ++lib/tls:source:52  ORG_UNIT_NAME=DevStack 2016-12-06 12:03:37.011 | ++lib/tls:source:55  STUD_PROTO=--tls 2016-12-06 12:03:37.014 | ++lib/tls:source:56  STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2016-12-06 12:03:37.017 | ++lib/tls:source:63  OPENSSL=/usr/bin/openssl 2016-12-06 12:03:37.022 | +./stack.sh:main:565  source /home/ubuntu/devstack/lib/infra 2016-12-06 12:03:37.037 | +./stack.sh:main:566  source /home/ubuntu/devstack/lib/oslo 2016-12-06 12:03:37.053 | +./stack.sh:main:567  source /home/ubuntu/devstack/lib/lvm 2016-12-06 12:03:37.067 | +./stack.sh:main:568  source /home/ubuntu/devstack/lib/horizon 2016-12-06 12:03:37.082 | +./stack.sh:main:569  source /home/ubuntu/devstack/lib/keystone 2016-12-06 12:03:37.104 | +./stack.sh:main:570  source /home/ubuntu/devstack/lib/glance 2016-12-06 12:03:37.125 | +./stack.sh:main:571  source /home/ubuntu/devstack/lib/nova 2016-12-06 12:03:37.165 | +./stack.sh:main:572  source /home/ubuntu/devstack/lib/placement 2016-12-06 12:03:37.184 | +./stack.sh:main:573  source /home/ubuntu/devstack/lib/cinder 2016-12-06 12:03:37.210 | +./stack.sh:main:574  source /home/ubuntu/devstack/lib/swift 2016-12-06 12:03:37.237 | +./stack.sh:main:575  source /home/ubuntu/devstack/lib/heat 2016-12-06 12:03:37.263 | +./stack.sh:main:576  source /home/ubuntu/devstack/lib/neutron 2016-12-06 12:03:37.287 | +./stack.sh:main:577  source /home/ubuntu/devstack/lib/neutron-legacy 2016-12-06 12:03:37.291 | ++lib/neutron-legacy:source:62  deprecated 'Using lib/neutron-legacy is deprecated, and it will be removed in the future' 2016-12-06 12:03:37.294 | ++functions-common:deprecated:217  local 'text=Using lib/neutron-legacy is deprecated, and it will be removed in the future' 2016-12-06 12:03:37.297 | ++functions-common:deprecated:218  DEPRECATED_TEXT+='\nUsing lib/neutron-legacy is deprecated, and it will be removed in the future' 2016-12-06 12:03:37.301 | ++functions-common:deprecated:219  echo 'WARNING: Using lib/neutron-legacy is deprecated, and it will be removed in the future' 2016-12-06 12:03:37.301 | WARNING: Using lib/neutron-legacy is deprecated, and it will be removed in the future 2016-12-06 12:03:37.304 | ++lib/neutron-legacy:source:64  is_ssl_enabled_service neutron 2016-12-06 12:03:37.308 | ++lib/tls:is_ssl_enabled_service:375  local services=neutron 2016-12-06 12:03:37.311 | ++lib/tls:is_ssl_enabled_service:376  local service= 2016-12-06 12:03:37.315 | ++lib/tls:is_ssl_enabled_service:377  '[' False == False ']' 2016-12-06 12:03:37.318 | ++lib/tls:is_ssl_enabled_service:378  return 1 2016-12-06 12:03:37.322 | ++lib/neutron-legacy:source:64  is_service_enabled tls-proxy 2016-12-06 12:03:37.341 | ++functions-common:is_service_enabled:2073  return 1 2016-12-06 12:03:37.345 | ++lib/neutron-legacy:source:70  GITDIR["python-neutronclient"]=/opt/stack/python-neutronclient 2016-12-06 12:03:37.349 | ++lib/neutron-legacy:source:73  NEUTRON_DIR=/opt/stack/neutron 2016-12-06 12:03:37.352 | ++lib/neutron-legacy:source:74  NEUTRON_FWAAS_DIR=/opt/stack/neutron-fwaas 2016-12-06 12:03:37.356 | ++lib/neutron-legacy:source:75  NEUTRON_AUTH_CACHE_DIR=/var/cache/neutron 2016-12-06 12:03:37.359 | ++lib/neutron-legacy:source:78  [[ -d /opt/stack/neutron/bin/neutron-server ]] 2016-12-06 12:03:37.363 | +++lib/neutron-legacy:source:81  get_python_exec_prefix 2016-12-06 12:03:37.382 | +++inc/python:get_python_exec_prefix:52  is_fedora 2016-12-06 12:03:37.386 | +++functions-common:is_fedora:439  [[ -z Ubuntu ]] 2016-12-06 12:03:37.389 | +++functions-common:is_fedora:443  '[' Ubuntu = Fedora ']' 2016-12-06 12:03:37.393 | +++functions-common:is_fedora:443  '[' Ubuntu = 'Red Hat' ']' 2016-12-06 12:03:37.396 | +++functions-common:is_fedora:444  '[' Ubuntu = RedHatEnterpriseServer ']' 2016-12-06 12:03:37.399 | +++functions-common:is_fedora:445  '[' Ubuntu = CentOS ']' 2016-12-06 12:03:37.403 | +++functions-common:is_fedora:445  '[' Ubuntu = OracleServer ']' 2016-12-06 12:03:37.406 | +++functions-common:is_fedora:446  '[' Ubuntu = Virtuozzo ']' 2016-12-06 12:03:37.410 | +++functions-common:is_fedora:446  '[' Ubuntu = kvmibm ']' 2016-12-06 12:03:37.413 | +++inc/python:get_python_exec_prefix:52  is_suse 2016-12-06 12:03:37.417 | +++functions-common:is_suse:454  [[ -z Ubuntu ]] 2016-12-06 12:03:37.421 | +++functions-common:is_suse:458  [[ Ubuntu =~ (openSUSE) ]] 2016-12-06 12:03:37.424 | +++functions-common:is_suse:458  [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]] 2016-12-06 12:03:37.428 | +++inc/python:get_python_exec_prefix:55  echo /usr/local/bin 2016-12-06 12:03:37.431 | ++lib/neutron-legacy:source:81  NEUTRON_BIN_DIR=/usr/local/bin 2016-12-06 12:03:37.435 | ++lib/neutron-legacy:source:84  NEUTRON_CONF_DIR=/etc/neutron 2016-12-06 12:03:37.438 | ++lib/neutron-legacy:source:85  NEUTRON_CONF=/etc/neutron/neutron.conf 2016-12-06 12:03:37.442 | ++lib/neutron-legacy:source:86  export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2016-12-06 12:03:37.446 | ++lib/neutron-legacy:source:86  NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2016-12-06 12:03:37.449 | ++lib/neutron-legacy:source:90  AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2016-12-06 12:03:37.453 | ++lib/neutron-legacy:source:91  AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2016-12-06 12:03:37.456 | ++lib/neutron-legacy:source:92  AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2016-12-06 12:03:37.460 | ++lib/neutron-legacy:source:96  Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2016-12-06 12:03:37.464 | ++lib/neutron-legacy:source:97  Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2016-12-06 12:03:37.468 | ++lib/neutron-legacy:source:98  Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2016-12-06 12:03:37.471 | ++lib/neutron-legacy:source:101  Q_DB_NAME=neutron 2016-12-06 12:03:37.475 | ++lib/neutron-legacy:source:103  Q_PLUGIN=ml2 2016-12-06 12:03:37.478 | ++lib/neutron-legacy:source:105  Q_PORT=9696 2016-12-06 12:03:37.482 | ++lib/neutron-legacy:source:107  Q_PORT_INT=19696 2016-12-06 12:03:37.485 | ++lib/neutron-legacy:source:109  Q_HOST=10.42.0.106 2016-12-06 12:03:37.489 | ++lib/neutron-legacy:source:111  Q_PROTOCOL=http 2016-12-06 12:03:37.492 | ++lib/neutron-legacy:source:113  Q_LISTEN_ADDRESS=0.0.0.0 2016-12-06 12:03:37.496 | ++lib/neutron-legacy:source:115  Q_ADMIN_USERNAME=neutron 2016-12-06 12:03:37.499 | ++lib/neutron-legacy:source:117  Q_AUTH_STRATEGY=keystone 2016-12-06 12:03:37.503 | ++lib/neutron-legacy:source:119  Q_OVS_USE_VETH=False 2016-12-06 12:03:37.507 | ++lib/neutron-legacy:source:120  Q_USE_ROOTWRAP=True 2016-12-06 12:03:37.511 | +++lib/neutron-legacy:source:121  trueorfalse True Q_USE_ROOTWRAP_DAEMON 2016-12-06 12:03:37.530 | ++lib/neutron-legacy:source:121  Q_USE_ROOTWRAP_DAEMON=True 2016-12-06 12:03:37.534 | ++lib/neutron-legacy:source:123  Q_META_DATA_IP=10.42.0.106 2016-12-06 12:03:37.537 | ++lib/neutron-legacy:source:125  Q_ALLOW_OVERLAPPING_IP=True 2016-12-06 12:03:37.541 | ++lib/neutron-legacy:source:126  Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2016-12-06 12:03:37.545 | ++lib/neutron-legacy:source:127  Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2016-12-06 12:03:37.548 | ++lib/neutron-legacy:source:128  VIF_PLUGGING_IS_FATAL=True 2016-12-06 12:03:37.551 | ++lib/neutron-legacy:source:129  VIF_PLUGGING_TIMEOUT=300 2016-12-06 12:03:37.555 | ++lib/neutron-legacy:source:133  declare -a Q_PLUGIN_EXTRA_CONF_FILES 2016-12-06 12:03:37.559 | ++lib/neutron-legacy:source:136  Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2016-12-06 12:03:37.562 | ++lib/neutron-legacy:source:137  [[ True == \F\a\l\s\e ]] 2016-12-06 12:03:37.566 | +++lib/neutron-legacy:source:140  get_rootwrap_location neutron 2016-12-06 12:03:37.569 | +++functions:get_rootwrap_location:490  local module=neutron 2016-12-06 12:03:37.573 | ++++functions:get_rootwrap_location:492  get_python_exec_prefix 2016-12-06 12:03:37.594 | ++++inc/python:get_python_exec_prefix:52  is_fedora 2016-12-06 12:03:37.597 | ++++functions-common:is_fedora:439  [[ -z Ubuntu ]] 2016-12-06 12:03:37.601 | ++++functions-common:is_fedora:443  '[' Ubuntu = Fedora ']' 2016-12-06 12:03:37.605 | ++++functions-common:is_fedora:443  '[' Ubuntu = 'Red Hat' ']' 2016-12-06 12:03:37.608 | ++++functions-common:is_fedora:444  '[' Ubuntu = RedHatEnterpriseServer ']' 2016-12-06 12:03:37.612 | ++++functions-common:is_fedora:445  '[' Ubuntu = CentOS ']' 2016-12-06 12:03:37.615 | ++++functions-common:is_fedora:445  '[' Ubuntu = OracleServer ']' 2016-12-06 12:03:37.619 | ++++functions-common:is_fedora:446  '[' Ubuntu = Virtuozzo ']' 2016-12-06 12:03:37.623 | ++++functions-common:is_fedora:446  '[' Ubuntu = kvmibm ']' 2016-12-06 12:03:37.626 | ++++inc/python:get_python_exec_prefix:52  is_suse 2016-12-06 12:03:37.629 | ++++functions-common:is_suse:454  [[ -z Ubuntu ]] 2016-12-06 12:03:37.633 | ++++functions-common:is_suse:458  [[ Ubuntu =~ (openSUSE) ]] 2016-12-06 12:03:37.636 | ++++functions-common:is_suse:458  [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]] 2016-12-06 12:03:37.640 | ++++inc/python:get_python_exec_prefix:55  echo /usr/local/bin 2016-12-06 12:03:37.644 | +++functions:get_rootwrap_location:492  echo /usr/local/bin/neutron-rootwrap 2016-12-06 12:03:37.648 | ++lib/neutron-legacy:source:140  NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2016-12-06 12:03:37.651 | ++lib/neutron-legacy:source:141  Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2016-12-06 12:03:37.655 | ++lib/neutron-legacy:source:142  [[ True == \T\r\u\e ]] 2016-12-06 12:03:37.659 | ++lib/neutron-legacy:source:143  Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2016-12-06 12:03:37.663 | ++lib/neutron-legacy:source:154  Q_DVR_MODE=legacy 2016-12-06 12:03:37.666 | ++lib/neutron-legacy:source:155  [[ legacy != \l\e\g\a\c\y ]] 2016-12-06 12:03:37.670 | ++lib/neutron-legacy:source:171  ENABLE_TENANT_TUNNELS=True 2016-12-06 12:03:37.673 | ++lib/neutron-legacy:source:176  TENANT_TUNNEL_RANGES=1:1000 2016-12-06 12:03:37.677 | ++lib/neutron-legacy:source:181  ENABLE_TENANT_VLANS=False 2016-12-06 12:03:37.680 | ++lib/neutron-legacy:source:189  TENANT_VLAN_RANGE= 2016-12-06 12:03:37.685 | ++lib/neutron-legacy:source:198  PHYSICAL_NETWORK=public 2016-12-06 12:03:37.689 | ++lib/neutron-legacy:source:208  OVS_PHYSICAL_BRIDGE=br-ex 2016-12-06 12:03:37.693 | +++lib/neutron-legacy:source:210  grep '^default' 2016-12-06 12:03:37.693 | +++lib/neutron-legacy:source:210  ip route 2016-12-06 12:03:37.694 | +++lib/neutron-legacy:source:210  awk '{print $5}' 2016-12-06 12:03:37.699 | ++lib/neutron-legacy:source:210  default_route_dev=ens3 2016-12-06 12:03:37.703 | ++lib/neutron-legacy:source:211  die_if_not_set 211 default_route_dev 'Failure retrieving default route device' 2016-12-06 12:03:37.706 | ++functions-common:die_if_not_set:204  local exitcode=0 2016-12-06 12:03:37.726 | ++lib/neutron-legacy:source:218  LB_PHYSICAL_INTERFACE=ens3 2016-12-06 12:03:37.729 | ++lib/neutron-legacy:source:225  TUNNEL_ENDPOINT_IP=10.42.0.106 2016-12-06 12:03:37.733 | ++lib/neutron-legacy:source:231  OVS_ENABLE_TUNNELING=True 2016-12-06 12:03:37.736 | ++lib/neutron-legacy:source:235  ENABLE_ISOLATED_METADATA=False 2016-12-06 12:03:37.740 | ++lib/neutron-legacy:source:240  ENABLE_METADATA_NETWORK=False 2016-12-06 12:03:37.744 | ++lib/neutron-legacy:source:245  '[' -f /home/ubuntu/devstack/lib/neutron_plugins/ml2 ']' 2016-12-06 12:03:37.748 | ++lib/neutron-legacy:source:246  source /home/ubuntu/devstack/lib/neutron_plugins/ml2 2016-12-06 12:03:37.769 | ++lib/neutron-legacy:source:253  source /home/ubuntu/devstack/lib/neutron_plugins/services/metering 2016-12-06 12:03:37.786 | ++lib/neutron-legacy:source:256  source /home/ubuntu/devstack/lib/neutron_plugins/services/l3 2016-12-06 12:03:37.790 | +++lib/neutron_plugins/services/l3:source:3  IP_VERSION=4+6 2016-12-06 12:03:37.793 | +++lib/neutron_plugins/services/l3:source:5  [[ 4+6 != \4 ]] 2016-12-06 12:03:37.797 | +++lib/neutron_plugins/services/l3:source:5  [[ 4+6 != \6 ]] 2016-12-06 12:03:37.800 | +++lib/neutron_plugins/services/l3:source:5  [[ 4+6 != \4\+\6 ]] 2016-12-06 12:03:37.804 | +++lib/neutron_plugins/services/l3:source:9  NEUTRON_CREATE_INITIAL_NETWORKS=False 2016-12-06 12:03:37.808 | +++lib/neutron_plugins/services/l3:source:12  PROVIDER_SUBNET_NAME=provider_net 2016-12-06 12:03:37.812 | +++lib/neutron_plugins/services/l3:source:13  IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2016-12-06 12:03:37.816 | +++lib/neutron_plugins/services/l3:source:14  IPV6_PROVIDER_FIXED_RANGE= 2016-12-06 12:03:37.821 | +++lib/neutron_plugins/services/l3:source:15  IPV6_PROVIDER_NETWORK_GATEWAY= 2016-12-06 12:03:37.825 | +++lib/neutron_plugins/services/l3:source:17  PUBLIC_BRIDGE=br-ex 2016-12-06 12:03:37.828 | +++lib/neutron_plugins/services/l3:source:18  PUBLIC_BRIDGE_MTU=1500 2016-12-06 12:03:37.832 | +++lib/neutron_plugins/services/l3:source:23  Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=True 2016-12-06 12:03:37.836 | +++lib/neutron_plugins/services/l3:source:26  Q_ROUTER_NAME=router1 2016-12-06 12:03:37.839 | +++lib/neutron_plugins/services/l3:source:31  Q_USE_PUBLIC_VETH=False 2016-12-06 12:03:37.843 | +++lib/neutron_plugins/services/l3:source:32  Q_PUBLIC_VETH_EX=veth-pub-ex 2016-12-06 12:03:37.846 | +++lib/neutron_plugins/services/l3:source:33  Q_PUBLIC_VETH_INT=veth-pub-int 2016-12-06 12:03:37.850 | +++lib/neutron_plugins/services/l3:source:39  Q_L3_ROUTER_PER_TENANT=True 2016-12-06 12:03:37.854 | +++lib/neutron_plugins/services/l3:source:62  Q_USE_PROVIDERNET_FOR_PUBLIC=True 2016-12-06 12:03:37.857 | +++lib/neutron_plugins/services/l3:source:63  PUBLIC_PHYSICAL_NETWORK=public 2016-12-06 12:03:37.862 | ++++lib/neutron_plugins/services/l3:source:66  uuidgen 2016-12-06 12:03:37.862 | ++++lib/neutron_plugins/services/l3:source:66  sed s/-//g 2016-12-06 12:03:37.863 | ++++lib/neutron_plugins/services/l3:source:66  sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2016-12-06 12:03:37.863 | ++++lib/neutron_plugins/services/l3:source:66  cut -c 23- 2016-12-06 12:03:37.868 | +++lib/neutron_plugins/services/l3:source:66  IPV6_GLOBAL_ID=93:0393:18d7 2016-12-06 12:03:37.871 | +++lib/neutron_plugins/services/l3:source:69  IPV6_RA_MODE=slaac 2016-12-06 12:03:37.875 | +++lib/neutron_plugins/services/l3:source:70  IPV6_ADDRESS_MODE=slaac 2016-12-06 12:03:37.878 | +++lib/neutron_plugins/services/l3:source:71  IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2016-12-06 12:03:37.882 | +++lib/neutron_plugins/services/l3:source:72  IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2016-12-06 12:03:37.886 | +++lib/neutron_plugins/services/l3:source:73  IPV6_ADDRS_SAFE_TO_USE=fd93:0393:18d7::/56 2016-12-06 12:03:37.890 | ++++lib/neutron_plugins/services/l3:source:76  echo fd93:0393:18d7::/56 2016-12-06 12:03:37.890 | ++++lib/neutron_plugins/services/l3:source:76  awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2016-12-06 12:03:37.896 | +++lib/neutron_plugins/services/l3:source:76  FIXED_RANGE_V6=fd93:0393:18d7::/64 2016-12-06 12:03:37.899 | +++lib/neutron_plugins/services/l3:source:77  IPV6_PRIVATE_NETWORK_GATEWAY= 2016-12-06 12:03:37.903 | +++lib/neutron_plugins/services/l3:source:78  IPV6_PUBLIC_RANGE=2001:db8::/64 2016-12-06 12:03:37.906 | +++lib/neutron_plugins/services/l3:source:79  IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2016-12-06 12:03:37.910 | +++lib/neutron_plugins/services/l3:source:80  IPV6_ROUTER_GW_IP=2001:db8::1 2016-12-06 12:03:37.914 | +++lib/neutron_plugins/services/l3:source:83  NETWORK_GATEWAY= 2016-12-06 12:03:37.918 | +++lib/neutron_plugins/services/l3:source:84  PUBLIC_NETWORK_GATEWAY=192.168.10.1 2016-12-06 12:03:37.922 | +++lib/neutron_plugins/services/l3:source:85  PRIVATE_SUBNET_NAME=private-subnet 2016-12-06 12:03:37.925 | +++lib/neutron_plugins/services/l3:source:86  PUBLIC_SUBNET_NAME=public-subnet 2016-12-06 12:03:37.929 | +++lib/neutron_plugins/services/l3:source:89  USE_SUBNETPOOL=True 2016-12-06 12:03:37.932 | +++lib/neutron_plugins/services/l3:source:90  SUBNETPOOL_NAME=shared-default-subnetpool 2016-12-06 12:03:37.936 | +++lib/neutron_plugins/services/l3:source:92  SUBNETPOOL_PREFIX_V4=10.0.0.0/22 2016-12-06 12:03:37.940 | +++lib/neutron_plugins/services/l3:source:93  SUBNETPOOL_PREFIX_V6=fd93:0393:18d7::/56 2016-12-06 12:03:37.943 | +++lib/neutron_plugins/services/l3:source:95  SUBNETPOOL_SIZE_V4=26 2016-12-06 12:03:37.947 | +++lib/neutron_plugins/services/l3:source:96  SUBNETPOOL_SIZE_V6=64 2016-12-06 12:03:37.952 | ++++lib/neutron_plugins/services/l3:source:98  ip -4 route 2016-12-06 12:03:37.952 | ++++lib/neutron_plugins/services/l3:source:98  awk '{print $5}' 2016-12-06 12:03:37.952 | ++++lib/neutron_plugins/services/l3:source:98  grep '^default' 2016-12-06 12:03:37.957 | +++lib/neutron_plugins/services/l3:source:98  default_v4_route_devs=ens3 2016-12-06 12:03:37.960 | +++lib/neutron_plugins/services/l3:source:99  die_if_not_set 99 default_v4_route_devs 'Failure retrieving default IPv4 route devices' 2016-12-06 12:03:37.964 | +++functions-common:die_if_not_set:204  local exitcode=0 2016-12-06 12:03:37.986 | ++++lib/neutron_plugins/services/l3:source:101  ip -6 route 2016-12-06 12:03:37.986 | ++++lib/neutron_plugins/services/l3:source:101  grep '^default' 2016-12-06 12:03:37.986 | ++++lib/neutron_plugins/services/l3:source:101  awk '{print $5}' 2016-12-06 12:03:37.992 | +++lib/neutron_plugins/services/l3:source:101  default_v6_route_devs=ens3 2016-12-06 12:03:37.998 | ++lib/neutron-legacy:source:258  has_neutron_plugin_security_group 2016-12-06 12:03:38.003 | ++lib/neutron_plugins/ml2:has_neutron_plugin_security_group:154  return 0 2016-12-06 12:03:38.006 | ++lib/neutron-legacy:source:259  Q_USE_SECGROUP=False 2016-12-06 12:03:38.027 | +./stack.sh:main:578  source /home/ubuntu/devstack/lib/ldap 2016-12-06 12:03:38.045 | +./stack.sh:main:579  source /home/ubuntu/devstack/lib/dstat 2016-12-06 12:03:38.061 | +./stack.sh:main:580  source /home/ubuntu/devstack/lib/dlm 2016-12-06 12:03:38.078 | +./stack.sh:main:581  source /home/ubuntu/devstack/lib/os_brick 2016-12-06 12:03:38.094 | +./stack.sh:main:587  run_phase source 2016-12-06 12:03:38.097 | +functions-common:run_phase:1869  local mode=source 2016-12-06 12:03:38.100 | +functions-common:run_phase:1870  local phase= 2016-12-06 12:03:38.102 | +functions-common:run_phase:1871  [[ -d /home/ubuntu/devstack/extras.d ]] 2016-12-06 12:03:38.105 | +functions-common:run_phase:1872  local extra_plugin_file_name 2016-12-06 12:03:38.108 | +functions-common:run_phase:1873  for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2016-12-06 12:03:38.111 | +functions-common:run_phase:1878  local exceptions=80-tempest.sh 2016-12-06 12:03:38.114 | +functions-common:run_phase:1879  local extra 2016-12-06 12:03:38.119 | ++functions-common:run_phase:1880  basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2016-12-06 12:03:38.123 | +functions-common:run_phase:1880  extra=80-tempest.sh 2016-12-06 12:03:38.126 | +functions-common:run_phase:1881  [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2016-12-06 12:03:38.130 | +functions-common:run_phase:1885  [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2016-12-06 12:03:38.133 | +functions-common:run_phase:1885  source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2016-12-06 12:03:38.136 | ++extras.d/80-tempest.sh:source:3  is_service_enabled tempest 2016-12-06 12:03:38.159 | ++functions-common:is_service_enabled:2073  return 1 2016-12-06 12:03:38.162 | +functions-common:run_phase:1890  [[ source == \s\o\u\r\c\e ]] 2016-12-06 12:03:38.166 | +functions-common:run_phase:1891  load_plugin_settings 2016-12-06 12:03:38.169 | +functions-common:load_plugin_settings:1805  local plugins=,neutron-lbaas,octavia 2016-12-06 12:03:38.173 | +functions-common:load_plugin_settings:1806  local plugin 2016-12-06 12:03:38.176 | +functions-common:load_plugin_settings:1809  [[ -z ,neutron-lbaas,octavia ]] 2016-12-06 12:03:38.179 | +functions-common:load_plugin_settings:1813  echo 'Loading plugin settings' 2016-12-06 12:03:38.179 | Loading plugin settings 2016-12-06 12:03:38.182 | +functions-common:load_plugin_settings:1814  for plugin in '${plugins//,/ }' 2016-12-06 12:03:38.185 | +functions-common:load_plugin_settings:1815  local dir=/opt/stack/neutron-lbaas 2016-12-06 12:03:38.188 | +functions-common:load_plugin_settings:1817  [[ -f /opt/stack/neutron-lbaas/devstack/settings ]] 2016-12-06 12:03:38.191 | +functions-common:load_plugin_settings:1818  source /opt/stack/neutron-lbaas/devstack/settings 2016-12-06 12:03:38.195 | ++/opt/stack/neutron-lbaas/devstack/settings:source:5  AGENT_LBAASV2_BINARY=/usr/local/bin/neutron-lbaasv2-agent 2016-12-06 12:03:38.199 | ++/opt/stack/neutron-lbaas/devstack/settings:source:7  LBAAS_V2=q-lbaasv2 2016-12-06 12:03:38.204 | ++/opt/stack/neutron-lbaas/devstack/settings:source:8  LBAAS_ANY=q-lbaasv2 2016-12-06 12:03:38.208 | ++/opt/stack/neutron-lbaas/devstack/settings:source:10  BARBICAN=barbican-svc 2016-12-06 12:03:38.212 | ++/opt/stack/neutron-lbaas/devstack/settings:source:12  AUTH_URL=http://127.0.0.1:5000/v2.0 2016-12-06 12:03:38.217 | ++/opt/stack/neutron-lbaas/devstack/settings:source:13  ADMIN_TENANT_NAME=admin 2016-12-06 12:03:38.221 | ++/opt/stack/neutron-lbaas/devstack/settings:source:14  ADMIN_USER=admin 2016-12-06 12:03:38.225 | ++/opt/stack/neutron-lbaas/devstack/settings:source:15  ADMIN_PASSWORD=passwd1 2016-12-06 12:03:38.229 | ++/opt/stack/neutron-lbaas/devstack/settings:source:16  AUTH_VERSION=2 2016-12-06 12:03:38.233 | ++/opt/stack/neutron-lbaas/devstack/settings:source:18  LBAAS_AGENT_CONF_PATH=/etc/neutron/services/loadbalancer/haproxy 2016-12-06 12:03:38.237 | ++/opt/stack/neutron-lbaas/devstack/settings:source:19  LBAAS_AGENT_CONF_FILENAME=/etc/neutron/services/loadbalancer/haproxy/lbaas_agent.ini 2016-12-06 12:03:38.241 | ++/opt/stack/neutron-lbaas/devstack/settings:source:21  LBAASV2_PLUGIN=lbaasv2 2016-12-06 12:03:38.245 | ++/opt/stack/neutron-lbaas/devstack/settings:source:23  NEUTRON_LBAAS_DIR=/opt/stack/neutron-lbaas 2016-12-06 12:03:38.249 | ++/opt/stack/neutron-lbaas/devstack/settings:source:25  NEUTRON_LBAAS_CONF_FILE=neutron_lbaas.conf 2016-12-06 12:03:38.253 | ++/opt/stack/neutron-lbaas/devstack/settings:source:26  SERVICES_LBAAS_CONF_FILE=services_lbaas.conf 2016-12-06 12:03:38.257 | ++/opt/stack/neutron-lbaas/devstack/settings:source:28  NEUTRON_LBAAS_CONF=/etc/neutron/neutron_lbaas.conf 2016-12-06 12:03:38.261 | ++/opt/stack/neutron-lbaas/devstack/settings:source:29  SERVICES_LBAAS_CONF=/etc/neutron/services_lbaas.conf 2016-12-06 12:03:38.265 | ++/opt/stack/neutron-lbaas/devstack/settings:source:31  Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2016-12-06 12:03:38.269 | ++/opt/stack/neutron-lbaas/devstack/settings:source:32  Q_PLUGIN_EXTRA_CONF_FILES+=($NEUTRON_LBAAS_CONF_FILE $SERVICES_LBAAS_CONF_FILE) 2016-12-06 12:03:38.273 | ++/opt/stack/neutron-lbaas/devstack/settings:source:34  NEUTRON_LBAAS_SERVICE_PROVIDERV2_OCTAVIA=LOADBALANCERV2:Octavia:neutron_lbaas.drivers.octavia.driver.OctaviaDriver:default 2016-12-06 12:03:38.277 | ++/opt/stack/neutron-lbaas/devstack/settings:source:36  NEUTRON_LBAAS_SERVICE_PROVIDERV2=LOADBALANCERV2:Octavia:neutron_lbaas.drivers.octavia.driver.OctaviaDriver:default 2016-12-06 12:03:38.280 | +functions-common:load_plugin_settings:1814  for plugin in '${plugins//,/ }' 2016-12-06 12:03:38.283 | +functions-common:load_plugin_settings:1815  local dir=/opt/stack/octavia 2016-12-06 12:03:38.286 | +functions-common:load_plugin_settings:1817  [[ -f /opt/stack/octavia/devstack/settings ]] 2016-12-06 12:03:38.290 | +functions-common:load_plugin_settings:1818  source /opt/stack/octavia/devstack/settings 2016-12-06 12:03:38.294 | ++/opt/stack/octavia/devstack/settings:source:3  OCTAVIA=octavia 2016-12-06 12:03:38.298 | ++/opt/stack/octavia/devstack/settings:source:4  OCTAVIA_DIR=/opt/stack/octavia 2016-12-06 12:03:38.302 | ++/opt/stack/octavia/devstack/settings:source:5  DISKIMAGE_BUILDER_REPO=git://git.openstack.org/openstack/diskimage-builder.git 2016-12-06 12:03:38.306 | ++/opt/stack/octavia/devstack/settings:source:6  DISKIMAGE_BUILDER_BRANCH=master 2016-12-06 12:03:38.310 | ++/opt/stack/octavia/devstack/settings:source:7  DISKIMAGE_BUILDER_DIR=/opt/stack/diskimage-builder 2016-12-06 12:03:38.314 | ++/opt/stack/octavia/devstack/settings:source:8  TRIPLEO_IMAGE_ELEMENTS_REPO=git://git.openstack.org/openstack/tripleo-image-elements.git 2016-12-06 12:03:38.318 | ++/opt/stack/octavia/devstack/settings:source:9  TRIPLEO_IMAGE_ELEMENTS_BRANCH=master 2016-12-06 12:03:38.322 | ++/opt/stack/octavia/devstack/settings:source:10  TRIPLEO_IMAGE_ELEMENTS_DIR=/opt/stack/tripleo-image-elements 2016-12-06 12:03:38.326 | +++/opt/stack/octavia/devstack/settings:source:11  get_python_exec_prefix 2016-12-06 12:03:38.347 | +++inc/python:get_python_exec_prefix:52  is_fedora 2016-12-06 12:03:38.352 | +++functions-common:is_fedora:439  [[ -z Ubuntu ]] 2016-12-06 12:03:38.356 | +++functions-common:is_fedora:443  '[' Ubuntu = Fedora ']' 2016-12-06 12:03:38.360 | +++functions-common:is_fedora:443  '[' Ubuntu = 'Red Hat' ']' 2016-12-06 12:03:38.364 | +++functions-common:is_fedora:444  '[' Ubuntu = RedHatEnterpriseServer ']' 2016-12-06 12:03:38.368 | +++functions-common:is_fedora:445  '[' Ubuntu = CentOS ']' 2016-12-06 12:03:38.372 | +++functions-common:is_fedora:445  '[' Ubuntu = OracleServer ']' 2016-12-06 12:03:38.375 | +++functions-common:is_fedora:446  '[' Ubuntu = Virtuozzo ']' 2016-12-06 12:03:38.379 | +++functions-common:is_fedora:446  '[' Ubuntu = kvmibm ']' 2016-12-06 12:03:38.383 | +++inc/python:get_python_exec_prefix:52  is_suse 2016-12-06 12:03:38.387 | +++functions-common:is_suse:454  [[ -z Ubuntu ]] 2016-12-06 12:03:38.390 | +++functions-common:is_suse:458  [[ Ubuntu =~ (openSUSE) ]] 2016-12-06 12:03:38.394 | +++functions-common:is_suse:458  [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]] 2016-12-06 12:03:38.397 | +++inc/python:get_python_exec_prefix:55  echo /usr/local/bin 2016-12-06 12:03:38.402 | ++/opt/stack/octavia/devstack/settings:source:11  OCTAVIA_BIN_DIR=/usr/local/bin 2016-12-06 12:03:38.405 | ++/opt/stack/octavia/devstack/settings:source:12  OCTAVIA_CONF_DIR=/etc/octavia 2016-12-06 12:03:38.409 | ++/opt/stack/octavia/devstack/settings:source:13  OCTAVIA_AUTH_CACHE_DIR=/var/cache/octavia 2016-12-06 12:03:38.413 | ++/opt/stack/octavia/devstack/settings:source:14  OCTAVIA_SSH_DIR=/etc/octavia/.ssh 2016-12-06 12:03:38.416 | ++/opt/stack/octavia/devstack/settings:source:15  OCTAVIA_CERTS_DIR=/etc/octavia/certs 2016-12-06 12:03:38.420 | ++/opt/stack/octavia/devstack/settings:source:16  OCTAVIA_DHCLIENT_DIR=/etc/octavia/dhcp 2016-12-06 12:03:38.424 | ++/opt/stack/octavia/devstack/settings:source:17  OCTAVIA_DHCLIENT_CONF=/etc/octavia/dhcp/dhclient.conf 2016-12-06 12:03:38.428 | ++/opt/stack/octavia/devstack/settings:source:18  OCTAVIA_CONF=/etc/octavia/octavia.conf 2016-12-06 12:03:38.431 | ++/opt/stack/octavia/devstack/settings:source:19  OCTAVIA_TEMPEST_DIR=/opt/stack/octavia/octavia/tests/tempest 2016-12-06 12:03:38.435 | ++/opt/stack/octavia/devstack/settings:source:21  OCTAVIA_AMPHORA_DRIVER=amphora_haproxy_rest_driver 2016-12-06 12:03:38.439 | ++/opt/stack/octavia/devstack/settings:source:22  OCTAVIA_NETWORK_DRIVER=allowed_address_pairs_driver 2016-12-06 12:03:38.442 | ++/opt/stack/octavia/devstack/settings:source:23  OCTAVIA_COMPUTE_DRIVER=compute_nova_driver 2016-12-06 12:03:38.446 | ++/opt/stack/octavia/devstack/settings:source:25  OCTAVIA_USERNAME=admin 2016-12-06 12:03:38.450 | ++/opt/stack/octavia/devstack/settings:source:26  OCTAVIA_PASSWORD=passwd1 2016-12-06 12:03:38.453 | ++/opt/stack/octavia/devstack/settings:source:27  OCTAVIA_PROJECT_NAME=admin 2016-12-06 12:03:38.457 | ++/opt/stack/octavia/devstack/settings:source:28  OCTAVIA_USER_DOMAIN_NAME=Default 2016-12-06 12:03:38.461 | ++/opt/stack/octavia/devstack/settings:source:29  OCTAVIA_PROJECT_DOMAIN_NAME=Default 2016-12-06 12:03:38.465 | ++/opt/stack/octavia/devstack/settings:source:31  OCTAVIA_PROTOCOL=http 2016-12-06 12:03:38.468 | ++/opt/stack/octavia/devstack/settings:source:32  OCTAVIA_PORT=9876 2016-12-06 12:03:38.472 | ++/opt/stack/octavia/devstack/settings:source:33  OCTAVIA_HA_PORT=9875 2016-12-06 12:03:38.476 | ++/opt/stack/octavia/devstack/settings:source:34  OCTAVIA_HM_LISTEN_PORT=5555 2016-12-06 12:03:38.479 | ++/opt/stack/octavia/devstack/settings:source:36  OCTAVIA_MGMT_SUBNET=192.168.0.0/24 2016-12-06 12:03:38.483 | ++/opt/stack/octavia/devstack/settings:source:37  OCTAVIA_MGMT_SUBNET_START=192.168.0.2 2016-12-06 12:03:38.487 | ++/opt/stack/octavia/devstack/settings:source:38  OCTAVIA_MGMT_SUBNET_END=192.168.0.200 2016-12-06 12:03:38.490 | ++/opt/stack/octavia/devstack/settings:source:40  OCTAVIA_AMP_SSH_KEY_BITS=2048 2016-12-06 12:03:38.494 | ++/opt/stack/octavia/devstack/settings:source:41  OCTAVIA_AMP_SSH_KEY_TYPE=rsa 2016-12-06 12:03:38.497 | ++/opt/stack/octavia/devstack/settings:source:42  OCTAVIA_AMP_SSH_KEY_PATH=/etc/octavia/.ssh/octavia_ssh_key 2016-12-06 12:03:38.501 | ++/opt/stack/octavia/devstack/settings:source:43  OCTAVIA_AMP_SSH_KEY_NAME=octavia_ssh_key 2016-12-06 12:03:38.505 | ++/opt/stack/octavia/devstack/settings:source:45  OCTAVIA_AMP_FLAVOR_ID=10 2016-12-06 12:03:38.509 | ++/opt/stack/octavia/devstack/settings:source:46  OCTAVIA_AMP_IMAGE_NAME=amphora-x64-haproxy 2016-12-06 12:03:38.512 | ++/opt/stack/octavia/devstack/settings:source:47  OCTAVIA_AMP_IMAGE_FILE=/opt/stack/octavia/diskimage-create/amphora-x64-haproxy.qcow2 2016-12-06 12:03:38.516 | ++/opt/stack/octavia/devstack/settings:source:48  OCTAVIA_AMP_IMAGE_TAG=amphora 2016-12-06 12:03:38.520 | ++/opt/stack/octavia/devstack/settings:source:50  OCTAVIA_AMP_CONN_TIMEOUT=10 2016-12-06 12:03:38.523 | ++/opt/stack/octavia/devstack/settings:source:51  OCTAVIA_AMP_READ_TIMEOUT=120 2016-12-06 12:03:38.527 | ++/opt/stack/octavia/devstack/settings:source:53  OCTAVIA_HEALTH_KEY=insecure 2016-12-06 12:03:38.531 | ++/opt/stack/octavia/devstack/settings:source:55  OCTAVIA_AMP_EXPIRY_AGE=3600 2016-12-06 12:03:38.535 | ++/opt/stack/octavia/devstack/settings:source:56  OCTAVIA_LB_EXPIRY_AGE=3600 2016-12-06 12:03:38.539 | ++/opt/stack/octavia/devstack/settings:source:58  OCTAVIA_API_BINARY=/usr/local/bin/octavia-api 2016-12-06 12:03:38.543 | ++/opt/stack/octavia/devstack/settings:source:59  OCTAVIA_CONSUMER_BINARY=/usr/local/bin/octavia-worker 2016-12-06 12:03:38.547 | ++/opt/stack/octavia/devstack/settings:source:60  OCTAVIA_HOUSEKEEPER_BINARY=/usr/local/bin/octavia-housekeeping 2016-12-06 12:03:38.551 | ++/opt/stack/octavia/devstack/settings:source:61  OCTAVIA_HEALTHMANAGER_BINARY=/usr/local/bin/octavia-health-manager 2016-12-06 12:03:38.555 | ++/opt/stack/octavia/devstack/settings:source:63  OCTAVIA_API_ARGS=' --config-file /etc/octavia/octavia.conf' 2016-12-06 12:03:38.558 | ++/opt/stack/octavia/devstack/settings:source:64  OCTAVIA_CONSUMER_ARGS=' --config-file /etc/octavia/octavia.conf' 2016-12-06 12:03:38.562 | ++/opt/stack/octavia/devstack/settings:source:65  OCTAVIA_HOUSEKEEPER_ARGS=' --config-file /etc/octavia/octavia.conf' 2016-12-06 12:03:38.566 | ++/opt/stack/octavia/devstack/settings:source:66  OCTAVIA_HEALTHMANAGER_ARGS=' --config-file /etc/octavia/octavia.conf' 2016-12-06 12:03:38.570 | ++/opt/stack/octavia/devstack/settings:source:68  OCTAVIA_TEMPEST=disabled 2016-12-06 12:03:38.574 | ++/opt/stack/octavia/devstack/settings:source:70  OCTAVIA_API=o-api 2016-12-06 12:03:38.578 | ++/opt/stack/octavia/devstack/settings:source:71  OCTAVIA_CONSUMER=o-cw 2016-12-06 12:03:38.582 | ++/opt/stack/octavia/devstack/settings:source:72  OCTAVIA_HOUSEKEEPER=o-hk 2016-12-06 12:03:38.586 | ++/opt/stack/octavia/devstack/settings:source:73  OCTAVIA_HEALTHMANAGER=o-hm 2016-12-06 12:03:38.590 | ++/opt/stack/octavia/devstack/settings:source:74  OCTAVIA_SERVICE=octavia 2016-12-06 12:03:38.594 | ++/opt/stack/octavia/devstack/settings:source:75  OCTAVIA_API_HAPROXY=o-api-ha 2016-12-06 12:03:38.598 | ++/opt/stack/octavia/devstack/settings:source:77  NEUTRON_LBAAS_DIR=/opt/stack/neutron-lbaas 2016-12-06 12:03:38.602 | ++/opt/stack/octavia/devstack/settings:source:78  NEUTRON_LBAAS_CONF=/etc/neutron/neutron_lbaas.conf 2016-12-06 12:03:38.606 | ++/opt/stack/octavia/devstack/settings:source:79  OCTAVIA_SERVICE_PROVIDER=LOADBALANCERV2:Octavia:neutron_lbaas.drivers.octavia.driver.OctaviaDriver:default 2016-12-06 12:03:38.610 | ++/opt/stack/octavia/devstack/settings:source:80  Q_SVC=q-svc 2016-12-06 12:03:38.615 | ++/opt/stack/octavia/devstack/settings:source:81  LBAAS_V2=q-lbaasv2 2016-12-06 12:03:38.619 | ++/opt/stack/octavia/devstack/settings:source:84  OCTAVIA_USE_PREGENERATED_SSH_KEY=False 2016-12-06 12:03:38.623 | ++/opt/stack/octavia/devstack/settings:source:85  OCTAVIA_PREGENERATED_SSH_KEY_PATH=/opt/stack/octavia/devstack/pregenerated/ssh-keys/octavia_ssh_key 2016-12-06 12:03:38.627 | ++/opt/stack/octavia/devstack/settings:source:87  OCTAVIA_USE_PREGENERATED_CERTS=False 2016-12-06 12:03:38.631 | ++/opt/stack/octavia/devstack/settings:source:88  OCTAVIA_PREGENERATED_CERTS_DIR=/opt/stack/octavia/devstack/pregenerated/certs 2016-12-06 12:03:38.635 | ++/opt/stack/octavia/devstack/settings:source:89  OCTAVIA_NODE=standalone 2016-12-06 12:03:38.639 | ++/opt/stack/octavia/devstack/settings:source:90  OCTAVIA_CONTROLLER_IP_PORT_LIST=auto 2016-12-06 12:03:38.643 | ++/opt/stack/octavia/devstack/settings:source:91  OCTAVIA_MGMT_PORT_IP=auto 2016-12-06 12:03:38.645 | +functions-common:run_phase:1892  verify_disabled_services 2016-12-06 12:03:38.648 | +functions-common:verify_disabled_services:2128  local service 2016-12-06 12:03:38.651 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.654 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,key, ]] 2016-12-06 12:03:38.657 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.660 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,n-api, ]] 2016-12-06 12:03:38.662 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.666 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,n-cpu, ]] 2016-12-06 12:03:38.669 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.672 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,n-cond, ]] 2016-12-06 12:03:38.675 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.678 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,n-sch, ]] 2016-12-06 12:03:38.681 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.684 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,n-novnc, ]] 2016-12-06 12:03:38.687 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.690 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,n-cauth, ]] 2016-12-06 12:03:38.693 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.696 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,g-api, ]] 2016-12-06 12:03:38.699 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.702 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,g-reg, ]] 2016-12-06 12:03:38.705 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.708 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,c-sch, ]] 2016-12-06 12:03:38.711 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.714 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,c-api, ]] 2016-12-06 12:03:38.717 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.719 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,c-vol, ]] 2016-12-06 12:03:38.722 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.726 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,q-svc, ]] 2016-12-06 12:03:38.730 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.732 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,q-dhcp, ]] 2016-12-06 12:03:38.735 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.738 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,q-meta, ]] 2016-12-06 12:03:38.741 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.744 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,q-agt, ]] 2016-12-06 12:03:38.747 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.750 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,q-l3, ]] 2016-12-06 12:03:38.752 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.755 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,rabbit, ]] 2016-12-06 12:03:38.758 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.761 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,mysql, ]] 2016-12-06 12:03:38.764 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.767 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,dstat, ]] 2016-12-06 12:03:38.770 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.773 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,q-lbaasv2, ]] 2016-12-06 12:03:38.776 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.779 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,octavia, ]] 2016-12-06 12:03:38.782 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.785 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,o-cw, ]] 2016-12-06 12:03:38.788 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.791 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,o-hk, ]] 2016-12-06 12:03:38.794 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.797 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,o-hm, ]] 2016-12-06 12:03:38.800 | +functions-common:verify_disabled_services:2129  for service in '${ENABLED_SERVICES//,/ }' 2016-12-06 12:03:38.803 | +functions-common:verify_disabled_services:2130  [[ ,n-net,n-obj,c-bak,tempest,horizon, =~ ,o-api, ]] 2016-12-06 12:03:38.806 | +./stack.sh:main:658  initialize_database_backends 2016-12-06 12:03:38.810 | +lib/database:initialize_database_backends:65  for backend in '$DATABASE_BACKENDS' 2016-12-06 12:03:38.813 | +lib/database:initialize_database_backends:66  is_service_enabled mysql 2016-12-06 12:03:38.832 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:03:38.835 | +lib/database:initialize_database_backends:66  DATABASE_TYPE=mysql 2016-12-06 12:03:38.838 | +lib/database:initialize_database_backends:65  for backend in '$DATABASE_BACKENDS' 2016-12-06 12:03:38.841 | +lib/database:initialize_database_backends:66  is_service_enabled postgresql 2016-12-06 12:03:38.858 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:03:38.861 | +lib/database:initialize_database_backends:69  '[' -z mysql ']' 2016-12-06 12:03:38.864 | +lib/database:initialize_database_backends:73  MYSQL_HOST=127.0.0.1 2016-12-06 12:03:38.867 | +lib/database:initialize_database_backends:74  MYSQL_USER=root 2016-12-06 12:03:38.871 | +lib/database:initialize_database_backends:80  [[ 4 == 6 ]] 2016-12-06 12:03:38.874 | +lib/database:initialize_database_backends:83  DATABASE_HOST=127.0.0.1 2016-12-06 12:03:38.876 | +lib/database:initialize_database_backends:86  DATABASE_USER=root 2016-12-06 12:03:38.879 | +lib/database:initialize_database_backends:88  '[' -n '' ']' 2016-12-06 12:03:38.882 | +lib/database:initialize_database_backends:91  read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2016-12-06 12:03:38.900 | ++lib/database:initialize_database_backends:104  get_database_type_mysql 2016-12-06 12:03:38.904 | ++lib/databases/mysql:get_database_type_mysql:28  [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2016-12-06 12:03:38.908 | ++lib/databases/mysql:get_database_type_mysql:29  echo mysql+pymysql 2016-12-06 12:03:38.911 | +lib/database:initialize_database_backends:104  BASE_SQL_CONN=mysql+pymysql://root:passwd2@127.0.0.1 2016-12-06 12:03:38.913 | +lib/database:initialize_database_backends:106  return 0 2016-12-06 12:03:38.916 | +./stack.sh:main:658  echo 'Using mysql database backend' 2016-12-06 12:03:38.916 | Using mysql database backend 2016-12-06 12:03:38.920 | +./stack.sh:main:667  is_service_enabled rabbit 2016-12-06 12:03:38.939 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:03:38.942 | +./stack.sh:main:668  RABBIT_HOST=10.42.0.106 2016-12-06 12:03:38.946 | +./stack.sh:main:669  read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2016-12-06 12:03:38.965 | +./stack.sh:main:676  is_service_enabled keystone 2016-12-06 12:03:38.984 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:03:38.987 | +./stack.sh:main:678  read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2016-12-06 12:03:39.006 | +./stack.sh:main:680  read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2016-12-06 12:03:39.025 | +./stack.sh:main:691  is_service_enabled ldap 2016-12-06 12:03:39.044 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:03:39.049 | +./stack.sh:main:700  is_service_enabled s-proxy 2016-12-06 12:03:39.068 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:03:39.071 | +./stack.sh:main:712  save_stackenv 712 2016-12-06 12:03:39.075 | +functions-common:save_stackenv:61  local tag=712 2016-12-06 12:03:39.079 | ++functions-common:save_stackenv:63  date +%F-%H%M%S 2016-12-06 12:03:39.083 | +functions-common:save_stackenv:63  time_stamp=2016-12-06-120339 2016-12-06 12:03:39.086 | +functions-common:save_stackenv:64  echo '# 2016-12-06-120339 712' 2016-12-06 12:03:39.089 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:03:39.092 | +functions-common:save_stackenv:66  echo BASE_SQL_CONN=mysql+pymysql://root:passwd2@127.0.0.1 2016-12-06 12:03:39.095 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:03:39.098 | +functions-common:save_stackenv:66  echo DATA_DIR=/opt/stack/data 2016-12-06 12:03:39.101 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:03:39.104 | +functions-common:save_stackenv:66  echo DEST=/opt/stack 2016-12-06 12:03:39.108 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:03:39.112 | +functions-common:save_stackenv:66  echo ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api 2016-12-06 12:03:39.115 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:03:39.119 | +functions-common:save_stackenv:66  echo HOST_IP=10.42.0.106 2016-12-06 12:03:39.123 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:03:39.127 | +functions-common:save_stackenv:66  echo KEYSTONE_AUTH_PROTOCOL=http 2016-12-06 12:03:39.131 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:03:39.135 | +functions-common:save_stackenv:66  echo KEYSTONE_AUTH_URI=http://10.42.0.106/identity_admin 2016-12-06 12:03:39.138 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:03:39.142 | +functions-common:save_stackenv:66  echo KEYSTONE_SERVICE_URI=http://10.42.0.106/identity 2016-12-06 12:03:39.145 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:03:39.148 | +functions-common:save_stackenv:66  echo LOGFILE=/opt/stack/logs/stack.sh.log.2016-12-06-120336 2016-12-06 12:03:39.151 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:03:39.154 | +functions-common:save_stackenv:66  echo OS_CACERT= 2016-12-06 12:03:39.158 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:03:39.161 | +functions-common:save_stackenv:66  echo SERVICE_HOST=10.42.0.106 2016-12-06 12:03:39.164 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:03:39.167 | +functions-common:save_stackenv:66  echo SERVICE_PROTOCOL=http 2016-12-06 12:03:39.170 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:03:39.173 | +functions-common:save_stackenv:66  echo STACK_USER=ubuntu 2016-12-06 12:03:39.177 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:03:39.180 | +functions-common:save_stackenv:66  echo TLS_IP= 2016-12-06 12:03:39.184 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:03:39.187 | +functions-common:save_stackenv:66  echo HOST_IPV6=2a04:3b40:8010:1:f816:3eff:fe53:744d 2016-12-06 12:03:39.190 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:03:39.193 | +functions-common:save_stackenv:66  echo SERVICE_IP_VERSION=4 2016-12-06 12:03:39.196 | +./stack.sh:main:723  git_clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements master 2016-12-06 12:03:39.199 | +functions-common:git_clone:496  local git_remote=git://git.openstack.org/openstack/requirements.git 2016-12-06 12:03:39.202 | +functions-common:git_clone:497  local git_dest=/opt/stack/requirements 2016-12-06 12:03:39.205 | +functions-common:git_clone:498  local git_ref=master 2016-12-06 12:03:39.208 | +functions-common:git_clone:499  local orig_dir 2016-12-06 12:03:39.212 | ++functions-common:git_clone:500  pwd 2016-12-06 12:03:39.215 | +functions-common:git_clone:500  orig_dir=/home/ubuntu/devstack 2016-12-06 12:03:39.218 | +functions-common:git_clone:501  local git_clone_flags= 2016-12-06 12:03:39.222 | ++functions-common:git_clone:503  trueorfalse False RECLONE 2016-12-06 12:03:39.242 | +functions-common:git_clone:503  RECLONE=False 2016-12-06 12:03:39.245 | +functions-common:git_clone:504  [[ 0 -gt 0 ]] 2016-12-06 12:03:39.248 | +functions-common:git_clone:508  [[ False = \T\r\u\e ]] 2016-12-06 12:03:39.251 | +functions-common:git_clone:517  echo master 2016-12-06 12:03:39.251 | +functions-common:git_clone:517  egrep -q '^refs' 2016-12-06 12:03:39.256 | +functions-common:git_clone:531  [[ ! -d /opt/stack/requirements ]] 2016-12-06 12:03:39.259 | +functions-common:git_clone:539  [[ False = \T\r\u\e ]] 2016-12-06 12:03:39.263 | +functions-common:git_clone:565  cd /opt/stack/requirements 2016-12-06 12:03:39.266 | +functions-common:git_clone:566  git show --oneline 2016-12-06 12:03:39.266 | +functions-common:git_clone:566  head -1 2016-12-06 12:03:39.267 | 232d8de Merge "Update hacking requirement to blacklist 0.13.0" 2016-12-06 12:03:39.270 | +functions-common:git_clone:567  cd /home/ubuntu/devstack 2016-12-06 12:03:39.273 | +./stack.sh:main:727  echo_summary 'Installing package prerequisites' 2016-12-06 12:03:39.277 | +./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:03:39.280 | +./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:03:39.283 | +./stack.sh:echo_summary:398  echo -e Installing package prerequisites 2016-12-06 12:03:39.286 | +./stack.sh:main:728  source /home/ubuntu/devstack/tools/install_prereqs.sh 2016-12-06 12:03:39.290 | ++tools/install_prereqs.sh:source:11  FORCE_PREREQ=0 2016-12-06 12:03:39.294 | ++tools/install_prereqs.sh:source:13  getopts :f opt 2016-12-06 12:03:39.317 | ++tools/install_prereqs.sh:source:23  [[ -z /home/ubuntu/devstack ]] 2016-12-06 12:03:39.317 | ++tools/install_prereqs.sh:source:43  PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2016-12-06 12:03:39.317 | ++tools/install_prereqs.sh:source:44  PREREQ_RERUN_HOURS=2 2016-12-06 12:03:39.318 | ++tools/install_prereqs.sh:source:45  PREREQ_RERUN_SECONDS=7200 2016-12-06 12:03:39.318 | +++tools/install_prereqs.sh:source:47  date +%s 2016-12-06 12:03:39.319 | ++tools/install_prereqs.sh:source:47  NOW=1481025819 2016-12-06 12:03:39.324 | +++tools/install_prereqs.sh:source:48  head -1 /home/ubuntu/devstack/.prereqs 2016-12-06 12:03:39.329 | ++tools/install_prereqs.sh:source:48  LAST_RUN=1481022481 2016-12-06 12:03:39.333 | ++tools/install_prereqs.sh:source:49  DELTA=3338 2016-12-06 12:03:39.336 | ++tools/install_prereqs.sh:source:50  [[ 3338 -lt 7200 ]] 2016-12-06 12:03:39.340 | ++tools/install_prereqs.sh:source:50  [[ -z 0 ]] 2016-12-06 12:03:39.344 | ++tools/install_prereqs.sh:source:57  export_proxy_variables 2016-12-06 12:03:39.348 | ++functions-common:export_proxy_variables:2234  isset http_proxy 2016-12-06 12:03:39.352 | ++functions-common:isset:162  [[ -v http_proxy ]] 2016-12-06 12:03:39.356 | ++functions-common:export_proxy_variables:2237  isset https_proxy 2016-12-06 12:03:39.359 | ++functions-common:isset:162  [[ -v https_proxy ]] 2016-12-06 12:03:39.363 | ++functions-common:export_proxy_variables:2240  isset no_proxy 2016-12-06 12:03:39.367 | ++functions-common:isset:162  [[ -v no_proxy ]] 2016-12-06 12:03:39.372 | +++tools/install_prereqs.sh:source:64  get_packages general,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api 2016-12-06 12:03:39.408 | ++tools/install_prereqs.sh:source:64  PACKAGES='bc 2016-12-06 12:03:39.408 | bridge-utils 2016-12-06 12:03:39.408 | bsdmainutils 2016-12-06 12:03:39.408 | curl 2016-12-06 12:03:39.408 | g++ 2016-12-06 12:03:39.409 | gcc 2016-12-06 12:03:39.409 | gettext 2016-12-06 12:03:39.409 | git 2016-12-06 12:03:39.409 | graphviz 2016-12-06 12:03:39.409 | iputils-ping 2016-12-06 12:03:39.409 | libffi-dev 2016-12-06 12:03:39.409 | libjpeg-dev 2016-12-06 12:03:39.409 | libmysqlclient-dev 2016-12-06 12:03:39.409 | libpq-dev 2016-12-06 12:03:39.409 | libssl-dev 2016-12-06 12:03:39.409 | libxml2-dev 2016-12-06 12:03:39.409 | libxslt1-dev 2016-12-06 12:03:39.409 | libyaml-dev 2016-12-06 12:03:39.409 | lsof 2016-12-06 12:03:39.409 | openssh-server 2016-12-06 12:03:39.409 | openssl 2016-12-06 12:03:39.409 | pkg-config 2016-12-06 12:03:39.409 | psmisc 2016-12-06 12:03:39.409 | python2.7 2016-12-06 12:03:39.409 | python-dev 2016-12-06 12:03:39.409 | python-gdbm 2016-12-06 12:03:39.409 | screen 2016-12-06 12:03:39.409 | tar 2016-12-06 12:03:39.409 | tcpdump 2016-12-06 12:03:39.409 | unzip 2016-12-06 12:03:39.409 | uuid-runtime 2016-12-06 12:03:39.409 | wget 2016-12-06 12:03:39.409 | wget 2016-12-06 12:03:39.409 | zlib1g-dev 2016-12-06 12:03:39.409 | libkrb5-dev 2016-12-06 12:03:39.409 | libldap2-dev 2016-12-06 12:03:39.409 | libsasl2-dev 2016-12-06 12:03:39.409 | memcached 2016-12-06 12:03:39.409 | python-mysqldb 2016-12-06 12:03:39.409 | sqlite3 2016-12-06 12:03:39.409 | fping 2016-12-06 12:03:39.409 | conntrack 2016-12-06 12:03:39.409 | curl 2016-12-06 12:03:39.409 | dnsmasq-base 2016-12-06 12:03:39.409 | dnsmasq-utils 2016-12-06 12:03:39.409 | ebtables 2016-12-06 12:03:39.409 | gawk 2016-12-06 12:03:39.409 | genisoimage 2016-12-06 12:03:39.409 | iptables 2016-12-06 12:03:39.410 | iputils-arping 2016-12-06 12:03:39.410 | kpartx 2016-12-06 12:03:39.410 | libjs-jquery-tablesorter 2016-12-06 12:03:39.410 | libmysqlclient-dev 2016-12-06 12:03:39.410 | parted 2016-12-06 12:03:39.410 | pm-utils 2016-12-06 12:03:39.410 | python-mysqldb 2016-12-06 12:03:39.410 | socat 2016-12-06 12:03:39.410 | sqlite3 2016-12-06 12:03:39.410 | sudo 2016-12-06 12:03:39.410 | vlan 2016-12-06 12:03:39.410 | cryptsetup 2016-12-06 12:03:39.410 | genisoimage 2016-12-06 12:03:39.410 | gir1.2-libosinfo-1.0 2016-12-06 12:03:39.410 | open-iscsi 2016-12-06 12:03:39.410 | qemu-utils 2016-12-06 12:03:39.410 | sg3-utils 2016-12-06 12:03:39.410 | sysfsutils 2016-12-06 12:03:39.410 | lvm2 2016-12-06 12:03:39.410 | open-iscsi 2016-12-06 12:03:39.410 | qemu-utils 2016-12-06 12:03:39.410 | thin-provisioning-tools 2016-12-06 12:03:39.410 | acl 2016-12-06 12:03:39.410 | dnsmasq-base 2016-12-06 12:03:39.410 | ebtables 2016-12-06 12:03:39.410 | iptables 2016-12-06 12:03:39.410 | iputils-arping 2016-12-06 12:03:39.410 | iputils-ping 2016-12-06 12:03:39.410 | libmysqlclient-dev 2016-12-06 12:03:39.410 | postgresql-server-dev-all 2016-12-06 12:03:39.410 | python-mysqldb 2016-12-06 12:03:39.410 | sqlite3 2016-12-06 12:03:39.410 | sudo 2016-12-06 12:03:39.410 | vlan 2016-12-06 12:03:39.410 | ipset 2016-12-06 12:03:39.410 | conntrack 2016-12-06 12:03:39.410 | conntrackd 2016-12-06 12:03:39.410 | keepalived 2016-12-06 12:03:39.410 | dstat' 2016-12-06 12:03:39.412 | +++tools/install_prereqs.sh:source:65  get_plugin_packages 2016-12-06 12:03:39.437 | ++tools/install_prereqs.sh:source:65  PACKAGES='bc 2016-12-06 12:03:39.437 | bridge-utils 2016-12-06 12:03:39.437 | bsdmainutils 2016-12-06 12:03:39.437 | curl 2016-12-06 12:03:39.437 | g++ 2016-12-06 12:03:39.437 | gcc 2016-12-06 12:03:39.437 | gettext 2016-12-06 12:03:39.437 | git 2016-12-06 12:03:39.437 | graphviz 2016-12-06 12:03:39.437 | iputils-ping 2016-12-06 12:03:39.437 | libffi-dev 2016-12-06 12:03:39.437 | libjpeg-dev 2016-12-06 12:03:39.437 | libmysqlclient-dev 2016-12-06 12:03:39.437 | libpq-dev 2016-12-06 12:03:39.437 | libssl-dev 2016-12-06 12:03:39.437 | libxml2-dev 2016-12-06 12:03:39.437 | libxslt1-dev 2016-12-06 12:03:39.437 | libyaml-dev 2016-12-06 12:03:39.437 | lsof 2016-12-06 12:03:39.437 | openssh-server 2016-12-06 12:03:39.437 | openssl 2016-12-06 12:03:39.437 | pkg-config 2016-12-06 12:03:39.437 | psmisc 2016-12-06 12:03:39.437 | python2.7 2016-12-06 12:03:39.437 | python-dev 2016-12-06 12:03:39.437 | python-gdbm 2016-12-06 12:03:39.437 | screen 2016-12-06 12:03:39.437 | tar 2016-12-06 12:03:39.437 | tcpdump 2016-12-06 12:03:39.437 | unzip 2016-12-06 12:03:39.437 | uuid-runtime 2016-12-06 12:03:39.438 | wget 2016-12-06 12:03:39.438 | wget 2016-12-06 12:03:39.438 | zlib1g-dev 2016-12-06 12:03:39.438 | libkrb5-dev 2016-12-06 12:03:39.438 | libldap2-dev 2016-12-06 12:03:39.438 | libsasl2-dev 2016-12-06 12:03:39.438 | memcached 2016-12-06 12:03:39.438 | python-mysqldb 2016-12-06 12:03:39.438 | sqlite3 2016-12-06 12:03:39.438 | fping 2016-12-06 12:03:39.438 | conntrack 2016-12-06 12:03:39.438 | curl 2016-12-06 12:03:39.438 | dnsmasq-base 2016-12-06 12:03:39.438 | dnsmasq-utils 2016-12-06 12:03:39.438 | ebtables 2016-12-06 12:03:39.438 | gawk 2016-12-06 12:03:39.438 | genisoimage 2016-12-06 12:03:39.438 | iptables 2016-12-06 12:03:39.438 | iputils-arping 2016-12-06 12:03:39.438 | kpartx 2016-12-06 12:03:39.438 | libjs-jquery-tablesorter 2016-12-06 12:03:39.438 | libmysqlclient-dev 2016-12-06 12:03:39.438 | parted 2016-12-06 12:03:39.438 | pm-utils 2016-12-06 12:03:39.438 | python-mysqldb 2016-12-06 12:03:39.438 | socat 2016-12-06 12:03:39.438 | sqlite3 2016-12-06 12:03:39.438 | sudo 2016-12-06 12:03:39.438 | vlan 2016-12-06 12:03:39.438 | cryptsetup 2016-12-06 12:03:39.438 | genisoimage 2016-12-06 12:03:39.438 | gir1.2-libosinfo-1.0 2016-12-06 12:03:39.438 | open-iscsi 2016-12-06 12:03:39.438 | qemu-utils 2016-12-06 12:03:39.438 | sg3-utils 2016-12-06 12:03:39.438 | sysfsutils 2016-12-06 12:03:39.438 | lvm2 2016-12-06 12:03:39.438 | open-iscsi 2016-12-06 12:03:39.438 | qemu-utils 2016-12-06 12:03:39.438 | thin-provisioning-tools 2016-12-06 12:03:39.438 | acl 2016-12-06 12:03:39.438 | dnsmasq-base 2016-12-06 12:03:39.439 | ebtables 2016-12-06 12:03:39.439 | iptables 2016-12-06 12:03:39.439 | iputils-arping 2016-12-06 12:03:39.439 | iputils-ping 2016-12-06 12:03:39.439 | libmysqlclient-dev 2016-12-06 12:03:39.439 | postgresql-server-dev-all 2016-12-06 12:03:39.439 | python-mysqldb 2016-12-06 12:03:39.439 | sqlite3 2016-12-06 12:03:39.439 | sudo 2016-12-06 12:03:39.439 | vlan 2016-12-06 12:03:39.439 | ipset 2016-12-06 12:03:39.439 | conntrack 2016-12-06 12:03:39.439 | conntrackd 2016-12-06 12:03:39.439 | keepalived 2016-12-06 12:03:39.439 | dstat software-properties-common 2016-12-06 12:03:39.439 | golang' 2016-12-06 12:03:39.441 | ++tools/install_prereqs.sh:source:67  is_ubuntu 2016-12-06 12:03:39.444 | ++functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:03:39.448 | ++functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:03:39.452 | ++tools/install_prereqs.sh:source:67  echo bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libffi-dev libjpeg-dev libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python-dev python-gdbm screen tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 fping conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup genisoimage gir1.2-libosinfo-1.0 open-iscsi qemu-utils sg3-utils sysfsutils lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base ebtables iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat software-properties-common golang 2016-12-06 12:03:39.453 | ++tools/install_prereqs.sh:source:67  grep -q dkms 2016-12-06 12:03:39.457 | ++tools/install_prereqs.sh:source:72  install_package bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libffi-dev libjpeg-dev libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python-dev python-gdbm screen tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 fping conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup genisoimage gir1.2-libosinfo-1.0 open-iscsi qemu-utils sg3-utils sysfsutils lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base ebtables iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat software-properties-common golang 2016-12-06 12:03:39.461 | ++functions-common:install_package:1285  update_package_repo 2016-12-06 12:03:39.464 | ++functions-common:update_package_repo:1257  NO_UPDATE_REPOS=False 2016-12-06 12:03:39.468 | ++functions-common:update_package_repo:1258  REPOS_UPDATED=False 2016-12-06 12:03:39.472 | ++functions-common:update_package_repo:1259  RETRY_UPDATE=False 2016-12-06 12:03:39.475 | ++functions-common:update_package_repo:1261  [[ False = \T\r\u\e ]] 2016-12-06 12:03:39.478 | ++functions-common:update_package_repo:1265  is_ubuntu 2016-12-06 12:03:39.482 | ++functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:03:39.486 | ++functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:03:39.489 | ++functions-common:update_package_repo:1266  apt_get_update 2016-12-06 12:03:39.494 | ++functions-common:apt_get_update:1059  [[ False == \T\r\u\e ]] 2016-12-06 12:03:39.497 | ++functions-common:apt_get_update:1064  [[ False = \T\r\u\e ]] 2016-12-06 12:03:39.501 | ++functions-common:apt_get_update:1066  local sudo=sudo 2016-12-06 12:03:39.505 | +++functions-common:apt_get_update:1067  id -u 2016-12-06 12:03:39.511 | ++functions-common:apt_get_update:1067  [[ 1000 = \0 ]] 2016-12-06 12:03:39.515 | ++functions-common:apt_get_update:1070  time_start apt-get-update 2016-12-06 12:03:39.519 | ++functions-common:time_start:2384  local name=apt-get-update 2016-12-06 12:03:39.523 | ++functions-common:time_start:2385  local start_time= 2016-12-06 12:03:39.527 | ++functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:03:39.531 | +++functions-common:time_start:2389  date +%s 2016-12-06 12:03:39.535 | ++functions-common:time_start:2389  _TIME_START[$name]=1481025819 2016-12-06 12:03:39.539 | ++functions-common:apt_get_update:1072  local 'proxies=http_proxy= https_proxy= no_proxy= ' 2016-12-06 12:03:39.542 | ++functions-common:apt_get_update:1073  local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2016-12-06 12:03:39.546 | ++functions-common:apt_get_update:1074  timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2016-12-06 12:03:39.623 | Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB] 2016-12-06 12:03:39.814 | Hit:2 http://hamburg_default.clouds.archive.ubuntu.com/ubuntu xenial InRelease 2016-12-06 12:03:39.909 | Get:3 http://hamburg_default.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB] 2016-12-06 12:03:40.295 | Get:4 http://hamburg_default.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB] 2016-12-06 12:03:40.397 | Get:5 http://hamburg_default.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe Sources [111 kB] 2016-12-06 12:03:40.494 | Get:6 http://hamburg_default.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [366 kB] 2016-12-06 12:03:40.687 | Get:7 http://hamburg_default.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [133 kB] 2016-12-06 12:03:42.411 | Fetched 916 kB in 1s (792 kB/s) 2016-12-06 12:03:43.239 | Reading package lists... 2016-12-06 12:03:43.270 | ++functions-common:apt_get_update:1078  REPOS_UPDATED=True 2016-12-06 12:03:43.274 | ++functions-common:apt_get_update:1080  time_stop apt-get-update 2016-12-06 12:03:43.278 | ++functions-common:time_stop:2398  local name 2016-12-06 12:03:43.282 | ++functions-common:time_stop:2399  local end_time 2016-12-06 12:03:43.288 | ++functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:03:43.292 | ++functions-common:time_stop:2401  local total 2016-12-06 12:03:43.297 | ++functions-common:time_stop:2402  local start_time 2016-12-06 12:03:43.301 | ++functions-common:time_stop:2404  name=apt-get-update 2016-12-06 12:03:43.306 | ++functions-common:time_stop:2405  start_time=1481025819 2016-12-06 12:03:43.310 | ++functions-common:time_stop:2407  [[ -z 1481025819 ]] 2016-12-06 12:03:43.315 | +++functions-common:time_stop:2410  date +%s 2016-12-06 12:03:43.320 | ++functions-common:time_stop:2410  end_time=1481025823 2016-12-06 12:03:43.324 | ++functions-common:time_stop:2411  elapsed_time=4 2016-12-06 12:03:43.328 | ++functions-common:time_stop:2412  total=0 2016-12-06 12:03:43.331 | ++functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:03:43.335 | ++functions-common:time_stop:2415  _TIME_TOTAL[$name]=4 2016-12-06 12:03:43.341 | ++functions-common:install_package:1286  real_install_package bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libffi-dev libjpeg-dev libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python-dev python-gdbm screen tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 fping conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup genisoimage gir1.2-libosinfo-1.0 open-iscsi qemu-utils sg3-utils sysfsutils lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base ebtables iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat software-properties-common golang 2016-12-06 12:03:43.345 | ++functions-common:real_install_package:1271  is_ubuntu 2016-12-06 12:03:43.349 | ++functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:03:43.353 | ++functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:03:43.358 | ++functions-common:real_install_package:1272  apt_get install bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libffi-dev libjpeg-dev libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python-dev python-gdbm screen tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 fping conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup genisoimage gir1.2-libosinfo-1.0 open-iscsi qemu-utils sg3-utils sysfsutils lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base ebtables iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat software-properties-common golang 2016-12-06 12:03:43.383 | ++functions-common:apt_get:1100  sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install bc bridge-utils bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libffi-dev libjpeg-dev libmysqlclient-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python2.7 python-dev python-gdbm screen tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 fping conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-mysqldb socat sqlite3 sudo vlan cryptsetup genisoimage gir1.2-libosinfo-1.0 open-iscsi qemu-utils sg3-utils sysfsutils lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base ebtables iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat software-properties-common golang 2016-12-06 12:03:43.415 | Reading package lists... 2016-12-06 12:03:43.542 | Building dependency tree... 2016-12-06 12:03:43.542 | Reading state information... 2016-12-06 12:03:43.557 | acl is already the newest version (2.2.52-3). 2016-12-06 12:03:43.557 | bc is already the newest version (1.06.95-9build1). 2016-12-06 12:03:43.557 | bridge-utils is already the newest version (1.5-9ubuntu1). 2016-12-06 12:03:43.557 | bsdmainutils is already the newest version (9.0.6ubuntu3). 2016-12-06 12:03:43.557 | conntrack is already the newest version (1:1.4.3-3). 2016-12-06 12:03:43.557 | cryptsetup is already the newest version (2:1.6.6-5ubuntu2). 2016-12-06 12:03:43.557 | ebtables is already the newest version (2.0.10.4-3.4ubuntu1). 2016-12-06 12:03:43.558 | g++ is already the newest version (4:5.3.1-1ubuntu1). 2016-12-06 12:03:43.558 | gawk is already the newest version (1:4.1.3+dfsg-0.1). 2016-12-06 12:03:43.558 | gcc is already the newest version (4:5.3.1-1ubuntu1). 2016-12-06 12:03:43.558 | genisoimage is already the newest version (9:1.1.11-3ubuntu1). 2016-12-06 12:03:43.558 | gettext is already the newest version (0.19.7-2ubuntu3). 2016-12-06 12:03:43.558 | git is already the newest version (1:2.7.4-0ubuntu1). 2016-12-06 12:03:43.558 | golang is already the newest version (2:1.6-1ubuntu4). 2016-12-06 12:03:43.558 | graphviz is already the newest version (2.38.0-12ubuntu2). 2016-12-06 12:03:43.558 | ipset is already the newest version (6.29-1). 2016-12-06 12:03:43.558 | iptables is already the newest version (1.6.0-2ubuntu3). 2016-12-06 12:03:43.558 | iputils-arping is already the newest version (3:20121221-5ubuntu2). 2016-12-06 12:03:43.558 | iputils-ping is already the newest version (3:20121221-5ubuntu2). 2016-12-06 12:03:43.558 | keepalived is already the newest version (1:1.2.19-1). 2016-12-06 12:03:43.558 | libffi-dev is already the newest version (3.2.1-4). 2016-12-06 12:03:43.558 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2016-12-06 12:03:43.558 | libkrb5-dev is already the newest version (1.13.2+dfsg-5). 2016-12-06 12:03:43.558 | libsasl2-dev is already the newest version (2.1.26.dfsg1-14build1). 2016-12-06 12:03:43.558 | libxslt1-dev is already the newest version (1.1.28-2.1). 2016-12-06 12:03:43.558 | libyaml-dev is already the newest version (0.1.6-3). 2016-12-06 12:03:43.559 | lsof is already the newest version (4.89+dfsg-0.1). 2016-12-06 12:03:43.559 | lvm2 is already the newest version (2.02.133-1ubuntu10). 2016-12-06 12:03:43.559 | parted is already the newest version (3.2-15). 2016-12-06 12:03:43.559 | pkg-config is already the newest version (0.29.1-0ubuntu1). 2016-12-06 12:03:43.559 | pm-utils is already the newest version (1.4.1-16). 2016-12-06 12:03:43.559 | psmisc is already the newest version (22.21-2.1build1). 2016-12-06 12:03:43.559 | python-dev is already the newest version (2.7.11-1). 2016-12-06 12:03:43.559 | python-gdbm is already the newest version (2.7.11-2). 2016-12-06 12:03:43.559 | python-mysqldb is already the newest version (1.3.7-1build2). 2016-12-06 12:03:43.559 | screen is already the newest version (4.3.1-2build1). 2016-12-06 12:03:43.559 | sg3-utils is already the newest version (1.40-0ubuntu1). 2016-12-06 12:03:43.559 | sqlite3 is already the newest version (3.11.0-1ubuntu1). 2016-12-06 12:03:43.559 | tcpdump is already the newest version (4.7.4-1ubuntu1). 2016-12-06 12:03:43.559 | unzip is already the newest version (6.0-20ubuntu1). 2016-12-06 12:03:43.559 | zlib1g-dev is already the newest version (1:1.2.8.dfsg-2ubuntu4). 2016-12-06 12:03:43.559 | conntrackd is already the newest version (1:1.4.3-3). 2016-12-06 12:03:43.559 | dstat is already the newest version (0.7.2-4). 2016-12-06 12:03:43.559 | fping is already the newest version (3.13-1). 2016-12-06 12:03:43.559 | gir1.2-libosinfo-1.0 is already the newest version (0.2.12-2ubuntu3). 2016-12-06 12:03:43.559 | libjs-jquery-tablesorter is already the newest version (10-2ubuntu2). 2016-12-06 12:03:43.560 | postgresql-server-dev-all is already the newest version (173). 2016-12-06 12:03:43.560 | socat is already the newest version (1.7.3.1-1). 2016-12-06 12:03:43.560 | sysfsutils is already the newest version (2.1.0+repack-4). 2016-12-06 12:03:43.560 | thin-provisioning-tools is already the newest version (0.5.6-1ubuntu1). 2016-12-06 12:03:43.560 | curl is already the newest version (7.47.0-1ubuntu2.2). 2016-12-06 12:03:43.560 | dnsmasq-base is already the newest version (2.75-1ubuntu0.16.04.1). 2016-12-06 12:03:43.560 | dnsmasq-utils is already the newest version (2.75-1ubuntu0.16.04.1). 2016-12-06 12:03:43.560 | kpartx is already the newest version (0.5.0+git1.656f8865-5ubuntu2.3). 2016-12-06 12:03:43.560 | libldap2-dev is already the newest version (2.4.42+dfsg-2ubuntu3.1). 2016-12-06 12:03:43.560 | libmysqlclient-dev is already the newest version (5.7.16-0ubuntu0.16.04.1). 2016-12-06 12:03:43.560 | libpq-dev is already the newest version (9.5.5-0ubuntu0.16.04). 2016-12-06 12:03:43.560 | libssl-dev is already the newest version (1.0.2g-1ubuntu4.5). 2016-12-06 12:03:43.560 | libxml2-dev is already the newest version (2.9.3+dfsg1-1ubuntu0.1). 2016-12-06 12:03:43.560 | memcached is already the newest version (1.4.25-2ubuntu1.2). 2016-12-06 12:03:43.560 | open-iscsi is already the newest version (2.0.873+git0.3b4b4500-14ubuntu3.2). 2016-12-06 12:03:43.560 | openssh-server is already the newest version (1:7.2p2-4ubuntu2.1). 2016-12-06 12:03:43.560 | openssl is already the newest version (1.0.2g-1ubuntu4.5). 2016-12-06 12:03:43.560 | python2.7 is already the newest version (2.7.12-1ubuntu0~16.04.1). 2016-12-06 12:03:43.560 | qemu-utils is already the newest version (1:2.5+dfsg-5ubuntu10.6). 2016-12-06 12:03:43.560 | software-properties-common is already the newest version (0.96.20.4). 2016-12-06 12:03:43.561 | sudo is already the newest version (1.8.16-0ubuntu1.2). 2016-12-06 12:03:43.561 | tar is already the newest version (1.28-2.1ubuntu0.1). 2016-12-06 12:03:43.561 | uuid-runtime is already the newest version (2.27.1-6ubuntu3.1). 2016-12-06 12:03:43.647 | vlan is already the newest version (1.9-3.2ubuntu1.16.04.1). 2016-12-06 12:03:43.647 | wget is already the newest version (1.17.1-1ubuntu1.1). 2016-12-06 12:03:43.647 | 0 upgraded, 0 newly installed, 0 to remove and 138 not upgraded. 2016-12-06 12:03:43.653 | ++functions-common:apt_get:1104  result=0 2016-12-06 12:03:43.657 | ++functions-common:apt_get:1107  time_stop apt-get 2016-12-06 12:03:43.661 | ++functions-common:time_stop:2398  local name 2016-12-06 12:03:43.665 | ++functions-common:time_stop:2399  local end_time 2016-12-06 12:03:43.670 | ++functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:03:43.674 | ++functions-common:time_stop:2401  local total 2016-12-06 12:03:43.678 | ++functions-common:time_stop:2402  local start_time 2016-12-06 12:03:43.683 | ++functions-common:time_stop:2404  name=apt-get 2016-12-06 12:03:43.687 | ++functions-common:time_stop:2405  start_time=1481025823 2016-12-06 12:03:43.691 | ++functions-common:time_stop:2407  [[ -z 1481025823 ]] 2016-12-06 12:03:43.696 | +++functions-common:time_stop:2410  date +%s 2016-12-06 12:03:43.700 | ++functions-common:time_stop:2410  end_time=1481025823 2016-12-06 12:03:43.704 | ++functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:03:43.709 | ++functions-common:time_stop:2412  total=0 2016-12-06 12:03:43.714 | ++functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:03:43.719 | ++functions-common:time_stop:2415  _TIME_TOTAL[$name]=0 2016-12-06 12:03:43.723 | ++functions-common:apt_get:1108  return 0 2016-12-06 12:03:43.727 | ++tools/install_prereqs.sh:source:74  [[ -n False ]] 2016-12-06 12:03:43.731 | ++tools/install_prereqs.sh:source:74  [[ False != \F\a\l\s\e ]] 2016-12-06 12:03:43.735 | ++tools/install_prereqs.sh:source:84  python3_enabled 2016-12-06 12:03:43.738 | ++inc/python:python3_enabled:363  [[ False == \T\r\u\e ]] 2016-12-06 12:03:43.742 | ++inc/python:python3_enabled:366  return 1 2016-12-06 12:03:43.746 | ++tools/install_prereqs.sh:source:91  date +%s 2016-12-06 12:03:43.751 | ++tools/install_prereqs.sh:source:92  date 2016-12-06 12:03:43.755 | +./stack.sh:main:731  [[ False != \T\r\u\e ]] 2016-12-06 12:03:43.758 | +./stack.sh:main:732  PYPI_ALTERNATIVE_URL= 2016-12-06 12:03:43.761 | +./stack.sh:main:732  /home/ubuntu/devstack/tools/install_pip.sh 2016-12-06 12:03:44.152 | +tools/install_pip.sh:main:25  FILES=/home/ubuntu/devstack/files 2016-12-06 12:03:44.154 | +tools/install_pip.sh:main:40  PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2016-12-06 12:03:44.157 | ++tools/install_pip.sh:main:41  basename https://bootstrap.pypa.io/get-pip.py 2016-12-06 12:03:44.160 | +tools/install_pip.sh:main:41  LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2016-12-06 12:03:44.163 | +tools/install_pip.sh:main:43  GetDistro 2016-12-06 12:03:44.166 | +functions-common:GetDistro:367  GetOSVersion 2016-12-06 12:03:44.169 | +functions-common:GetOSVersion:344  _ensure_lsb_release 2016-12-06 12:03:44.172 | ++functions-common:_ensure_lsb_release:315  command -v lsb_release 2016-12-06 12:03:44.175 | +functions-common:_ensure_lsb_release:315  [[ -x /usr/bin/lsb_release ]] 2016-12-06 12:03:44.177 | +functions-common:_ensure_lsb_release:316  return 2016-12-06 12:03:44.180 | ++functions-common:GetOSVersion:346  lsb_release -r -s 2016-12-06 12:03:44.226 | +functions-common:GetOSVersion:346  os_RELEASE=16.04 2016-12-06 12:03:44.230 | ++functions-common:GetOSVersion:347  lsb_release -c -s 2016-12-06 12:03:44.274 | +functions-common:GetOSVersion:347  os_CODENAME=xenial 2016-12-06 12:03:44.277 | ++functions-common:GetOSVersion:348  lsb_release -i -s 2016-12-06 12:03:44.333 | +functions-common:GetOSVersion:348  os_VENDOR=Ubuntu 2016-12-06 12:03:44.337 | +functions-common:GetOSVersion:350  [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2016-12-06 12:03:44.338 | +functions-common:GetOSVersion:351  os_PACKAGE=deb 2016-12-06 12:03:44.341 | +functions-common:GetOSVersion:356  typeset -xr os_VENDOR 2016-12-06 12:03:44.344 | +functions-common:GetOSVersion:357  typeset -xr os_RELEASE 2016-12-06 12:03:44.347 | +functions-common:GetOSVersion:358  typeset -xr os_PACKAGE 2016-12-06 12:03:44.350 | +functions-common:GetOSVersion:359  typeset -xr os_CODENAME 2016-12-06 12:03:44.352 | +functions-common:GetDistro:369  [[ Ubuntu =~ (Ubuntu) ]] 2016-12-06 12:03:44.356 | +functions-common:GetDistro:372  DISTRO=xenial 2016-12-06 12:03:44.359 | +functions-common:GetDistro:415  typeset -xr DISTRO 2016-12-06 12:03:44.363 | +tools/install_pip.sh:main:44  echo 'Distro: xenial' 2016-12-06 12:03:44.363 | Distro: xenial 2016-12-06 12:03:44.366 | +tools/install_pip.sh:main:126  get_versions 2016-12-06 12:03:44.371 | ++tools/install_pip.sh:get_versions:49  which pip 2016-12-06 12:03:44.375 | +tools/install_pip.sh:get_versions:49  PIP=/usr/local/bin/pip 2016-12-06 12:03:44.378 | +tools/install_pip.sh:get_versions:50  [[ -n /usr/local/bin/pip ]] 2016-12-06 12:03:44.382 | ++tools/install_pip.sh:get_versions:51  /usr/local/bin/pip --version 2016-12-06 12:03:44.382 | ++tools/install_pip.sh:get_versions:51  awk '{ print $2}' 2016-12-06 12:03:44.807 | +tools/install_pip.sh:get_versions:51  PIP_VERSION=9.0.1 2016-12-06 12:03:44.810 | +tools/install_pip.sh:get_versions:52  echo 'pip: 9.0.1' 2016-12-06 12:03:44.810 | pip: 9.0.1 2016-12-06 12:03:44.814 | +tools/install_pip.sh:main:135  is_fedora 2016-12-06 12:03:44.818 | +functions-common:is_fedora:439  [[ -z Ubuntu ]] 2016-12-06 12:03:44.820 | +functions-common:is_fedora:443  '[' Ubuntu = Fedora ']' 2016-12-06 12:03:44.824 | +functions-common:is_fedora:443  '[' Ubuntu = 'Red Hat' ']' 2016-12-06 12:03:44.826 | +functions-common:is_fedora:444  '[' Ubuntu = RedHatEnterpriseServer ']' 2016-12-06 12:03:44.829 | +functions-common:is_fedora:445  '[' Ubuntu = CentOS ']' 2016-12-06 12:03:44.831 | +functions-common:is_fedora:445  '[' Ubuntu = OracleServer ']' 2016-12-06 12:03:44.834 | +functions-common:is_fedora:446  '[' Ubuntu = Virtuozzo ']' 2016-12-06 12:03:44.837 | +functions-common:is_fedora:446  '[' Ubuntu = kvmibm ']' 2016-12-06 12:03:44.841 | +tools/install_pip.sh:main:136  uninstall_package python-pip 2016-12-06 12:03:44.844 | +functions-common:uninstall_package:1314  is_ubuntu 2016-12-06 12:03:44.847 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:03:44.850 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:03:44.854 | +functions-common:uninstall_package:1315  apt_get purge python-pip 2016-12-06 12:03:44.873 | +functions-common:apt_get:1100  sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python-pip 2016-12-06 12:03:44.902 | Reading package lists... 2016-12-06 12:03:45.029 | Building dependency tree... 2016-12-06 12:03:45.030 | Reading state information... 2016-12-06 12:03:45.143 | Package 'python-pip' is not installed, so not removed 2016-12-06 12:03:45.143 | 0 upgraded, 0 newly installed, 0 to remove and 138 not upgraded. 2016-12-06 12:03:45.147 | +functions-common:apt_get:1104  result=0 2016-12-06 12:03:45.149 | +functions-common:apt_get:1107  time_stop apt-get 2016-12-06 12:03:45.152 | +functions-common:time_stop:2398  local name 2016-12-06 12:03:45.155 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:03:45.157 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:03:45.159 | +functions-common:time_stop:2401  local total 2016-12-06 12:03:45.162 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:03:45.164 | +functions-common:time_stop:2404  name=apt-get 2016-12-06 12:03:45.166 | +functions-common:time_stop:2405  start_time=1481025824 2016-12-06 12:03:45.169 | +functions-common:time_stop:2407  [[ -z 1481025824 ]] 2016-12-06 12:03:45.172 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:03:45.175 | +functions-common:time_stop:2410  end_time=1481025825 2016-12-06 12:03:45.177 | +functions-common:time_stop:2411  elapsed_time=1 2016-12-06 12:03:45.180 | +functions-common:time_stop:2412  total=0 2016-12-06 12:03:45.182 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:03:45.184 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=1 2016-12-06 12:03:45.187 | +functions-common:apt_get:1108  return 0 2016-12-06 12:03:45.189 | +tools/install_pip.sh:main:137  uninstall_package python3-pip 2016-12-06 12:03:45.192 | +functions-common:uninstall_package:1314  is_ubuntu 2016-12-06 12:03:45.194 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:03:45.197 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:03:45.199 | +functions-common:uninstall_package:1315  apt_get purge python3-pip 2016-12-06 12:03:45.215 | +functions-common:apt_get:1100  sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip 2016-12-06 12:03:45.239 | Reading package lists... 2016-12-06 12:03:45.367 | Building dependency tree... 2016-12-06 12:03:45.368 | Reading state information... 2016-12-06 12:03:45.475 | Package 'python3-pip' is not installed, so not removed 2016-12-06 12:03:45.475 | 0 upgraded, 0 newly installed, 0 to remove and 138 not upgraded. 2016-12-06 12:03:45.479 | +functions-common:apt_get:1104  result=0 2016-12-06 12:03:45.482 | +functions-common:apt_get:1107  time_stop apt-get 2016-12-06 12:03:45.487 | +functions-common:time_stop:2398  local name 2016-12-06 12:03:45.491 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:03:45.496 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:03:45.499 | +functions-common:time_stop:2401  local total 2016-12-06 12:03:45.503 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:03:45.506 | +functions-common:time_stop:2404  name=apt-get 2016-12-06 12:03:45.509 | +functions-common:time_stop:2405  start_time=1481025825 2016-12-06 12:03:45.512 | +functions-common:time_stop:2407  [[ -z 1481025825 ]] 2016-12-06 12:03:45.515 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:03:45.518 | +functions-common:time_stop:2410  end_time=1481025825 2016-12-06 12:03:45.521 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:03:45.524 | +functions-common:time_stop:2412  total=1 2016-12-06 12:03:45.527 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:03:45.530 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=1 2016-12-06 12:03:45.532 | +functions-common:apt_get:1108  return 0 2016-12-06 12:03:45.536 | +tools/install_pip.sh:main:140  install_get_pip 2016-12-06 12:03:45.538 | +tools/install_pip.sh:install_get_pip:62  [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2016-12-06 12:03:45.541 | +tools/install_pip.sh:install_get_pip:63  head -1 /home/ubuntu/devstack/files/get-pip.py 2016-12-06 12:03:45.542 | +tools/install_pip.sh:install_get_pip:63  grep -q '#!/usr/bin/env python' 2016-12-06 12:03:45.546 | +tools/install_pip.sh:install_get_pip:79  [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2016-12-06 12:03:45.548 | +tools/install_pip.sh:install_get_pip:79  [[ -r /home/ubuntu/devstack/files/get-pip.py.downloaded ]] 2016-12-06 12:03:45.551 | +tools/install_pip.sh:install_get_pip:82  local timecond= 2016-12-06 12:03:45.553 | +tools/install_pip.sh:install_get_pip:83  [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2016-12-06 12:03:45.556 | +tools/install_pip.sh:install_get_pip:84  timecond='-z /home/ubuntu/devstack/files/get-pip.py' 2016-12-06 12:03:45.559 | +tools/install_pip.sh:install_get_pip:87  curl -f --retry 6 --retry-delay 5 -z /home/ubuntu/devstack/files/get-pip.py -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2016-12-06 12:03:45.562 | % Total % Received % Xferd Average Speed Time Time Time Current 2016-12-06 12:03:45.562 | Dload Upload Total Spent Left Speed 2016-12-06 12:03:45.760 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2016-12-06 12:03:45.777 | +tools/install_pip.sh:install_get_pip:90  touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2016-12-06 12:03:45.781 | +tools/install_pip.sh:install_get_pip:92  sudo -H -E python /home/ubuntu/devstack/files/get-pip.py -c /home/ubuntu/devstack/tools/cap-pip.txt 2016-12-06 12:03:47.452 | Requirement already up-to-date: pip!=8 in /usr/local/lib/python2.7/dist-packages (from -c /home/ubuntu/devstack/tools/cap-pip.txt (line 1)) 2016-12-06 12:03:48.189 | +tools/install_pip.sh:install_get_pip:93  python3_enabled 2016-12-06 12:03:48.192 | +inc/python:python3_enabled:363  [[ False == \T\r\u\e ]] 2016-12-06 12:03:48.196 | +inc/python:python3_enabled:366  return 1 2016-12-06 12:03:48.200 | +tools/install_pip.sh:main:142  [[ -n '' ]] 2016-12-06 12:03:48.203 | +tools/install_pip.sh:main:146  set -x 2016-12-06 12:03:48.206 | +tools/install_pip.sh:main:147  pip_install -U setuptools 2016-12-06 12:03:48.647 | +inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -U setuptools 2016-12-06 12:03:49.302 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:03:49.303 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:03:50.066 | Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/dist-packages 2016-12-06 12:03:50.191 | +inc/python:pip_install:162  result=0 2016-12-06 12:03:50.194 | +inc/python:pip_install:165  local test_req=setuptools/test-requirements.txt 2016-12-06 12:03:50.197 | +inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:03:50.199 | +inc/python:pip_install:166  [[ -e setuptools/test-requirements.txt ]] 2016-12-06 12:03:50.202 | +inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:03:50.205 | +functions-common:time_stop:2398  local name 2016-12-06 12:03:50.208 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:03:50.212 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:03:50.216 | +functions-common:time_stop:2401  local total 2016-12-06 12:03:50.219 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:03:50.222 | +functions-common:time_stop:2404  name=pip_install 2016-12-06 12:03:50.224 | +functions-common:time_stop:2405  start_time=1481025828 2016-12-06 12:03:50.227 | +functions-common:time_stop:2407  [[ -z 1481025828 ]] 2016-12-06 12:03:50.231 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:03:50.234 | +functions-common:time_stop:2410  end_time=1481025830 2016-12-06 12:03:50.237 | +functions-common:time_stop:2411  elapsed_time=2 2016-12-06 12:03:50.240 | +functions-common:time_stop:2412  total=0 2016-12-06 12:03:50.242 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:03:50.245 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=2 2016-12-06 12:03:50.248 | +inc/python:pip_install:179  return 0 2016-12-06 12:03:50.251 | +tools/install_pip.sh:main:149  get_versions 2016-12-06 12:03:50.255 | ++tools/install_pip.sh:get_versions:49  which pip 2016-12-06 12:03:50.258 | +tools/install_pip.sh:get_versions:49  PIP=/usr/local/bin/pip 2016-12-06 12:03:50.261 | +tools/install_pip.sh:get_versions:50  [[ -n /usr/local/bin/pip ]] 2016-12-06 12:03:50.265 | ++tools/install_pip.sh:get_versions:51  /usr/local/bin/pip --version 2016-12-06 12:03:50.265 | ++tools/install_pip.sh:get_versions:51  awk '{ print $2}' 2016-12-06 12:03:50.686 | +tools/install_pip.sh:get_versions:51  PIP_VERSION=9.0.1 2016-12-06 12:03:50.689 | +tools/install_pip.sh:get_versions:52  echo 'pip: 9.0.1' 2016-12-06 12:03:50.689 | pip: 9.0.1 2016-12-06 12:03:50.693 | +./stack.sh:main:736  pip_install -U os-testr 2016-12-06 12:03:51.157 | +inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2016-12-06 12:03:51.797 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:03:51.799 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:03:52.248 | Requirement already up-to-date: os-testr===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) 2016-12-06 12:03:52.302 | Requirement already up-to-date: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:03:52.327 | Requirement already up-to-date: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) 2016-12-06 12:03:52.361 | Requirement already up-to-date: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2016-12-06 12:03:52.409 | Requirement already up-to-date: testtools===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) 2016-12-06 12:03:52.440 | Requirement already up-to-date: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) 2016-12-06 12:03:52.470 | Requirement already up-to-date: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:03:52.501 | Requirement already up-to-date: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:03:52.521 | Requirement already up-to-date: extras===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) 2016-12-06 12:03:52.554 | Requirement already up-to-date: fixtures===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2016-12-06 12:03:52.582 | Requirement already up-to-date: python-mimeparse===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2016-12-06 12:03:52.614 | Requirement already up-to-date: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:03:52.633 | Requirement already up-to-date: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) 2016-12-06 12:03:52.663 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:03:52.680 | Using cached argparse-1.4.0-py2.py3-none-any.whl 2016-12-06 12:03:52.925 | Requirement already up-to-date: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:03:52.927 | Installing collected packages: argparse 2016-12-06 12:03:52.927 | Found existing installation: argparse 1.2.1 2016-12-06 12:03:52.928 | Not uninstalling argparse at /usr/lib/python2.7, as it is in the standard library. 2016-12-06 12:03:53.044 | Successfully installed argparse-1.4.0 2016-12-06 12:03:53.167 | +inc/python:pip_install:162  result=0 2016-12-06 12:03:53.172 | +inc/python:pip_install:165  local test_req=os-testr/test-requirements.txt 2016-12-06 12:03:53.176 | +inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:03:53.180 | +inc/python:pip_install:166  [[ -e os-testr/test-requirements.txt ]] 2016-12-06 12:03:53.183 | +inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:03:53.186 | +functions-common:time_stop:2398  local name 2016-12-06 12:03:53.190 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:03:53.193 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:03:53.198 | +functions-common:time_stop:2401  local total 2016-12-06 12:03:53.202 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:03:53.206 | +functions-common:time_stop:2404  name=pip_install 2016-12-06 12:03:53.210 | +functions-common:time_stop:2405  start_time=1481025830 2016-12-06 12:03:53.214 | +functions-common:time_stop:2407  [[ -z 1481025830 ]] 2016-12-06 12:03:53.219 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:03:53.224 | +functions-common:time_stop:2410  end_time=1481025833 2016-12-06 12:03:53.228 | +functions-common:time_stop:2411  elapsed_time=3 2016-12-06 12:03:53.231 | +functions-common:time_stop:2412  total=0 2016-12-06 12:03:53.236 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:03:53.239 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=3 2016-12-06 12:03:53.242 | +inc/python:pip_install:179  return 0 2016-12-06 12:03:53.247 | +./stack.sh:main:738  TRACK_DEPENDS=False 2016-12-06 12:03:53.251 | +./stack.sh:main:741  [[ False = True ]] 2016-12-06 12:03:53.254 | +./stack.sh:main:752  source /home/ubuntu/devstack/tools/fixup_stuff.sh 2016-12-06 12:03:53.259 | ++tools/fixup_stuff.sh:source:22  [[ -z /home/ubuntu/devstack ]] 2016-12-06 12:03:53.263 | ++tools/fixup_stuff.sh:source:48  keystone_ports=35357,35358 2016-12-06 12:03:53.268 | ++tools/fixup_stuff.sh:source:53  sysctl net.ipv4.ip_local_reserved_ports 2016-12-06 12:03:53.273 | +++tools/fixup_stuff.sh:source:55  sysctl net.ipv4.ip_local_reserved_ports 2016-12-06 12:03:53.273 | +++tools/fixup_stuff.sh:source:55  sed 's/^ //' 2016-12-06 12:03:53.274 | +++tools/fixup_stuff.sh:source:55  awk -F= '{print $2;}' 2016-12-06 12:03:53.279 | ++tools/fixup_stuff.sh:source:55  reserved_ports=35357-35358 2016-12-06 12:03:53.283 | ++tools/fixup_stuff.sh:source:57  [[ -z 35357-35358 ]] 2016-12-06 12:03:53.286 | ++tools/fixup_stuff.sh:source:64  sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358,35357-35358 2016-12-06 12:03:53.291 | net.ipv4.ip_local_reserved_ports = 35357,35358,35357-35358 2016-12-06 12:03:53.295 | ++tools/fixup_stuff.sh:source:86  pip_install 'prettytable>=0.7' 2016-12-06 12:03:53.725 | ++inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'prettytable>=0.7' 2016-12-06 12:03:54.400 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:03:54.401 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:03:54.767 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2016-12-06 12:03:54.893 | ++inc/python:pip_install:162  result=0 2016-12-06 12:03:54.900 | ++inc/python:pip_install:165  local 'test_req=prettytable>=0.7/test-requirements.txt' 2016-12-06 12:03:54.908 | ++inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:03:54.914 | ++inc/python:pip_install:166  [[ -e prettytable>=0.7/test-requirements.txt ]] 2016-12-06 12:03:54.920 | ++inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:03:54.926 | ++functions-common:time_stop:2398  local name 2016-12-06 12:03:54.931 | ++functions-common:time_stop:2399  local end_time 2016-12-06 12:03:54.937 | ++functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:03:54.942 | ++functions-common:time_stop:2401  local total 2016-12-06 12:03:54.946 | ++functions-common:time_stop:2402  local start_time 2016-12-06 12:03:54.951 | ++functions-common:time_stop:2404  name=pip_install 2016-12-06 12:03:54.956 | ++functions-common:time_stop:2405  start_time=1481025833 2016-12-06 12:03:54.960 | ++functions-common:time_stop:2407  [[ -z 1481025833 ]] 2016-12-06 12:03:54.965 | +++functions-common:time_stop:2410  date +%s 2016-12-06 12:03:54.970 | ++functions-common:time_stop:2410  end_time=1481025834 2016-12-06 12:03:54.975 | ++functions-common:time_stop:2411  elapsed_time=1 2016-12-06 12:03:54.979 | ++functions-common:time_stop:2412  total=3 2016-12-06 12:03:54.983 | ++functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:03:54.987 | ++functions-common:time_stop:2415  _TIME_TOTAL[$name]=4 2016-12-06 12:03:54.991 | ++inc/python:pip_install:179  return 0 2016-12-06 12:03:54.995 | +++tools/fixup_stuff.sh:source:87  get_package_path prettytable 2016-12-06 12:03:54.999 | +++tools/fixup_stuff.sh:get_package_path:76  local package=prettytable 2016-12-06 12:03:55.004 | ++++tools/fixup_stuff.sh:get_package_path:77  python -c 'import os; import prettytable; print(os.path.split(os.path.realpath(prettytable.__file__))[0])' 2016-12-06 12:03:55.036 | +++tools/fixup_stuff.sh:get_package_path:77  echo /usr/local/lib/python2.7/dist-packages 2016-12-06 12:03:55.043 | ++tools/fixup_stuff.sh:source:87  PACKAGE_DIR=/usr/local/lib/python2.7/dist-packages 2016-12-06 12:03:55.049 | +++tools/fixup_stuff.sh:source:89  echo /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info 2016-12-06 12:03:55.054 | ++tools/fixup_stuff.sh:source:89  dir=/usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info 2016-12-06 12:03:55.058 | ++tools/fixup_stuff.sh:source:90  [[ -d /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info ]] 2016-12-06 12:03:55.062 | ++tools/fixup_stuff.sh:source:91  sudo chmod +r /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/DESCRIPTION.rst /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/INSTALLER /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/METADATA /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/RECORD /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/WHEEL /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/metadata.json /usr/local/lib/python2.7/dist-packages/prettytable-0.7.2.dist-info/top_level.txt 2016-12-06 12:03:55.071 | ++tools/fixup_stuff.sh:source:96  pip_install httplib2 2016-12-06 12:03:55.504 | ++inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt httplib2 2016-12-06 12:03:56.138 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:03:56.140 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:03:56.508 | Requirement already satisfied: httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 153)) 2016-12-06 12:03:56.629 | ++inc/python:pip_install:162  result=0 2016-12-06 12:03:56.633 | ++inc/python:pip_install:165  local test_req=httplib2/test-requirements.txt 2016-12-06 12:03:56.638 | ++inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:03:56.643 | ++inc/python:pip_install:166  [[ -e httplib2/test-requirements.txt ]] 2016-12-06 12:03:56.648 | ++inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:03:56.652 | ++functions-common:time_stop:2398  local name 2016-12-06 12:03:56.657 | ++functions-common:time_stop:2399  local end_time 2016-12-06 12:03:56.661 | ++functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:03:56.666 | ++functions-common:time_stop:2401  local total 2016-12-06 12:03:56.671 | ++functions-common:time_stop:2402  local start_time 2016-12-06 12:03:56.675 | ++functions-common:time_stop:2404  name=pip_install 2016-12-06 12:03:56.679 | ++functions-common:time_stop:2405  start_time=1481025835 2016-12-06 12:03:56.683 | ++functions-common:time_stop:2407  [[ -z 1481025835 ]] 2016-12-06 12:03:56.688 | +++functions-common:time_stop:2410  date +%s 2016-12-06 12:03:56.693 | ++functions-common:time_stop:2410  end_time=1481025836 2016-12-06 12:03:56.697 | ++functions-common:time_stop:2411  elapsed_time=1 2016-12-06 12:03:56.701 | ++functions-common:time_stop:2412  total=4 2016-12-06 12:03:56.705 | ++functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:03:56.709 | ++functions-common:time_stop:2415  _TIME_TOTAL[$name]=5 2016-12-06 12:03:56.713 | ++inc/python:pip_install:179  return 0 2016-12-06 12:03:56.718 | +++tools/fixup_stuff.sh:source:97  get_package_path httplib2 2016-12-06 12:03:56.722 | +++tools/fixup_stuff.sh:get_package_path:76  local package=httplib2 2016-12-06 12:03:56.727 | ++++tools/fixup_stuff.sh:get_package_path:77  python -c 'import os; import httplib2; print(os.path.split(os.path.realpath(httplib2.__file__))[0])' 2016-12-06 12:03:56.767 | +++tools/fixup_stuff.sh:get_package_path:77  echo /usr/local/lib/python2.7/dist-packages/httplib2 2016-12-06 12:03:56.771 | ++tools/fixup_stuff.sh:source:97  PACKAGE_DIR=/usr/local/lib/python2.7/dist-packages/httplib2 2016-12-06 12:03:56.775 | +++tools/fixup_stuff.sh:source:99  echo '/usr/local/lib/python2.7/dist-packages/httplib2-0.8*' 2016-12-06 12:03:56.779 | ++tools/fixup_stuff.sh:source:99  dir='/usr/local/lib/python2.7/dist-packages/httplib2-0.8*' 2016-12-06 12:03:56.783 | ++tools/fixup_stuff.sh:source:100  [[ -d /usr/local/lib/python2.7/dist-packages/httplib2-0.8* ]] 2016-12-06 12:03:56.787 | ++tools/fixup_stuff.sh:source:104  is_fedora 2016-12-06 12:03:56.791 | ++functions-common:is_fedora:439  [[ -z Ubuntu ]] 2016-12-06 12:03:56.796 | ++functions-common:is_fedora:443  '[' Ubuntu = Fedora ']' 2016-12-06 12:03:56.799 | ++functions-common:is_fedora:443  '[' Ubuntu = 'Red Hat' ']' 2016-12-06 12:03:56.803 | ++functions-common:is_fedora:444  '[' Ubuntu = RedHatEnterpriseServer ']' 2016-12-06 12:03:56.807 | ++functions-common:is_fedora:445  '[' Ubuntu = CentOS ']' 2016-12-06 12:03:56.811 | ++functions-common:is_fedora:445  '[' Ubuntu = OracleServer ']' 2016-12-06 12:03:56.815 | ++functions-common:is_fedora:446  '[' Ubuntu = Virtuozzo ']' 2016-12-06 12:03:56.819 | ++functions-common:is_fedora:446  '[' Ubuntu = kvmibm ']' 2016-12-06 12:03:56.823 | ++tools/fixup_stuff.sh:source:171  install_package python-virtualenv 2016-12-06 12:03:56.827 | ++functions-common:install_package:1285  update_package_repo 2016-12-06 12:03:56.831 | ++functions-common:update_package_repo:1257  NO_UPDATE_REPOS=False 2016-12-06 12:03:56.835 | ++functions-common:update_package_repo:1258  REPOS_UPDATED=True 2016-12-06 12:03:56.839 | ++functions-common:update_package_repo:1259  RETRY_UPDATE=False 2016-12-06 12:03:56.843 | ++functions-common:update_package_repo:1261  [[ False = \T\r\u\e ]] 2016-12-06 12:03:56.847 | ++functions-common:update_package_repo:1265  is_ubuntu 2016-12-06 12:03:56.851 | ++functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:03:56.854 | ++functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:03:56.859 | ++functions-common:update_package_repo:1266  apt_get_update 2016-12-06 12:03:56.863 | ++functions-common:apt_get_update:1059  [[ True == \T\r\u\e ]] 2016-12-06 12:03:56.867 | ++functions-common:apt_get_update:1059  [[ False != \T\r\u\e ]] 2016-12-06 12:03:56.872 | ++functions-common:apt_get_update:1060  return 2016-12-06 12:03:56.877 | ++functions-common:install_package:1286  real_install_package python-virtualenv 2016-12-06 12:03:56.883 | ++functions-common:real_install_package:1271  is_ubuntu 2016-12-06 12:03:56.887 | ++functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:03:56.891 | ++functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:03:56.895 | ++functions-common:real_install_package:1272  apt_get install python-virtualenv 2016-12-06 12:03:56.922 | ++functions-common:apt_get:1100  sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install python-virtualenv 2016-12-06 12:03:56.950 | Reading package lists... 2016-12-06 12:03:57.074 | Building dependency tree... 2016-12-06 12:03:57.074 | Reading state information... 2016-12-06 12:03:57.184 | python-virtualenv is already the newest version (15.0.1+ds-3). 2016-12-06 12:03:57.185 | 0 upgraded, 0 newly installed, 0 to remove and 138 not upgraded. 2016-12-06 12:03:57.193 | ++functions-common:apt_get:1104  result=0 2016-12-06 12:03:57.198 | ++functions-common:apt_get:1107  time_stop apt-get 2016-12-06 12:03:57.202 | ++functions-common:time_stop:2398  local name 2016-12-06 12:03:57.207 | ++functions-common:time_stop:2399  local end_time 2016-12-06 12:03:57.211 | ++functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:03:57.216 | ++functions-common:time_stop:2401  local total 2016-12-06 12:03:57.220 | ++functions-common:time_stop:2402  local start_time 2016-12-06 12:03:57.224 | ++functions-common:time_stop:2404  name=apt-get 2016-12-06 12:03:57.228 | ++functions-common:time_stop:2405  start_time=1481025836 2016-12-06 12:03:57.232 | ++functions-common:time_stop:2407  [[ -z 1481025836 ]] 2016-12-06 12:03:57.237 | +++functions-common:time_stop:2410  date +%s 2016-12-06 12:03:57.243 | ++functions-common:time_stop:2410  end_time=1481025837 2016-12-06 12:03:57.247 | ++functions-common:time_stop:2411  elapsed_time=1 2016-12-06 12:03:57.251 | ++functions-common:time_stop:2412  total=0 2016-12-06 12:03:57.254 | ++functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:03:57.258 | ++functions-common:time_stop:2415  _TIME_TOTAL[$name]=1 2016-12-06 12:03:57.262 | ++functions-common:apt_get:1108  return 0 2016-12-06 12:03:57.266 | ++tools/fixup_stuff.sh:source:172  pip_install -U --force-reinstall virtualenv 2016-12-06 12:03:57.718 | ++inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -U --force-reinstall virtualenv 2016-12-06 12:03:58.357 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:03:58.359 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:03:58.725 | Collecting virtualenv===15.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) 2016-12-06 12:03:58.942 | Using cached virtualenv-15.1.0-py2.py3-none-any.whl 2016-12-06 12:03:58.965 | Installing collected packages: virtualenv 2016-12-06 12:03:58.965 | Found existing installation: virtualenv 15.1.0 2016-12-06 12:03:58.968 | Uninstalling virtualenv-15.1.0: 2016-12-06 12:03:58.984 | Successfully uninstalled virtualenv-15.1.0 2016-12-06 12:03:59.104 | Successfully installed virtualenv-15.1.0 2016-12-06 12:03:59.227 | ++inc/python:pip_install:162  result=0 2016-12-06 12:03:59.233 | ++inc/python:pip_install:165  local test_req=virtualenv/test-requirements.txt 2016-12-06 12:03:59.239 | ++inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:03:59.244 | ++inc/python:pip_install:166  [[ -e virtualenv/test-requirements.txt ]] 2016-12-06 12:03:59.249 | ++inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:03:59.253 | ++functions-common:time_stop:2398  local name 2016-12-06 12:03:59.257 | ++functions-common:time_stop:2399  local end_time 2016-12-06 12:03:59.261 | ++functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:03:59.265 | ++functions-common:time_stop:2401  local total 2016-12-06 12:03:59.268 | ++functions-common:time_stop:2402  local start_time 2016-12-06 12:03:59.272 | ++functions-common:time_stop:2404  name=pip_install 2016-12-06 12:03:59.276 | ++functions-common:time_stop:2405  start_time=1481025837 2016-12-06 12:03:59.280 | ++functions-common:time_stop:2407  [[ -z 1481025837 ]] 2016-12-06 12:03:59.284 | +++functions-common:time_stop:2410  date +%s 2016-12-06 12:03:59.289 | ++functions-common:time_stop:2410  end_time=1481025839 2016-12-06 12:03:59.293 | ++functions-common:time_stop:2411  elapsed_time=2 2016-12-06 12:03:59.296 | ++functions-common:time_stop:2412  total=5 2016-12-06 12:03:59.300 | ++functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:03:59.304 | ++functions-common:time_stop:2415  _TIME_TOTAL[$name]=7 2016-12-06 12:03:59.308 | ++inc/python:pip_install:179  return 0 2016-12-06 12:03:59.311 | +./stack.sh:main:759  install_infra 2016-12-06 12:03:59.314 | +lib/infra:install_infra:31  local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2016-12-06 12:03:59.317 | +lib/infra:install_infra:32  '[' '!' -d /opt/stack/requirements/.venv ']' 2016-12-06 12:03:59.320 | +lib/infra:install_infra:34  PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2016-12-06 12:03:59.324 | +lib/infra:install_infra:34  pip_install -U pbr 2016-12-06 12:03:59.751 | +inc/python:pip_install:155  env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2016-12-06 12:04:00.227 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:04:00.229 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:04:00.716 | Requirement already up-to-date: pbr===1.10.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:04:00.793 | +inc/python:pip_install:162  result=0 2016-12-06 12:04:00.796 | +inc/python:pip_install:165  local test_req=pbr/test-requirements.txt 2016-12-06 12:04:00.800 | +inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:04:00.803 | +inc/python:pip_install:166  [[ -e pbr/test-requirements.txt ]] 2016-12-06 12:04:00.807 | +inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:04:00.810 | +functions-common:time_stop:2398  local name 2016-12-06 12:04:00.814 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:04:00.817 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:04:00.821 | +functions-common:time_stop:2401  local total 2016-12-06 12:04:00.824 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:04:00.827 | +functions-common:time_stop:2404  name=pip_install 2016-12-06 12:04:00.830 | +functions-common:time_stop:2405  start_time=1481025839 2016-12-06 12:04:00.834 | +functions-common:time_stop:2407  [[ -z 1481025839 ]] 2016-12-06 12:04:00.839 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:04:00.843 | +functions-common:time_stop:2410  end_time=1481025840 2016-12-06 12:04:00.846 | +functions-common:time_stop:2411  elapsed_time=1 2016-12-06 12:04:00.849 | +functions-common:time_stop:2412  total=7 2016-12-06 12:04:00.852 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:04:00.855 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=8 2016-12-06 12:04:00.858 | +inc/python:pip_install:179  return 0 2016-12-06 12:04:00.862 | +lib/infra:install_infra:35  PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2016-12-06 12:04:00.865 | +lib/infra:install_infra:35  pip_install /opt/stack/requirements 2016-12-06 12:04:01.291 | +inc/python:pip_install:155  env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2016-12-06 12:04:01.793 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:04:01.795 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:04:02.165 | Processing /opt/stack/requirements 2016-12-06 12:04:03.939 | Requirement already satisfied (use --upgrade to upgrade): openstack-requirements==1.0.1.dev157 from file:///opt/stack/requirements in /opt/stack/requirements/.venv/lib/python2.7/site-packages 2016-12-06 12:04:03.951 | Requirement already satisfied: Parsley===1.3 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) 2016-12-06 12:04:03.954 | Requirement already satisfied: PyYAML===3.12 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2016-12-06 12:04:03.956 | Requirement already satisfied: fixtures===3.0.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2016-12-06 12:04:03.967 | Requirement already satisfied: packaging===16.8 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) 2016-12-06 12:04:03.971 | Requirement already satisfied: pbr===1.10.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:04:03.973 | Requirement already satisfied: pyparsing===2.1.10 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2016-12-06 12:04:03.975 | Requirement already satisfied: requests===2.11.1 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:04:03.986 | Requirement already satisfied: six===1.10.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:04:03.988 | Requirement already satisfied: testtools===2.2.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) 2016-12-06 12:04:04.001 | Requirement already satisfied: traceback2===1.4.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) 2016-12-06 12:04:04.004 | Requirement already satisfied: unittest2===1.1.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:04:04.009 | Requirement already satisfied: python-mimeparse===1.6.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2016-12-06 12:04:04.011 | Requirement already satisfied: extras===1.0.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) 2016-12-06 12:04:04.013 | Requirement already satisfied: linecache2===1.0.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) 2016-12-06 12:04:04.015 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:04:04.251 | +inc/python:pip_install:162  result=0 2016-12-06 12:04:04.255 | +inc/python:pip_install:165  local test_req=/opt/stack/requirements/test-requirements.txt 2016-12-06 12:04:04.259 | +inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:04:04.262 | +inc/python:pip_install:166  [[ -e /opt/stack/requirements/test-requirements.txt ]] 2016-12-06 12:04:04.265 | +inc/python:pip_install:167  echo 'Installing test-requirements for /opt/stack/requirements/test-requirements.txt' 2016-12-06 12:04:04.265 | Installing test-requirements for /opt/stack/requirements/test-requirements.txt 2016-12-06 12:04:04.269 | +inc/python:pip_install:169  env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/requirements/test-requirements.txt 2016-12-06 12:04:04.776 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:04:04.778 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:04:05.162 | Requirement already satisfied: Sphinx===1.3.6 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2016-12-06 12:04:05.180 | Requirement already satisfied: alabaster===0.7.9 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65)) 2016-12-06 12:04:05.182 | Requirement already satisfied: docutils===0.12 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) 2016-12-06 12:04:05.184 | Requirement already satisfied: mock===2.0.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) 2016-12-06 12:04:05.205 | Requirement already satisfied: oslosphinx===4.9.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247)) 2016-12-06 12:04:05.210 | Requirement already satisfied: pbr===1.10.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:04:05.212 | Requirement already satisfied: requests===2.11.1 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:04:05.221 | Requirement already satisfied: six===1.10.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:04:05.223 | Requirement already satisfied: snowballstemmer===1.2.1 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) 2016-12-06 12:04:05.225 | Requirement already satisfied: sphinx-rtd-theme===0.1.9 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) 2016-12-06 12:04:05.228 | Requirement already satisfied: testrepository===0.0.20 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2016-12-06 12:04:05.237 | Requirement already satisfied: testscenarios===0.5.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) 2016-12-06 12:04:05.241 | Requirement already satisfied: testtools===2.2.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) 2016-12-06 12:04:05.253 | Requirement already satisfied: traceback2===1.4.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) 2016-12-06 12:04:05.255 | Requirement already satisfied: unittest2===1.1.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:04:05.260 | Requirement already satisfied: virtualenv===15.1.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) 2016-12-06 12:04:05.262 | Requirement already satisfied: hacking<0.13,>=0.10 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -r /opt/stack/requirements/test-requirements.txt (line 6)) 2016-12-06 12:04:05.273 | Requirement already satisfied: setuptools!=24.0.0,>=16.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -r /opt/stack/requirements/test-requirements.txt (line 11)) 2016-12-06 12:04:05.279 | Requirement already satisfied: Pygments===2.1.3 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) 2016-12-06 12:04:05.280 | Requirement already satisfied: Babel===2.3.4 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:04:05.283 | Requirement already satisfied: Jinja2===2.8 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2016-12-06 12:04:05.287 | Requirement already satisfied: funcsigs===1.0.2 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:04:05.291 | Requirement already satisfied: fixtures===3.0.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2016-12-06 12:04:05.298 | Requirement already satisfied: python-subunit===1.2.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) 2016-12-06 12:04:05.308 | Requirement already satisfied: python-mimeparse===1.6.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2016-12-06 12:04:05.310 | Requirement already satisfied: extras===1.0.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) 2016-12-06 12:04:05.312 | Requirement already satisfied: linecache2===1.0.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) 2016-12-06 12:04:05.313 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:04:05.315 | Requirement already satisfied: mccabe==0.2.1 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from hacking<0.13,>=0.10->-r /opt/stack/requirements/test-requirements.txt (line 6)) 2016-12-06 12:04:05.317 | Requirement already satisfied: pep8==1.5.7 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from hacking<0.13,>=0.10->-r /opt/stack/requirements/test-requirements.txt (line 6)) 2016-12-06 12:04:05.320 | Requirement already satisfied: flake8<2.6.0,>=2.5.4 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from hacking<0.13,>=0.10->-r /opt/stack/requirements/test-requirements.txt (line 6)) 2016-12-06 12:04:05.328 | Requirement already satisfied: pyflakes==0.8.1 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from hacking<0.13,>=0.10->-r /opt/stack/requirements/test-requirements.txt (line 6)) 2016-12-06 12:04:05.329 | Requirement already satisfied: pytz===2016.7 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:04:05.332 | Requirement already satisfied: MarkupSafe===0.23 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2016-12-06 12:04:05.403 | +inc/python:pip_install:175  result=0 2016-12-06 12:04:05.407 | +inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:04:05.411 | +functions-common:time_stop:2398  local name 2016-12-06 12:04:05.414 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:04:05.418 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:04:05.421 | +functions-common:time_stop:2401  local total 2016-12-06 12:04:05.424 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:04:05.428 | +functions-common:time_stop:2404  name=pip_install 2016-12-06 12:04:05.431 | +functions-common:time_stop:2405  start_time=1481025840 2016-12-06 12:04:05.436 | +functions-common:time_stop:2407  [[ -z 1481025840 ]] 2016-12-06 12:04:05.440 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:04:05.444 | +functions-common:time_stop:2410  end_time=1481025845 2016-12-06 12:04:05.448 | +functions-common:time_stop:2411  elapsed_time=5 2016-12-06 12:04:05.451 | +functions-common:time_stop:2412  total=8 2016-12-06 12:04:05.455 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:04:05.458 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=13 2016-12-06 12:04:05.462 | +inc/python:pip_install:179  return 0 2016-12-06 12:04:05.466 | +lib/infra:install_infra:39  unset PIP_VIRTUAL_ENV 2016-12-06 12:04:05.469 | +lib/infra:install_infra:42  use_library_from_git pbr 2016-12-06 12:04:05.472 | +inc/python:use_library_from_git:197  local name=pbr 2016-12-06 12:04:05.476 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:05.479 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:05.482 | +inc/python:use_library_from_git:199  [[ ,, =~ ,pbr, ]] 2016-12-06 12:04:05.486 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:05.489 | +lib/infra:install_infra:48  pip_install -U pbr 2016-12-06 12:04:05.913 | +inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2016-12-06 12:04:06.549 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:04:06.550 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:04:06.967 | Requirement already up-to-date: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:04:07.086 | +inc/python:pip_install:162  result=0 2016-12-06 12:04:07.089 | +inc/python:pip_install:165  local test_req=pbr/test-requirements.txt 2016-12-06 12:04:07.092 | +inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:04:07.096 | +inc/python:pip_install:166  [[ -e pbr/test-requirements.txt ]] 2016-12-06 12:04:07.099 | +inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:04:07.102 | +functions-common:time_stop:2398  local name 2016-12-06 12:04:07.105 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:04:07.108 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:04:07.111 | +functions-common:time_stop:2401  local total 2016-12-06 12:04:07.114 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:04:07.117 | +functions-common:time_stop:2404  name=pip_install 2016-12-06 12:04:07.120 | +functions-common:time_stop:2405  start_time=1481025845 2016-12-06 12:04:07.123 | +functions-common:time_stop:2407  [[ -z 1481025845 ]] 2016-12-06 12:04:07.127 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:04:07.131 | +functions-common:time_stop:2410  end_time=1481025847 2016-12-06 12:04:07.134 | +functions-common:time_stop:2411  elapsed_time=2 2016-12-06 12:04:07.137 | +functions-common:time_stop:2412  total=13 2016-12-06 12:04:07.140 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:04:07.143 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=15 2016-12-06 12:04:07.146 | +inc/python:pip_install:179  return 0 2016-12-06 12:04:07.150 | +./stack.sh:main:764  run_phase stack pre-install 2016-12-06 12:04:07.153 | +functions-common:run_phase:1869  local mode=stack 2016-12-06 12:04:07.156 | +functions-common:run_phase:1870  local phase=pre-install 2016-12-06 12:04:07.159 | +functions-common:run_phase:1871  [[ -d /home/ubuntu/devstack/extras.d ]] 2016-12-06 12:04:07.162 | +functions-common:run_phase:1872  local extra_plugin_file_name 2016-12-06 12:04:07.165 | +functions-common:run_phase:1873  for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2016-12-06 12:04:07.169 | +functions-common:run_phase:1878  local exceptions=80-tempest.sh 2016-12-06 12:04:07.172 | +functions-common:run_phase:1879  local extra 2016-12-06 12:04:07.176 | ++functions-common:run_phase:1880  basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2016-12-06 12:04:07.180 | +functions-common:run_phase:1880  extra=80-tempest.sh 2016-12-06 12:04:07.183 | +functions-common:run_phase:1881  [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2016-12-06 12:04:07.186 | +functions-common:run_phase:1885  [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2016-12-06 12:04:07.189 | +functions-common:run_phase:1885  source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2016-12-06 12:04:07.193 | ++extras.d/80-tempest.sh:source:3  is_service_enabled tempest 2016-12-06 12:04:07.214 | ++functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:07.217 | +functions-common:run_phase:1890  [[ stack == \s\o\u\r\c\e ]] 2016-12-06 12:04:07.220 | +functions-common:run_phase:1893  [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2016-12-06 12:04:07.223 | +functions-common:run_phase:1896  run_plugins stack pre-install 2016-12-06 12:04:07.226 | +functions-common:run_plugins:1855  local mode=stack 2016-12-06 12:04:07.229 | +functions-common:run_plugins:1856  local phase=pre-install 2016-12-06 12:04:07.233 | +functions-common:run_plugins:1858  local plugins=,neutron-lbaas,octavia 2016-12-06 12:04:07.237 | +functions-common:run_plugins:1859  local plugin 2016-12-06 12:04:07.240 | +functions-common:run_plugins:1860  for plugin in '${plugins//,/ }' 2016-12-06 12:04:07.243 | +functions-common:run_plugins:1861  local dir=/opt/stack/neutron-lbaas 2016-12-06 12:04:07.247 | +functions-common:run_plugins:1862  [[ -f /opt/stack/neutron-lbaas/devstack/plugin.sh ]] 2016-12-06 12:04:07.250 | +functions-common:run_plugins:1863  source /opt/stack/neutron-lbaas/devstack/plugin.sh stack pre-install 2016-12-06 12:04:07.254 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:112  is_service_enabled q-lbaasv2 2016-12-06 12:04:07.277 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:07.281 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:114  is_service_enabled q-svc 2016-12-06 12:04:07.304 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:07.308 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:118  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:04:07.312 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:118  [[ pre-install == \i\n\s\t\a\l\l ]] 2016-12-06 12:04:07.316 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:123  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:04:07.319 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:123  [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2016-12-06 12:04:07.323 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:130  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:04:07.327 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:130  [[ pre-install == \e\x\t\r\a ]] 2016-12-06 12:04:07.331 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:137  [[ stack == \u\n\s\t\a\c\k ]] 2016-12-06 12:04:07.335 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:142  [[ stack == \c\l\e\a\n ]] 2016-12-06 12:04:07.338 | +functions-common:run_plugins:1860  for plugin in '${plugins//,/ }' 2016-12-06 12:04:07.341 | +functions-common:run_plugins:1861  local dir=/opt/stack/octavia 2016-12-06 12:04:07.344 | +functions-common:run_plugins:1862  [[ -f /opt/stack/octavia/devstack/plugin.sh ]] 2016-12-06 12:04:07.347 | +functions-common:run_plugins:1863  source /opt/stack/octavia/devstack/plugin.sh stack pre-install 2016-12-06 12:04:07.353 | ++/opt/stack/octavia/devstack/plugin.sh:source:5  GET_PIP_CACHE_LOCATION=/opt/stack/cache/files/get-pip.py 2016-12-06 12:04:07.357 | ++/opt/stack/octavia/devstack/plugin.sh:source:401  is_service_enabled octavia 2016-12-06 12:04:07.379 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:07.383 | ++/opt/stack/octavia/devstack/plugin.sh:source:402  '[' standalone == main ']' 2016-12-06 12:04:07.386 | ++/opt/stack/octavia/devstack/plugin.sh:source:402  '[' standalone == standalone ']' 2016-12-06 12:04:07.390 | ++/opt/stack/octavia/devstack/plugin.sh:source:403  is_service_enabled q-svc 2016-12-06 12:04:07.411 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:07.415 | ++/opt/stack/octavia/devstack/plugin.sh:source:407  '[' '' == True ']' 2016-12-06 12:04:07.419 | ++/opt/stack/octavia/devstack/plugin.sh:source:414  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:04:07.423 | ++/opt/stack/octavia/devstack/plugin.sh:source:414  [[ pre-install == \i\n\s\t\a\l\l ]] 2016-12-06 12:04:07.427 | ++/opt/stack/octavia/devstack/plugin.sh:source:419  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:04:07.431 | ++/opt/stack/octavia/devstack/plugin.sh:source:419  [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2016-12-06 12:04:07.435 | ++/opt/stack/octavia/devstack/plugin.sh:source:426  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:04:07.439 | ++/opt/stack/octavia/devstack/plugin.sh:source:426  [[ pre-install == \e\x\t\r\a ]] 2016-12-06 12:04:07.443 | ++/opt/stack/octavia/devstack/plugin.sh:source:433  [[ stack == \u\n\s\t\a\c\k ]] 2016-12-06 12:04:07.446 | ++/opt/stack/octavia/devstack/plugin.sh:source:441  [[ stack == \c\l\e\a\n ]] 2016-12-06 12:04:07.450 | +./stack.sh:main:766  install_rpc_backend 2016-12-06 12:04:07.453 | +lib/rpc_backend:install_rpc_backend:49  is_service_enabled rabbit 2016-12-06 12:04:07.472 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:07.475 | +lib/rpc_backend:install_rpc_backend:51  install_package rabbitmq-server 2016-12-06 12:04:07.478 | +functions-common:install_package:1285  update_package_repo 2016-12-06 12:04:07.482 | +functions-common:update_package_repo:1257  NO_UPDATE_REPOS=False 2016-12-06 12:04:07.485 | +functions-common:update_package_repo:1258  REPOS_UPDATED=True 2016-12-06 12:04:07.488 | +functions-common:update_package_repo:1259  RETRY_UPDATE=False 2016-12-06 12:04:07.491 | +functions-common:update_package_repo:1261  [[ False = \T\r\u\e ]] 2016-12-06 12:04:07.495 | +functions-common:update_package_repo:1265  is_ubuntu 2016-12-06 12:04:07.498 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:07.501 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:07.505 | +functions-common:update_package_repo:1266  apt_get_update 2016-12-06 12:04:07.508 | +functions-common:apt_get_update:1059  [[ True == \T\r\u\e ]] 2016-12-06 12:04:07.511 | +functions-common:apt_get_update:1059  [[ False != \T\r\u\e ]] 2016-12-06 12:04:07.514 | +functions-common:apt_get_update:1060  return 2016-12-06 12:04:07.518 | +functions-common:install_package:1286  real_install_package rabbitmq-server 2016-12-06 12:04:07.521 | +functions-common:real_install_package:1271  is_ubuntu 2016-12-06 12:04:07.524 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:07.527 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:07.530 | +functions-common:real_install_package:1272  apt_get install rabbitmq-server 2016-12-06 12:04:07.551 | +functions-common:apt_get:1100  sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2016-12-06 12:04:07.575 | Reading package lists... 2016-12-06 12:04:07.700 | Building dependency tree... 2016-12-06 12:04:07.701 | Reading state information... 2016-12-06 12:04:07.811 | rabbitmq-server is already the newest version (3.5.7-1). 2016-12-06 12:04:07.811 | 0 upgraded, 0 newly installed, 0 to remove and 138 not upgraded. 2016-12-06 12:04:07.815 | +functions-common:apt_get:1104  result=0 2016-12-06 12:04:07.819 | +functions-common:apt_get:1107  time_stop apt-get 2016-12-06 12:04:07.823 | +functions-common:time_stop:2398  local name 2016-12-06 12:04:07.827 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:04:07.831 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:04:07.834 | +functions-common:time_stop:2401  local total 2016-12-06 12:04:07.837 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:04:07.840 | +functions-common:time_stop:2404  name=apt-get 2016-12-06 12:04:07.843 | +functions-common:time_stop:2405  start_time=1481025847 2016-12-06 12:04:07.846 | +functions-common:time_stop:2407  [[ -z 1481025847 ]] 2016-12-06 12:04:07.850 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:04:07.853 | +functions-common:time_stop:2410  end_time=1481025847 2016-12-06 12:04:07.856 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:04:07.859 | +functions-common:time_stop:2412  total=1 2016-12-06 12:04:07.863 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:04:07.866 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=1 2016-12-06 12:04:07.870 | +functions-common:apt_get:1108  return 0 2016-12-06 12:04:07.873 | +lib/rpc_backend:install_rpc_backend:52  is_fedora 2016-12-06 12:04:07.877 | +functions-common:is_fedora:439  [[ -z Ubuntu ]] 2016-12-06 12:04:07.880 | +functions-common:is_fedora:443  '[' Ubuntu = Fedora ']' 2016-12-06 12:04:07.884 | +functions-common:is_fedora:443  '[' Ubuntu = 'Red Hat' ']' 2016-12-06 12:04:07.888 | +functions-common:is_fedora:444  '[' Ubuntu = RedHatEnterpriseServer ']' 2016-12-06 12:04:07.892 | +functions-common:is_fedora:445  '[' Ubuntu = CentOS ']' 2016-12-06 12:04:07.895 | +functions-common:is_fedora:445  '[' Ubuntu = OracleServer ']' 2016-12-06 12:04:07.899 | +functions-common:is_fedora:446  '[' Ubuntu = Virtuozzo ']' 2016-12-06 12:04:07.903 | +functions-common:is_fedora:446  '[' Ubuntu = kvmibm ']' 2016-12-06 12:04:07.906 | +./stack.sh:main:769  install_dlm 2016-12-06 12:04:07.911 | +lib/dlm:install_dlm:93  is_dlm_enabled 2016-12-06 12:04:07.916 | ++lib/dlm:is_dlm_enabled:62  dlm_backend 2016-12-06 12:04:07.921 | ++lib/dlm:dlm_backend:57  echo zookeeper 2016-12-06 12:04:07.925 | +lib/dlm:is_dlm_enabled:62  [[ ,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api, =~ ,zookeeper, ]] 2016-12-06 12:04:07.928 | +lib/dlm:is_dlm_enabled:63  return 1 2016-12-06 12:04:07.931 | +./stack.sh:main:770  configure_dlm 2016-12-06 12:04:07.935 | +lib/dlm:configure_dlm:77  is_dlm_enabled 2016-12-06 12:04:07.939 | ++lib/dlm:is_dlm_enabled:62  dlm_backend 2016-12-06 12:04:07.943 | ++lib/dlm:dlm_backend:57  echo zookeeper 2016-12-06 12:04:07.947 | +lib/dlm:is_dlm_enabled:62  [[ ,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api, =~ ,zookeeper, ]] 2016-12-06 12:04:07.950 | +lib/dlm:is_dlm_enabled:63  return 1 2016-12-06 12:04:07.954 | +./stack.sh:main:772  is_service_enabled mysql postgresql 2016-12-06 12:04:07.973 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:07.976 | +./stack.sh:main:773  install_database 2016-12-06 12:04:07.979 | +lib/database:install_database:118  install_database_mysql 2016-12-06 12:04:07.983 | +lib/databases/mysql:install_database_mysql:128  is_ubuntu 2016-12-06 12:04:07.986 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:07.990 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:07.993 | +lib/databases/mysql:install_database_mysql:131  sudo debconf-set-selections 2016-12-06 12:04:08.153 | +lib/databases/mysql:install_database_mysql:141  [[ ! -e /home/ubuntu/.my.cnf ]] 2016-12-06 12:04:08.156 | +lib/databases/mysql:install_database_mysql:151  is_suse 2016-12-06 12:04:08.159 | +functions-common:is_suse:454  [[ -z Ubuntu ]] 2016-12-06 12:04:08.162 | +functions-common:is_suse:458  [[ Ubuntu =~ (openSUSE) ]] 2016-12-06 12:04:08.165 | +functions-common:is_suse:458  [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]] 2016-12-06 12:04:08.168 | +lib/databases/mysql:install_database_mysql:151  is_oraclelinux 2016-12-06 12:04:08.171 | +functions-common:is_oraclelinux:427  [[ -z Ubuntu ]] 2016-12-06 12:04:08.175 | +functions-common:is_oraclelinux:431  '[' Ubuntu = OracleServer ']' 2016-12-06 12:04:08.178 | +lib/databases/mysql:install_database_mysql:155  is_fedora 2016-12-06 12:04:08.181 | +functions-common:is_fedora:439  [[ -z Ubuntu ]] 2016-12-06 12:04:08.184 | +functions-common:is_fedora:443  '[' Ubuntu = Fedora ']' 2016-12-06 12:04:08.187 | +functions-common:is_fedora:443  '[' Ubuntu = 'Red Hat' ']' 2016-12-06 12:04:08.190 | +functions-common:is_fedora:444  '[' Ubuntu = RedHatEnterpriseServer ']' 2016-12-06 12:04:08.193 | +functions-common:is_fedora:445  '[' Ubuntu = CentOS ']' 2016-12-06 12:04:08.197 | +functions-common:is_fedora:445  '[' Ubuntu = OracleServer ']' 2016-12-06 12:04:08.200 | +functions-common:is_fedora:446  '[' Ubuntu = Virtuozzo ']' 2016-12-06 12:04:08.203 | +functions-common:is_fedora:446  '[' Ubuntu = kvmibm ']' 2016-12-06 12:04:08.206 | +lib/databases/mysql:install_database_mysql:158  is_ubuntu 2016-12-06 12:04:08.209 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:08.212 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:08.215 | +lib/databases/mysql:install_database_mysql:159  install_package mysql-server 2016-12-06 12:04:08.219 | +functions-common:install_package:1285  update_package_repo 2016-12-06 12:04:08.222 | +functions-common:update_package_repo:1257  NO_UPDATE_REPOS=False 2016-12-06 12:04:08.225 | +functions-common:update_package_repo:1258  REPOS_UPDATED=True 2016-12-06 12:04:08.228 | +functions-common:update_package_repo:1259  RETRY_UPDATE=False 2016-12-06 12:04:08.231 | +functions-common:update_package_repo:1261  [[ False = \T\r\u\e ]] 2016-12-06 12:04:08.234 | +functions-common:update_package_repo:1265  is_ubuntu 2016-12-06 12:04:08.237 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:08.241 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:08.244 | +functions-common:update_package_repo:1266  apt_get_update 2016-12-06 12:04:08.247 | +functions-common:apt_get_update:1059  [[ True == \T\r\u\e ]] 2016-12-06 12:04:08.250 | +functions-common:apt_get_update:1059  [[ False != \T\r\u\e ]] 2016-12-06 12:04:08.253 | +functions-common:apt_get_update:1060  return 2016-12-06 12:04:08.256 | +functions-common:install_package:1286  real_install_package mysql-server 2016-12-06 12:04:08.259 | +functions-common:real_install_package:1271  is_ubuntu 2016-12-06 12:04:08.262 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:08.265 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:08.269 | +functions-common:real_install_package:1272  apt_get install mysql-server 2016-12-06 12:04:08.291 | +functions-common:apt_get:1100  sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2016-12-06 12:04:08.316 | Reading package lists... 2016-12-06 12:04:08.444 | Building dependency tree... 2016-12-06 12:04:08.445 | Reading state information... 2016-12-06 12:04:08.552 | mysql-server is already the newest version (5.7.16-0ubuntu0.16.04.1). 2016-12-06 12:04:08.552 | 0 upgraded, 0 newly installed, 0 to remove and 138 not upgraded. 2016-12-06 12:04:08.557 | +functions-common:apt_get:1104  result=0 2016-12-06 12:04:08.560 | +functions-common:apt_get:1107  time_stop apt-get 2016-12-06 12:04:08.563 | +functions-common:time_stop:2398  local name 2016-12-06 12:04:08.566 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:04:08.569 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:04:08.572 | +functions-common:time_stop:2401  local total 2016-12-06 12:04:08.575 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:04:08.578 | +functions-common:time_stop:2404  name=apt-get 2016-12-06 12:04:08.581 | +functions-common:time_stop:2405  start_time=1481025848 2016-12-06 12:04:08.584 | +functions-common:time_stop:2407  [[ -z 1481025848 ]] 2016-12-06 12:04:08.589 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:04:08.592 | +functions-common:time_stop:2410  end_time=1481025848 2016-12-06 12:04:08.596 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:04:08.599 | +functions-common:time_stop:2412  total=1 2016-12-06 12:04:08.602 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:04:08.605 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=1 2016-12-06 12:04:08.608 | +functions-common:apt_get:1108  return 0 2016-12-06 12:04:08.612 | +./stack.sh:main:775  '[' -n mysql ']' 2016-12-06 12:04:08.615 | +./stack.sh:main:776  install_database_python 2016-12-06 12:04:08.618 | +lib/database:install_database_python:123  install_database_python_mysql 2016-12-06 12:04:08.622 | +lib/databases/mysql:install_database_python_mysql:167  pip_install_gr PyMySQL 2016-12-06 12:04:08.625 | +inc/python:pip_install_gr:66  local name=PyMySQL 2016-12-06 12:04:08.628 | +inc/python:pip_install_gr:67  local clean_name 2016-12-06 12:04:08.633 | ++inc/python:pip_install_gr:68  get_from_global_requirements PyMySQL 2016-12-06 12:04:08.638 | ++inc/python:get_from_global_requirements:185  local package=PyMySQL 2016-12-06 12:04:08.642 | ++inc/python:get_from_global_requirements:186  local required_pkg 2016-12-06 12:04:08.647 | +++inc/python:get_from_global_requirements:187  grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2016-12-06 12:04:08.648 | +++inc/python:get_from_global_requirements:187  cut -d# -f1 2016-12-06 12:04:08.653 | ++inc/python:get_from_global_requirements:187  required_pkg='PyMySQL>=0.7.6,!=0.7.7 ' 2016-12-06 12:04:08.658 | ++inc/python:get_from_global_requirements:188  [[ PyMySQL>=0.7.6,!=0.7.7 == '' ]] 2016-12-06 12:04:08.663 | ++inc/python:get_from_global_requirements:191  echo 'PyMySQL>=0.7.6,!=0.7.7' 2016-12-06 12:04:08.667 | +inc/python:pip_install_gr:68  clean_name='PyMySQL>=0.7.6,!=0.7.7' 2016-12-06 12:04:08.671 | +inc/python:pip_install_gr:69  pip_install 'PyMySQL>=0.7.6,!=0.7.7' 2016-12-06 12:04:09.099 | +inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'PyMySQL>=0.7.6,!=0.7.7' 2016-12-06 12:04:09.753 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:04:09.755 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:04:10.126 | Requirement already satisfied: PyMySQL===0.7.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2016-12-06 12:04:10.247 | +inc/python:pip_install:162  result=0 2016-12-06 12:04:10.251 | +inc/python:pip_install:165  local 'test_req=PyMySQL>=0.7.6,!=0.7.7/test-requirements.txt' 2016-12-06 12:04:10.254 | +inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:04:10.258 | +inc/python:pip_install:166  [[ -e PyMySQL>=0.7.6,!=0.7.7/test-requirements.txt ]] 2016-12-06 12:04:10.262 | +inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:04:10.265 | +functions-common:time_stop:2398  local name 2016-12-06 12:04:10.270 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:04:10.273 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:04:10.277 | +functions-common:time_stop:2401  local total 2016-12-06 12:04:10.281 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:04:10.284 | +functions-common:time_stop:2404  name=pip_install 2016-12-06 12:04:10.288 | +functions-common:time_stop:2405  start_time=1481025848 2016-12-06 12:04:10.292 | +functions-common:time_stop:2407  [[ -z 1481025848 ]] 2016-12-06 12:04:10.298 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:04:10.301 | +functions-common:time_stop:2410  end_time=1481025850 2016-12-06 12:04:10.305 | +functions-common:time_stop:2411  elapsed_time=2 2016-12-06 12:04:10.308 | +functions-common:time_stop:2412  total=15 2016-12-06 12:04:10.312 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:04:10.315 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=17 2016-12-06 12:04:10.318 | +inc/python:pip_install:179  return 0 2016-12-06 12:04:10.322 | +lib/databases/mysql:install_database_python_mysql:168  [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2016-12-06 12:04:10.326 | +lib/databases/mysql:install_database_python_mysql:170  [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2016-12-06 12:04:10.331 | +lib/databases/mysql:install_database_python_mysql:171  ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2016-12-06 12:04:10.334 | +./stack.sh:main:779  is_service_enabled neutron 2016-12-06 12:04:10.355 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:10.359 | +./stack.sh:main:780  install_neutron_agent_packages 2016-12-06 12:04:10.363 | +lib/neutron-legacy:install_neutron_agent_packages:428  is_service_enabled q-l3 2016-12-06 12:04:10.383 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:10.387 | +lib/neutron-legacy:install_neutron_agent_packages:429  install_package radvd 2016-12-06 12:04:10.391 | +functions-common:install_package:1285  update_package_repo 2016-12-06 12:04:10.394 | +functions-common:update_package_repo:1257  NO_UPDATE_REPOS=False 2016-12-06 12:04:10.398 | +functions-common:update_package_repo:1258  REPOS_UPDATED=True 2016-12-06 12:04:10.401 | +functions-common:update_package_repo:1259  RETRY_UPDATE=False 2016-12-06 12:04:10.405 | +functions-common:update_package_repo:1261  [[ False = \T\r\u\e ]] 2016-12-06 12:04:10.409 | +functions-common:update_package_repo:1265  is_ubuntu 2016-12-06 12:04:10.412 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:10.416 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:10.419 | +functions-common:update_package_repo:1266  apt_get_update 2016-12-06 12:04:10.423 | +functions-common:apt_get_update:1059  [[ True == \T\r\u\e ]] 2016-12-06 12:04:10.427 | +functions-common:apt_get_update:1059  [[ False != \T\r\u\e ]] 2016-12-06 12:04:10.430 | +functions-common:apt_get_update:1060  return 2016-12-06 12:04:10.433 | +functions-common:install_package:1286  real_install_package radvd 2016-12-06 12:04:10.436 | +functions-common:real_install_package:1271  is_ubuntu 2016-12-06 12:04:10.439 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:10.442 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:10.446 | +functions-common:real_install_package:1272  apt_get install radvd 2016-12-06 12:04:10.468 | +functions-common:apt_get:1100  sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2016-12-06 12:04:10.495 | Reading package lists... 2016-12-06 12:04:10.615 | Building dependency tree... 2016-12-06 12:04:10.615 | Reading state information... 2016-12-06 12:04:10.719 | radvd is already the newest version (1:2.11-1). 2016-12-06 12:04:10.719 | 0 upgraded, 0 newly installed, 0 to remove and 138 not upgraded. 2016-12-06 12:04:10.727 | +functions-common:apt_get:1104  result=0 2016-12-06 12:04:10.732 | +functions-common:apt_get:1107  time_stop apt-get 2016-12-06 12:04:10.737 | +functions-common:time_stop:2398  local name 2016-12-06 12:04:10.740 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:04:10.743 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:04:10.747 | +functions-common:time_stop:2401  local total 2016-12-06 12:04:10.751 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:04:10.755 | +functions-common:time_stop:2404  name=apt-get 2016-12-06 12:04:10.759 | +functions-common:time_stop:2405  start_time=1481025850 2016-12-06 12:04:10.762 | +functions-common:time_stop:2407  [[ -z 1481025850 ]] 2016-12-06 12:04:10.767 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:04:10.771 | +functions-common:time_stop:2410  end_time=1481025850 2016-12-06 12:04:10.774 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:04:10.777 | +functions-common:time_stop:2412  total=1 2016-12-06 12:04:10.781 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:04:10.784 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=1 2016-12-06 12:04:10.788 | +functions-common:apt_get:1108  return 0 2016-12-06 12:04:10.791 | +lib/neutron-legacy:install_neutron_agent_packages:432  is_service_enabled q-agt q-dhcp q-l3 2016-12-06 12:04:10.816 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:10.820 | +lib/neutron-legacy:install_neutron_agent_packages:433  neutron_plugin_install_agent_packages 2016-12-06 12:04:10.824 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:23  _neutron_ovs_base_install_agent_packages 2016-12-06 12:04:10.828 | ++lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64  get_packages openvswitch 2016-12-06 12:04:10.855 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64  install_package fakeroot make openvswitch-switch 2016-12-06 12:04:10.858 | +functions-common:install_package:1285  update_package_repo 2016-12-06 12:04:10.861 | +functions-common:update_package_repo:1257  NO_UPDATE_REPOS=False 2016-12-06 12:04:10.865 | +functions-common:update_package_repo:1258  REPOS_UPDATED=True 2016-12-06 12:04:10.868 | +functions-common:update_package_repo:1259  RETRY_UPDATE=False 2016-12-06 12:04:10.871 | +functions-common:update_package_repo:1261  [[ False = \T\r\u\e ]] 2016-12-06 12:04:10.874 | +functions-common:update_package_repo:1265  is_ubuntu 2016-12-06 12:04:10.878 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:10.881 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:10.884 | +functions-common:update_package_repo:1266  apt_get_update 2016-12-06 12:04:10.887 | +functions-common:apt_get_update:1059  [[ True == \T\r\u\e ]] 2016-12-06 12:04:10.891 | +functions-common:apt_get_update:1059  [[ False != \T\r\u\e ]] 2016-12-06 12:04:10.894 | +functions-common:apt_get_update:1060  return 2016-12-06 12:04:10.898 | +functions-common:install_package:1286  real_install_package fakeroot make openvswitch-switch 2016-12-06 12:04:10.901 | +functions-common:real_install_package:1271  is_ubuntu 2016-12-06 12:04:10.904 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:10.907 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:10.911 | +functions-common:real_install_package:1272  apt_get install fakeroot make openvswitch-switch 2016-12-06 12:04:10.933 | +functions-common:apt_get:1100  sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2016-12-06 12:04:10.967 | Reading package lists... 2016-12-06 12:04:11.095 | Building dependency tree... 2016-12-06 12:04:11.096 | Reading state information... 2016-12-06 12:04:11.206 | fakeroot is already the newest version (1.20.2-1ubuntu1). 2016-12-06 12:04:11.206 | make is already the newest version (4.1-6). 2016-12-06 12:04:11.206 | openvswitch-switch is already the newest version (2.5.0-0ubuntu1). 2016-12-06 12:04:11.206 | 0 upgraded, 0 newly installed, 0 to remove and 138 not upgraded. 2016-12-06 12:04:11.211 | +functions-common:apt_get:1104  result=0 2016-12-06 12:04:11.214 | +functions-common:apt_get:1107  time_stop apt-get 2016-12-06 12:04:11.218 | +functions-common:time_stop:2398  local name 2016-12-06 12:04:11.221 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:04:11.225 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:04:11.229 | +functions-common:time_stop:2401  local total 2016-12-06 12:04:11.234 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:04:11.238 | +functions-common:time_stop:2404  name=apt-get 2016-12-06 12:04:11.241 | +functions-common:time_stop:2405  start_time=1481025850 2016-12-06 12:04:11.244 | +functions-common:time_stop:2407  [[ -z 1481025850 ]] 2016-12-06 12:04:11.249 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:04:11.253 | +functions-common:time_stop:2410  end_time=1481025851 2016-12-06 12:04:11.257 | +functions-common:time_stop:2411  elapsed_time=1 2016-12-06 12:04:11.262 | +functions-common:time_stop:2412  total=1 2016-12-06 12:04:11.266 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:04:11.270 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=2 2016-12-06 12:04:11.275 | +functions-common:apt_get:1108  return 0 2016-12-06 12:04:11.280 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65  is_ubuntu 2016-12-06 12:04:11.285 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:11.289 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:11.293 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66  _neutron_ovs_base_install_ubuntu_dkms 2016-12-06 12:04:11.297 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52  local kernel_version 2016-12-06 12:04:11.301 | ++lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53  uname -r 2016-12-06 12:04:11.305 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53  kernel_version=4.4.0-18-generic 2016-12-06 12:04:11.308 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54  local kernel_major_minor 2016-12-06 12:04:11.313 | ++lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55  echo 4.4.0-18-generic 2016-12-06 12:04:11.314 | ++lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55  cut -d. -f1-2 2016-12-06 12:04:11.319 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55  kernel_major_minor=4.4 2016-12-06 12:04:11.324 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57  vercmp 4.4 '<' 3.13 2016-12-06 12:04:11.328 | +functions:vercmp:536  local v1=4.4 2016-12-06 12:04:11.331 | +functions:vercmp:537  local 'op=<' 2016-12-06 12:04:11.335 | +functions:vercmp:538  local v2=3.13 2016-12-06 12:04:11.340 | +functions:vercmp:539  local result 2016-12-06 12:04:11.345 | ++functions:vercmp:543  echo -e '4.4\n3.13' 2016-12-06 12:04:11.346 | ++functions:vercmp:543  sort -V 2016-12-06 12:04:11.347 | ++functions:vercmp:543  head -1 2016-12-06 12:04:11.352 | +functions:vercmp:543  result=3.13 2016-12-06 12:04:11.356 | +functions:vercmp:545  case $op in 2016-12-06 12:04:11.360 | +functions:vercmp:555  '[' 4.4 '!=' 3.13 ']' 2016-12-06 12:04:11.364 | +functions:vercmp:555  '[' 3.13 = 4.4 ']' 2016-12-06 12:04:11.368 | +functions:vercmp:556  return 2016-12-06 12:04:11.371 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67  restart_service openvswitch-switch 2016-12-06 12:04:11.375 | +functions-common:restart_service:2282  '[' -x /bin/systemctl ']' 2016-12-06 12:04:11.380 | +functions-common:restart_service:2283  sudo /bin/systemctl restart openvswitch-switch 2016-12-06 12:04:12.037 | +./stack.sh:main:786  echo_summary 'Installing OpenStack project source' 2016-12-06 12:04:12.041 | +./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:04:12.046 | +./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:04:12.051 | +./stack.sh:echo_summary:398  echo -e Installing OpenStack project source 2016-12-06 12:04:12.055 | +./stack.sh:main:789  install_oslo 2016-12-06 12:04:12.059 | +lib/oslo:install_oslo:72  _do_install_oslo_lib automaton 2016-12-06 12:04:12.063 | +lib/oslo:_do_install_oslo_lib:63  local name=automaton 2016-12-06 12:04:12.066 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git automaton 2016-12-06 12:04:12.070 | +inc/python:use_library_from_git:197  local name=automaton 2016-12-06 12:04:12.073 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.076 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.079 | +inc/python:use_library_from_git:199  [[ ,, =~ ,automaton, ]] 2016-12-06 12:04:12.082 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.086 | +lib/oslo:install_oslo:73  _do_install_oslo_lib cliff 2016-12-06 12:04:12.089 | +lib/oslo:_do_install_oslo_lib:63  local name=cliff 2016-12-06 12:04:12.092 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git cliff 2016-12-06 12:04:12.096 | +inc/python:use_library_from_git:197  local name=cliff 2016-12-06 12:04:12.099 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.102 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.106 | +inc/python:use_library_from_git:199  [[ ,, =~ ,cliff, ]] 2016-12-06 12:04:12.109 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.114 | +lib/oslo:install_oslo:74  _do_install_oslo_lib debtcollector 2016-12-06 12:04:12.117 | +lib/oslo:_do_install_oslo_lib:63  local name=debtcollector 2016-12-06 12:04:12.121 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git debtcollector 2016-12-06 12:04:12.124 | +inc/python:use_library_from_git:197  local name=debtcollector 2016-12-06 12:04:12.128 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.131 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.134 | +inc/python:use_library_from_git:199  [[ ,, =~ ,debtcollector, ]] 2016-12-06 12:04:12.137 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.141 | +lib/oslo:install_oslo:75  _do_install_oslo_lib futurist 2016-12-06 12:04:12.144 | +lib/oslo:_do_install_oslo_lib:63  local name=futurist 2016-12-06 12:04:12.147 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git futurist 2016-12-06 12:04:12.150 | +inc/python:use_library_from_git:197  local name=futurist 2016-12-06 12:04:12.154 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.157 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.160 | +inc/python:use_library_from_git:199  [[ ,, =~ ,futurist, ]] 2016-12-06 12:04:12.164 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.167 | +lib/oslo:install_oslo:76  _do_install_oslo_lib osc-lib 2016-12-06 12:04:12.171 | +lib/oslo:_do_install_oslo_lib:63  local name=osc-lib 2016-12-06 12:04:12.174 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git osc-lib 2016-12-06 12:04:12.178 | +inc/python:use_library_from_git:197  local name=osc-lib 2016-12-06 12:04:12.181 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.185 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.188 | +inc/python:use_library_from_git:199  [[ ,, =~ ,osc-lib, ]] 2016-12-06 12:04:12.192 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.195 | +lib/oslo:install_oslo:77  _do_install_oslo_lib os-client-config 2016-12-06 12:04:12.198 | +lib/oslo:_do_install_oslo_lib:63  local name=os-client-config 2016-12-06 12:04:12.201 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git os-client-config 2016-12-06 12:04:12.205 | +inc/python:use_library_from_git:197  local name=os-client-config 2016-12-06 12:04:12.208 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.211 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.214 | +inc/python:use_library_from_git:199  [[ ,, =~ ,os-client-config, ]] 2016-12-06 12:04:12.217 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.221 | +lib/oslo:install_oslo:78  _do_install_oslo_lib oslo.cache 2016-12-06 12:04:12.224 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.cache 2016-12-06 12:04:12.227 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.cache 2016-12-06 12:04:12.230 | +inc/python:use_library_from_git:197  local name=oslo.cache 2016-12-06 12:04:12.233 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.236 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.239 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.cache, ]] 2016-12-06 12:04:12.243 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.246 | +lib/oslo:install_oslo:79  _do_install_oslo_lib oslo.concurrency 2016-12-06 12:04:12.250 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.concurrency 2016-12-06 12:04:12.253 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.concurrency 2016-12-06 12:04:12.256 | +inc/python:use_library_from_git:197  local name=oslo.concurrency 2016-12-06 12:04:12.260 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.263 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.267 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.concurrency, ]] 2016-12-06 12:04:12.270 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.274 | +lib/oslo:install_oslo:80  _do_install_oslo_lib oslo.config 2016-12-06 12:04:12.278 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.config 2016-12-06 12:04:12.282 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.config 2016-12-06 12:04:12.285 | +inc/python:use_library_from_git:197  local name=oslo.config 2016-12-06 12:04:12.289 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.292 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.295 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.config, ]] 2016-12-06 12:04:12.299 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.302 | +lib/oslo:install_oslo:81  _do_install_oslo_lib oslo.context 2016-12-06 12:04:12.305 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.context 2016-12-06 12:04:12.309 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.context 2016-12-06 12:04:12.312 | +inc/python:use_library_from_git:197  local name=oslo.context 2016-12-06 12:04:12.316 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.319 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.322 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.context, ]] 2016-12-06 12:04:12.325 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.328 | +lib/oslo:install_oslo:82  _do_install_oslo_lib oslo.db 2016-12-06 12:04:12.331 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.db 2016-12-06 12:04:12.335 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.db 2016-12-06 12:04:12.338 | +inc/python:use_library_from_git:197  local name=oslo.db 2016-12-06 12:04:12.342 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.346 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.350 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.db, ]] 2016-12-06 12:04:12.354 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.358 | +lib/oslo:install_oslo:83  _do_install_oslo_lib oslo.i18n 2016-12-06 12:04:12.362 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.i18n 2016-12-06 12:04:12.365 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.i18n 2016-12-06 12:04:12.368 | +inc/python:use_library_from_git:197  local name=oslo.i18n 2016-12-06 12:04:12.371 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.374 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.378 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.i18n, ]] 2016-12-06 12:04:12.381 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.384 | +lib/oslo:install_oslo:84  _do_install_oslo_lib oslo.log 2016-12-06 12:04:12.387 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.log 2016-12-06 12:04:12.391 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.log 2016-12-06 12:04:12.394 | +inc/python:use_library_from_git:197  local name=oslo.log 2016-12-06 12:04:12.398 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.402 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.406 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.log, ]] 2016-12-06 12:04:12.409 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.412 | +lib/oslo:install_oslo:85  _do_install_oslo_lib oslo.messaging 2016-12-06 12:04:12.415 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.messaging 2016-12-06 12:04:12.419 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.messaging 2016-12-06 12:04:12.422 | +inc/python:use_library_from_git:197  local name=oslo.messaging 2016-12-06 12:04:12.426 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.431 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.434 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.messaging, ]] 2016-12-06 12:04:12.438 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.441 | +lib/oslo:install_oslo:86  _do_install_oslo_lib oslo.middleware 2016-12-06 12:04:12.445 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.middleware 2016-12-06 12:04:12.448 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.middleware 2016-12-06 12:04:12.452 | +inc/python:use_library_from_git:197  local name=oslo.middleware 2016-12-06 12:04:12.455 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.459 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.462 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.middleware, ]] 2016-12-06 12:04:12.465 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.469 | +lib/oslo:install_oslo:87  _do_install_oslo_lib oslo.policy 2016-12-06 12:04:12.472 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.policy 2016-12-06 12:04:12.475 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.policy 2016-12-06 12:04:12.478 | +inc/python:use_library_from_git:197  local name=oslo.policy 2016-12-06 12:04:12.481 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.485 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.488 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.policy, ]] 2016-12-06 12:04:12.491 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.494 | +lib/oslo:install_oslo:88  _do_install_oslo_lib oslo.privsep 2016-12-06 12:04:12.497 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.privsep 2016-12-06 12:04:12.500 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.privsep 2016-12-06 12:04:12.503 | +inc/python:use_library_from_git:197  local name=oslo.privsep 2016-12-06 12:04:12.507 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.510 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.513 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.privsep, ]] 2016-12-06 12:04:12.516 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.519 | +lib/oslo:install_oslo:89  _do_install_oslo_lib oslo.reports 2016-12-06 12:04:12.522 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.reports 2016-12-06 12:04:12.525 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.reports 2016-12-06 12:04:12.529 | +inc/python:use_library_from_git:197  local name=oslo.reports 2016-12-06 12:04:12.532 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.535 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.538 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.reports, ]] 2016-12-06 12:04:12.541 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.545 | +lib/oslo:install_oslo:90  _do_install_oslo_lib oslo.rootwrap 2016-12-06 12:04:12.548 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.rootwrap 2016-12-06 12:04:12.551 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.rootwrap 2016-12-06 12:04:12.554 | +inc/python:use_library_from_git:197  local name=oslo.rootwrap 2016-12-06 12:04:12.558 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.561 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.564 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.rootwrap, ]] 2016-12-06 12:04:12.568 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.571 | +lib/oslo:install_oslo:91  _do_install_oslo_lib oslo.serialization 2016-12-06 12:04:12.574 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.serialization 2016-12-06 12:04:12.577 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.serialization 2016-12-06 12:04:12.581 | +inc/python:use_library_from_git:197  local name=oslo.serialization 2016-12-06 12:04:12.584 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.587 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.591 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.serialization, ]] 2016-12-06 12:04:12.594 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.597 | +lib/oslo:install_oslo:92  _do_install_oslo_lib oslo.service 2016-12-06 12:04:12.601 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.service 2016-12-06 12:04:12.604 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.service 2016-12-06 12:04:12.607 | +inc/python:use_library_from_git:197  local name=oslo.service 2016-12-06 12:04:12.610 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.614 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.617 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.service, ]] 2016-12-06 12:04:12.620 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.623 | +lib/oslo:install_oslo:93  _do_install_oslo_lib oslo.utils 2016-12-06 12:04:12.627 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.utils 2016-12-06 12:04:12.630 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.utils 2016-12-06 12:04:12.633 | +inc/python:use_library_from_git:197  local name=oslo.utils 2016-12-06 12:04:12.637 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.640 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.643 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.utils, ]] 2016-12-06 12:04:12.646 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.650 | +lib/oslo:install_oslo:94  _do_install_oslo_lib oslo.versionedobjects 2016-12-06 12:04:12.653 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.versionedobjects 2016-12-06 12:04:12.656 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.versionedobjects 2016-12-06 12:04:12.659 | +inc/python:use_library_from_git:197  local name=oslo.versionedobjects 2016-12-06 12:04:12.662 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.665 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.669 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.versionedobjects, ]] 2016-12-06 12:04:12.672 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.675 | +lib/oslo:install_oslo:95  _do_install_oslo_lib oslo.vmware 2016-12-06 12:04:12.678 | +lib/oslo:_do_install_oslo_lib:63  local name=oslo.vmware 2016-12-06 12:04:12.682 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git oslo.vmware 2016-12-06 12:04:12.685 | +inc/python:use_library_from_git:197  local name=oslo.vmware 2016-12-06 12:04:12.688 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.692 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.695 | +inc/python:use_library_from_git:199  [[ ,, =~ ,oslo.vmware, ]] 2016-12-06 12:04:12.698 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.701 | +lib/oslo:install_oslo:96  _do_install_oslo_lib osprofiler 2016-12-06 12:04:12.705 | +lib/oslo:_do_install_oslo_lib:63  local name=osprofiler 2016-12-06 12:04:12.708 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git osprofiler 2016-12-06 12:04:12.711 | +inc/python:use_library_from_git:197  local name=osprofiler 2016-12-06 12:04:12.714 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.717 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.721 | +inc/python:use_library_from_git:199  [[ ,, =~ ,osprofiler, ]] 2016-12-06 12:04:12.724 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.727 | +lib/oslo:install_oslo:97  _do_install_oslo_lib pycadf 2016-12-06 12:04:12.730 | +lib/oslo:_do_install_oslo_lib:63  local name=pycadf 2016-12-06 12:04:12.733 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git pycadf 2016-12-06 12:04:12.737 | +inc/python:use_library_from_git:197  local name=pycadf 2016-12-06 12:04:12.740 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.743 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.746 | +inc/python:use_library_from_git:199  [[ ,, =~ ,pycadf, ]] 2016-12-06 12:04:12.749 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.752 | +lib/oslo:install_oslo:98  _do_install_oslo_lib stevedore 2016-12-06 12:04:12.755 | +lib/oslo:_do_install_oslo_lib:63  local name=stevedore 2016-12-06 12:04:12.759 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git stevedore 2016-12-06 12:04:12.762 | +inc/python:use_library_from_git:197  local name=stevedore 2016-12-06 12:04:12.765 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.768 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.771 | +inc/python:use_library_from_git:199  [[ ,, =~ ,stevedore, ]] 2016-12-06 12:04:12.774 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.778 | +lib/oslo:install_oslo:99  _do_install_oslo_lib taskflow 2016-12-06 12:04:12.781 | +lib/oslo:_do_install_oslo_lib:63  local name=taskflow 2016-12-06 12:04:12.784 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git taskflow 2016-12-06 12:04:12.787 | +inc/python:use_library_from_git:197  local name=taskflow 2016-12-06 12:04:12.791 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.794 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.797 | +inc/python:use_library_from_git:199  [[ ,, =~ ,taskflow, ]] 2016-12-06 12:04:12.800 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.803 | +lib/oslo:install_oslo:100  _do_install_oslo_lib tooz 2016-12-06 12:04:12.807 | +lib/oslo:_do_install_oslo_lib:63  local name=tooz 2016-12-06 12:04:12.810 | +lib/oslo:_do_install_oslo_lib:64  use_library_from_git tooz 2016-12-06 12:04:12.813 | +inc/python:use_library_from_git:197  local name=tooz 2016-12-06 12:04:12.816 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.820 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.823 | +inc/python:use_library_from_git:199  [[ ,, =~ ,tooz, ]] 2016-12-06 12:04:12.826 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.829 | +./stack.sh:main:792  install_keystoneauth 2016-12-06 12:04:12.832 | +lib/keystone:install_keystoneauth:513  use_library_from_git keystoneauth 2016-12-06 12:04:12.835 | +inc/python:use_library_from_git:197  local name=keystoneauth 2016-12-06 12:04:12.839 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.842 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.845 | +inc/python:use_library_from_git:199  [[ ,, =~ ,keystoneauth, ]] 2016-12-06 12:04:12.848 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.851 | +./stack.sh:main:793  install_keystoneclient 2016-12-06 12:04:12.855 | +lib/keystone:install_keystoneclient:521  use_library_from_git python-keystoneclient 2016-12-06 12:04:12.858 | +inc/python:use_library_from_git:197  local name=python-keystoneclient 2016-12-06 12:04:12.861 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.864 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.868 | +inc/python:use_library_from_git:199  [[ ,, =~ ,python-keystoneclient, ]] 2016-12-06 12:04:12.871 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.874 | +./stack.sh:main:794  install_glanceclient 2016-12-06 12:04:12.878 | +lib/glance:install_glanceclient:364  use_library_from_git python-glanceclient 2016-12-06 12:04:12.881 | +inc/python:use_library_from_git:197  local name=python-glanceclient 2016-12-06 12:04:12.884 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.887 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.890 | +inc/python:use_library_from_git:199  [[ ,, =~ ,python-glanceclient, ]] 2016-12-06 12:04:12.893 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.897 | +./stack.sh:main:795  install_cinderclient 2016-12-06 12:04:12.900 | +lib/cinder:install_cinderclient:478  use_library_from_git python-brick-cinderclient-ext 2016-12-06 12:04:12.904 | +inc/python:use_library_from_git:197  local name=python-brick-cinderclient-ext 2016-12-06 12:04:12.908 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.911 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.914 | +inc/python:use_library_from_git:199  [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2016-12-06 12:04:12.917 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.920 | +lib/cinder:install_cinderclient:483  use_library_from_git python-cinderclient 2016-12-06 12:04:12.924 | +inc/python:use_library_from_git:197  local name=python-cinderclient 2016-12-06 12:04:12.927 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.931 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.935 | +inc/python:use_library_from_git:199  [[ ,, =~ ,python-cinderclient, ]] 2016-12-06 12:04:12.939 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.942 | +./stack.sh:main:796  install_novaclient 2016-12-06 12:04:12.945 | +lib/nova:install_novaclient:710  use_library_from_git python-novaclient 2016-12-06 12:04:12.949 | +inc/python:use_library_from_git:197  local name=python-novaclient 2016-12-06 12:04:12.952 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:12.955 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:12.958 | +inc/python:use_library_from_git:199  [[ ,, =~ ,python-novaclient, ]] 2016-12-06 12:04:12.962 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:12.965 | +./stack.sh:main:797  is_service_enabled swift glance horizon 2016-12-06 12:04:12.984 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:12.987 | +./stack.sh:main:798  install_swiftclient 2016-12-06 12:04:12.991 | +lib/swift:install_swiftclient:746  use_library_from_git python-swiftclient 2016-12-06 12:04:12.994 | +inc/python:use_library_from_git:197  local name=python-swiftclient 2016-12-06 12:04:12.997 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:13.001 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:13.004 | +inc/python:use_library_from_git:199  [[ ,, =~ ,python-swiftclient, ]] 2016-12-06 12:04:13.008 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:13.012 | +./stack.sh:main:800  is_service_enabled neutron nova horizon 2016-12-06 12:04:13.031 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:13.034 | +./stack.sh:main:801  install_neutronclient 2016-12-06 12:04:13.037 | +lib/neutron:install_neutronclient:376  use_library_from_git python-neutronclient 2016-12-06 12:04:13.040 | +inc/python:use_library_from_git:197  local name=python-neutronclient 2016-12-06 12:04:13.043 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:13.047 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:13.051 | +inc/python:use_library_from_git:199  [[ ,, =~ ,python-neutronclient, ]] 2016-12-06 12:04:13.055 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:13.058 | +./stack.sh:main:803  is_service_enabled heat horizon 2016-12-06 12:04:13.078 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:13.083 | +./stack.sh:main:808  is_service_enabled cinder nova 2016-12-06 12:04:13.102 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:13.106 | +./stack.sh:main:809  install_os_brick 2016-12-06 12:04:13.109 | +lib/os_brick:install_os_brick:25  use_library_from_git os-brick 2016-12-06 12:04:13.112 | +inc/python:use_library_from_git:197  local name=os-brick 2016-12-06 12:04:13.115 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:13.119 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:13.122 | +inc/python:use_library_from_git:199  [[ ,, =~ ,os-brick, ]] 2016-12-06 12:04:13.125 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:13.128 | +./stack.sh:main:813  is_service_enabled tls-proxy 2016-12-06 12:04:13.148 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:13.151 | +./stack.sh:main:813  '[' False == True ']' 2016-12-06 12:04:13.154 | +./stack.sh:main:820  install_keystonemiddleware 2016-12-06 12:04:13.158 | +lib/keystone:install_keystonemiddleware:531  use_library_from_git keystonemiddleware 2016-12-06 12:04:13.162 | +inc/python:use_library_from_git:197  local name=keystonemiddleware 2016-12-06 12:04:13.165 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:13.169 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:13.172 | +inc/python:use_library_from_git:199  [[ ,, =~ ,keystonemiddleware, ]] 2016-12-06 12:04:13.175 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:13.178 | +lib/keystone:install_keystonemiddleware:536  pip_install_gr keystonemiddleware 2016-12-06 12:04:13.182 | +inc/python:pip_install_gr:66  local name=keystonemiddleware 2016-12-06 12:04:13.185 | +inc/python:pip_install_gr:67  local clean_name 2016-12-06 12:04:13.189 | ++inc/python:pip_install_gr:68  get_from_global_requirements keystonemiddleware 2016-12-06 12:04:13.193 | ++inc/python:get_from_global_requirements:185  local package=keystonemiddleware 2016-12-06 12:04:13.197 | ++inc/python:get_from_global_requirements:186  local required_pkg 2016-12-06 12:04:13.202 | +++inc/python:get_from_global_requirements:187  grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2016-12-06 12:04:13.203 | +++inc/python:get_from_global_requirements:187  cut -d# -f1 2016-12-06 12:04:13.208 | ++inc/python:get_from_global_requirements:187  required_pkg='keystonemiddleware>=4.2.0,!=4.5.0 ' 2016-12-06 12:04:13.212 | ++inc/python:get_from_global_requirements:188  [[ keystonemiddleware>=4.2.0,!=4.5.0 == '' ]] 2016-12-06 12:04:13.216 | ++inc/python:get_from_global_requirements:191  echo 'keystonemiddleware>=4.2.0,!=4.5.0' 2016-12-06 12:04:13.219 | +inc/python:pip_install_gr:68  clean_name='keystonemiddleware>=4.2.0,!=4.5.0' 2016-12-06 12:04:13.222 | +inc/python:pip_install_gr:69  pip_install 'keystonemiddleware>=4.2.0,!=4.5.0' 2016-12-06 12:04:13.650 | +inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'keystonemiddleware>=4.2.0,!=4.5.0' 2016-12-06 12:04:14.277 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:04:14.279 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:04:14.673 | Requirement already satisfied: keystonemiddleware===4.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171)) 2016-12-06 12:04:14.692 | Requirement already satisfied: oslo.config===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2016-12-06 12:04:14.701 | Requirement already satisfied: oslo.context===2.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2016-12-06 12:04:14.705 | Requirement already satisfied: oslo.i18n===3.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2016-12-06 12:04:14.710 | Requirement already satisfied: oslo.serialization===2.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2016-12-06 12:04:14.717 | Requirement already satisfied: oslo.utils===3.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2016-12-06 12:04:14.734 | Requirement already satisfied: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:04:14.736 | Requirement already satisfied: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2016-12-06 12:04:14.739 | Requirement already satisfied: pycadf===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) 2016-12-06 12:04:14.746 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2016-12-06 12:04:14.748 | Requirement already satisfied: python-keystoneclient===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) 2016-12-06 12:04:14.762 | Requirement already satisfied: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:04:14.765 | Requirement already satisfied: requests===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:04:14.774 | Requirement already satisfied: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) 2016-12-06 12:04:14.776 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:04:14.778 | Requirement already satisfied: stevedore===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2016-12-06 12:04:14.782 | Requirement already satisfied: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2016-12-06 12:04:14.783 | Requirement already satisfied: WebOb===1.6.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) 2016-12-06 12:04:14.790 | Requirement already satisfied: keystoneauth1===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2016-12-06 12:04:14.806 | Requirement already satisfied: debtcollector===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) 2016-12-06 12:04:14.815 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2016-12-06 12:04:14.817 | Requirement already satisfied: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:04:14.820 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) 2016-12-06 12:04:14.822 | Requirement already satisfied: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) 2016-12-06 12:04:14.824 | Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:04:14.828 | Requirement already satisfied: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2016-12-06 12:04:14.830 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2016-12-06 12:04:14.951 | +inc/python:pip_install:162  result=0 2016-12-06 12:04:14.954 | +inc/python:pip_install:165  local 'test_req=keystonemiddleware>=4.2.0,!=4.5.0/test-requirements.txt' 2016-12-06 12:04:14.958 | +inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:04:14.962 | +inc/python:pip_install:166  [[ -e keystonemiddleware>=4.2.0,!=4.5.0/test-requirements.txt ]] 2016-12-06 12:04:14.965 | +inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:04:14.969 | +functions-common:time_stop:2398  local name 2016-12-06 12:04:14.972 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:04:14.975 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:04:14.978 | +functions-common:time_stop:2401  local total 2016-12-06 12:04:14.981 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:04:14.984 | +functions-common:time_stop:2404  name=pip_install 2016-12-06 12:04:14.987 | +functions-common:time_stop:2405  start_time=1481025853 2016-12-06 12:04:14.991 | +functions-common:time_stop:2407  [[ -z 1481025853 ]] 2016-12-06 12:04:14.995 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:04:14.998 | +functions-common:time_stop:2410  end_time=1481025854 2016-12-06 12:04:15.001 | +functions-common:time_stop:2411  elapsed_time=1 2016-12-06 12:04:15.004 | +functions-common:time_stop:2412  total=17 2016-12-06 12:04:15.007 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:04:15.011 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=18 2016-12-06 12:04:15.014 | +inc/python:pip_install:179  return 0 2016-12-06 12:04:15.017 | +lib/keystone:install_keystonemiddleware:540  pip_install_gr python-memcached 2016-12-06 12:04:15.020 | +inc/python:pip_install_gr:66  local name=python-memcached 2016-12-06 12:04:15.023 | +inc/python:pip_install_gr:67  local clean_name 2016-12-06 12:04:15.028 | ++inc/python:pip_install_gr:68  get_from_global_requirements python-memcached 2016-12-06 12:04:15.031 | ++inc/python:get_from_global_requirements:185  local package=python-memcached 2016-12-06 12:04:15.035 | ++inc/python:get_from_global_requirements:186  local required_pkg 2016-12-06 12:04:15.040 | +++inc/python:get_from_global_requirements:187  grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2016-12-06 12:04:15.040 | +++inc/python:get_from_global_requirements:187  cut -d# -f1 2016-12-06 12:04:15.045 | ++inc/python:get_from_global_requirements:187  required_pkg='python-memcached>=1.56 ' 2016-12-06 12:04:15.049 | ++inc/python:get_from_global_requirements:188  [[ python-memcached>=1.56 == '' ]] 2016-12-06 12:04:15.053 | ++inc/python:get_from_global_requirements:191  echo 'python-memcached>=1.56' 2016-12-06 12:04:15.057 | +inc/python:pip_install_gr:68  clean_name='python-memcached>=1.56' 2016-12-06 12:04:15.060 | +inc/python:pip_install_gr:69  pip_install 'python-memcached>=1.56' 2016-12-06 12:04:15.487 | +inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'python-memcached>=1.56' 2016-12-06 12:04:16.125 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:04:16.127 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:04:16.492 | Requirement already satisfied: python-memcached===1.58 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) 2016-12-06 12:04:16.495 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:04:16.613 | +inc/python:pip_install:162  result=0 2016-12-06 12:04:16.616 | +inc/python:pip_install:165  local 'test_req=python-memcached>=1.56/test-requirements.txt' 2016-12-06 12:04:16.619 | +inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:04:16.622 | +inc/python:pip_install:166  [[ -e python-memcached>=1.56/test-requirements.txt ]] 2016-12-06 12:04:16.626 | +inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:04:16.630 | +functions-common:time_stop:2398  local name 2016-12-06 12:04:16.634 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:04:16.637 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:04:16.640 | +functions-common:time_stop:2401  local total 2016-12-06 12:04:16.643 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:04:16.646 | +functions-common:time_stop:2404  name=pip_install 2016-12-06 12:04:16.649 | +functions-common:time_stop:2405  start_time=1481025855 2016-12-06 12:04:16.653 | +functions-common:time_stop:2407  [[ -z 1481025855 ]] 2016-12-06 12:04:16.657 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:04:16.661 | +functions-common:time_stop:2410  end_time=1481025856 2016-12-06 12:04:16.664 | +functions-common:time_stop:2411  elapsed_time=1 2016-12-06 12:04:16.667 | +functions-common:time_stop:2412  total=18 2016-12-06 12:04:16.670 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:04:16.673 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=19 2016-12-06 12:04:16.676 | +inc/python:pip_install:179  return 0 2016-12-06 12:04:16.679 | +./stack.sh:main:822  is_service_enabled keystone 2016-12-06 12:04:16.699 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:16.702 | +./stack.sh:main:823  '[' 10.42.0.106 == 10.42.0.106 ']' 2016-12-06 12:04:16.705 | +./stack.sh:main:824  stack_install_service keystone 2016-12-06 12:04:16.708 | +lib/stack:stack_install_service:20  local service=keystone 2016-12-06 12:04:16.711 | +lib/stack:stack_install_service:21  type install_keystone 2016-12-06 12:04:16.714 | +lib/stack:stack_install_service:23  [[ False = True ]] 2016-12-06 12:04:16.717 | +lib/stack:stack_install_service:32  install_keystone 2016-12-06 12:04:16.721 | +lib/keystone:install_keystone:546  is_service_enabled ldap 2016-12-06 12:04:16.739 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:16.742 | +lib/keystone:install_keystone:550  git_clone git://git.openstack.org/openstack/keystone.git /opt/stack/keystone master 2016-12-06 12:04:16.745 | +functions-common:git_clone:496  local git_remote=git://git.openstack.org/openstack/keystone.git 2016-12-06 12:04:16.748 | +functions-common:git_clone:497  local git_dest=/opt/stack/keystone 2016-12-06 12:04:16.751 | +functions-common:git_clone:498  local git_ref=master 2016-12-06 12:04:16.754 | +functions-common:git_clone:499  local orig_dir 2016-12-06 12:04:16.759 | ++functions-common:git_clone:500  pwd 2016-12-06 12:04:16.762 | +functions-common:git_clone:500  orig_dir=/home/ubuntu/devstack 2016-12-06 12:04:16.765 | +functions-common:git_clone:501  local git_clone_flags= 2016-12-06 12:04:16.769 | ++functions-common:git_clone:503  trueorfalse False RECLONE 2016-12-06 12:04:16.789 | +functions-common:git_clone:503  RECLONE=False 2016-12-06 12:04:16.792 | +functions-common:git_clone:504  [[ 0 -gt 0 ]] 2016-12-06 12:04:16.795 | +functions-common:git_clone:508  [[ False = \T\r\u\e ]] 2016-12-06 12:04:16.798 | +functions-common:git_clone:517  echo master 2016-12-06 12:04:16.799 | +functions-common:git_clone:517  egrep -q '^refs' 2016-12-06 12:04:16.803 | +functions-common:git_clone:531  [[ ! -d /opt/stack/keystone ]] 2016-12-06 12:04:16.806 | +functions-common:git_clone:539  [[ False = \T\r\u\e ]] 2016-12-06 12:04:16.809 | +functions-common:git_clone:565  cd /opt/stack/keystone 2016-12-06 12:04:16.813 | +functions-common:git_clone:566  git show --oneline 2016-12-06 12:04:16.813 | +functions-common:git_clone:566  head -1 2016-12-06 12:04:16.817 | 3e5ead0 Remove CONF.os_inherit.enabled 2016-12-06 12:04:16.821 | +functions-common:git_clone:567  cd /home/ubuntu/devstack 2016-12-06 12:04:16.824 | +lib/keystone:install_keystone:551  setup_develop /opt/stack/keystone 2016-12-06 12:04:16.828 | +inc/python:setup_develop:271  local project_dir=/opt/stack/keystone 2016-12-06 12:04:16.831 | +inc/python:setup_develop:272  local extras= 2016-12-06 12:04:16.834 | +inc/python:setup_develop:273  _setup_package_with_constraints_edit /opt/stack/keystone -e 2016-12-06 12:04:16.837 | +inc/python:_setup_package_with_constraints_edit:303  local project_dir=/opt/stack/keystone 2016-12-06 12:04:16.841 | +inc/python:_setup_package_with_constraints_edit:304  local flags=-e 2016-12-06 12:04:16.844 | +inc/python:_setup_package_with_constraints_edit:305  local extras= 2016-12-06 12:04:16.848 | ++inc/python:_setup_package_with_constraints_edit:312  cd /opt/stack/keystone 2016-12-06 12:04:16.852 | ++inc/python:_setup_package_with_constraints_edit:312  pwd 2016-12-06 12:04:16.855 | +inc/python:_setup_package_with_constraints_edit:312  project_dir=/opt/stack/keystone 2016-12-06 12:04:16.859 | +inc/python:_setup_package_with_constraints_edit:314  '[' -n /opt/stack/requirements ']' 2016-12-06 12:04:16.862 | +inc/python:_setup_package_with_constraints_edit:316  local name 2016-12-06 12:04:16.866 | ++inc/python:_setup_package_with_constraints_edit:317  awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2016-12-06 12:04:16.871 | +inc/python:_setup_package_with_constraints_edit:317  name=keystone 2016-12-06 12:04:16.874 | +inc/python:_setup_package_with_constraints_edit:319  /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2016-12-06 12:04:17.286 | +inc/python:_setup_package_with_constraints_edit:323  setup_package /opt/stack/keystone -e 2016-12-06 12:04:17.290 | +inc/python:setup_package:339  local project_dir=/opt/stack/keystone 2016-12-06 12:04:17.294 | +inc/python:setup_package:340  local flags=-e 2016-12-06 12:04:17.299 | +inc/python:setup_package:341  local extras= 2016-12-06 12:04:17.302 | +inc/python:setup_package:345  [[ -n -e ]] 2016-12-06 12:04:17.307 | +inc/python:setup_package:345  [[ -z '' ]] 2016-12-06 12:04:17.310 | +inc/python:setup_package:345  [[ ! -e =~ ^-.* ]] 2016-12-06 12:04:17.314 | +inc/python:setup_package:350  [[ ! -z '' ]] 2016-12-06 12:04:17.318 | +inc/python:setup_package:354  pip_install -e /opt/stack/keystone 2016-12-06 12:04:17.797 | +inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2016-12-06 12:04:18.414 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:04:18.416 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:04:18.780 | Obtaining file:///opt/stack/keystone 2016-12-06 12:04:20.772 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2016-12-06 12:04:22.429 | Requirement already satisfied: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:04:22.433 | Requirement already satisfied: Paste===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) 2016-12-06 12:04:22.439 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) 2016-12-06 12:04:22.442 | Requirement already satisfied: Routes===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2016-12-06 12:04:22.448 | Requirement already satisfied: SQLAlchemy===1.0.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) 2016-12-06 12:04:22.450 | Requirement already satisfied: WebOb===1.6.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) 2016-12-06 12:04:22.457 | Requirement already satisfied: cryptography===1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:04:22.485 | Requirement already satisfied: dogpile.cache===0.6.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) 2016-12-06 12:04:22.487 | Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2016-12-06 12:04:22.488 | Requirement already satisfied: idna===2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2016-12-06 12:04:22.490 | Requirement already satisfied: ipaddress===1.0.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2016-12-06 12:04:22.492 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2016-12-06 12:04:22.502 | Requirement already satisfied: keystonemiddleware===4.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2016-12-06 12:04:22.520 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) 2016-12-06 12:04:22.522 | Requirement already satisfied: oauthlib===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210)) 2016-12-06 12:04:22.536 | Requirement already satisfied: oslo.cache===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) 2016-12-06 12:04:22.547 | Requirement already satisfied: oslo.concurrency===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) 2016-12-06 12:04:22.561 | Requirement already satisfied: oslo.config===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2016-12-06 12:04:22.569 | Requirement already satisfied: oslo.context===2.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2016-12-06 12:04:22.573 | Requirement already satisfied: oslo.db===4.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) 2016-12-06 12:04:22.616 | Requirement already satisfied: oslo.i18n===3.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2016-12-06 12:04:22.621 | Requirement already satisfied: oslo.log===3.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2016-12-06 12:04:22.640 | Requirement already satisfied: oslo.messaging===5.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) 2016-12-06 12:04:22.673 | Requirement already satisfied: oslo.middleware===3.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2016-12-06 12:04:22.686 | Requirement already satisfied: oslo.policy===1.17.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) 2016-12-06 12:04:22.696 | Requirement already satisfied: oslo.serialization===2.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2016-12-06 12:04:22.703 | Requirement already satisfied: oslo.service===1.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2016-12-06 12:04:22.723 | Requirement already satisfied: oslo.utils===3.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2016-12-06 12:04:22.740 | Requirement already satisfied: osprofiler===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) 2016-12-06 12:04:22.747 | Requirement already satisfied: passlib===1.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) 2016-12-06 12:04:22.753 | Requirement already satisfied: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:04:22.755 | Requirement already satisfied: pika===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) 2016-12-06 12:04:22.760 | Requirement already satisfied: pika-pool===0.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2016-12-06 12:04:22.766 | Requirement already satisfied: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2016-12-06 12:04:22.770 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2016-12-06 12:04:22.772 | Requirement already satisfied: pycadf===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) 2016-12-06 12:04:22.779 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2016-12-06 12:04:22.781 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2016-12-06 12:04:22.782 | Requirement already satisfied: pysaml2===4.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) 2016-12-06 12:04:22.792 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2016-12-06 12:04:22.795 | Requirement already satisfied: python-keystoneclient===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) 2016-12-06 12:04:22.809 | Requirement already satisfied: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:04:22.812 | Requirement already satisfied: repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) 2016-12-06 12:04:22.817 | Requirement already satisfied: repoze.who===2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) 2016-12-06 12:04:22.832 | Requirement already satisfied: requests===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:04:22.840 | Requirement already satisfied: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) 2016-12-06 12:04:22.843 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:04:22.844 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2016-12-06 12:04:22.853 | Requirement already satisfied: sqlparse===0.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2016-12-06 12:04:22.854 | Requirement already satisfied: stevedore===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2016-12-06 12:04:22.858 | Requirement already satisfied: tenacity===3.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) 2016-12-06 12:04:22.866 | Requirement already satisfied: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2016-12-06 12:04:22.868 | Requirement already satisfied: zope.interface===4.3.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) 2016-12-06 12:04:22.878 | Requirement already satisfied: setuptools>=11.3 in /usr/local/lib/python2.7/dist-packages (from cryptography===1.6->-c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:04:22.884 | Requirement already satisfied: cffi===1.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2016-12-06 12:04:22.886 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2016-12-06 12:04:22.888 | Requirement already satisfied: keystoneauth1===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2016-12-06 12:04:22.903 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) 2016-12-06 12:04:22.907 | Requirement already satisfied: debtcollector===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) 2016-12-06 12:04:22.916 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) 2016-12-06 12:04:22.918 | Requirement already satisfied: alembic===0.8.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 66)) 2016-12-06 12:04:22.923 | Requirement already satisfied: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) 2016-12-06 12:04:22.925 | Requirement already satisfied: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2016-12-06 12:04:22.926 | Requirement already satisfied: greenlet===0.4.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) 2016-12-06 12:04:22.928 | Requirement already satisfied: cachetools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83)) 2016-12-06 12:04:22.930 | Requirement already satisfied: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67)) 2016-12-06 12:04:22.932 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2016-12-06 12:04:22.934 | Requirement already satisfied: futurist===0.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2016-12-06 12:04:22.945 | Requirement already satisfied: eventlet===0.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) 2016-12-06 12:04:22.948 | Requirement already satisfied: kombu===3.0.37 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171)) 2016-12-06 12:04:22.955 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2016-12-06 12:04:22.959 | Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:04:22.962 | Requirement already satisfied: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2016-12-06 12:04:22.964 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2016-12-06 12:04:22.966 | Requirement already satisfied: pyOpenSSL===16.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271)) 2016-12-06 12:04:22.970 | Requirement already satisfied: pycrypto===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) 2016-12-06 12:04:22.972 | Requirement already satisfied: decorator===4.0.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) 2016-12-06 12:04:22.974 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) 2016-12-06 12:04:22.976 | Requirement already satisfied: pycparser===2.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2016-12-06 12:04:22.977 | Requirement already satisfied: python-editor===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) 2016-12-06 12:04:22.979 | Requirement already satisfied: Mako===1.0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) 2016-12-06 12:04:22.982 | Requirement already satisfied: contextlib2===0.5.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) 2016-12-06 12:04:22.983 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2016-12-06 12:04:22.985 | Requirement already satisfied: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 68)) 2016-12-06 12:04:22.987 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2016-12-06 12:04:22.988 | Installing collected packages: keystone 2016-12-06 12:04:22.989 | Found existing installation: keystone 11.0.0.0b2.dev91 2016-12-06 12:04:22.992 | Can't uninstall 'keystone'. No files were found to uninstall. 2016-12-06 12:04:22.992 | Running setup.py develop for keystone 2016-12-06 12:04:25.785 | Successfully installed keystone 2016-12-06 12:04:25.910 | +inc/python:pip_install:162  result=0 2016-12-06 12:04:25.913 | +inc/python:pip_install:165  local test_req=/opt/stack/keystone/test-requirements.txt 2016-12-06 12:04:25.917 | +inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:04:25.921 | +inc/python:pip_install:166  [[ -e /opt/stack/keystone/test-requirements.txt ]] 2016-12-06 12:04:25.926 | +inc/python:pip_install:167  echo 'Installing test-requirements for /opt/stack/keystone/test-requirements.txt' 2016-12-06 12:04:25.926 | Installing test-requirements for /opt/stack/keystone/test-requirements.txt 2016-12-06 12:04:25.930 | +inc/python:pip_install:169  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/keystone/test-requirements.txt 2016-12-06 12:04:26.544 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:04:26.545 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:04:26.938 | Requirement already satisfied: Sphinx===1.3.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2016-12-06 12:04:26.957 | Requirement already satisfied: WebTest===2.0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) 2016-12-06 12:04:26.973 | Requirement already satisfied: alabaster===0.7.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65)) 2016-12-06 12:04:26.975 | Requirement already satisfied: bashate===0.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 76)) 2016-12-06 12:04:26.979 | Requirement already satisfied: beautifulsoup4===4.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) 2016-12-06 12:04:26.983 | Requirement already satisfied: coverage===4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) 2016-12-06 12:04:26.985 | Requirement already satisfied: docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) 2016-12-06 12:04:26.987 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2016-12-06 12:04:26.995 | Requirement already satisfied: freezegun===0.3.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134)) 2016-12-06 12:04:26.998 | Requirement already satisfied: lxml===3.6.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) 2016-12-06 12:04:27.005 | Requirement already satisfied: mock===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) 2016-12-06 12:04:27.027 | Requirement already satisfied: os-api-ref===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) 2016-12-06 12:04:27.034 | Requirement already satisfied: os-testr===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) 2016-12-06 12:04:27.041 | Requirement already satisfied: oslo.db===4.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) 2016-12-06 12:04:27.090 | Requirement already satisfied: oslo.i18n===3.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2016-12-06 12:04:27.095 | Requirement already satisfied: oslo.utils===3.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2016-12-06 12:04:27.112 | Requirement already satisfied: oslosphinx===4.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247)) 2016-12-06 12:04:27.117 | Requirement already satisfied: oslotest===2.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) 2016-12-06 12:04:27.128 | Requirement already satisfied: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:04:27.130 | Requirement already satisfied: psycopg2===2.6.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 268)) 2016-12-06 12:04:27.132 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2016-12-06 12:04:27.134 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2016-12-06 12:04:27.137 | Requirement already satisfied: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) 2016-12-06 12:04:27.147 | Requirement already satisfied: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:04:27.149 | Requirement already satisfied: reno===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) 2016-12-06 12:04:27.156 | Requirement already satisfied: requests===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:04:27.166 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:04:27.167 | Requirement already satisfied: snowballstemmer===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) 2016-12-06 12:04:27.169 | Requirement already satisfied: sphinx-rtd-theme===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) 2016-12-06 12:04:27.173 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2016-12-06 12:04:27.181 | Requirement already satisfied: sqlparse===0.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2016-12-06 12:04:27.183 | Requirement already satisfied: stevedore===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2016-12-06 12:04:27.186 | Requirement already satisfied: tempest===13.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) 2016-12-06 12:04:27.214 | Requirement already satisfied: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2016-12-06 12:04:27.223 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2016-12-06 12:04:27.230 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) 2016-12-06 12:04:27.234 | Requirement already satisfied: testtools===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) 2016-12-06 12:04:27.245 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) 2016-12-06 12:04:27.248 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:04:27.253 | Requirement already satisfied: urllib3===1.19 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) 2016-12-06 12:04:27.267 | Requirement already satisfied: waitress===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) 2016-12-06 12:04:27.275 | Collecting hacking<0.11,>=0.10.0 (from -r /opt/stack/keystone/test-requirements.txt (line 5)) 2016-12-06 12:04:27.385 | Using cached hacking-0.10.2-py2.py3-none-any.whl 2016-12-06 12:04:27.400 | Requirement already satisfied: pep257==0.7.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/keystone/test-requirements.txt (line 6)) 2016-12-06 12:04:27.402 | Requirement already satisfied: flake8-docstrings==0.2.1.post1 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/keystone/test-requirements.txt (line 7)) 2016-12-06 12:04:27.406 | Requirement already satisfied: Pygments===2.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) 2016-12-06 12:04:27.408 | Requirement already satisfied: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:04:27.410 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2016-12-06 12:04:27.414 | Requirement already satisfied: WebOb===1.6.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) 2016-12-06 12:04:27.421 | Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:04:27.424 | Requirement already satisfied: openstackdocstheme===1.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) 2016-12-06 12:04:27.428 | Requirement already satisfied: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2016-12-06 12:04:27.430 | Requirement already satisfied: oslo.config===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2016-12-06 12:04:27.439 | Requirement already satisfied: SQLAlchemy===1.0.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) 2016-12-06 12:04:27.441 | Requirement already satisfied: alembic===0.8.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 66)) 2016-12-06 12:04:27.445 | Requirement already satisfied: oslo.context===2.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2016-12-06 12:04:27.449 | Requirement already satisfied: debtcollector===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) 2016-12-06 12:04:27.458 | Requirement already satisfied: PyMySQL===0.7.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2016-12-06 12:04:27.460 | Requirement already satisfied: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) 2016-12-06 12:04:27.462 | Requirement already satisfied: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2016-12-06 12:04:27.464 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2016-12-06 12:04:27.466 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) 2016-12-06 12:04:27.468 | Requirement already satisfied: os-client-config===1.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2016-12-06 12:04:27.475 | Requirement already satisfied: mox3===0.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) 2016-12-06 12:04:27.479 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) 2016-12-06 12:04:27.481 | Requirement already satisfied: decorator===4.0.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) 2016-12-06 12:04:27.482 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) 2016-12-06 12:04:27.484 | Requirement already satisfied: oslo.concurrency===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) 2016-12-06 12:04:27.498 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2016-12-06 12:04:27.500 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2016-12-06 12:04:27.510 | Requirement already satisfied: oslo.serialization===2.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2016-12-06 12:04:27.517 | Requirement already satisfied: paramiko===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) 2016-12-06 12:04:27.521 | Requirement already satisfied: cliff===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2016-12-06 12:04:27.534 | Requirement already satisfied: oslo.log===3.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2016-12-06 12:04:27.553 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2016-12-06 12:04:27.554 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) 2016-12-06 12:04:27.556 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:04:27.558 | Collecting flake8==2.2.4 (from hacking<0.11,>=0.10.0->-r /opt/stack/keystone/test-requirements.txt (line 5)) 2016-12-06 12:04:27.621 | Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/keystone/test-requirements.txt (line 5)) 2016-12-06 12:04:27.624 | Collecting pep8==1.5.7 (from hacking<0.11,>=0.10.0->-r /opt/stack/keystone/test-requirements.txt (line 5)) 2016-12-06 12:04:27.661 | Using cached pep8-1.5.7-py2.py3-none-any.whl 2016-12-06 12:04:27.669 | Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/keystone/test-requirements.txt (line 5)) 2016-12-06 12:04:27.670 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2016-12-06 12:04:27.672 | Requirement already satisfied: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) 2016-12-06 12:04:27.675 | Requirement already satisfied: python-editor===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) 2016-12-06 12:04:27.676 | Requirement already satisfied: Mako===1.0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) 2016-12-06 12:04:27.679 | Requirement already satisfied: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2016-12-06 12:04:27.683 | Requirement already satisfied: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2016-12-06 12:04:27.684 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) 2016-12-06 12:04:27.687 | Requirement already satisfied: keystoneauth1===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2016-12-06 12:04:27.704 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2016-12-06 12:04:27.706 | Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2016-12-06 12:04:27.707 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) 2016-12-06 12:04:27.711 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2016-12-06 12:04:27.713 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) 2016-12-06 12:04:27.715 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2016-12-06 12:04:27.717 | Requirement already satisfied: cryptography===1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:04:27.744 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2016-12-06 12:04:27.746 | Requirement already satisfied: cmd2===0.6.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) 2016-12-06 12:04:27.749 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2016-12-06 12:04:27.751 | Requirement already satisfied: setuptools>=11.3 in /usr/local/lib/python2.7/dist-packages (from cryptography===1.6->-c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:04:27.756 | Requirement already satisfied: ipaddress===1.0.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2016-12-06 12:04:27.758 | Requirement already satisfied: idna===2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2016-12-06 12:04:27.760 | Requirement already satisfied: cffi===1.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2016-12-06 12:04:27.763 | Requirement already satisfied: pycparser===2.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2016-12-06 12:04:27.764 | Installing collected packages: pep8, flake8, hacking 2016-12-06 12:04:27.764 | Found existing installation: pep8 1.7.0 2016-12-06 12:04:27.767 | Uninstalling pep8-1.7.0: 2016-12-06 12:04:27.771 | Successfully uninstalled pep8-1.7.0 2016-12-06 12:04:27.789 | Found existing installation: flake8 2.5.5 2016-12-06 12:04:27.794 | Uninstalling flake8-2.5.5: 2016-12-06 12:04:27.796 | Successfully uninstalled flake8-2.5.5 2016-12-06 12:04:27.810 | Found existing installation: hacking 0.9.6 2016-12-06 12:04:27.815 | Uninstalling hacking-0.9.6: 2016-12-06 12:04:27.818 | Successfully uninstalled hacking-0.9.6 2016-12-06 12:04:28.123 | Successfully installed flake8-2.2.4 hacking-0.10.2 pep8-1.5.7 2016-12-06 12:04:28.245 | +inc/python:pip_install:175  result=0 2016-12-06 12:04:28.248 | +inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:04:28.251 | +functions-common:time_stop:2398  local name 2016-12-06 12:04:28.254 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:04:28.257 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:04:28.260 | +functions-common:time_stop:2401  local total 2016-12-06 12:04:28.263 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:04:28.266 | +functions-common:time_stop:2404  name=pip_install 2016-12-06 12:04:28.269 | +functions-common:time_stop:2405  start_time=1481025857 2016-12-06 12:04:28.272 | +functions-common:time_stop:2407  [[ -z 1481025857 ]] 2016-12-06 12:04:28.277 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:04:28.280 | +functions-common:time_stop:2410  end_time=1481025868 2016-12-06 12:04:28.283 | +functions-common:time_stop:2411  elapsed_time=11 2016-12-06 12:04:28.287 | +functions-common:time_stop:2412  total=19 2016-12-06 12:04:28.290 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:04:28.293 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=30 2016-12-06 12:04:28.296 | +inc/python:pip_install:179  return 0 2016-12-06 12:04:28.300 | +inc/python:setup_package:356  [[ -e == \-\e ]] 2016-12-06 12:04:28.303 | +inc/python:setup_package:357  safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2016-12-06 12:04:28.306 | +functions-common:safe_chown:2299  _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2016-12-06 12:04:28.326 | +functions-common:_safe_permission_operation:2170  sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2016-12-06 12:04:28.336 | +lib/keystone:install_keystone:553  is_service_enabled ldap 2016-12-06 12:04:28.356 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:28.359 | +lib/keystone:install_keystone:557  '[' mod_wsgi == mod_wsgi ']' 2016-12-06 12:04:28.363 | +lib/keystone:install_keystone:558  install_apache_wsgi 2016-12-06 12:04:28.366 | +lib/apache:install_apache_wsgi:72  is_ubuntu 2016-12-06 12:04:28.370 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:28.374 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:28.378 | +lib/apache:install_apache_wsgi:74  install_package apache2 libapache2-mod-wsgi 2016-12-06 12:04:28.382 | +functions-common:install_package:1285  update_package_repo 2016-12-06 12:04:28.385 | +functions-common:update_package_repo:1257  NO_UPDATE_REPOS=False 2016-12-06 12:04:28.389 | +functions-common:update_package_repo:1258  REPOS_UPDATED=True 2016-12-06 12:04:28.393 | +functions-common:update_package_repo:1259  RETRY_UPDATE=False 2016-12-06 12:04:28.397 | +functions-common:update_package_repo:1261  [[ False = \T\r\u\e ]] 2016-12-06 12:04:28.402 | +functions-common:update_package_repo:1265  is_ubuntu 2016-12-06 12:04:28.405 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:28.409 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:28.412 | +functions-common:update_package_repo:1266  apt_get_update 2016-12-06 12:04:28.415 | +functions-common:apt_get_update:1059  [[ True == \T\r\u\e ]] 2016-12-06 12:04:28.419 | +functions-common:apt_get_update:1059  [[ False != \T\r\u\e ]] 2016-12-06 12:04:28.422 | +functions-common:apt_get_update:1060  return 2016-12-06 12:04:28.425 | +functions-common:install_package:1286  real_install_package apache2 libapache2-mod-wsgi 2016-12-06 12:04:28.429 | +functions-common:real_install_package:1271  is_ubuntu 2016-12-06 12:04:28.433 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:28.436 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:28.440 | +functions-common:real_install_package:1272  apt_get install apache2 libapache2-mod-wsgi 2016-12-06 12:04:28.463 | +functions-common:apt_get:1100  sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 libapache2-mod-wsgi 2016-12-06 12:04:28.498 | Reading package lists... 2016-12-06 12:04:28.621 | Building dependency tree... 2016-12-06 12:04:28.621 | Reading state information... 2016-12-06 12:04:28.726 | libapache2-mod-wsgi is already the newest version (4.3.0-1.1build1). 2016-12-06 12:04:28.726 | apache2 is already the newest version (2.4.18-2ubuntu3.1). 2016-12-06 12:04:28.726 | 0 upgraded, 0 newly installed, 0 to remove and 138 not upgraded. 2016-12-06 12:04:28.731 | +functions-common:apt_get:1104  result=0 2016-12-06 12:04:28.736 | +functions-common:apt_get:1107  time_stop apt-get 2016-12-06 12:04:28.740 | +functions-common:time_stop:2398  local name 2016-12-06 12:04:28.744 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:04:28.747 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:04:28.750 | +functions-common:time_stop:2401  local total 2016-12-06 12:04:28.754 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:04:28.757 | +functions-common:time_stop:2404  name=apt-get 2016-12-06 12:04:28.760 | +functions-common:time_stop:2405  start_time=1481025868 2016-12-06 12:04:28.764 | +functions-common:time_stop:2407  [[ -z 1481025868 ]] 2016-12-06 12:04:28.769 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:04:28.773 | +functions-common:time_stop:2410  end_time=1481025868 2016-12-06 12:04:28.776 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:04:28.779 | +functions-common:time_stop:2412  total=2 2016-12-06 12:04:28.782 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:04:28.785 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=2 2016-12-06 12:04:28.789 | +functions-common:apt_get:1108  return 0 2016-12-06 12:04:28.792 | +lib/apache:install_apache_wsgi:84  enable_apache_mod wsgi 2016-12-06 12:04:28.795 | +lib/apache:enable_apache_mod:54  local mod=wsgi 2016-12-06 12:04:28.798 | +lib/apache:enable_apache_mod:56  is_ubuntu 2016-12-06 12:04:28.801 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:28.805 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:28.808 | +lib/apache:enable_apache_mod:57  a2query -m wsgi 2016-12-06 12:04:28.844 | wsgi (enabled by maintainer script) 2016-12-06 12:04:28.847 | +lib/apache:install_apache_wsgi:89  sudo a2enmod version 2016-12-06 12:04:28.898 | ERROR: Module version does not exist! 2016-12-06 12:04:28.903 | +lib/apache:install_apache_wsgi:89  true 2016-12-06 12:04:28.907 | +lib/keystone:install_keystone:559  is_ssl_enabled_service key 2016-12-06 12:04:28.910 | +lib/tls:is_ssl_enabled_service:375  local services=key 2016-12-06 12:04:28.914 | +lib/tls:is_ssl_enabled_service:376  local service= 2016-12-06 12:04:28.919 | +lib/tls:is_ssl_enabled_service:377  '[' False == False ']' 2016-12-06 12:04:28.923 | +lib/tls:is_ssl_enabled_service:378  return 1 2016-12-06 12:04:28.928 | +lib/stack:stack_install_service:33  [[ False = True ]] 2016-12-06 12:04:28.932 | +./stack.sh:main:825  configure_keystone 2016-12-06 12:04:28.935 | +lib/keystone:configure_keystone:195  sudo install -d -o ubuntu /etc/keystone 2016-12-06 12:04:28.944 | +lib/keystone:configure_keystone:197  [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2016-12-06 12:04:28.948 | +lib/keystone:configure_keystone:198  install -m 600 /opt/stack/keystone/etc/keystone.conf.sample /etc/keystone/keystone.conf 2016-12-06 12:04:28.954 | +lib/keystone:configure_keystone:199  cp -p /opt/stack/keystone/etc/policy.json /etc/keystone 2016-12-06 12:04:28.960 | +lib/keystone:configure_keystone:200  [[ -f /opt/stack/keystone/etc/keystone-paste.ini ]] 2016-12-06 12:04:28.964 | +lib/keystone:configure_keystone:201  cp -p /opt/stack/keystone/etc/keystone-paste.ini /etc/keystone/keystone-paste.ini 2016-12-06 12:04:28.968 | +lib/keystone:configure_keystone:204  [[ -f /etc/keystone/keystone-paste.ini ]] 2016-12-06 12:04:28.971 | +lib/keystone:configure_keystone:205  iniset /etc/keystone/keystone.conf paste_deploy config_file /etc/keystone/keystone-paste.ini 2016-12-06 12:04:29.000 | +lib/keystone:configure_keystone:211  '[' True == False ']' 2016-12-06 12:04:29.003 | +lib/keystone:configure_keystone:219  is_service_enabled ldap 2016-12-06 12:04:29.022 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:29.025 | +lib/keystone:configure_keystone:229  iniset /etc/keystone/keystone.conf identity driver sql 2016-12-06 12:04:29.055 | +lib/keystone:configure_keystone:230  iniset /etc/keystone/keystone.conf assignment driver sql 2016-12-06 12:04:29.082 | +lib/keystone:configure_keystone:231  iniset /etc/keystone/keystone.conf role driver sql 2016-12-06 12:04:29.111 | +lib/keystone:configure_keystone:232  iniset /etc/keystone/keystone.conf resource driver sql 2016-12-06 12:04:29.139 | +lib/keystone:configure_keystone:235  iniset /etc/keystone/keystone.conf cache enabled True 2016-12-06 12:04:29.168 | +lib/keystone:configure_keystone:236  iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2016-12-06 12:04:29.196 | +lib/keystone:configure_keystone:237  iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2016-12-06 12:04:29.225 | +lib/keystone:configure_keystone:239  iniset_rpc_backend keystone /etc/keystone/keystone.conf 2016-12-06 12:04:29.228 | +lib/rpc_backend:iniset_rpc_backend:117  local package=keystone 2016-12-06 12:04:29.231 | +lib/rpc_backend:iniset_rpc_backend:118  local file=/etc/keystone/keystone.conf 2016-12-06 12:04:29.234 | +lib/rpc_backend:iniset_rpc_backend:119  local section=DEFAULT 2016-12-06 12:04:29.238 | +lib/rpc_backend:iniset_rpc_backend:120  local virtual_host= 2016-12-06 12:04:29.241 | +lib/rpc_backend:iniset_rpc_backend:121  is_service_enabled rabbit 2016-12-06 12:04:29.258 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:29.262 | ++lib/rpc_backend:iniset_rpc_backend:122  get_transport_url '' 2016-12-06 12:04:29.266 | ++lib/rpc_backend:get_transport_url:109  local virtual_host= 2016-12-06 12:04:29.270 | ++lib/rpc_backend:get_transport_url:110  is_service_enabled rabbit 2016-12-06 12:04:29.290 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:29.294 | ++lib/rpc_backend:get_transport_url:111  echo rabbit://stackrabbit:passwd3@10.42.0.106:5672/ 2016-12-06 12:04:29.297 | +lib/rpc_backend:iniset_rpc_backend:122  iniset /etc/keystone/keystone.conf DEFAULT transport_url rabbit://stackrabbit:passwd3@10.42.0.106:5672/ 2016-12-06 12:04:29.329 | +lib/rpc_backend:iniset_rpc_backend:123  '[' -n '' ']' 2016-12-06 12:04:29.333 | +lib/rpc_backend:iniset_rpc_backend:126  '[' -n '' ']' 2016-12-06 12:04:29.336 | +lib/keystone:configure_keystone:242  is_ssl_enabled_service key 2016-12-06 12:04:29.340 | +lib/tls:is_ssl_enabled_service:375  local services=key 2016-12-06 12:04:29.344 | +lib/tls:is_ssl_enabled_service:376  local service= 2016-12-06 12:04:29.348 | +lib/tls:is_ssl_enabled_service:377  '[' False == False ']' 2016-12-06 12:04:29.353 | +lib/tls:is_ssl_enabled_service:378  return 1 2016-12-06 12:04:29.357 | +lib/keystone:configure_keystone:246  local service_port=5000 2016-12-06 12:04:29.362 | +lib/keystone:configure_keystone:247  local auth_port=35357 2016-12-06 12:04:29.366 | +lib/keystone:configure_keystone:249  is_service_enabled tls-proxy 2016-12-06 12:04:29.392 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:29.395 | +lib/keystone:configure_keystone:261  is_service_enabled tls-proxy 2016-12-06 12:04:29.415 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:29.435 | +lib/keystone:configure_keystone:261  '[' mod_wsgi == mod_wsgi ']' 2016-12-06 12:04:29.435 | +lib/keystone:configure_keystone:262  iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.42.0.106/identity 2016-12-06 12:04:29.450 | +lib/keystone:configure_keystone:263  iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.42.0.106/identity_admin 2016-12-06 12:04:29.477 | +lib/keystone:configure_keystone:266  [[ fernet != '' ]] 2016-12-06 12:04:29.480 | +lib/keystone:configure_keystone:267  iniset /etc/keystone/keystone.conf token provider fernet 2016-12-06 12:04:29.509 | ++lib/keystone:configure_keystone:270  database_connection_url keystone 2016-12-06 12:04:29.513 | ++lib/database:database_connection_url:134  local db=keystone 2016-12-06 12:04:29.517 | ++lib/database:database_connection_url:135  database_connection_url_mysql keystone 2016-12-06 12:04:29.521 | ++lib/databases/mysql:database_connection_url_mysql:176  local db=keystone 2016-12-06 12:04:29.525 | ++lib/databases/mysql:database_connection_url_mysql:177  echo 'mysql+pymysql://root:passwd2@127.0.0.1/keystone?charset=utf8' 2016-12-06 12:04:29.529 | +lib/keystone:configure_keystone:270  iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:passwd2@127.0.0.1/keystone?charset=utf8' 2016-12-06 12:04:29.562 | +lib/keystone:configure_keystone:272  iniset /etc/keystone/keystone.conf token driver sql 2016-12-06 12:04:29.594 | +lib/keystone:configure_keystone:275  '[' False '!=' False ']' 2016-12-06 12:04:29.597 | +lib/keystone:configure_keystone:280  '[' True == True ']' 2016-12-06 12:04:29.602 | +lib/keystone:configure_keystone:280  '[' False == False ']' 2016-12-06 12:04:29.605 | +lib/keystone:configure_keystone:280  '[' mod_wsgi '!=' mod_wsgi ']' 2016-12-06 12:04:29.608 | +lib/keystone:configure_keystone:284  iniset /etc/keystone/keystone.conf DEFAULT debug True 2016-12-06 12:04:29.642 | +lib/keystone:configure_keystone:286  '[' mod_wsgi == mod_wsgi ']' 2016-12-06 12:04:29.646 | +lib/keystone:configure_keystone:287  iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix '%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s' 2016-12-06 12:04:29.676 | +lib/keystone:configure_keystone:288  _config_keystone_apache_wsgi 2016-12-06 12:04:29.679 | +lib/keystone:_config_keystone_apache_wsgi:154  local keystone_apache_conf 2016-12-06 12:04:29.684 | ++lib/keystone:_config_keystone_apache_wsgi:155  apache_site_config_for keystone 2016-12-06 12:04:29.688 | ++lib/apache:apache_site_config_for:141  local site=keystone 2016-12-06 12:04:29.692 | ++lib/apache:apache_site_config_for:142  is_ubuntu 2016-12-06 12:04:29.695 | ++functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:29.699 | ++functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:29.703 | ++lib/apache:apache_site_config_for:143  local apache_version 2016-12-06 12:04:29.707 | +++lib/apache:apache_site_config_for:144  get_apache_version 2016-12-06 12:04:29.711 | +++lib/apache:get_apache_version:96  is_ubuntu 2016-12-06 12:04:29.715 | +++functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:29.719 | +++functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:29.723 | +++lib/apache:get_apache_version:97  local version_str 2016-12-06 12:04:29.728 | ++++lib/apache:get_apache_version:98  sudo /usr/sbin/apache2ctl -v 2016-12-06 12:04:29.728 | ++++lib/apache:get_apache_version:98  awk '/Server version/ {print $3}' 2016-12-06 12:04:29.729 | ++++lib/apache:get_apache_version:98  cut -f2 -d/ 2016-12-06 12:04:29.762 | +++lib/apache:get_apache_version:98  version_str=2.4.18 2016-12-06 12:04:29.766 | +++lib/apache:get_apache_version:108  [[ 2.4.18 =~ ^2\.2\. ]] 2016-12-06 12:04:29.770 | +++lib/apache:get_apache_version:110  [[ 2.4.18 =~ ^2\.4\. ]] 2016-12-06 12:04:29.774 | +++lib/apache:get_apache_version:111  echo 2.4 2016-12-06 12:04:29.778 | ++lib/apache:apache_site_config_for:144  apache_version=2.4 2016-12-06 12:04:29.783 | ++lib/apache:apache_site_config_for:145  [[ 2.4 == \2\.\2 ]] 2016-12-06 12:04:29.787 | ++lib/apache:apache_site_config_for:150  echo /etc/apache2/sites-available/keystone.conf 2016-12-06 12:04:29.790 | +lib/keystone:_config_keystone_apache_wsgi:155  keystone_apache_conf=/etc/apache2/sites-available/keystone.conf 2016-12-06 12:04:29.794 | +lib/keystone:_config_keystone_apache_wsgi:156  keystone_ssl_listen='#' 2016-12-06 12:04:29.797 | +lib/keystone:_config_keystone_apache_wsgi:157  local keystone_ssl= 2016-12-06 12:04:29.800 | +lib/keystone:_config_keystone_apache_wsgi:158  local keystone_certfile= 2016-12-06 12:04:29.803 | +lib/keystone:_config_keystone_apache_wsgi:159  local keystone_keyfile= 2016-12-06 12:04:29.806 | +lib/keystone:_config_keystone_apache_wsgi:160  local keystone_service_port=5000 2016-12-06 12:04:29.809 | +lib/keystone:_config_keystone_apache_wsgi:161  local keystone_auth_port=35357 2016-12-06 12:04:29.812 | +lib/keystone:_config_keystone_apache_wsgi:162  local venv_path= 2016-12-06 12:04:29.815 | +lib/keystone:_config_keystone_apache_wsgi:164  is_ssl_enabled_service key 2016-12-06 12:04:29.819 | +lib/tls:is_ssl_enabled_service:375  local services=key 2016-12-06 12:04:29.822 | +lib/tls:is_ssl_enabled_service:376  local service= 2016-12-06 12:04:29.825 | +lib/tls:is_ssl_enabled_service:377  '[' False == False ']' 2016-12-06 12:04:29.828 | +lib/tls:is_ssl_enabled_service:378  return 1 2016-12-06 12:04:29.831 | +lib/keystone:_config_keystone_apache_wsgi:170  is_service_enabled tls-proxy 2016-12-06 12:04:29.850 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:29.853 | +lib/keystone:_config_keystone_apache_wsgi:174  [[ False = True ]] 2016-12-06 12:04:29.856 | +lib/keystone:_config_keystone_apache_wsgi:178  sudo cp /home/ubuntu/devstack/files/apache-keystone.template /etc/apache2/sites-available/keystone.conf 2016-12-06 12:04:29.865 | +lib/keystone:_config_keystone_apache_wsgi:179  sudo sed -e ' 2016-12-06 12:04:29.865 | s|%PUBLICPORT%|5000|g; 2016-12-06 12:04:29.865 | s|%ADMINPORT%|35357|g; 2016-12-06 12:04:29.865 | s|%APACHE_NAME%|apache2|g; 2016-12-06 12:04:29.865 | s|%SSLLISTEN%|#|g; 2016-12-06 12:04:29.865 | s|%SSLENGINE%||g; 2016-12-06 12:04:29.865 | s|%SSLCERTFILE%||g; 2016-12-06 12:04:29.865 | s|%SSLKEYFILE%||g; 2016-12-06 12:04:29.865 | s|%USER%|ubuntu|g; 2016-12-06 12:04:29.865 | s|%VIRTUALENV%||g 2016-12-06 12:04:29.865 | s|%KEYSTONE_BIN%|/usr/local/bin|g 2016-12-06 12:04:29.865 | ' -i /etc/apache2/sites-available/keystone.conf 2016-12-06 12:04:29.873 | +lib/keystone:configure_keystone:331  iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2016-12-06 12:04:29.905 | +lib/keystone:configure_keystone:333  iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2016-12-06 12:04:29.940 | +lib/keystone:configure_keystone:335  iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2016-12-06 12:04:29.968 | +./stack.sh:main:829  is_service_enabled swift 2016-12-06 12:04:29.987 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:29.990 | +./stack.sh:main:845  is_service_enabled g-api n-api 2016-12-06 12:04:30.009 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:30.013 | +./stack.sh:main:847  stack_install_service glance 2016-12-06 12:04:30.016 | +lib/stack:stack_install_service:20  local service=glance 2016-12-06 12:04:30.019 | +lib/stack:stack_install_service:21  type install_glance 2016-12-06 12:04:30.022 | +lib/stack:stack_install_service:23  [[ False = True ]] 2016-12-06 12:04:30.025 | +lib/stack:stack_install_service:32  install_glance 2016-12-06 12:04:30.028 | +lib/glance:install_glance:375  use_library_from_git glance_store 2016-12-06 12:04:30.032 | +inc/python:use_library_from_git:197  local name=glance_store 2016-12-06 12:04:30.035 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:30.039 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:30.043 | +inc/python:use_library_from_git:199  [[ ,, =~ ,glance_store, ]] 2016-12-06 12:04:30.047 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:30.050 | +lib/glance:install_glance:380  git_clone git://git.openstack.org/openstack/glance.git /opt/stack/glance master 2016-12-06 12:04:30.053 | +functions-common:git_clone:496  local git_remote=git://git.openstack.org/openstack/glance.git 2016-12-06 12:04:30.056 | +functions-common:git_clone:497  local git_dest=/opt/stack/glance 2016-12-06 12:04:30.059 | +functions-common:git_clone:498  local git_ref=master 2016-12-06 12:04:30.063 | +functions-common:git_clone:499  local orig_dir 2016-12-06 12:04:30.067 | ++functions-common:git_clone:500  pwd 2016-12-06 12:04:30.070 | +functions-common:git_clone:500  orig_dir=/home/ubuntu/devstack 2016-12-06 12:04:30.073 | +functions-common:git_clone:501  local git_clone_flags= 2016-12-06 12:04:30.078 | ++functions-common:git_clone:503  trueorfalse False RECLONE 2016-12-06 12:04:30.099 | +functions-common:git_clone:503  RECLONE=False 2016-12-06 12:04:30.103 | +functions-common:git_clone:504  [[ 0 -gt 0 ]] 2016-12-06 12:04:30.106 | +functions-common:git_clone:508  [[ False = \T\r\u\e ]] 2016-12-06 12:04:30.109 | +functions-common:git_clone:517  echo master 2016-12-06 12:04:30.110 | +functions-common:git_clone:517  egrep -q '^refs' 2016-12-06 12:04:30.114 | +functions-common:git_clone:531  [[ ! -d /opt/stack/glance ]] 2016-12-06 12:04:30.117 | +functions-common:git_clone:539  [[ False = \T\r\u\e ]] 2016-12-06 12:04:30.120 | +functions-common:git_clone:565  cd /opt/stack/glance 2016-12-06 12:04:30.124 | +functions-common:git_clone:566  head -1 2016-12-06 12:04:30.124 | +functions-common:git_clone:566  git show --oneline 2016-12-06 12:04:30.125 | 036b1f4 Merge "Correct releasenote "Prepare for oslo.log 3.17.0"" 2016-12-06 12:04:30.129 | +functions-common:git_clone:567  cd /home/ubuntu/devstack 2016-12-06 12:04:30.132 | +lib/glance:install_glance:382  setup_develop /opt/stack/glance 2016-12-06 12:04:30.135 | +inc/python:setup_develop:271  local project_dir=/opt/stack/glance 2016-12-06 12:04:30.138 | +inc/python:setup_develop:272  local extras= 2016-12-06 12:04:30.141 | +inc/python:setup_develop:273  _setup_package_with_constraints_edit /opt/stack/glance -e 2016-12-06 12:04:30.144 | +inc/python:_setup_package_with_constraints_edit:303  local project_dir=/opt/stack/glance 2016-12-06 12:04:30.148 | +inc/python:_setup_package_with_constraints_edit:304  local flags=-e 2016-12-06 12:04:30.151 | +inc/python:_setup_package_with_constraints_edit:305  local extras= 2016-12-06 12:04:30.156 | ++inc/python:_setup_package_with_constraints_edit:312  cd /opt/stack/glance 2016-12-06 12:04:30.160 | ++inc/python:_setup_package_with_constraints_edit:312  pwd 2016-12-06 12:04:30.163 | +inc/python:_setup_package_with_constraints_edit:312  project_dir=/opt/stack/glance 2016-12-06 12:04:30.166 | +inc/python:_setup_package_with_constraints_edit:314  '[' -n /opt/stack/requirements ']' 2016-12-06 12:04:30.170 | +inc/python:_setup_package_with_constraints_edit:316  local name 2016-12-06 12:04:30.174 | ++inc/python:_setup_package_with_constraints_edit:317  awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2016-12-06 12:04:30.179 | +inc/python:_setup_package_with_constraints_edit:317  name=glance 2016-12-06 12:04:30.182 | +inc/python:_setup_package_with_constraints_edit:319  /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance '-e file:///opt/stack/glance#egg=glance' 2016-12-06 12:04:30.599 | +inc/python:_setup_package_with_constraints_edit:323  setup_package /opt/stack/glance -e 2016-12-06 12:04:30.605 | +inc/python:setup_package:339  local project_dir=/opt/stack/glance 2016-12-06 12:04:30.610 | +inc/python:setup_package:340  local flags=-e 2016-12-06 12:04:30.616 | +inc/python:setup_package:341  local extras= 2016-12-06 12:04:30.623 | +inc/python:setup_package:345  [[ -n -e ]] 2016-12-06 12:04:30.627 | +inc/python:setup_package:345  [[ -z '' ]] 2016-12-06 12:04:30.633 | +inc/python:setup_package:345  [[ ! -e =~ ^-.* ]] 2016-12-06 12:04:30.638 | +inc/python:setup_package:350  [[ ! -z '' ]] 2016-12-06 12:04:30.642 | +inc/python:setup_package:354  pip_install -e /opt/stack/glance 2016-12-06 12:04:31.081 | +inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2016-12-06 12:04:31.722 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:04:31.724 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:04:32.090 | Obtaining file:///opt/stack/glance 2016-12-06 12:04:33.862 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2016-12-06 12:04:35.240 | Requirement already satisfied: Paste===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) 2016-12-06 12:04:35.246 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) 2016-12-06 12:04:35.249 | Requirement already satisfied: Routes===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2016-12-06 12:04:35.254 | Requirement already satisfied: SQLAlchemy===1.0.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) 2016-12-06 12:04:35.256 | Requirement already satisfied: WSME===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) 2016-12-06 12:04:35.262 | Requirement already satisfied: WebOb===1.6.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) 2016-12-06 12:04:35.268 | Requirement already satisfied: cryptography===1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:04:35.293 | Requirement already satisfied: cursive===0.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) 2016-12-06 12:04:35.304 | Requirement already satisfied: debtcollector===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) 2016-12-06 12:04:35.312 | Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2016-12-06 12:04:35.314 | Requirement already satisfied: eventlet===0.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) 2016-12-06 12:04:35.317 | Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:04:35.320 | Requirement already satisfied: futurist===0.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2016-12-06 12:04:35.330 | Requirement already satisfied: glance-store===0.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) 2016-12-06 12:04:35.357 | Requirement already satisfied: greenlet===0.4.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) 2016-12-06 12:04:35.358 | Requirement already satisfied: httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 152)) 2016-12-06 12:04:35.360 | Requirement already satisfied: idna===2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2016-12-06 12:04:35.362 | Requirement already satisfied: ipaddress===1.0.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2016-12-06 12:04:35.363 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) 2016-12-06 12:04:35.365 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2016-12-06 12:04:35.374 | Requirement already satisfied: keystoneauth1===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2016-12-06 12:04:35.388 | Requirement already satisfied: keystonemiddleware===4.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2016-12-06 12:04:35.404 | Requirement already satisfied: lxml===3.6.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) 2016-12-06 12:04:35.410 | Requirement already satisfied: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) 2016-12-06 12:04:35.411 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) 2016-12-06 12:04:35.414 | Requirement already satisfied: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2016-12-06 12:04:35.416 | Requirement already satisfied: oslo.concurrency===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) 2016-12-06 12:04:35.428 | Requirement already satisfied: oslo.config===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2016-12-06 12:04:35.435 | Requirement already satisfied: oslo.context===2.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2016-12-06 12:04:35.439 | Requirement already satisfied: oslo.db===4.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) 2016-12-06 12:04:35.477 | Requirement already satisfied: oslo.i18n===3.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2016-12-06 12:04:35.482 | Requirement already satisfied: oslo.log===3.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2016-12-06 12:04:35.499 | Requirement already satisfied: oslo.messaging===5.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) 2016-12-06 12:04:35.528 | Requirement already satisfied: oslo.middleware===3.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2016-12-06 12:04:35.539 | Requirement already satisfied: oslo.policy===1.17.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) 2016-12-06 12:04:35.548 | Requirement already satisfied: oslo.serialization===2.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2016-12-06 12:04:35.554 | Requirement already satisfied: oslo.service===1.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2016-12-06 12:04:35.572 | Requirement already satisfied: oslo.utils===3.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2016-12-06 12:04:35.587 | Requirement already satisfied: osprofiler===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) 2016-12-06 12:04:35.594 | Requirement already satisfied: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:04:35.595 | Requirement already satisfied: pika===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) 2016-12-06 12:04:35.600 | Requirement already satisfied: pika-pool===0.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2016-12-06 12:04:35.606 | Requirement already satisfied: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2016-12-06 12:04:35.609 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2016-12-06 12:04:35.610 | Requirement already satisfied: pyOpenSSL===16.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271)) 2016-12-06 12:04:35.614 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2016-12-06 12:04:35.616 | Requirement already satisfied: pycadf===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) 2016-12-06 12:04:35.622 | Requirement already satisfied: pycrypto===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) 2016-12-06 12:04:35.624 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2016-12-06 12:04:35.625 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2016-12-06 12:04:35.627 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2016-12-06 12:04:35.629 | Requirement already satisfied: python-keystoneclient===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) 2016-12-06 12:04:35.642 | Requirement already satisfied: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:04:35.645 | Requirement already satisfied: repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) 2016-12-06 12:04:35.649 | Requirement already satisfied: requests===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:04:35.657 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) 2016-12-06 12:04:35.660 | Requirement already satisfied: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) 2016-12-06 12:04:35.662 | Requirement already satisfied: semantic-version===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) 2016-12-06 12:04:35.664 | Requirement already satisfied: simplegeneric===0.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) 2016-12-06 12:04:35.666 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:04:35.668 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2016-12-06 12:04:35.675 | Requirement already satisfied: sqlparse===0.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2016-12-06 12:04:35.677 | Requirement already satisfied: stevedore===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2016-12-06 12:04:35.680 | Requirement already satisfied: taskflow===2.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) 2016-12-06 12:04:35.733 | Requirement already satisfied: tenacity===3.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) 2016-12-06 12:04:35.740 | Requirement already satisfied: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2016-12-06 12:04:35.741 | Requirement already satisfied: setuptools>=11.3 in /usr/local/lib/python2.7/dist-packages (from cryptography===1.6->-c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:04:35.746 | Requirement already satisfied: cffi===1.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2016-12-06 12:04:35.749 | Requirement already satisfied: castellan===0.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) 2016-12-06 12:04:35.759 | Requirement already satisfied: contextlib2===0.5.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) 2016-12-06 12:04:35.761 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2016-12-06 12:04:35.762 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2016-12-06 12:04:35.764 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) 2016-12-06 12:04:35.767 | Requirement already satisfied: alembic===0.8.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 66)) 2016-12-06 12:04:35.771 | Requirement already satisfied: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:04:35.774 | Requirement already satisfied: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2016-12-06 12:04:35.775 | Requirement already satisfied: cachetools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83)) 2016-12-06 12:04:35.777 | Requirement already satisfied: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67)) 2016-12-06 12:04:35.779 | Requirement already satisfied: kombu===3.0.37 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171)) 2016-12-06 12:04:35.785 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2016-12-06 12:04:35.789 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) 2016-12-06 12:04:35.791 | Requirement already satisfied: decorator===4.0.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) 2016-12-06 12:04:35.792 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) 2016-12-06 12:04:35.794 | Requirement already satisfied: networkx===1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) 2016-12-06 12:04:35.797 | Requirement already satisfied: automaton===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 73)) 2016-12-06 12:04:35.802 | Requirement already satisfied: pycparser===2.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2016-12-06 12:04:35.804 | Requirement already satisfied: python-editor===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) 2016-12-06 12:04:35.805 | Requirement already satisfied: Mako===1.0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) 2016-12-06 12:04:35.808 | Requirement already satisfied: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 68)) 2016-12-06 12:04:35.809 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2016-12-06 12:04:35.811 | Installing collected packages: glance 2016-12-06 12:04:35.811 | Found existing installation: glance 14.0.0.0b2.dev16 2016-12-06 12:04:35.814 | Can't uninstall 'glance'. No files were found to uninstall. 2016-12-06 12:04:35.814 | Running setup.py develop for glance 2016-12-06 12:04:38.077 | Successfully installed glance 2016-12-06 12:04:38.188 | +inc/python:pip_install:162  result=0 2016-12-06 12:04:38.192 | +inc/python:pip_install:165  local test_req=/opt/stack/glance/test-requirements.txt 2016-12-06 12:04:38.195 | +inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:04:38.198 | +inc/python:pip_install:166  [[ -e /opt/stack/glance/test-requirements.txt ]] 2016-12-06 12:04:38.202 | +inc/python:pip_install:167  echo 'Installing test-requirements for /opt/stack/glance/test-requirements.txt' 2016-12-06 12:04:38.202 | Installing test-requirements for /opt/stack/glance/test-requirements.txt 2016-12-06 12:04:38.206 | +inc/python:pip_install:169  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/glance/test-requirements.txt 2016-12-06 12:04:38.789 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:04:38.791 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:04:39.133 | Requirement already satisfied: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:04:39.135 | Requirement already satisfied: PyMySQL===0.7.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2016-12-06 12:04:39.137 | Requirement already satisfied: Sphinx===1.3.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2016-12-06 12:04:39.153 | Requirement already satisfied: alabaster===0.7.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65)) 2016-12-06 12:04:39.154 | Requirement already satisfied: bandit===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 75)) 2016-12-06 12:04:39.160 | Requirement already satisfied: coverage===4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) 2016-12-06 12:04:39.162 | Requirement already satisfied: docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) 2016-12-06 12:04:39.164 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2016-12-06 12:04:39.171 | Requirement already satisfied: mock===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) 2016-12-06 12:04:39.189 | Requirement already satisfied: os-api-ref===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) 2016-12-06 12:04:39.196 | Requirement already satisfied: os-testr===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) 2016-12-06 12:04:39.202 | Requirement already satisfied: oslosphinx===4.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247)) 2016-12-06 12:04:39.206 | Requirement already satisfied: oslotest===2.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) 2016-12-06 12:04:39.216 | Requirement already satisfied: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:04:39.218 | Requirement already satisfied: psutil===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 267)) 2016-12-06 12:04:39.220 | Requirement already satisfied: psycopg2===2.6.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 268)) 2016-12-06 12:04:39.222 | Requirement already satisfied: pysendfile===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) 2016-12-06 12:04:39.224 | Requirement already satisfied: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) 2016-12-06 12:04:39.233 | Requirement already satisfied: python-swiftclient===3.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) 2016-12-06 12:04:39.241 | Requirement already satisfied: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:04:39.244 | Requirement already satisfied: qpid-python===0.32.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) 2016-12-06 12:04:39.245 | Requirement already satisfied: reno===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) 2016-12-06 12:04:39.251 | Requirement already satisfied: requests===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:04:39.260 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:04:39.261 | Requirement already satisfied: snowballstemmer===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) 2016-12-06 12:04:39.263 | Requirement already satisfied: sphinx-rtd-theme===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) 2016-12-06 12:04:39.266 | Requirement already satisfied: stevedore===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2016-12-06 12:04:39.270 | Requirement already satisfied: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2016-12-06 12:04:39.278 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2016-12-06 12:04:39.284 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) 2016-12-06 12:04:39.287 | Requirement already satisfied: testtools===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) 2016-12-06 12:04:39.297 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) 2016-12-06 12:04:39.300 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:04:39.304 | Requirement already satisfied: xattr===0.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) 2016-12-06 12:04:39.307 | Requirement already satisfied: hacking<0.11,>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/glance/test-requirements.txt (line 6)) 2016-12-06 12:04:39.315 | Requirement already satisfied: Pygments===2.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) 2016-12-06 12:04:39.317 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2016-12-06 12:04:39.320 | Requirement already satisfied: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2016-12-06 12:04:39.322 | Requirement already satisfied: GitPython===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) 2016-12-06 12:04:39.324 | Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:04:39.327 | Requirement already satisfied: openstackdocstheme===1.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) 2016-12-06 12:04:39.331 | Requirement already satisfied: os-client-config===1.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2016-12-06 12:04:39.337 | Requirement already satisfied: mox3===0.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) 2016-12-06 12:04:39.341 | Requirement already satisfied: debtcollector===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) 2016-12-06 12:04:39.349 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) 2016-12-06 12:04:39.351 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2016-12-06 12:04:39.352 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2016-12-06 12:04:39.354 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) 2016-12-06 12:04:39.355 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:04:39.357 | Requirement already satisfied: cffi===1.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2016-12-06 12:04:39.359 | Requirement already satisfied: flake8==2.2.4 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/glance/test-requirements.txt (line 6)) 2016-12-06 12:04:39.364 | Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/glance/test-requirements.txt (line 6)) 2016-12-06 12:04:39.366 | Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/glance/test-requirements.txt (line 6)) 2016-12-06 12:04:39.368 | Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/glance/test-requirements.txt (line 6)) 2016-12-06 12:04:39.370 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2016-12-06 12:04:39.371 | Requirement already satisfied: gitdb2===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) 2016-12-06 12:04:39.374 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) 2016-12-06 12:04:39.377 | Requirement already satisfied: keystoneauth1===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2016-12-06 12:04:39.392 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2016-12-06 12:04:39.394 | Requirement already satisfied: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2016-12-06 12:04:39.395 | Requirement already satisfied: pycparser===2.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2016-12-06 12:04:39.397 | Requirement already satisfied: smmap2===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) 2016-12-06 12:04:39.398 | Requirement already satisfied: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2016-12-06 12:04:39.402 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) 2016-12-06 12:04:39.508 | +inc/python:pip_install:175  result=0 2016-12-06 12:04:39.512 | +inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:04:39.515 | +functions-common:time_stop:2398  local name 2016-12-06 12:04:39.520 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:04:39.523 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:04:39.526 | +functions-common:time_stop:2401  local total 2016-12-06 12:04:39.530 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:04:39.533 | +functions-common:time_stop:2404  name=pip_install 2016-12-06 12:04:39.536 | +functions-common:time_stop:2405  start_time=1481025870 2016-12-06 12:04:39.539 | +functions-common:time_stop:2407  [[ -z 1481025870 ]] 2016-12-06 12:04:39.543 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:04:39.547 | +functions-common:time_stop:2410  end_time=1481025879 2016-12-06 12:04:39.550 | +functions-common:time_stop:2411  elapsed_time=9 2016-12-06 12:04:39.553 | +functions-common:time_stop:2412  total=30 2016-12-06 12:04:39.556 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:04:39.559 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=39 2016-12-06 12:04:39.563 | +inc/python:pip_install:179  return 0 2016-12-06 12:04:39.566 | +inc/python:setup_package:356  [[ -e == \-\e ]] 2016-12-06 12:04:39.569 | +inc/python:setup_package:357  safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2016-12-06 12:04:39.572 | +functions-common:safe_chown:2299  _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2016-12-06 12:04:39.592 | +functions-common:_safe_permission_operation:2170  sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2016-12-06 12:04:39.603 | +lib/stack:stack_install_service:33  [[ False = True ]] 2016-12-06 12:04:39.606 | +./stack.sh:main:848  configure_glance 2016-12-06 12:04:39.609 | +lib/glance:configure_glance:98  sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2016-12-06 12:04:39.618 | +lib/glance:configure_glance:101  is_service_enabled g-glare 2016-12-06 12:04:39.636 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:39.639 | +lib/glance:configure_glance:104  cp /opt/stack/glance/etc/glance-registry.conf /etc/glance/glance-registry.conf 2016-12-06 12:04:39.643 | +lib/glance:configure_glance:105  iniset /etc/glance/glance-registry.conf DEFAULT debug True 2016-12-06 12:04:39.669 | +lib/glance:configure_glance:106  iniset /etc/glance/glance-registry.conf DEFAULT bind_host 0.0.0.0 2016-12-06 12:04:39.697 | +lib/glance:configure_glance:107  inicomment /etc/glance/glance-registry.conf DEFAULT log_file 2016-12-06 12:04:39.718 | +lib/glance:configure_glance:108  local dburl 2016-12-06 12:04:39.722 | ++lib/glance:configure_glance:109  database_connection_url glance 2016-12-06 12:04:39.726 | ++lib/database:database_connection_url:134  local db=glance 2016-12-06 12:04:39.729 | ++lib/database:database_connection_url:135  database_connection_url_mysql glance 2016-12-06 12:04:39.733 | ++lib/databases/mysql:database_connection_url_mysql:176  local db=glance 2016-12-06 12:04:39.736 | ++lib/databases/mysql:database_connection_url_mysql:177  echo 'mysql+pymysql://root:passwd2@127.0.0.1/glance?charset=utf8' 2016-12-06 12:04:39.739 | +lib/glance:configure_glance:109  dburl='mysql+pymysql://root:passwd2@127.0.0.1/glance?charset=utf8' 2016-12-06 12:04:39.742 | +lib/glance:configure_glance:110  iniset /etc/glance/glance-registry.conf database connection 'mysql+pymysql://root:passwd2@127.0.0.1/glance?charset=utf8' 2016-12-06 12:04:39.765 | +lib/glance:configure_glance:111  iniset /etc/glance/glance-registry.conf DEFAULT use_syslog False 2016-12-06 12:04:39.790 | +lib/glance:configure_glance:112  iniset /etc/glance/glance-registry.conf DEFAULT workers 2 2016-12-06 12:04:39.815 | +lib/glance:configure_glance:113  iniset /etc/glance/glance-registry.conf paste_deploy flavor keystone 2016-12-06 12:04:39.842 | +lib/glance:configure_glance:114  configure_auth_token_middleware /etc/glance/glance-registry.conf glance /var/cache/glance/registry 2016-12-06 12:04:39.845 | +lib/keystone:configure_auth_token_middleware:466  local conf_file=/etc/glance/glance-registry.conf 2016-12-06 12:04:39.847 | +lib/keystone:configure_auth_token_middleware:467  local admin_user=glance 2016-12-06 12:04:39.850 | +lib/keystone:configure_auth_token_middleware:468  local signing_dir=/var/cache/glance/registry 2016-12-06 12:04:39.853 | +lib/keystone:configure_auth_token_middleware:469  local section=keystone_authtoken 2016-12-06 12:04:39.856 | +lib/keystone:configure_auth_token_middleware:471  iniset /etc/glance/glance-registry.conf keystone_authtoken auth_type password 2016-12-06 12:04:39.881 | +lib/keystone:configure_auth_token_middleware:472  iniset /etc/glance/glance-registry.conf keystone_authtoken auth_url http://10.42.0.106/identity_admin 2016-12-06 12:04:39.906 | +lib/keystone:configure_auth_token_middleware:473  iniset /etc/glance/glance-registry.conf keystone_authtoken username glance 2016-12-06 12:04:39.930 | +lib/keystone:configure_auth_token_middleware:474  iniset /etc/glance/glance-registry.conf keystone_authtoken password passwd4 2016-12-06 12:04:39.955 | +lib/keystone:configure_auth_token_middleware:475  iniset /etc/glance/glance-registry.conf keystone_authtoken user_domain_name Default 2016-12-06 12:04:39.978 | +lib/keystone:configure_auth_token_middleware:476  iniset /etc/glance/glance-registry.conf keystone_authtoken project_name service 2016-12-06 12:04:40.002 | +lib/keystone:configure_auth_token_middleware:477  iniset /etc/glance/glance-registry.conf keystone_authtoken project_domain_name Default 2016-12-06 12:04:40.025 | +lib/keystone:configure_auth_token_middleware:479  iniset /etc/glance/glance-registry.conf keystone_authtoken auth_uri http://10.42.0.106/identity 2016-12-06 12:04:40.049 | +lib/keystone:configure_auth_token_middleware:480  iniset /etc/glance/glance-registry.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2016-12-06 12:04:40.073 | +lib/keystone:configure_auth_token_middleware:481  iniset /etc/glance/glance-registry.conf keystone_authtoken signing_dir /var/cache/glance/registry 2016-12-06 12:04:40.097 | +lib/keystone:configure_auth_token_middleware:482  iniset /etc/glance/glance-registry.conf keystone_authtoken memcached_servers 10.42.0.106:11211 2016-12-06 12:04:40.122 | +lib/glance:configure_glance:115  iniset /etc/glance/glance-registry.conf oslo_messaging_notifications driver messaging 2016-12-06 12:04:40.146 | +lib/glance:configure_glance:116  iniset_rpc_backend glance /etc/glance/glance-registry.conf 2016-12-06 12:04:40.149 | +lib/rpc_backend:iniset_rpc_backend:117  local package=glance 2016-12-06 12:04:40.152 | +lib/rpc_backend:iniset_rpc_backend:118  local file=/etc/glance/glance-registry.conf 2016-12-06 12:04:40.155 | +lib/rpc_backend:iniset_rpc_backend:119  local section=DEFAULT 2016-12-06 12:04:40.158 | +lib/rpc_backend:iniset_rpc_backend:120  local virtual_host= 2016-12-06 12:04:40.161 | +lib/rpc_backend:iniset_rpc_backend:121  is_service_enabled rabbit 2016-12-06 12:04:40.181 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:40.187 | ++lib/rpc_backend:iniset_rpc_backend:122  get_transport_url '' 2016-12-06 12:04:40.191 | ++lib/rpc_backend:get_transport_url:109  local virtual_host= 2016-12-06 12:04:40.194 | ++lib/rpc_backend:get_transport_url:110  is_service_enabled rabbit 2016-12-06 12:04:40.213 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:40.217 | ++lib/rpc_backend:get_transport_url:111  echo rabbit://stackrabbit:passwd3@10.42.0.106:5672/ 2016-12-06 12:04:40.220 | +lib/rpc_backend:iniset_rpc_backend:122  iniset /etc/glance/glance-registry.conf DEFAULT transport_url rabbit://stackrabbit:passwd3@10.42.0.106:5672/ 2016-12-06 12:04:40.247 | +lib/rpc_backend:iniset_rpc_backend:123  '[' -n '' ']' 2016-12-06 12:04:40.250 | +lib/rpc_backend:iniset_rpc_backend:126  '[' -n '' ']' 2016-12-06 12:04:40.252 | +lib/glance:configure_glance:117  iniset /etc/glance/glance-registry.conf DEFAULT graceful_shutdown_timeout 5 2016-12-06 12:04:40.277 | +lib/glance:configure_glance:119  cp /opt/stack/glance/etc/glance-api.conf /etc/glance/glance-api.conf 2016-12-06 12:04:40.281 | +lib/glance:configure_glance:120  iniset /etc/glance/glance-api.conf DEFAULT debug True 2016-12-06 12:04:40.308 | +lib/glance:configure_glance:121  iniset /etc/glance/glance-api.conf DEFAULT bind_host 0.0.0.0 2016-12-06 12:04:40.338 | +lib/glance:configure_glance:122  inicomment /etc/glance/glance-api.conf DEFAULT log_file 2016-12-06 12:04:40.366 | +lib/glance:configure_glance:123  iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:passwd2@127.0.0.1/glance?charset=utf8' 2016-12-06 12:04:40.396 | +lib/glance:configure_glance:124  iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2016-12-06 12:04:40.430 | +lib/glance:configure_glance:125  iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2016-12-06 12:04:40.458 | +lib/glance:configure_glance:126  iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2016-12-06 12:04:40.487 | +lib/glance:configure_glance:127  configure_auth_token_middleware /etc/glance/glance-api.conf glance /var/cache/glance/api 2016-12-06 12:04:40.490 | +lib/keystone:configure_auth_token_middleware:466  local conf_file=/etc/glance/glance-api.conf 2016-12-06 12:04:40.493 | +lib/keystone:configure_auth_token_middleware:467  local admin_user=glance 2016-12-06 12:04:40.496 | +lib/keystone:configure_auth_token_middleware:468  local signing_dir=/var/cache/glance/api 2016-12-06 12:04:40.499 | +lib/keystone:configure_auth_token_middleware:469  local section=keystone_authtoken 2016-12-06 12:04:40.501 | +lib/keystone:configure_auth_token_middleware:471  iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2016-12-06 12:04:40.531 | +lib/keystone:configure_auth_token_middleware:472  iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.42.0.106/identity_admin 2016-12-06 12:04:40.559 | +lib/keystone:configure_auth_token_middleware:473  iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2016-12-06 12:04:40.586 | +lib/keystone:configure_auth_token_middleware:474  iniset /etc/glance/glance-api.conf keystone_authtoken password passwd4 2016-12-06 12:04:40.613 | +lib/keystone:configure_auth_token_middleware:475  iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2016-12-06 12:04:40.640 | +lib/keystone:configure_auth_token_middleware:476  iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2016-12-06 12:04:40.668 | +lib/keystone:configure_auth_token_middleware:477  iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2016-12-06 12:04:40.696 | +lib/keystone:configure_auth_token_middleware:479  iniset /etc/glance/glance-api.conf keystone_authtoken auth_uri http://10.42.0.106/identity 2016-12-06 12:04:40.727 | +lib/keystone:configure_auth_token_middleware:480  iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2016-12-06 12:04:40.759 | +lib/keystone:configure_auth_token_middleware:481  iniset /etc/glance/glance-api.conf keystone_authtoken signing_dir /var/cache/glance/api 2016-12-06 12:04:40.786 | +lib/keystone:configure_auth_token_middleware:482  iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers 10.42.0.106:11211 2016-12-06 12:04:40.815 | +lib/glance:configure_glance:128  iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messaging 2016-12-06 12:04:40.850 | +lib/glance:configure_glance:129  iniset_rpc_backend glance /etc/glance/glance-api.conf 2016-12-06 12:04:40.853 | +lib/rpc_backend:iniset_rpc_backend:117  local package=glance 2016-12-06 12:04:40.856 | +lib/rpc_backend:iniset_rpc_backend:118  local file=/etc/glance/glance-api.conf 2016-12-06 12:04:40.859 | +lib/rpc_backend:iniset_rpc_backend:119  local section=DEFAULT 2016-12-06 12:04:40.862 | +lib/rpc_backend:iniset_rpc_backend:120  local virtual_host= 2016-12-06 12:04:40.865 | +lib/rpc_backend:iniset_rpc_backend:121  is_service_enabled rabbit 2016-12-06 12:04:40.882 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:40.886 | ++lib/rpc_backend:iniset_rpc_backend:122  get_transport_url '' 2016-12-06 12:04:40.890 | ++lib/rpc_backend:get_transport_url:109  local virtual_host= 2016-12-06 12:04:40.893 | ++lib/rpc_backend:get_transport_url:110  is_service_enabled rabbit 2016-12-06 12:04:40.916 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:40.920 | ++lib/rpc_backend:get_transport_url:111  echo rabbit://stackrabbit:passwd3@10.42.0.106:5672/ 2016-12-06 12:04:40.923 | +lib/rpc_backend:iniset_rpc_backend:122  iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:passwd3@10.42.0.106:5672/ 2016-12-06 12:04:40.954 | +lib/rpc_backend:iniset_rpc_backend:123  '[' -n '' ']' 2016-12-06 12:04:40.957 | +lib/rpc_backend:iniset_rpc_backend:126  '[' -n '' ']' 2016-12-06 12:04:40.961 | +lib/glance:configure_glance:130  '[' libvirt = xenserver ']' 2016-12-06 12:04:40.963 | +lib/glance:configure_glance:134  '[' libvirt = libvirt ']' 2016-12-06 12:04:40.967 | +lib/glance:configure_glance:134  '[' kvm = parallels ']' 2016-12-06 12:04:40.970 | +lib/glance:configure_glance:140  '[' True '!=' True ']' 2016-12-06 12:04:40.973 | +lib/glance:configure_glance:145  iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2016-12-06 12:04:41.005 | +lib/glance:configure_glance:146  is_service_enabled g-glare 2016-12-06 12:04:41.024 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:41.027 | +lib/glance:configure_glance:149  iniset /etc/glance/glance-api.conf DEFAULT registry_host 10.42.0.106 2016-12-06 12:04:41.059 | +lib/glance:configure_glance:151  iniset /etc/glance/glance-api.conf DEFAULT workers 2 2016-12-06 12:04:41.092 | +lib/glance:configure_glance:154  '[' -n '' ']' 2016-12-06 12:04:41.095 | +lib/glance:configure_glance:157  iniset /etc/glance/glance-api.conf cors allowed_origin http://10.42.0.106 2016-12-06 12:04:41.129 | +lib/glance:configure_glance:161  is_service_enabled s-proxy 2016-12-06 12:04:41.148 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:41.152 | +lib/glance:configure_glance:198  is_service_enabled tls-proxy 2016-12-06 12:04:41.170 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:41.173 | +lib/glance:configure_glance:208  is_ssl_enabled_service glance 2016-12-06 12:04:41.176 | +lib/tls:is_ssl_enabled_service:375  local services=glance 2016-12-06 12:04:41.179 | +lib/tls:is_ssl_enabled_service:376  local service= 2016-12-06 12:04:41.182 | +lib/tls:is_ssl_enabled_service:377  '[' False == False ']' 2016-12-06 12:04:41.185 | +lib/tls:is_ssl_enabled_service:378  return 1 2016-12-06 12:04:41.188 | +lib/glance:configure_glance:218  is_ssl_enabled_service glance 2016-12-06 12:04:41.191 | +lib/tls:is_ssl_enabled_service:375  local services=glance 2016-12-06 12:04:41.193 | +lib/tls:is_ssl_enabled_service:376  local service= 2016-12-06 12:04:41.196 | +lib/tls:is_ssl_enabled_service:377  '[' False == False ']' 2016-12-06 12:04:41.200 | +lib/tls:is_ssl_enabled_service:378  return 1 2016-12-06 12:04:41.203 | +lib/glance:configure_glance:218  is_service_enabled tls-proxy 2016-12-06 12:04:41.221 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:41.225 | +lib/glance:configure_glance:223  '[' True == True ']' 2016-12-06 12:04:41.228 | +lib/glance:configure_glance:223  '[' False == False ']' 2016-12-06 12:04:41.231 | +lib/glance:configure_glance:224  setup_colorized_logging /etc/glance/glance-api.conf DEFAULT tenant user 2016-12-06 12:04:41.235 | +functions:setup_colorized_logging:580  local conf_file=/etc/glance/glance-api.conf 2016-12-06 12:04:41.238 | +functions:setup_colorized_logging:581  local conf_section=DEFAULT 2016-12-06 12:04:41.241 | +functions:setup_colorized_logging:582  local project_var=tenant 2016-12-06 12:04:41.244 | +functions:setup_colorized_logging:583  local user_var=user 2016-12-06 12:04:41.247 | +functions:setup_colorized_logging:585  iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s%(color)s] %(instance)s%(color)s%(message)s' 2016-12-06 12:04:41.278 | +functions:setup_colorized_logging:586  iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2016-12-06 12:04:41.314 | +functions:setup_colorized_logging:587  iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d' 2016-12-06 12:04:41.348 | +functions:setup_colorized_logging:588  iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix '%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s' 2016-12-06 12:04:41.380 | +lib/glance:configure_glance:225  setup_colorized_logging /etc/glance/glance-registry.conf DEFAULT tenant user 2016-12-06 12:04:41.383 | +functions:setup_colorized_logging:580  local conf_file=/etc/glance/glance-registry.conf 2016-12-06 12:04:41.387 | +functions:setup_colorized_logging:581  local conf_section=DEFAULT 2016-12-06 12:04:41.390 | +functions:setup_colorized_logging:582  local project_var=tenant 2016-12-06 12:04:41.393 | +functions:setup_colorized_logging:583  local user_var=user 2016-12-06 12:04:41.396 | +functions:setup_colorized_logging:585  iniset /etc/glance/glance-registry.conf DEFAULT logging_context_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s%(color)s] %(instance)s%(color)s%(message)s' 2016-12-06 12:04:41.427 | +functions:setup_colorized_logging:586  iniset /etc/glance/glance-registry.conf DEFAULT logging_default_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2016-12-06 12:04:41.457 | +functions:setup_colorized_logging:587  iniset /etc/glance/glance-registry.conf DEFAULT logging_debug_format_suffix 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d' 2016-12-06 12:04:41.488 | +functions:setup_colorized_logging:588  iniset /etc/glance/glance-registry.conf DEFAULT logging_exception_prefix '%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s' 2016-12-06 12:04:41.519 | +lib/glance:configure_glance:228  cp -p /opt/stack/glance/etc/glance-registry-paste.ini /etc/glance/glance-registry-paste.ini 2016-12-06 12:04:41.523 | +lib/glance:configure_glance:230  cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2016-12-06 12:04:41.528 | +lib/glance:configure_glance:232  cp /opt/stack/glance/etc/glance-cache.conf /etc/glance/glance-cache.conf 2016-12-06 12:04:41.532 | +lib/glance:configure_glance:233  iniset /etc/glance/glance-cache.conf DEFAULT debug True 2016-12-06 12:04:41.561 | +lib/glance:configure_glance:234  inicomment /etc/glance/glance-cache.conf DEFAULT log_file 2016-12-06 12:04:41.587 | +lib/glance:configure_glance:235  iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2016-12-06 12:04:41.620 | +lib/glance:configure_glance:236  iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2016-12-06 12:04:41.650 | +lib/glance:configure_glance:237  iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_url 2016-12-06 12:04:41.678 | +lib/glance:configure_glance:238  iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.42.0.106/identity_admin/v3 2016-12-06 12:04:41.710 | +lib/glance:configure_glance:239  iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_tenant_name 2016-12-06 12:04:41.739 | +lib/glance:configure_glance:240  iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2016-12-06 12:04:41.765 | +lib/glance:configure_glance:241  iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_user 2016-12-06 12:04:41.789 | +lib/glance:configure_glance:242  iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2016-12-06 12:04:41.817 | +lib/glance:configure_glance:243  iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_password 2016-12-06 12:04:41.840 | +lib/glance:configure_glance:244  iniset /etc/glance/glance-cache.conf DEFAULT admin_password passwd4 2016-12-06 12:04:41.868 | +lib/glance:configure_glance:245  iniset /etc/glance/glance-cache.conf DEFAULT registry_host 10.42.0.106 2016-12-06 12:04:41.896 | +lib/glance:configure_glance:248  iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2016-12-06 12:04:41.925 | +lib/glance:configure_glance:250  cp -p /opt/stack/glance/etc/policy.json /etc/glance/policy.json 2016-12-06 12:04:41.929 | +lib/glance:configure_glance:251  cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2016-12-06 12:04:41.933 | +lib/glance:configure_glance:253  cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-trust.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2016-12-06 12:04:41.940 | +lib/glance:configure_glance:255  is_ssl_enabled_service cinder 2016-12-06 12:04:41.943 | +lib/tls:is_ssl_enabled_service:375  local services=cinder 2016-12-06 12:04:41.946 | +lib/tls:is_ssl_enabled_service:376  local service= 2016-12-06 12:04:41.950 | +lib/tls:is_ssl_enabled_service:377  '[' False == False ']' 2016-12-06 12:04:41.953 | +lib/tls:is_ssl_enabled_service:378  return 1 2016-12-06 12:04:41.956 | +lib/glance:configure_glance:255  is_service_enabled tls-proxy 2016-12-06 12:04:41.975 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:41.979 | +lib/glance:configure_glance:264  is_service_enabled g-glare 2016-12-06 12:04:41.998 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:42.001 | +./stack.sh:main:851  is_service_enabled cinder 2016-12-06 12:04:42.021 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:42.024 | +./stack.sh:main:853  stack_install_service cinder 2016-12-06 12:04:42.027 | +lib/stack:stack_install_service:20  local service=cinder 2016-12-06 12:04:42.031 | +lib/stack:stack_install_service:21  type install_cinder 2016-12-06 12:04:42.034 | +lib/stack:stack_install_service:23  [[ False = True ]] 2016-12-06 12:04:42.038 | +lib/stack:stack_install_service:32  install_cinder 2016-12-06 12:04:42.041 | +lib/cinder:install_cinder:458  git_clone git://git.openstack.org/openstack/cinder.git /opt/stack/cinder master 2016-12-06 12:04:42.044 | +functions-common:git_clone:496  local git_remote=git://git.openstack.org/openstack/cinder.git 2016-12-06 12:04:42.047 | +functions-common:git_clone:497  local git_dest=/opt/stack/cinder 2016-12-06 12:04:42.051 | +functions-common:git_clone:498  local git_ref=master 2016-12-06 12:04:42.054 | +functions-common:git_clone:499  local orig_dir 2016-12-06 12:04:42.058 | ++functions-common:git_clone:500  pwd 2016-12-06 12:04:42.062 | +functions-common:git_clone:500  orig_dir=/home/ubuntu/devstack 2016-12-06 12:04:42.065 | +functions-common:git_clone:501  local git_clone_flags= 2016-12-06 12:04:42.069 | ++functions-common:git_clone:503  trueorfalse False RECLONE 2016-12-06 12:04:42.092 | +functions-common:git_clone:503  RECLONE=False 2016-12-06 12:04:42.096 | +functions-common:git_clone:504  [[ 0 -gt 0 ]] 2016-12-06 12:04:42.100 | +functions-common:git_clone:508  [[ False = \T\r\u\e ]] 2016-12-06 12:04:42.103 | +functions-common:git_clone:517  egrep -q '^refs' 2016-12-06 12:04:42.104 | +functions-common:git_clone:517  echo master 2016-12-06 12:04:42.108 | +functions-common:git_clone:531  [[ ! -d /opt/stack/cinder ]] 2016-12-06 12:04:42.111 | +functions-common:git_clone:539  [[ False = \T\r\u\e ]] 2016-12-06 12:04:42.115 | +functions-common:git_clone:565  cd /opt/stack/cinder 2016-12-06 12:04:42.119 | +functions-common:git_clone:566  git show --oneline 2016-12-06 12:04:42.120 | +functions-common:git_clone:566  head -1 2016-12-06 12:04:42.121 | 85841a1 Merge "VMware: VMDK driver performance improvements" 2016-12-06 12:04:42.125 | +functions-common:git_clone:567  cd /home/ubuntu/devstack 2016-12-06 12:04:42.128 | +lib/cinder:install_cinder:459  setup_develop /opt/stack/cinder 2016-12-06 12:04:42.131 | +inc/python:setup_develop:271  local project_dir=/opt/stack/cinder 2016-12-06 12:04:42.134 | +inc/python:setup_develop:272  local extras= 2016-12-06 12:04:42.138 | +inc/python:setup_develop:273  _setup_package_with_constraints_edit /opt/stack/cinder -e 2016-12-06 12:04:42.141 | +inc/python:_setup_package_with_constraints_edit:303  local project_dir=/opt/stack/cinder 2016-12-06 12:04:42.144 | +inc/python:_setup_package_with_constraints_edit:304  local flags=-e 2016-12-06 12:04:42.147 | +inc/python:_setup_package_with_constraints_edit:305  local extras= 2016-12-06 12:04:42.152 | ++inc/python:_setup_package_with_constraints_edit:312  cd /opt/stack/cinder 2016-12-06 12:04:42.156 | ++inc/python:_setup_package_with_constraints_edit:312  pwd 2016-12-06 12:04:42.160 | +inc/python:_setup_package_with_constraints_edit:312  project_dir=/opt/stack/cinder 2016-12-06 12:04:42.163 | +inc/python:_setup_package_with_constraints_edit:314  '[' -n /opt/stack/requirements ']' 2016-12-06 12:04:42.166 | +inc/python:_setup_package_with_constraints_edit:316  local name 2016-12-06 12:04:42.170 | ++inc/python:_setup_package_with_constraints_edit:317  awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2016-12-06 12:04:42.175 | +inc/python:_setup_package_with_constraints_edit:317  name=cinder 2016-12-06 12:04:42.178 | +inc/python:_setup_package_with_constraints_edit:319  /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder '-e file:///opt/stack/cinder#egg=cinder' 2016-12-06 12:04:42.590 | +inc/python:_setup_package_with_constraints_edit:323  setup_package /opt/stack/cinder -e 2016-12-06 12:04:42.593 | +inc/python:setup_package:339  local project_dir=/opt/stack/cinder 2016-12-06 12:04:42.596 | +inc/python:setup_package:340  local flags=-e 2016-12-06 12:04:42.600 | +inc/python:setup_package:341  local extras= 2016-12-06 12:04:42.604 | +inc/python:setup_package:345  [[ -n -e ]] 2016-12-06 12:04:42.608 | +inc/python:setup_package:345  [[ -z '' ]] 2016-12-06 12:04:42.611 | +inc/python:setup_package:345  [[ ! -e =~ ^-.* ]] 2016-12-06 12:04:42.615 | +inc/python:setup_package:350  [[ ! -z '' ]] 2016-12-06 12:04:42.619 | +inc/python:setup_package:354  pip_install -e /opt/stack/cinder 2016-12-06 12:04:43.048 | +inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2016-12-06 12:04:43.670 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:04:43.672 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:04:44.038 | Obtaining file:///opt/stack/cinder 2016-12-06 12:04:46.124 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2016-12-06 12:04:47.989 | Requirement already satisfied: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:04:47.992 | Requirement already satisfied: Paste===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) 2016-12-06 12:04:47.998 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) 2016-12-06 12:04:48.001 | Requirement already satisfied: Routes===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2016-12-06 12:04:48.007 | Requirement already satisfied: SQLAlchemy===1.0.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) 2016-12-06 12:04:48.009 | Requirement already satisfied: WebOb===1.6.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) 2016-12-06 12:04:48.016 | Requirement already satisfied: castellan===0.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) 2016-12-06 12:04:48.027 | Requirement already satisfied: cryptography===1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 98)) 2016-12-06 12:04:48.055 | Requirement already satisfied: decorator===4.0.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) 2016-12-06 12:04:48.057 | Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) 2016-12-06 12:04:48.059 | Requirement already satisfied: eventlet===0.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2016-12-06 12:04:48.062 | Requirement already satisfied: google-api-python-client===1.5.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) 2016-12-06 12:04:48.069 | Requirement already satisfied: greenlet===0.4.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) 2016-12-06 12:04:48.071 | Requirement already satisfied: httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 152)) 2016-12-06 12:04:48.073 | Requirement already satisfied: idna===2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2016-12-06 12:04:48.075 | Requirement already satisfied: ipaddress===1.0.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2016-12-06 12:04:48.077 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) 2016-12-06 12:04:48.079 | Requirement already satisfied: keystoneauth1===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2016-12-06 12:04:48.095 | Requirement already satisfied: keystonemiddleware===4.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2016-12-06 12:04:48.113 | Requirement already satisfied: lxml===3.6.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) 2016-12-06 12:04:48.120 | Requirement already satisfied: oauth2client===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) 2016-12-06 12:04:48.127 | Requirement already satisfied: os-brick===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) 2016-12-06 12:04:48.146 | Requirement already satisfied: os-win===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) 2016-12-06 12:04:48.161 | Requirement already satisfied: oslo.concurrency===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) 2016-12-06 12:04:48.175 | Requirement already satisfied: oslo.config===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2016-12-06 12:04:48.183 | Requirement already satisfied: oslo.context===2.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2016-12-06 12:04:48.187 | Requirement already satisfied: oslo.db===4.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) 2016-12-06 12:04:48.231 | Requirement already satisfied: oslo.i18n===3.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2016-12-06 12:04:48.236 | Requirement already satisfied: oslo.log===3.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2016-12-06 12:04:48.255 | Requirement already satisfied: oslo.messaging===5.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) 2016-12-06 12:04:48.289 | Requirement already satisfied: oslo.middleware===3.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2016-12-06 12:04:48.302 | Requirement already satisfied: oslo.policy===1.17.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) 2016-12-06 12:04:48.311 | Requirement already satisfied: oslo.privsep===1.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) 2016-12-06 12:04:48.327 | Requirement already satisfied: oslo.reports===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) 2016-12-06 12:04:48.337 | Requirement already satisfied: oslo.rootwrap===5.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) 2016-12-06 12:04:48.340 | Requirement already satisfied: oslo.serialization===2.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2016-12-06 12:04:48.347 | Requirement already satisfied: oslo.service===1.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2016-12-06 12:04:48.368 | Requirement already satisfied: oslo.utils===3.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2016-12-06 12:04:48.385 | Requirement already satisfied: oslo.versionedobjects===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) 2016-12-06 12:04:48.403 | Requirement already satisfied: oslo.vmware===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) 2016-12-06 12:04:48.419 | Requirement already satisfied: osprofiler===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) 2016-12-06 12:04:48.427 | Requirement already satisfied: paramiko===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) 2016-12-06 12:04:48.431 | Requirement already satisfied: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:04:48.433 | Requirement already satisfied: pika===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) 2016-12-06 12:04:48.438 | Requirement already satisfied: pika-pool===0.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2016-12-06 12:04:48.444 | Requirement already satisfied: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2016-12-06 12:04:48.448 | Requirement already satisfied: psutil===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 267)) 2016-12-06 12:04:48.451 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2016-12-06 12:04:48.452 | Requirement already satisfied: pyasn1-modules===0.0.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 274)) 2016-12-06 12:04:48.455 | Requirement already satisfied: pycadf===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) 2016-12-06 12:04:48.462 | Requirement already satisfied: pycrypto===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) 2016-12-06 12:04:48.464 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2016-12-06 12:04:48.466 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2016-12-06 12:04:48.468 | Requirement already satisfied: python-barbicanclient===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) 2016-12-06 12:04:48.480 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2016-12-06 12:04:48.483 | Requirement already satisfied: python-glanceclient===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) 2016-12-06 12:04:48.496 | Requirement already satisfied: python-keystoneclient===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) 2016-12-06 12:04:48.510 | Requirement already satisfied: python-novaclient===6.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) 2016-12-06 12:04:48.524 | Requirement already satisfied: python-swiftclient===3.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) 2016-12-06 12:04:48.534 | Requirement already satisfied: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:04:48.537 | Requirement already satisfied: repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) 2016-12-06 12:04:48.542 | Requirement already satisfied: requests===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:04:48.551 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) 2016-12-06 12:04:48.554 | Requirement already satisfied: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) 2016-12-06 12:04:48.556 | Requirement already satisfied: rsa===3.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) 2016-12-06 12:04:48.559 | Requirement already satisfied: rtslib-fb===2.1.58 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) 2016-12-06 12:04:48.561 | Requirement already satisfied: simplejson===3.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) 2016-12-06 12:04:48.563 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:04:48.565 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2016-12-06 12:04:48.573 | Requirement already satisfied: sqlparse===0.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2016-12-06 12:04:48.575 | Requirement already satisfied: stevedore===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2016-12-06 12:04:48.579 | Requirement already satisfied: suds-jurko===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) 2016-12-06 12:04:48.580 | Requirement already satisfied: taskflow===2.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) 2016-12-06 12:04:48.641 | Requirement already satisfied: tenacity===3.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) 2016-12-06 12:04:48.649 | Requirement already satisfied: tooz===1.45.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 403)) 2016-12-06 12:04:48.707 | Requirement already satisfied: uritemplate===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 414)) 2016-12-06 12:04:48.709 | Requirement already satisfied: urllib3===1.19 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) 2016-12-06 12:04:48.723 | Requirement already satisfied: voluptuous===0.9.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 418)) 2016-12-06 12:04:48.727 | Requirement already satisfied: warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420)) 2016-12-06 12:04:48.732 | Requirement already satisfied: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2016-12-06 12:04:48.734 | Requirement already satisfied: setuptools>=11.3 in /usr/local/lib/python2.7/dist-packages (from cryptography===1.6->-c /opt/stack/requirements/upper-constraints.txt (line 98)) 2016-12-06 12:04:48.740 | Requirement already satisfied: cffi===1.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2016-12-06 12:04:48.743 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) 2016-12-06 12:04:48.746 | Requirement already satisfied: debtcollector===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) 2016-12-06 12:04:48.755 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) 2016-12-06 12:04:48.758 | Requirement already satisfied: alembic===0.8.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 66)) 2016-12-06 12:04:48.762 | Requirement already satisfied: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) 2016-12-06 12:04:48.764 | Requirement already satisfied: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2016-12-06 12:04:48.766 | Requirement already satisfied: cachetools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83)) 2016-12-06 12:04:48.768 | Requirement already satisfied: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67)) 2016-12-06 12:04:48.770 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2016-12-06 12:04:48.772 | Requirement already satisfied: futurist===0.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2016-12-06 12:04:48.783 | Requirement already satisfied: kombu===3.0.37 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171)) 2016-12-06 12:04:48.790 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2016-12-06 12:04:48.794 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) 2016-12-06 12:04:48.796 | Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 136)) 2016-12-06 12:04:48.800 | Requirement already satisfied: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2016-12-06 12:04:48.802 | Requirement already satisfied: cliff===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) 2016-12-06 12:04:48.814 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2016-12-06 12:04:48.816 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) 2016-12-06 12:04:48.818 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2016-12-06 12:04:48.828 | Requirement already satisfied: contextlib2===0.5.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94)) 2016-12-06 12:04:48.830 | Requirement already satisfied: networkx===1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) 2016-12-06 12:04:48.833 | Requirement already satisfied: automaton===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 73)) 2016-12-06 12:04:48.839 | Requirement already satisfied: jsonpatch===1.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) 2016-12-06 12:04:48.842 | Requirement already satisfied: pycparser===2.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2016-12-06 12:04:48.844 | Requirement already satisfied: python-editor===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) 2016-12-06 12:04:48.846 | Requirement already satisfied: Mako===1.0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) 2016-12-06 12:04:48.848 | Requirement already satisfied: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 68)) 2016-12-06 12:04:48.850 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2016-12-06 12:04:48.852 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2016-12-06 12:04:48.854 | Requirement already satisfied: cmd2===0.6.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) 2016-12-06 12:04:48.857 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:04:48.859 | Requirement already satisfied: jsonpointer===1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) 2016-12-06 12:04:48.860 | Installing collected packages: cinder 2016-12-06 12:04:48.860 | Found existing installation: cinder 10.0.0.0b2.dev99 2016-12-06 12:04:48.863 | Can't uninstall 'cinder'. No files were found to uninstall. 2016-12-06 12:04:48.864 | Running setup.py develop for cinder 2016-12-06 12:04:51.686 | Successfully installed cinder 2016-12-06 12:04:51.817 | +inc/python:pip_install:162  result=0 2016-12-06 12:04:51.822 | +inc/python:pip_install:165  local test_req=/opt/stack/cinder/test-requirements.txt 2016-12-06 12:04:51.827 | +inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:04:51.831 | +inc/python:pip_install:166  [[ -e /opt/stack/cinder/test-requirements.txt ]] 2016-12-06 12:04:51.835 | +inc/python:pip_install:167  echo 'Installing test-requirements for /opt/stack/cinder/test-requirements.txt' 2016-12-06 12:04:51.835 | Installing test-requirements for /opt/stack/cinder/test-requirements.txt 2016-12-06 12:04:51.838 | +inc/python:pip_install:169  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/cinder/test-requirements.txt 2016-12-06 12:04:52.444 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:04:52.445 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:04:52.835 | Requirement already satisfied: Sphinx===1.3.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2016-12-06 12:04:52.853 | Requirement already satisfied: alabaster===0.7.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65)) 2016-12-06 12:04:52.855 | Requirement already satisfied: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 68)) 2016-12-06 12:04:52.857 | Requirement already satisfied: bandit===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 75)) 2016-12-06 12:04:52.864 | Requirement already satisfied: coverage===4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) 2016-12-06 12:04:52.865 | Requirement already satisfied: ddt===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) 2016-12-06 12:04:52.867 | Requirement already satisfied: docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) 2016-12-06 12:04:52.869 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) 2016-12-06 12:04:52.877 | Requirement already satisfied: mock===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) 2016-12-06 12:04:52.898 | Requirement already satisfied: os-api-ref===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) 2016-12-06 12:04:52.905 | Requirement already satisfied: os-testr===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) 2016-12-06 12:04:52.912 | Requirement already satisfied: oslo.versionedobjects===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) 2016-12-06 12:04:52.933 | Requirement already satisfied: oslosphinx===4.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247)) 2016-12-06 12:04:52.938 | Requirement already satisfied: oslotest===2.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) 2016-12-06 12:04:52.949 | Requirement already satisfied: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:04:52.951 | Requirement already satisfied: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) 2016-12-06 12:04:52.961 | Requirement already satisfied: reno===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) 2016-12-06 12:04:52.968 | Requirement already satisfied: requests===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:04:52.977 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:04:52.979 | Requirement already satisfied: snowballstemmer===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) 2016-12-06 12:04:52.981 | Requirement already satisfied: sphinx-rtd-theme===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) 2016-12-06 12:04:52.984 | Requirement already satisfied: stevedore===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2016-12-06 12:04:52.988 | Requirement already satisfied: tempest===13.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) 2016-12-06 12:04:53.016 | Requirement already satisfied: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2016-12-06 12:04:53.025 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2016-12-06 12:04:53.031 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) 2016-12-06 12:04:53.035 | Requirement already satisfied: testtools===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) 2016-12-06 12:04:53.046 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) 2016-12-06 12:04:53.049 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:04:53.054 | Requirement already satisfied: urllib3===1.19 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) 2016-12-06 12:04:53.068 | Collecting hacking<0.12,>=0.11.0 (from -r /opt/stack/cinder/test-requirements.txt (line 6)) 2016-12-06 12:04:53.105 | Using cached hacking-0.11.0-py2.py3-none-any.whl 2016-12-06 12:04:53.120 | Requirement already satisfied: Pygments===2.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) 2016-12-06 12:04:53.122 | Requirement already satisfied: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:04:53.124 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2016-12-06 12:04:53.128 | Requirement already satisfied: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2016-12-06 12:04:53.130 | Requirement already satisfied: GitPython===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) 2016-12-06 12:04:53.133 | Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 136)) 2016-12-06 12:04:53.136 | Requirement already satisfied: openstackdocstheme===1.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) 2016-12-06 12:04:53.140 | Requirement already satisfied: oslo.i18n===3.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2016-12-06 12:04:53.145 | Requirement already satisfied: oslo.config===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2016-12-06 12:04:53.153 | Requirement already satisfied: WebOb===1.6.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) 2016-12-06 12:04:53.160 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) 2016-12-06 12:04:53.162 | Requirement already satisfied: oslo.messaging===5.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) 2016-12-06 12:04:53.195 | Requirement already satisfied: oslo.log===3.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2016-12-06 12:04:53.214 | Requirement already satisfied: oslo.context===2.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2016-12-06 12:04:53.218 | Requirement already satisfied: oslo.serialization===2.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2016-12-06 12:04:53.225 | Requirement already satisfied: oslo.utils===3.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2016-12-06 12:04:53.242 | Requirement already satisfied: oslo.concurrency===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) 2016-12-06 12:04:53.256 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) 2016-12-06 12:04:53.258 | Requirement already satisfied: os-client-config===1.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2016-12-06 12:04:53.265 | Requirement already satisfied: mox3===0.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) 2016-12-06 12:04:53.269 | Requirement already satisfied: debtcollector===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) 2016-12-06 12:04:53.278 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) 2016-12-06 12:04:53.279 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2016-12-06 12:04:53.281 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2016-12-06 12:04:53.291 | Requirement already satisfied: paramiko===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) 2016-12-06 12:04:53.295 | Requirement already satisfied: cliff===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) 2016-12-06 12:04:53.307 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2016-12-06 12:04:53.309 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) 2016-12-06 12:04:53.310 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:04:53.312 | Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.12,>=0.11.0->-r /opt/stack/cinder/test-requirements.txt (line 6)) 2016-12-06 12:04:53.314 | Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.12,>=0.11.0->-r /opt/stack/cinder/test-requirements.txt (line 6)) 2016-12-06 12:04:53.317 | Collecting flake8<2.6.0,>=2.5.4 (from hacking<0.12,>=0.11.0->-r /opt/stack/cinder/test-requirements.txt (line 6)) 2016-12-06 12:04:53.358 | Using cached flake8-2.5.5-py2.py3-none-any.whl 2016-12-06 12:04:53.371 | Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.12,>=0.11.0->-r /opt/stack/cinder/test-requirements.txt (line 6)) 2016-12-06 12:04:53.373 | Requirement already satisfied: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:04:53.375 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2016-12-06 12:04:53.377 | Requirement already satisfied: gitdb2===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) 2016-12-06 12:04:53.380 | Requirement already satisfied: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) 2016-12-06 12:04:53.382 | Requirement already satisfied: oslo.service===1.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2016-12-06 12:04:53.403 | Requirement already satisfied: greenlet===0.4.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) 2016-12-06 12:04:53.404 | Requirement already satisfied: cachetools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83)) 2016-12-06 12:04:53.406 | Requirement already satisfied: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67)) 2016-12-06 12:04:53.408 | Requirement already satisfied: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) 2016-12-06 12:04:53.410 | Requirement already satisfied: tenacity===3.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) 2016-12-06 12:04:53.418 | Requirement already satisfied: pika===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) 2016-12-06 12:04:53.423 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2016-12-06 12:04:53.425 | Requirement already satisfied: futurist===0.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2016-12-06 12:04:53.436 | Requirement already satisfied: eventlet===0.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2016-12-06 12:04:53.439 | Requirement already satisfied: kombu===3.0.37 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171)) 2016-12-06 12:04:53.446 | Requirement already satisfied: pika-pool===0.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2016-12-06 12:04:53.452 | Requirement already satisfied: oslo.middleware===3.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2016-12-06 12:04:53.465 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2016-12-06 12:04:53.467 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2016-12-06 12:04:53.470 | Requirement already satisfied: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2016-12-06 12:04:53.473 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) 2016-12-06 12:04:53.476 | Requirement already satisfied: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2016-12-06 12:04:53.478 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2016-12-06 12:04:53.479 | Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) 2016-12-06 12:04:53.481 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) 2016-12-06 12:04:53.485 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) 2016-12-06 12:04:53.488 | Requirement already satisfied: keystoneauth1===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2016-12-06 12:04:53.504 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2016-12-06 12:04:53.506 | Requirement already satisfied: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2016-12-06 12:04:53.507 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:04:53.509 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2016-12-06 12:04:53.511 | Requirement already satisfied: cryptography===1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 98)) 2016-12-06 12:04:53.538 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2016-12-06 12:04:53.540 | Requirement already satisfied: cmd2===0.6.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) 2016-12-06 12:04:53.542 | Requirement already satisfied: smmap2===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) 2016-12-06 12:04:53.544 | Requirement already satisfied: Paste===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) 2016-12-06 12:04:53.550 | Requirement already satisfied: Routes===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2016-12-06 12:04:53.556 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) 2016-12-06 12:04:53.558 | Requirement already satisfied: contextlib2===0.5.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94)) 2016-12-06 12:04:53.560 | Requirement already satisfied: setuptools>=11.3 in /usr/local/lib/python2.7/dist-packages (from cryptography===1.6->-c /opt/stack/requirements/upper-constraints.txt (line 98)) 2016-12-06 12:04:53.566 | Requirement already satisfied: ipaddress===1.0.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2016-12-06 12:04:53.568 | Requirement already satisfied: idna===2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2016-12-06 12:04:53.570 | Requirement already satisfied: cffi===1.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2016-12-06 12:04:53.572 | Requirement already satisfied: repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) 2016-12-06 12:04:53.577 | Requirement already satisfied: pycparser===2.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2016-12-06 12:04:53.578 | Installing collected packages: flake8, hacking 2016-12-06 12:04:53.578 | Found existing installation: flake8 2.2.4 2016-12-06 12:04:53.583 | Uninstalling flake8-2.2.4: 2016-12-06 12:04:53.588 | Successfully uninstalled flake8-2.2.4 2016-12-06 12:04:53.613 | Found existing installation: hacking 0.10.2 2016-12-06 12:04:53.619 | Uninstalling hacking-0.10.2: 2016-12-06 12:04:53.621 | Successfully uninstalled hacking-0.10.2 2016-12-06 12:04:53.832 | Successfully installed flake8-2.5.5 hacking-0.11.0 2016-12-06 12:04:53.953 | +inc/python:pip_install:175  result=0 2016-12-06 12:04:53.956 | +inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:04:53.960 | +functions-common:time_stop:2398  local name 2016-12-06 12:04:53.963 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:04:53.967 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:04:53.970 | +functions-common:time_stop:2401  local total 2016-12-06 12:04:53.974 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:04:53.977 | +functions-common:time_stop:2404  name=pip_install 2016-12-06 12:04:53.980 | +functions-common:time_stop:2405  start_time=1481025882 2016-12-06 12:04:53.984 | +functions-common:time_stop:2407  [[ -z 1481025882 ]] 2016-12-06 12:04:53.989 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:04:53.993 | +functions-common:time_stop:2410  end_time=1481025893 2016-12-06 12:04:53.996 | +functions-common:time_stop:2411  elapsed_time=11 2016-12-06 12:04:54.000 | +functions-common:time_stop:2412  total=39 2016-12-06 12:04:54.004 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:04:54.008 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=50 2016-12-06 12:04:54.012 | +inc/python:pip_install:179  return 0 2016-12-06 12:04:54.016 | +inc/python:setup_package:356  [[ -e == \-\e ]] 2016-12-06 12:04:54.021 | +inc/python:setup_package:357  safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2016-12-06 12:04:54.026 | +functions-common:safe_chown:2299  _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2016-12-06 12:04:54.051 | +functions-common:_safe_permission_operation:2170  sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2016-12-06 12:04:54.063 | +lib/cinder:install_cinder:460  '[' tgtadm = tgtadm ']' 2016-12-06 12:04:54.067 | +lib/cinder:install_cinder:461  is_fedora 2016-12-06 12:04:54.070 | +functions-common:is_fedora:439  [[ -z Ubuntu ]] 2016-12-06 12:04:54.074 | +functions-common:is_fedora:443  '[' Ubuntu = Fedora ']' 2016-12-06 12:04:54.077 | +functions-common:is_fedora:443  '[' Ubuntu = 'Red Hat' ']' 2016-12-06 12:04:54.081 | +functions-common:is_fedora:444  '[' Ubuntu = RedHatEnterpriseServer ']' 2016-12-06 12:04:54.084 | +functions-common:is_fedora:445  '[' Ubuntu = CentOS ']' 2016-12-06 12:04:54.088 | +functions-common:is_fedora:445  '[' Ubuntu = OracleServer ']' 2016-12-06 12:04:54.092 | +functions-common:is_fedora:446  '[' Ubuntu = Virtuozzo ']' 2016-12-06 12:04:54.095 | +functions-common:is_fedora:446  '[' Ubuntu = kvmibm ']' 2016-12-06 12:04:54.098 | +lib/cinder:install_cinder:464  install_package tgt 2016-12-06 12:04:54.101 | +functions-common:install_package:1285  update_package_repo 2016-12-06 12:04:54.104 | +functions-common:update_package_repo:1257  NO_UPDATE_REPOS=False 2016-12-06 12:04:54.108 | +functions-common:update_package_repo:1258  REPOS_UPDATED=True 2016-12-06 12:04:54.111 | +functions-common:update_package_repo:1259  RETRY_UPDATE=False 2016-12-06 12:04:54.114 | +functions-common:update_package_repo:1261  [[ False = \T\r\u\e ]] 2016-12-06 12:04:54.118 | +functions-common:update_package_repo:1265  is_ubuntu 2016-12-06 12:04:54.122 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:54.125 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:54.128 | +functions-common:update_package_repo:1266  apt_get_update 2016-12-06 12:04:54.132 | +functions-common:apt_get_update:1059  [[ True == \T\r\u\e ]] 2016-12-06 12:04:54.135 | +functions-common:apt_get_update:1059  [[ False != \T\r\u\e ]] 2016-12-06 12:04:54.138 | +functions-common:apt_get_update:1060  return 2016-12-06 12:04:54.142 | +functions-common:install_package:1286  real_install_package tgt 2016-12-06 12:04:54.145 | +functions-common:real_install_package:1271  is_ubuntu 2016-12-06 12:04:54.148 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:04:54.152 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:04:54.155 | +functions-common:real_install_package:1272  apt_get install tgt 2016-12-06 12:04:54.178 | +functions-common:apt_get:1100  sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install tgt 2016-12-06 12:04:54.203 | Reading package lists... 2016-12-06 12:04:54.323 | Building dependency tree... 2016-12-06 12:04:54.323 | Reading state information... 2016-12-06 12:04:54.428 | tgt is already the newest version (1:1.0.63-1ubuntu1.1). 2016-12-06 12:04:54.428 | 0 upgraded, 0 newly installed, 0 to remove and 138 not upgraded. 2016-12-06 12:04:54.433 | +functions-common:apt_get:1104  result=0 2016-12-06 12:04:54.439 | +functions-common:apt_get:1107  time_stop apt-get 2016-12-06 12:04:54.445 | +functions-common:time_stop:2398  local name 2016-12-06 12:04:54.452 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:04:54.458 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:04:54.465 | +functions-common:time_stop:2401  local total 2016-12-06 12:04:54.471 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:04:54.478 | +functions-common:time_stop:2404  name=apt-get 2016-12-06 12:04:54.482 | +functions-common:time_stop:2405  start_time=1481025894 2016-12-06 12:04:54.487 | +functions-common:time_stop:2407  [[ -z 1481025894 ]] 2016-12-06 12:04:54.494 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:04:54.500 | +functions-common:time_stop:2410  end_time=1481025894 2016-12-06 12:04:54.504 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:04:54.508 | +functions-common:time_stop:2412  total=2 2016-12-06 12:04:54.512 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:04:54.516 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=2 2016-12-06 12:04:54.520 | +functions-common:apt_get:1108  return 0 2016-12-06 12:04:54.524 | +lib/cinder:install_cinder:468  '[' False == True ']' 2016-12-06 12:04:54.527 | +lib/stack:stack_install_service:33  [[ False = True ]] 2016-12-06 12:04:54.531 | +./stack.sh:main:854  configure_cinder 2016-12-06 12:04:54.535 | +lib/cinder:configure_cinder:250  sudo install -d -o ubuntu -m 755 /etc/cinder 2016-12-06 12:04:54.544 | +lib/cinder:configure_cinder:252  cp -p /opt/stack/cinder/etc/cinder/policy.json /etc/cinder 2016-12-06 12:04:54.549 | +lib/cinder:configure_cinder:254  rm -f /etc/cinder/cinder.conf 2016-12-06 12:04:54.553 | +lib/cinder:configure_cinder:256  configure_rootwrap cinder 2016-12-06 12:04:54.557 | +inc/rootwrap:configure_rootwrap:43  local project=cinder 2016-12-06 12:04:54.561 | +inc/rootwrap:configure_rootwrap:44  local project_uc 2016-12-06 12:04:54.566 | ++inc/rootwrap:configure_rootwrap:45  echo cinder 2016-12-06 12:04:54.566 | ++inc/rootwrap:configure_rootwrap:45  tr a-z A-Z 2016-12-06 12:04:54.570 | +inc/rootwrap:configure_rootwrap:45  project_uc=CINDER 2016-12-06 12:04:54.573 | +inc/rootwrap:configure_rootwrap:46  local bin_dir=CINDER_BIN_DIR 2016-12-06 12:04:54.576 | +inc/rootwrap:configure_rootwrap:47  bin_dir=/usr/local/bin 2016-12-06 12:04:54.580 | +inc/rootwrap:configure_rootwrap:48  local project_dir=CINDER_DIR 2016-12-06 12:04:54.583 | +inc/rootwrap:configure_rootwrap:49  project_dir=/opt/stack/cinder 2016-12-06 12:04:54.586 | +inc/rootwrap:configure_rootwrap:51  local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2016-12-06 12:04:54.589 | +inc/rootwrap:configure_rootwrap:52  local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2016-12-06 12:04:54.593 | +inc/rootwrap:configure_rootwrap:55  sudo rm -rf /etc/cinder/rootwrap.d 2016-12-06 12:04:54.603 | +inc/rootwrap:configure_rootwrap:56  sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2016-12-06 12:04:54.614 | +inc/rootwrap:configure_rootwrap:57  sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2016-12-06 12:04:54.623 | +inc/rootwrap:configure_rootwrap:60  sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2016-12-06 12:04:54.636 | +inc/rootwrap:configure_rootwrap:61  sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2016-12-06 12:04:54.644 | +inc/rootwrap:configure_rootwrap:64  local tempfile 2016-12-06 12:04:54.650 | ++inc/rootwrap:configure_rootwrap:65  mktemp 2016-12-06 12:04:54.654 | +inc/rootwrap:configure_rootwrap:65  tempfile=/tmp/tmp.1mxYL07693 2016-12-06 12:04:54.657 | +inc/rootwrap:configure_rootwrap:67  rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2016-12-06 12:04:54.661 | +inc/rootwrap:configure_rootwrap:68  echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2016-12-06 12:04:54.665 | +inc/rootwrap:configure_rootwrap:69  '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2016-12-06 12:04:54.669 | +inc/rootwrap:configure_rootwrap:74  chmod 0440 /tmp/tmp.1mxYL07693 2016-12-06 12:04:54.673 | +inc/rootwrap:configure_rootwrap:75  sudo chown root:root /tmp/tmp.1mxYL07693 2016-12-06 12:04:54.682 | +inc/rootwrap:configure_rootwrap:76  sudo mv /tmp/tmp.1mxYL07693 /etc/sudoers.d/cinder-rootwrap 2016-12-06 12:04:54.692 | ++inc/rootwrap:configure_rootwrap:80  dirname /usr/local/bin/cinder-rootwrap 2016-12-06 12:04:54.697 | +inc/rootwrap:configure_rootwrap:80  add_sudo_secure_path /usr/local/bin 2016-12-06 12:04:54.700 | +inc/rootwrap:add_sudo_secure_path:21  local dir=/usr/local/bin 2016-12-06 12:04:54.704 | +inc/rootwrap:add_sudo_secure_path:22  local line 2016-12-06 12:04:54.708 | +inc/rootwrap:add_sudo_secure_path:25  [[ -r /etc/sudoers.d/zz-secure-path ]] 2016-12-06 12:04:54.712 | +inc/rootwrap:add_sudo_secure_path:28  line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2016-12-06 12:04:54.715 | +inc/rootwrap:add_sudo_secure_path:32  [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2016-12-06 12:04:54.719 | +lib/cinder:configure_cinder:258  cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2016-12-06 12:04:54.723 | +lib/cinder:configure_cinder:260  inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2016-12-06 12:04:54.747 | +lib/cinder:configure_cinder:261  inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2016-12-06 12:04:54.769 | +lib/cinder:configure_cinder:262  inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2016-12-06 12:04:54.791 | +lib/cinder:configure_cinder:263  inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2016-12-06 12:04:54.811 | +lib/cinder:configure_cinder:264  inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2016-12-06 12:04:54.831 | +lib/cinder:configure_cinder:265  inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2016-12-06 12:04:54.851 | +lib/cinder:configure_cinder:266  inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2016-12-06 12:04:54.872 | +lib/cinder:configure_cinder:267  inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2016-12-06 12:04:54.892 | +lib/cinder:configure_cinder:269  configure_auth_token_middleware /etc/cinder/cinder.conf cinder /var/cache/cinder 2016-12-06 12:04:54.896 | +lib/keystone:configure_auth_token_middleware:466  local conf_file=/etc/cinder/cinder.conf 2016-12-06 12:04:54.899 | +lib/keystone:configure_auth_token_middleware:467  local admin_user=cinder 2016-12-06 12:04:54.903 | +lib/keystone:configure_auth_token_middleware:468  local signing_dir=/var/cache/cinder 2016-12-06 12:04:54.906 | +lib/keystone:configure_auth_token_middleware:469  local section=keystone_authtoken 2016-12-06 12:04:54.909 | +lib/keystone:configure_auth_token_middleware:471  iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2016-12-06 12:04:54.935 | +lib/keystone:configure_auth_token_middleware:472  iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.42.0.106/identity_admin 2016-12-06 12:04:54.962 | +lib/keystone:configure_auth_token_middleware:473  iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2016-12-06 12:04:54.989 | +lib/keystone:configure_auth_token_middleware:474  iniset /etc/cinder/cinder.conf keystone_authtoken password passwd4 2016-12-06 12:04:55.013 | +lib/keystone:configure_auth_token_middleware:475  iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2016-12-06 12:04:55.037 | +lib/keystone:configure_auth_token_middleware:476  iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2016-12-06 12:04:55.061 | +lib/keystone:configure_auth_token_middleware:477  iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2016-12-06 12:04:55.089 | +lib/keystone:configure_auth_token_middleware:479  iniset /etc/cinder/cinder.conf keystone_authtoken auth_uri http://10.42.0.106/identity 2016-12-06 12:04:55.117 | +lib/keystone:configure_auth_token_middleware:480  iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2016-12-06 12:04:55.142 | +lib/keystone:configure_auth_token_middleware:481  iniset /etc/cinder/cinder.conf keystone_authtoken signing_dir /var/cache/cinder 2016-12-06 12:04:55.165 | +lib/keystone:configure_auth_token_middleware:482  iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers 10.42.0.106:11211 2016-12-06 12:04:55.190 | +lib/cinder:configure_cinder:271  iniset /etc/cinder/cinder.conf DEFAULT nova_catalog_info compute:nova:publicURL 2016-12-06 12:04:55.217 | +lib/cinder:configure_cinder:272  iniset /etc/cinder/cinder.conf DEFAULT nova_catalog_admin_info compute:nova:adminURL 2016-12-06 12:04:55.241 | +lib/cinder:configure_cinder:274  iniset /etc/cinder/cinder.conf DEFAULT auth_strategy keystone 2016-12-06 12:04:55.266 | +lib/cinder:configure_cinder:275  iniset /etc/cinder/cinder.conf DEFAULT debug True 2016-12-06 12:04:55.290 | +lib/cinder:configure_cinder:277  iniset /etc/cinder/cinder.conf DEFAULT iscsi_helper tgtadm 2016-12-06 12:04:55.316 | ++lib/cinder:configure_cinder:278  database_connection_url cinder 2016-12-06 12:04:55.320 | ++lib/database:database_connection_url:134  local db=cinder 2016-12-06 12:04:55.324 | ++lib/database:database_connection_url:135  database_connection_url_mysql cinder 2016-12-06 12:04:55.328 | ++lib/databases/mysql:database_connection_url_mysql:176  local db=cinder 2016-12-06 12:04:55.332 | ++lib/databases/mysql:database_connection_url_mysql:177  echo 'mysql+pymysql://root:passwd2@127.0.0.1/cinder?charset=utf8' 2016-12-06 12:04:55.335 | +lib/cinder:configure_cinder:278  iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:passwd2@127.0.0.1/cinder?charset=utf8' 2016-12-06 12:04:55.362 | +lib/cinder:configure_cinder:279  iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2016-12-06 12:04:55.389 | +lib/cinder:configure_cinder:280  iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2016-12-06 12:04:55.414 | +lib/cinder:configure_cinder:281  iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2016-12-06 12:04:55.440 | +lib/cinder:configure_cinder:282  iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2016-12-06 12:04:55.466 | +lib/cinder:configure_cinder:283  iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2016-12-06 12:04:55.490 | +lib/cinder:configure_cinder:284  iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2016-12-06 12:04:55.515 | +lib/cinder:configure_cinder:285  iniset /etc/cinder/cinder.conf DEFAULT periodic_interval 60 2016-12-06 12:04:55.540 | +lib/cinder:configure_cinder:286  iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.42.0.106 2016-12-06 12:04:55.565 | +lib/cinder:configure_cinder:288  iniset /etc/cinder/cinder.conf DEFAULT os_region_name RegionOne 2016-12-06 12:04:55.591 | +lib/cinder:configure_cinder:290  is_service_enabled c-vol 2016-12-06 12:04:55.611 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:55.616 | +lib/cinder:configure_cinder:290  [[ -n lvm:lvmdriver-1 ]] 2016-12-06 12:04:55.620 | +lib/cinder:configure_cinder:291  local enabled_backends= 2016-12-06 12:04:55.623 | +lib/cinder:configure_cinder:292  local default_name= 2016-12-06 12:04:55.626 | +lib/cinder:configure_cinder:293  local be be_name be_type 2016-12-06 12:04:55.630 | +lib/cinder:configure_cinder:294  for be in '${CINDER_ENABLED_BACKENDS//,/ }' 2016-12-06 12:04:55.633 | +lib/cinder:configure_cinder:295  be_type=lvm 2016-12-06 12:04:55.636 | +lib/cinder:configure_cinder:296  be_name=lvmdriver-1 2016-12-06 12:04:55.640 | +lib/cinder:configure_cinder:297  type configure_cinder_backend_lvm 2016-12-06 12:04:55.643 | +lib/cinder:configure_cinder:298  configure_cinder_backend_lvm lvmdriver-1 2016-12-06 12:04:55.647 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:48  local be_name=lvmdriver-1 2016-12-06 12:04:55.651 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:50  iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2016-12-06 12:04:55.685 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:51  iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2016-12-06 12:04:55.713 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:52  iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2016-12-06 12:04:55.739 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:53  iniset /etc/cinder/cinder.conf lvmdriver-1 iscsi_helper tgtadm 2016-12-06 12:04:55.763 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:54  iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type default 2016-12-06 12:04:55.789 | +lib/cinder_backends/lvm:configure_cinder_backend_lvm:56  [[ '' == \F\a\l\s\e ]] 2016-12-06 12:04:55.792 | +lib/cinder:configure_cinder:300  [[ -z '' ]] 2016-12-06 12:04:55.795 | +lib/cinder:configure_cinder:301  default_name=lvmdriver-1 2016-12-06 12:04:55.799 | +lib/cinder:configure_cinder:303  enabled_backends+=lvmdriver-1, 2016-12-06 12:04:55.802 | +lib/cinder:configure_cinder:305  iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2016-12-06 12:04:55.827 | +lib/cinder:configure_cinder:306  [[ -n lvmdriver-1 ]] 2016-12-06 12:04:55.830 | +lib/cinder:configure_cinder:307  iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2016-12-06 12:04:55.856 | +lib/cinder:configure_cinder:309  configure_cinder_image_volume_cache 2016-12-06 12:04:55.859 | +lib/cinder:configure_cinder_image_volume_cache:600  for be in '${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ }' 2016-12-06 12:04:55.864 | +lib/cinder:configure_cinder_image_volume_cache:601  local be_name=lvmdriver-1 2016-12-06 12:04:55.869 | +lib/cinder:configure_cinder_image_volume_cache:603  iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2016-12-06 12:04:55.898 | +lib/cinder:configure_cinder_image_volume_cache:605  [[ -n '' ]] 2016-12-06 12:04:55.901 | +lib/cinder:configure_cinder_image_volume_cache:609  [[ -n '' ]] 2016-12-06 12:04:55.905 | +lib/cinder:configure_cinder:312  is_service_enabled swift 2016-12-06 12:04:55.924 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:55.928 | +lib/cinder:configure_cinder:316  is_service_enabled ceilometer 2016-12-06 12:04:55.947 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:55.950 | +lib/cinder:configure_cinder:320  is_service_enabled tls-proxy 2016-12-06 12:04:55.970 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:55.974 | +lib/cinder:configure_cinder:327  '[' False '!=' False ']' 2016-12-06 12:04:55.977 | +lib/cinder:configure_cinder:331  iniset_rpc_backend cinder /etc/cinder/cinder.conf 2016-12-06 12:04:55.980 | +lib/rpc_backend:iniset_rpc_backend:117  local package=cinder 2016-12-06 12:04:55.984 | +lib/rpc_backend:iniset_rpc_backend:118  local file=/etc/cinder/cinder.conf 2016-12-06 12:04:55.987 | +lib/rpc_backend:iniset_rpc_backend:119  local section=DEFAULT 2016-12-06 12:04:55.990 | +lib/rpc_backend:iniset_rpc_backend:120  local virtual_host= 2016-12-06 12:04:55.994 | +lib/rpc_backend:iniset_rpc_backend:121  is_service_enabled rabbit 2016-12-06 12:04:56.014 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:56.018 | ++lib/rpc_backend:iniset_rpc_backend:122  get_transport_url '' 2016-12-06 12:04:56.022 | ++lib/rpc_backend:get_transport_url:109  local virtual_host= 2016-12-06 12:04:56.027 | ++lib/rpc_backend:get_transport_url:110  is_service_enabled rabbit 2016-12-06 12:04:56.050 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:56.054 | ++lib/rpc_backend:get_transport_url:111  echo rabbit://stackrabbit:passwd3@10.42.0.106:5672/ 2016-12-06 12:04:56.057 | +lib/rpc_backend:iniset_rpc_backend:122  iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:passwd3@10.42.0.106:5672/ 2016-12-06 12:04:56.082 | +lib/rpc_backend:iniset_rpc_backend:123  '[' -n '' ']' 2016-12-06 12:04:56.085 | +lib/rpc_backend:iniset_rpc_backend:126  '[' -n '' ']' 2016-12-06 12:04:56.089 | +lib/cinder:configure_cinder:333  iniset /etc/cinder/cinder.conf DEFAULT volume_clear zero 2016-12-06 12:04:56.116 | +lib/cinder:configure_cinder:336  '[' True == True ']' 2016-12-06 12:04:56.119 | +lib/cinder:configure_cinder:336  '[' False == False ']' 2016-12-06 12:04:56.123 | +lib/cinder:configure_cinder:336  '[' False == False ']' 2016-12-06 12:04:56.126 | +lib/cinder:configure_cinder:337  setup_colorized_logging /etc/cinder/cinder.conf DEFAULT project_id user_id 2016-12-06 12:04:56.129 | +functions:setup_colorized_logging:580  local conf_file=/etc/cinder/cinder.conf 2016-12-06 12:04:56.133 | +functions:setup_colorized_logging:581  local conf_section=DEFAULT 2016-12-06 12:04:56.136 | +functions:setup_colorized_logging:582  local project_var=project_id 2016-12-06 12:04:56.139 | +functions:setup_colorized_logging:583  local user_var=user_id 2016-12-06 12:04:56.143 | +functions:setup_colorized_logging:585  iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user_id)s %(project_id)s%(color)s] %(instance)s%(color)s%(message)s' 2016-12-06 12:04:56.172 | +functions:setup_colorized_logging:586  iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2016-12-06 12:04:56.198 | +functions:setup_colorized_logging:587  iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d' 2016-12-06 12:04:56.224 | +functions:setup_colorized_logging:588  iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix '%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s' 2016-12-06 12:04:56.251 | +lib/cinder:configure_cinder:343  '[' False == True ']' 2016-12-06 12:04:56.254 | +lib/cinder:configure_cinder:347  [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2016-12-06 12:04:56.257 | +lib/cinder:configure_cinder:351  iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2016-12-06 12:04:56.286 | +lib/cinder:configure_cinder:353  iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.42.0.106:9292 2016-12-06 12:04:56.313 | +lib/cinder:configure_cinder:354  is_ssl_enabled_service glance 2016-12-06 12:04:56.317 | +lib/tls:is_ssl_enabled_service:375  local services=glance 2016-12-06 12:04:56.320 | +lib/tls:is_ssl_enabled_service:376  local service= 2016-12-06 12:04:56.324 | +lib/tls:is_ssl_enabled_service:377  '[' False == False ']' 2016-12-06 12:04:56.327 | +lib/tls:is_ssl_enabled_service:378  return 1 2016-12-06 12:04:56.331 | +lib/cinder:configure_cinder:354  is_service_enabled tls-proxy 2016-12-06 12:04:56.351 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:04:56.354 | +lib/cinder:configure_cinder:359  '[' True '!=' True ']' 2016-12-06 12:04:56.358 | +lib/cinder:configure_cinder:364  is_ssl_enabled_service cinder 2016-12-06 12:04:56.361 | +lib/tls:is_ssl_enabled_service:375  local services=cinder 2016-12-06 12:04:56.365 | +lib/tls:is_ssl_enabled_service:376  local service= 2016-12-06 12:04:56.369 | +lib/tls:is_ssl_enabled_service:377  '[' False == False ']' 2016-12-06 12:04:56.373 | +lib/tls:is_ssl_enabled_service:378  return 1 2016-12-06 12:04:56.376 | +lib/cinder:configure_cinder:372  iniset /etc/cinder/cinder.conf DEFAULT os_privileged_user_name nova 2016-12-06 12:04:56.403 | +lib/cinder:configure_cinder:373  iniset /etc/cinder/cinder.conf DEFAULT os_privileged_user_password passwd4 2016-12-06 12:04:56.431 | +lib/cinder:configure_cinder:374  iniset /etc/cinder/cinder.conf DEFAULT os_privileged_user_tenant service 2016-12-06 12:04:56.458 | +lib/cinder:configure_cinder:375  iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2016-12-06 12:04:56.486 | +./stack.sh:main:857  is_service_enabled neutron 2016-12-06 12:04:56.506 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:04:56.510 | +./stack.sh:main:859  stack_install_service neutron 2016-12-06 12:04:56.513 | +lib/stack:stack_install_service:20  local service=neutron 2016-12-06 12:04:56.517 | +lib/stack:stack_install_service:21  type install_neutron 2016-12-06 12:04:56.520 | +lib/stack:stack_install_service:23  [[ False = True ]] 2016-12-06 12:04:56.523 | +lib/stack:stack_install_service:32  install_neutron 2016-12-06 12:04:56.527 | +lib/neutron:install_neutron:554  is_neutron_legacy_enabled 2016-12-06 12:04:56.530 | +lib/neutron:is_neutron_legacy_enabled:89  [[ ,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api =~ ,q- ]] 2016-12-06 12:04:56.533 | +lib/neutron:is_neutron_legacy_enabled:89  return 0 2016-12-06 12:04:56.537 | +lib/neutron:install_neutron:556  install_mutnauq 2016-12-06 12:04:56.540 | +lib/neutron-legacy:install_mutnauq:398  use_library_from_git neutron-lib 2016-12-06 12:04:56.543 | +inc/python:use_library_from_git:197  local name=neutron-lib 2016-12-06 12:04:56.546 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:04:56.550 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:04:56.553 | +inc/python:use_library_from_git:199  [[ ,, =~ ,neutron-lib, ]] 2016-12-06 12:04:56.556 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:04:56.559 | +lib/neutron-legacy:install_mutnauq:403  git_clone git://git.openstack.org/openstack/neutron.git /opt/stack/neutron master 2016-12-06 12:04:56.562 | +functions-common:git_clone:496  local git_remote=git://git.openstack.org/openstack/neutron.git 2016-12-06 12:04:56.565 | +functions-common:git_clone:497  local git_dest=/opt/stack/neutron 2016-12-06 12:04:56.568 | +functions-common:git_clone:498  local git_ref=master 2016-12-06 12:04:56.572 | +functions-common:git_clone:499  local orig_dir 2016-12-06 12:04:56.576 | ++functions-common:git_clone:500  pwd 2016-12-06 12:04:56.579 | +functions-common:git_clone:500  orig_dir=/home/ubuntu/devstack 2016-12-06 12:04:56.583 | +functions-common:git_clone:501  local git_clone_flags= 2016-12-06 12:04:56.587 | ++functions-common:git_clone:503  trueorfalse False RECLONE 2016-12-06 12:04:56.611 | +functions-common:git_clone:503  RECLONE=False 2016-12-06 12:04:56.614 | +functions-common:git_clone:504  [[ 0 -gt 0 ]] 2016-12-06 12:04:56.617 | +functions-common:git_clone:508  [[ False = \T\r\u\e ]] 2016-12-06 12:04:56.620 | +functions-common:git_clone:517  echo master 2016-12-06 12:04:56.621 | +functions-common:git_clone:517  egrep -q '^refs' 2016-12-06 12:04:56.625 | +functions-common:git_clone:531  [[ ! -d /opt/stack/neutron ]] 2016-12-06 12:04:56.628 | +functions-common:git_clone:539  [[ False = \T\r\u\e ]] 2016-12-06 12:04:56.632 | +functions-common:git_clone:565  cd /opt/stack/neutron 2016-12-06 12:04:56.635 | +functions-common:git_clone:566  head -1 2016-12-06 12:04:56.636 | +functions-common:git_clone:566  git show --oneline 2016-12-06 12:04:56.637 | 24b5a3b Merge "Support alembic 0.8.9 in test_autogen_process_directives" 2016-12-06 12:04:56.641 | +functions-common:git_clone:567  cd /home/ubuntu/devstack 2016-12-06 12:04:56.645 | +lib/neutron-legacy:install_mutnauq:404  setup_develop /opt/stack/neutron 2016-12-06 12:04:56.648 | +inc/python:setup_develop:271  local project_dir=/opt/stack/neutron 2016-12-06 12:04:56.653 | +inc/python:setup_develop:272  local extras= 2016-12-06 12:04:56.656 | +inc/python:setup_develop:273  _setup_package_with_constraints_edit /opt/stack/neutron -e 2016-12-06 12:04:56.659 | +inc/python:_setup_package_with_constraints_edit:303  local project_dir=/opt/stack/neutron 2016-12-06 12:04:56.662 | +inc/python:_setup_package_with_constraints_edit:304  local flags=-e 2016-12-06 12:04:56.665 | +inc/python:_setup_package_with_constraints_edit:305  local extras= 2016-12-06 12:04:56.670 | ++inc/python:_setup_package_with_constraints_edit:312  cd /opt/stack/neutron 2016-12-06 12:04:56.675 | ++inc/python:_setup_package_with_constraints_edit:312  pwd 2016-12-06 12:04:56.678 | +inc/python:_setup_package_with_constraints_edit:312  project_dir=/opt/stack/neutron 2016-12-06 12:04:56.682 | +inc/python:_setup_package_with_constraints_edit:314  '[' -n /opt/stack/requirements ']' 2016-12-06 12:04:56.685 | +inc/python:_setup_package_with_constraints_edit:316  local name 2016-12-06 12:04:56.690 | ++inc/python:_setup_package_with_constraints_edit:317  awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2016-12-06 12:04:56.695 | +inc/python:_setup_package_with_constraints_edit:317  name=neutron 2016-12-06 12:04:56.698 | +inc/python:_setup_package_with_constraints_edit:319  /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron '-e file:///opt/stack/neutron#egg=neutron' 2016-12-06 12:04:57.110 | +inc/python:_setup_package_with_constraints_edit:323  setup_package /opt/stack/neutron -e 2016-12-06 12:04:57.115 | +inc/python:setup_package:339  local project_dir=/opt/stack/neutron 2016-12-06 12:04:57.118 | +inc/python:setup_package:340  local flags=-e 2016-12-06 12:04:57.123 | +inc/python:setup_package:341  local extras= 2016-12-06 12:04:57.127 | +inc/python:setup_package:345  [[ -n -e ]] 2016-12-06 12:04:57.131 | +inc/python:setup_package:345  [[ -z '' ]] 2016-12-06 12:04:57.134 | +inc/python:setup_package:345  [[ ! -e =~ ^-.* ]] 2016-12-06 12:04:57.137 | +inc/python:setup_package:350  [[ ! -z '' ]] 2016-12-06 12:04:57.141 | +inc/python:setup_package:354  pip_install -e /opt/stack/neutron 2016-12-06 12:04:57.614 | +inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2016-12-06 12:04:58.277 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:04:58.279 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:04:58.646 | Obtaining file:///opt/stack/neutron 2016-12-06 12:05:01.025 | Obtaining neutron from file:///opt/stack/neutron#egg=neutron (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2016-12-06 12:05:03.088 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2016-12-06 12:05:03.092 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2016-12-06 12:05:03.093 | Requirement already satisfied: Paste===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) 2016-12-06 12:05:03.099 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) 2016-12-06 12:05:03.102 | Requirement already satisfied: Routes===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2016-12-06 12:05:03.108 | Requirement already satisfied: SQLAlchemy===1.0.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) 2016-12-06 12:05:03.110 | Requirement already satisfied: WebOb===1.6.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) 2016-12-06 12:05:03.116 | Requirement already satisfied: alembic===0.8.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 66)) 2016-12-06 12:05:03.121 | Requirement already satisfied: debtcollector===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) 2016-12-06 12:05:03.130 | Requirement already satisfied: eventlet===0.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) 2016-12-06 12:05:03.133 | Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:05:03.137 | Requirement already satisfied: greenlet===0.4.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) 2016-12-06 12:05:03.139 | Requirement already satisfied: httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 153)) 2016-12-06 12:05:03.140 | Requirement already satisfied: keystoneauth1===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2016-12-06 12:05:03.157 | Requirement already satisfied: keystonemiddleware===4.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171)) 2016-12-06 12:05:03.174 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2016-12-06 12:05:03.176 | Requirement already satisfied: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2016-12-06 12:05:03.179 | Requirement already satisfied: neutron-lib===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2016-12-06 12:05:03.196 | Requirement already satisfied: oslo.cache===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) 2016-12-06 12:05:03.207 | Requirement already satisfied: oslo.concurrency===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) 2016-12-06 12:05:03.221 | Requirement already satisfied: oslo.config===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2016-12-06 12:05:03.230 | Requirement already satisfied: oslo.context===2.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2016-12-06 12:05:03.233 | Requirement already satisfied: oslo.db===4.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) 2016-12-06 12:05:03.276 | Requirement already satisfied: oslo.i18n===3.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2016-12-06 12:05:03.281 | Requirement already satisfied: oslo.log===3.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2016-12-06 12:05:03.301 | Requirement already satisfied: oslo.messaging===5.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) 2016-12-06 12:05:03.333 | Requirement already satisfied: oslo.middleware===3.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2016-12-06 12:05:03.346 | Requirement already satisfied: oslo.policy===1.17.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) 2016-12-06 12:05:03.356 | Requirement already satisfied: oslo.reports===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) 2016-12-06 12:05:03.365 | Requirement already satisfied: oslo.rootwrap===5.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) 2016-12-06 12:05:03.368 | Requirement already satisfied: oslo.serialization===2.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2016-12-06 12:05:03.375 | Requirement already satisfied: oslo.service===1.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2016-12-06 12:05:03.397 | Requirement already satisfied: oslo.utils===3.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2016-12-06 12:05:03.413 | Requirement already satisfied: oslo.versionedobjects===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) 2016-12-06 12:05:03.431 | Requirement already satisfied: osprofiler===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) 2016-12-06 12:05:03.439 | Requirement already satisfied: ovs===2.6.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) 2016-12-06 12:05:03.440 | Requirement already satisfied: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:05:03.442 | Requirement already satisfied: pecan===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) 2016-12-06 12:05:03.449 | Requirement already satisfied: pika===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) 2016-12-06 12:05:03.455 | Requirement already satisfied: pika-pool===0.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2016-12-06 12:05:03.461 | Requirement already satisfied: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2016-12-06 12:05:03.465 | Requirement already satisfied: psutil===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 267)) 2016-12-06 12:05:03.467 | Requirement already satisfied: pycadf===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) 2016-12-06 12:05:03.474 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2016-12-06 12:05:03.476 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2016-12-06 12:05:03.478 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2016-12-06 12:05:03.481 | Requirement already satisfied: python-designateclient===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) 2016-12-06 12:05:03.494 | Requirement already satisfied: python-editor===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) 2016-12-06 12:05:03.496 | Requirement already satisfied: python-keystoneclient===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) 2016-12-06 12:05:03.510 | Requirement already satisfied: python-neutronclient===6.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) 2016-12-06 12:05:03.531 | Requirement already satisfied: python-novaclient===6.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) 2016-12-06 12:05:03.545 | Requirement already satisfied: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:05:03.548 | Requirement already satisfied: repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) 2016-12-06 12:05:03.553 | Requirement already satisfied: requests===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:05:03.562 | Requirement already satisfied: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) 2016-12-06 12:05:03.564 | Requirement already satisfied: ryu===4.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) 2016-12-06 12:05:03.574 | Requirement already satisfied: simplejson===3.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) 2016-12-06 12:05:03.576 | Requirement already satisfied: singledispatch===3.4.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) 2016-12-06 12:05:03.579 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:05:03.581 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2016-12-06 12:05:03.589 | Requirement already satisfied: sqlparse===0.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2016-12-06 12:05:03.591 | Requirement already satisfied: stevedore===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2016-12-06 12:05:03.595 | Requirement already satisfied: tenacity===3.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) 2016-12-06 12:05:03.603 | Requirement already satisfied: tinyrpc===0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) 2016-12-06 12:05:03.604 | Requirement already satisfied: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2016-12-06 12:05:03.606 | Requirement already satisfied: Mako===1.0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) 2016-12-06 12:05:03.609 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2016-12-06 12:05:03.611 | Requirement already satisfied: dogpile.cache===0.6.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) 2016-12-06 12:05:03.613 | Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2016-12-06 12:05:03.614 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) 2016-12-06 12:05:03.618 | Requirement already satisfied: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:05:03.621 | Requirement already satisfied: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) 2016-12-06 12:05:03.622 | Requirement already satisfied: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2016-12-06 12:05:03.624 | Requirement already satisfied: cachetools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83)) 2016-12-06 12:05:03.626 | Requirement already satisfied: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67)) 2016-12-06 12:05:03.628 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2016-12-06 12:05:03.630 | Requirement already satisfied: futurist===0.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2016-12-06 12:05:03.641 | Requirement already satisfied: kombu===3.0.37 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) 2016-12-06 12:05:03.648 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) 2016-12-06 12:05:03.650 | Requirement already satisfied: logutils===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) 2016-12-06 12:05:03.652 | Requirement already satisfied: WebTest===2.0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) 2016-12-06 12:05:03.668 | Requirement already satisfied: cliff===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2016-12-06 12:05:03.681 | Requirement already satisfied: osc-lib===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) 2016-12-06 12:05:03.695 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2016-12-06 12:05:03.705 | Requirement already satisfied: os-client-config===1.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2016-12-06 12:05:03.712 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2016-12-06 12:05:03.713 | Requirement already satisfied: decorator===4.0.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) 2016-12-06 12:05:03.715 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) 2016-12-06 12:05:03.717 | Requirement already satisfied: contextlib2===0.5.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) 2016-12-06 12:05:03.718 | Requirement already satisfied: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 68)) 2016-12-06 12:05:03.720 | Requirement already satisfied: beautifulsoup4===4.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) 2016-12-06 12:05:03.724 | Requirement already satisfied: waitress===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) 2016-12-06 12:05:03.732 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2016-12-06 12:05:03.734 | Requirement already satisfied: cmd2===0.6.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) 2016-12-06 12:05:03.737 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2016-12-06 12:05:03.738 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) 2016-12-06 12:05:03.741 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2016-12-06 12:05:03.743 | Installing collected packages: neutron 2016-12-06 12:05:03.743 | Found existing installation: neutron 10.0.0.0b2.dev214 2016-12-06 12:05:03.748 | Can't uninstall 'neutron'. No files were found to uninstall. 2016-12-06 12:05:03.748 | Running setup.py develop for neutron 2016-12-06 12:05:06.831 | Successfully installed neutron 2016-12-06 12:05:06.957 | +inc/python:pip_install:162  result=0 2016-12-06 12:05:06.960 | +inc/python:pip_install:165  local test_req=/opt/stack/neutron/test-requirements.txt 2016-12-06 12:05:06.964 | +inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:05:06.967 | +inc/python:pip_install:166  [[ -e /opt/stack/neutron/test-requirements.txt ]] 2016-12-06 12:05:06.970 | +inc/python:pip_install:167  echo 'Installing test-requirements for /opt/stack/neutron/test-requirements.txt' 2016-12-06 12:05:06.970 | Installing test-requirements for /opt/stack/neutron/test-requirements.txt 2016-12-06 12:05:06.974 | +inc/python:pip_install:169  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/neutron/test-requirements.txt 2016-12-06 12:05:07.605 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:05:07.607 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:05:07.996 | Requirement already satisfied: PyMySQL===0.7.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2016-12-06 12:05:07.998 | Requirement already satisfied: Sphinx===1.3.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2016-12-06 12:05:08.017 | Requirement already satisfied: WebTest===2.0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) 2016-12-06 12:05:08.033 | Requirement already satisfied: alabaster===0.7.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65)) 2016-12-06 12:05:08.035 | Requirement already satisfied: beautifulsoup4===4.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) 2016-12-06 12:05:08.039 | Requirement already satisfied: coverage===4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) 2016-12-06 12:05:08.041 | Requirement already satisfied: ddt===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) 2016-12-06 12:05:08.042 | Requirement already satisfied: docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) 2016-12-06 12:05:08.044 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2016-12-06 12:05:08.052 | Requirement already satisfied: mock===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) 2016-12-06 12:05:08.074 | Requirement already satisfied: os-testr===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) 2016-12-06 12:05:08.081 | Requirement already satisfied: oslosphinx===4.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247)) 2016-12-06 12:05:08.086 | Requirement already satisfied: oslotest===2.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) 2016-12-06 12:05:08.097 | Requirement already satisfied: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:05:08.099 | Requirement already satisfied: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) 2016-12-06 12:05:08.109 | Requirement already satisfied: reno===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) 2016-12-06 12:05:08.116 | Requirement already satisfied: requests===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:05:08.125 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:05:08.127 | Requirement already satisfied: snowballstemmer===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) 2016-12-06 12:05:08.129 | Requirement already satisfied: sphinx-rtd-theme===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) 2016-12-06 12:05:08.132 | Requirement already satisfied: tempest===13.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) 2016-12-06 12:05:08.160 | Requirement already satisfied: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2016-12-06 12:05:08.169 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2016-12-06 12:05:08.176 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) 2016-12-06 12:05:08.180 | Requirement already satisfied: testtools===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) 2016-12-06 12:05:08.191 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) 2016-12-06 12:05:08.194 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:05:08.199 | Requirement already satisfied: urllib3===1.19 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) 2016-12-06 12:05:08.213 | Requirement already satisfied: waitress===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) 2016-12-06 12:05:08.221 | Collecting hacking<0.13,>=0.12.0 (from -r /opt/stack/neutron/test-requirements.txt (line 4)) 2016-12-06 12:05:08.258 | Using cached hacking-0.12.0-py2.py3-none-any.whl 2016-12-06 12:05:08.275 | Requirement already satisfied: pylint==1.4.5 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/neutron/test-requirements.txt (line 20)) 2016-12-06 12:05:08.280 | Requirement already satisfied: Pygments===2.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) 2016-12-06 12:05:08.281 | Requirement already satisfied: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:05:08.284 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2016-12-06 12:05:08.288 | Requirement already satisfied: WebOb===1.6.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) 2016-12-06 12:05:08.294 | Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:05:08.298 | Requirement already satisfied: os-client-config===1.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2016-12-06 12:05:08.305 | Requirement already satisfied: mox3===0.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) 2016-12-06 12:05:08.309 | Requirement already satisfied: debtcollector===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) 2016-12-06 12:05:08.318 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) 2016-12-06 12:05:08.319 | Requirement already satisfied: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2016-12-06 12:05:08.321 | Requirement already satisfied: oslo.config===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2016-12-06 12:05:08.330 | Requirement already satisfied: oslo.concurrency===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) 2016-12-06 12:05:08.343 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2016-12-06 12:05:08.346 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2016-12-06 12:05:08.347 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2016-12-06 12:05:08.357 | Requirement already satisfied: oslo.serialization===2.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2016-12-06 12:05:08.364 | Requirement already satisfied: paramiko===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) 2016-12-06 12:05:08.368 | Requirement already satisfied: cliff===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2016-12-06 12:05:08.380 | Requirement already satisfied: oslo.utils===3.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2016-12-06 12:05:08.397 | Requirement already satisfied: stevedore===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2016-12-06 12:05:08.401 | Requirement already satisfied: oslo.log===3.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2016-12-06 12:05:08.420 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2016-12-06 12:05:08.422 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) 2016-12-06 12:05:08.423 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:05:08.425 | Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.13,>=0.12.0->-r /opt/stack/neutron/test-requirements.txt (line 4)) 2016-12-06 12:05:08.427 | Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.13,>=0.12.0->-r /opt/stack/neutron/test-requirements.txt (line 4)) 2016-12-06 12:05:08.430 | Requirement already satisfied: flake8<2.6.0,>=2.5.4 in /usr/local/lib/python2.7/dist-packages (from hacking<0.13,>=0.12.0->-r /opt/stack/neutron/test-requirements.txt (line 4)) 2016-12-06 12:05:08.437 | Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.13,>=0.12.0->-r /opt/stack/neutron/test-requirements.txt (line 4)) 2016-12-06 12:05:08.439 | Requirement already satisfied: astroid===1.3.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 71)) 2016-12-06 12:05:08.443 | Requirement already satisfied: logilab-common===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) 2016-12-06 12:05:08.446 | Requirement already satisfied: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:05:08.449 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2016-12-06 12:05:08.451 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) 2016-12-06 12:05:08.454 | Requirement already satisfied: keystoneauth1===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2016-12-06 12:05:08.470 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2016-12-06 12:05:08.472 | Requirement already satisfied: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2016-12-06 12:05:08.474 | Requirement already satisfied: oslo.i18n===3.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2016-12-06 12:05:08.479 | Requirement already satisfied: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) 2016-12-06 12:05:08.481 | Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2016-12-06 12:05:08.482 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) 2016-12-06 12:05:08.486 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2016-12-06 12:05:08.488 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) 2016-12-06 12:05:08.490 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2016-12-06 12:05:08.491 | Requirement already satisfied: cryptography===1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:05:08.519 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2016-12-06 12:05:08.521 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2016-12-06 12:05:08.522 | Requirement already satisfied: cmd2===0.6.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) 2016-12-06 12:05:08.525 | Requirement already satisfied: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) 2016-12-06 12:05:08.527 | Requirement already satisfied: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2016-12-06 12:05:08.529 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2016-12-06 12:05:08.531 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2016-12-06 12:05:08.532 | Requirement already satisfied: oslo.context===2.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2016-12-06 12:05:08.536 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2016-12-06 12:05:08.539 | Requirement already satisfied: setuptools in /usr/local/lib/python2.7/dist-packages (from logilab-common===1.3.0->-c /opt/stack/requirements/upper-constraints.txt (line 179)) 2016-12-06 12:05:08.544 | Requirement already satisfied: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2016-12-06 12:05:08.548 | Requirement already satisfied: ipaddress===1.0.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2016-12-06 12:05:08.550 | Requirement already satisfied: idna===2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2016-12-06 12:05:08.552 | Requirement already satisfied: cffi===1.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2016-12-06 12:05:08.554 | Requirement already satisfied: pycparser===2.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2016-12-06 12:05:08.555 | Installing collected packages: hacking 2016-12-06 12:05:08.555 | Found existing installation: hacking 0.11.0 2016-12-06 12:05:08.561 | Uninstalling hacking-0.11.0: 2016-12-06 12:05:08.566 | Successfully uninstalled hacking-0.11.0 2016-12-06 12:05:08.685 | Successfully installed hacking-0.12.0 2016-12-06 12:05:08.804 | +inc/python:pip_install:175  result=0 2016-12-06 12:05:08.808 | +inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:05:08.812 | +functions-common:time_stop:2398  local name 2016-12-06 12:05:08.816 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:05:08.820 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:05:08.824 | +functions-common:time_stop:2401  local total 2016-12-06 12:05:08.828 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:05:08.831 | +functions-common:time_stop:2404  name=pip_install 2016-12-06 12:05:08.835 | +functions-common:time_stop:2405  start_time=1481025897 2016-12-06 12:05:08.838 | +functions-common:time_stop:2407  [[ -z 1481025897 ]] 2016-12-06 12:05:08.843 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:05:08.847 | +functions-common:time_stop:2410  end_time=1481025908 2016-12-06 12:05:08.850 | +functions-common:time_stop:2411  elapsed_time=11 2016-12-06 12:05:08.853 | +functions-common:time_stop:2412  total=50 2016-12-06 12:05:08.857 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:05:08.860 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=61 2016-12-06 12:05:08.864 | +inc/python:pip_install:179  return 0 2016-12-06 12:05:08.867 | +inc/python:setup_package:356  [[ -e == \-\e ]] 2016-12-06 12:05:08.870 | +inc/python:setup_package:357  safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2016-12-06 12:05:08.874 | +functions-common:safe_chown:2299  _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2016-12-06 12:05:08.896 | +functions-common:_safe_permission_operation:2170  sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2016-12-06 12:05:08.907 | +lib/neutron-legacy:install_mutnauq:406  '[' libvirt == xenserver ']' 2016-12-06 12:05:08.910 | +lib/stack:stack_install_service:33  [[ False = True ]] 2016-12-06 12:05:08.914 | +./stack.sh:main:862  is_service_enabled nova 2016-12-06 12:05:08.934 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:08.937 | +./stack.sh:main:864  stack_install_service nova 2016-12-06 12:05:08.940 | +lib/stack:stack_install_service:20  local service=nova 2016-12-06 12:05:08.944 | +lib/stack:stack_install_service:21  type install_nova 2016-12-06 12:05:08.947 | +lib/stack:stack_install_service:23  [[ False = True ]] 2016-12-06 12:05:08.950 | +lib/stack:stack_install_service:32  install_nova 2016-12-06 12:05:08.954 | +lib/nova:install_nova:721  use_library_from_git os-vif 2016-12-06 12:05:08.957 | +inc/python:use_library_from_git:197  local name=os-vif 2016-12-06 12:05:08.960 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:05:08.964 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:05:08.967 | +inc/python:use_library_from_git:199  [[ ,, =~ ,os-vif, ]] 2016-12-06 12:05:08.971 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:05:08.974 | +lib/nova:install_nova:726  is_service_enabled n-cpu 2016-12-06 12:05:08.994 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:08.997 | +lib/nova:install_nova:726  [[ -r /home/ubuntu/devstack/lib/nova_plugins/hypervisor-libvirt ]] 2016-12-06 12:05:09.001 | +lib/nova:install_nova:727  install_nova_hypervisor 2016-12-06 12:05:09.005 | +lib/nova_plugins/hypervisor-libvirt:install_nova_hypervisor:88  install_libvirt 2016-12-06 12:05:09.010 | +lib/nova_plugins/functions-libvirt:install_libvirt:25  is_ubuntu 2016-12-06 12:05:09.014 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:05:09.018 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:05:09.021 | +lib/nova_plugins/functions-libvirt:install_libvirt:26  install_package qemu-system 2016-12-06 12:05:09.025 | +functions-common:install_package:1285  update_package_repo 2016-12-06 12:05:09.029 | +functions-common:update_package_repo:1257  NO_UPDATE_REPOS=False 2016-12-06 12:05:09.033 | +functions-common:update_package_repo:1258  REPOS_UPDATED=True 2016-12-06 12:05:09.037 | +functions-common:update_package_repo:1259  RETRY_UPDATE=False 2016-12-06 12:05:09.040 | +functions-common:update_package_repo:1261  [[ False = \T\r\u\e ]] 2016-12-06 12:05:09.044 | +functions-common:update_package_repo:1265  is_ubuntu 2016-12-06 12:05:09.047 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:05:09.051 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:05:09.055 | +functions-common:update_package_repo:1266  apt_get_update 2016-12-06 12:05:09.058 | +functions-common:apt_get_update:1059  [[ True == \T\r\u\e ]] 2016-12-06 12:05:09.062 | +functions-common:apt_get_update:1059  [[ False != \T\r\u\e ]] 2016-12-06 12:05:09.066 | +functions-common:apt_get_update:1060  return 2016-12-06 12:05:09.069 | +functions-common:install_package:1286  real_install_package qemu-system 2016-12-06 12:05:09.073 | +functions-common:real_install_package:1271  is_ubuntu 2016-12-06 12:05:09.077 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:05:09.080 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:05:09.084 | +functions-common:real_install_package:1272  apt_get install qemu-system 2016-12-06 12:05:09.108 | +functions-common:apt_get:1100  sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install qemu-system 2016-12-06 12:05:09.140 | Reading package lists... 2016-12-06 12:05:09.266 | Building dependency tree... 2016-12-06 12:05:09.267 | Reading state information... 2016-12-06 12:05:09.370 | qemu-system is already the newest version (1:2.5+dfsg-5ubuntu10.6). 2016-12-06 12:05:09.370 | 0 upgraded, 0 newly installed, 0 to remove and 138 not upgraded. 2016-12-06 12:05:09.377 | +functions-common:apt_get:1104  result=0 2016-12-06 12:05:09.383 | +functions-common:apt_get:1107  time_stop apt-get 2016-12-06 12:05:09.389 | +functions-common:time_stop:2398  local name 2016-12-06 12:05:09.394 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:05:09.398 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:05:09.404 | +functions-common:time_stop:2401  local total 2016-12-06 12:05:09.407 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:05:09.411 | +functions-common:time_stop:2404  name=apt-get 2016-12-06 12:05:09.414 | +functions-common:time_stop:2405  start_time=1481025909 2016-12-06 12:05:09.419 | +functions-common:time_stop:2407  [[ -z 1481025909 ]] 2016-12-06 12:05:09.426 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:05:09.431 | +functions-common:time_stop:2410  end_time=1481025909 2016-12-06 12:05:09.434 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:05:09.438 | +functions-common:time_stop:2412  total=2 2016-12-06 12:05:09.441 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:05:09.445 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=2 2016-12-06 12:05:09.448 | +functions-common:apt_get:1108  return 0 2016-12-06 12:05:09.451 | +lib/nova_plugins/functions-libvirt:install_libvirt:27  install_package libvirt-bin libvirt-dev 2016-12-06 12:05:09.454 | +functions-common:install_package:1285  update_package_repo 2016-12-06 12:05:09.458 | +functions-common:update_package_repo:1257  NO_UPDATE_REPOS=False 2016-12-06 12:05:09.461 | +functions-common:update_package_repo:1258  REPOS_UPDATED=True 2016-12-06 12:05:09.464 | +functions-common:update_package_repo:1259  RETRY_UPDATE=False 2016-12-06 12:05:09.467 | +functions-common:update_package_repo:1261  [[ False = \T\r\u\e ]] 2016-12-06 12:05:09.470 | +functions-common:update_package_repo:1265  is_ubuntu 2016-12-06 12:05:09.473 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:05:09.476 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:05:09.480 | +functions-common:update_package_repo:1266  apt_get_update 2016-12-06 12:05:09.483 | +functions-common:apt_get_update:1059  [[ True == \T\r\u\e ]] 2016-12-06 12:05:09.486 | +functions-common:apt_get_update:1059  [[ False != \T\r\u\e ]] 2016-12-06 12:05:09.489 | +functions-common:apt_get_update:1060  return 2016-12-06 12:05:09.492 | +functions-common:install_package:1286  real_install_package libvirt-bin libvirt-dev 2016-12-06 12:05:09.495 | +functions-common:real_install_package:1271  is_ubuntu 2016-12-06 12:05:09.498 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:05:09.503 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:05:09.506 | +functions-common:real_install_package:1272  apt_get install libvirt-bin libvirt-dev 2016-12-06 12:05:09.527 | +functions-common:apt_get:1100  sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libvirt-bin libvirt-dev 2016-12-06 12:05:09.552 | Reading package lists... 2016-12-06 12:05:09.672 | Building dependency tree... 2016-12-06 12:05:09.672 | Reading state information... 2016-12-06 12:05:09.782 | libvirt-bin is already the newest version (1.3.1-1ubuntu10.5). 2016-12-06 12:05:09.783 | libvirt-dev is already the newest version (1.3.1-1ubuntu10.5). 2016-12-06 12:05:09.783 | 0 upgraded, 0 newly installed, 0 to remove and 138 not upgraded. 2016-12-06 12:05:09.790 | +functions-common:apt_get:1104  result=0 2016-12-06 12:05:09.795 | +functions-common:apt_get:1107  time_stop apt-get 2016-12-06 12:05:09.799 | +functions-common:time_stop:2398  local name 2016-12-06 12:05:09.802 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:05:09.805 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:05:09.808 | +functions-common:time_stop:2401  local total 2016-12-06 12:05:09.811 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:05:09.815 | +functions-common:time_stop:2404  name=apt-get 2016-12-06 12:05:09.818 | +functions-common:time_stop:2405  start_time=1481025909 2016-12-06 12:05:09.821 | +functions-common:time_stop:2407  [[ -z 1481025909 ]] 2016-12-06 12:05:09.825 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:05:09.829 | +functions-common:time_stop:2410  end_time=1481025909 2016-12-06 12:05:09.833 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:05:09.836 | +functions-common:time_stop:2412  total=2 2016-12-06 12:05:09.840 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:05:09.843 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=2 2016-12-06 12:05:09.847 | +functions-common:apt_get:1108  return 0 2016-12-06 12:05:09.850 | +lib/nova_plugins/functions-libvirt:install_libvirt:28  pip_install_gr libvirt-python 2016-12-06 12:05:09.853 | +inc/python:pip_install_gr:66  local name=libvirt-python 2016-12-06 12:05:09.857 | +inc/python:pip_install_gr:67  local clean_name 2016-12-06 12:05:09.862 | ++inc/python:pip_install_gr:68  get_from_global_requirements libvirt-python 2016-12-06 12:05:09.867 | ++inc/python:get_from_global_requirements:185  local package=libvirt-python 2016-12-06 12:05:09.872 | ++inc/python:get_from_global_requirements:186  local required_pkg 2016-12-06 12:05:09.878 | +++inc/python:get_from_global_requirements:187  cut -d# -f1 2016-12-06 12:05:09.878 | +++inc/python:get_from_global_requirements:187  grep -i -h '^libvirt-python' /opt/stack/requirements/global-requirements.txt 2016-12-06 12:05:09.884 | ++inc/python:get_from_global_requirements:187  required_pkg='libvirt-python>=1.2.5 ' 2016-12-06 12:05:09.888 | ++inc/python:get_from_global_requirements:188  [[ libvirt-python>=1.2.5 == '' ]] 2016-12-06 12:05:09.892 | ++inc/python:get_from_global_requirements:191  echo 'libvirt-python>=1.2.5' 2016-12-06 12:05:09.896 | +inc/python:pip_install_gr:68  clean_name='libvirt-python>=1.2.5' 2016-12-06 12:05:09.899 | +inc/python:pip_install_gr:69  pip_install 'libvirt-python>=1.2.5' 2016-12-06 12:05:10.331 | +inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'libvirt-python>=1.2.5' 2016-12-06 12:05:11.022 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:05:11.024 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:05:11.391 | Requirement already satisfied: libvirt-python===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) 2016-12-06 12:05:11.510 | +inc/python:pip_install:162  result=0 2016-12-06 12:05:11.513 | +inc/python:pip_install:165  local 'test_req=libvirt-python>=1.2.5/test-requirements.txt' 2016-12-06 12:05:11.517 | +inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:05:11.520 | +inc/python:pip_install:166  [[ -e libvirt-python>=1.2.5/test-requirements.txt ]] 2016-12-06 12:05:11.525 | +inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:05:11.528 | +functions-common:time_stop:2398  local name 2016-12-06 12:05:11.533 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:05:11.536 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:05:11.540 | +functions-common:time_stop:2401  local total 2016-12-06 12:05:11.543 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:05:11.547 | +functions-common:time_stop:2404  name=pip_install 2016-12-06 12:05:11.550 | +functions-common:time_stop:2405  start_time=1481025909 2016-12-06 12:05:11.553 | +functions-common:time_stop:2407  [[ -z 1481025909 ]] 2016-12-06 12:05:11.558 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:05:11.563 | +functions-common:time_stop:2410  end_time=1481025911 2016-12-06 12:05:11.566 | +functions-common:time_stop:2411  elapsed_time=2 2016-12-06 12:05:11.570 | +functions-common:time_stop:2412  total=61 2016-12-06 12:05:11.573 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:05:11.576 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=63 2016-12-06 12:05:11.580 | +inc/python:pip_install:179  return 0 2016-12-06 12:05:11.583 | +lib/nova_plugins/functions-libvirt:install_libvirt:29  [[ False == \T\r\u\e ]] 2016-12-06 12:05:11.587 | +lib/nova_plugins/hypervisor-libvirt:install_nova_hypervisor:93  [[ kvm == \l\x\c ]] 2016-12-06 12:05:11.590 | +lib/nova_plugins/hypervisor-libvirt:install_nova_hypervisor:105  [[ '' == \T\r\u\e ]] 2016-12-06 12:05:11.594 | +lib/nova:install_nova:730  is_service_enabled n-novnc 2016-12-06 12:05:11.614 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:11.618 | ++lib/nova:install_nova:732  trueorfalse False NOVNC_FROM_PACKAGE 2016-12-06 12:05:11.641 | +lib/nova:install_nova:732  NOVNC_FROM_PACKAGE=False 2016-12-06 12:05:11.644 | +lib/nova:install_nova:733  '[' False = True ']' 2016-12-06 12:05:11.648 | +lib/nova:install_nova:737  NOVNC_WEB_DIR=/opt/stack/noVNC 2016-12-06 12:05:11.651 | +lib/nova:install_nova:738  git_clone https://github.com/kanaka/noVNC.git /opt/stack/noVNC v0.6.0 2016-12-06 12:05:11.655 | +functions-common:git_clone:496  local git_remote=https://github.com/kanaka/noVNC.git 2016-12-06 12:05:11.658 | +functions-common:git_clone:497  local git_dest=/opt/stack/noVNC 2016-12-06 12:05:11.661 | +functions-common:git_clone:498  local git_ref=v0.6.0 2016-12-06 12:05:11.665 | +functions-common:git_clone:499  local orig_dir 2016-12-06 12:05:11.669 | ++functions-common:git_clone:500  pwd 2016-12-06 12:05:11.674 | +functions-common:git_clone:500  orig_dir=/home/ubuntu/devstack 2016-12-06 12:05:11.678 | +functions-common:git_clone:501  local git_clone_flags= 2016-12-06 12:05:11.683 | ++functions-common:git_clone:503  trueorfalse False RECLONE 2016-12-06 12:05:11.707 | +functions-common:git_clone:503  RECLONE=False 2016-12-06 12:05:11.710 | +functions-common:git_clone:504  [[ 0 -gt 0 ]] 2016-12-06 12:05:11.714 | +functions-common:git_clone:508  [[ False = \T\r\u\e ]] 2016-12-06 12:05:11.717 | +functions-common:git_clone:517  echo v0.6.0 2016-12-06 12:05:11.717 | +functions-common:git_clone:517  egrep -q '^refs' 2016-12-06 12:05:11.722 | +functions-common:git_clone:531  [[ ! -d /opt/stack/noVNC ]] 2016-12-06 12:05:11.725 | +functions-common:git_clone:539  [[ False = \T\r\u\e ]] 2016-12-06 12:05:11.729 | +functions-common:git_clone:565  cd /opt/stack/noVNC 2016-12-06 12:05:11.732 | +functions-common:git_clone:566  git show --oneline 2016-12-06 12:05:11.733 | +functions-common:git_clone:566  head -1 2016-12-06 12:05:11.734 | 5230ab6 Release 0.6.0 2016-12-06 12:05:11.737 | +functions-common:git_clone:567  cd /home/ubuntu/devstack 2016-12-06 12:05:11.741 | +lib/nova:install_nova:742  is_service_enabled n-spice 2016-12-06 12:05:11.760 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:11.763 | +lib/nova:install_nova:754  git_clone git://git.openstack.org/openstack/nova.git /opt/stack/nova master 2016-12-06 12:05:11.767 | +functions-common:git_clone:496  local git_remote=git://git.openstack.org/openstack/nova.git 2016-12-06 12:05:11.770 | +functions-common:git_clone:497  local git_dest=/opt/stack/nova 2016-12-06 12:05:11.773 | +functions-common:git_clone:498  local git_ref=master 2016-12-06 12:05:11.777 | +functions-common:git_clone:499  local orig_dir 2016-12-06 12:05:11.781 | ++functions-common:git_clone:500  pwd 2016-12-06 12:05:11.785 | +functions-common:git_clone:500  orig_dir=/home/ubuntu/devstack 2016-12-06 12:05:11.788 | +functions-common:git_clone:501  local git_clone_flags= 2016-12-06 12:05:11.793 | ++functions-common:git_clone:503  trueorfalse False RECLONE 2016-12-06 12:05:11.815 | +functions-common:git_clone:503  RECLONE=False 2016-12-06 12:05:11.819 | +functions-common:git_clone:504  [[ 0 -gt 0 ]] 2016-12-06 12:05:11.823 | +functions-common:git_clone:508  [[ False = \T\r\u\e ]] 2016-12-06 12:05:11.826 | +functions-common:git_clone:517  echo master 2016-12-06 12:05:11.827 | +functions-common:git_clone:517  egrep -q '^refs' 2016-12-06 12:05:11.831 | +functions-common:git_clone:531  [[ ! -d /opt/stack/nova ]] 2016-12-06 12:05:11.834 | +functions-common:git_clone:539  [[ False = \T\r\u\e ]] 2016-12-06 12:05:11.838 | +functions-common:git_clone:565  cd /opt/stack/nova 2016-12-06 12:05:11.841 | +functions-common:git_clone:566  git show --oneline 2016-12-06 12:05:11.842 | +functions-common:git_clone:566  head -1 2016-12-06 12:05:11.843 | 9be228a Merge "support polling free notification testing" 2016-12-06 12:05:11.846 | +functions-common:git_clone:567  cd /home/ubuntu/devstack 2016-12-06 12:05:11.850 | +lib/nova:install_nova:755  setup_develop /opt/stack/nova 2016-12-06 12:05:11.853 | +inc/python:setup_develop:271  local project_dir=/opt/stack/nova 2016-12-06 12:05:11.857 | +inc/python:setup_develop:272  local extras= 2016-12-06 12:05:11.860 | +inc/python:setup_develop:273  _setup_package_with_constraints_edit /opt/stack/nova -e 2016-12-06 12:05:11.864 | +inc/python:_setup_package_with_constraints_edit:303  local project_dir=/opt/stack/nova 2016-12-06 12:05:11.867 | +inc/python:_setup_package_with_constraints_edit:304  local flags=-e 2016-12-06 12:05:11.871 | +inc/python:_setup_package_with_constraints_edit:305  local extras= 2016-12-06 12:05:11.875 | ++inc/python:_setup_package_with_constraints_edit:312  cd /opt/stack/nova 2016-12-06 12:05:11.881 | ++inc/python:_setup_package_with_constraints_edit:312  pwd 2016-12-06 12:05:11.885 | +inc/python:_setup_package_with_constraints_edit:312  project_dir=/opt/stack/nova 2016-12-06 12:05:11.888 | +inc/python:_setup_package_with_constraints_edit:314  '[' -n /opt/stack/requirements ']' 2016-12-06 12:05:11.892 | +inc/python:_setup_package_with_constraints_edit:316  local name 2016-12-06 12:05:11.896 | ++inc/python:_setup_package_with_constraints_edit:317  awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2016-12-06 12:05:11.902 | +inc/python:_setup_package_with_constraints_edit:317  name=nova 2016-12-06 12:05:11.905 | +inc/python:_setup_package_with_constraints_edit:319  /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova '-e file:///opt/stack/nova#egg=nova' 2016-12-06 12:05:12.326 | +inc/python:_setup_package_with_constraints_edit:323  setup_package /opt/stack/nova -e 2016-12-06 12:05:12.329 | +inc/python:setup_package:339  local project_dir=/opt/stack/nova 2016-12-06 12:05:12.332 | +inc/python:setup_package:340  local flags=-e 2016-12-06 12:05:12.336 | +inc/python:setup_package:341  local extras= 2016-12-06 12:05:12.339 | +inc/python:setup_package:345  [[ -n -e ]] 2016-12-06 12:05:12.342 | +inc/python:setup_package:345  [[ -z '' ]] 2016-12-06 12:05:12.345 | +inc/python:setup_package:345  [[ ! -e =~ ^-.* ]] 2016-12-06 12:05:12.348 | +inc/python:setup_package:350  [[ ! -z '' ]] 2016-12-06 12:05:12.352 | +inc/python:setup_package:354  pip_install -e /opt/stack/nova 2016-12-06 12:05:12.782 | +inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2016-12-06 12:05:13.391 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:05:13.393 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:05:13.758 | Obtaining file:///opt/stack/nova 2016-12-06 12:05:16.601 | Obtaining nova from file:///opt/stack/nova#egg=nova (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2016-12-06 12:05:19.101 | Requirement already satisfied: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:05:19.103 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2016-12-06 12:05:19.107 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2016-12-06 12:05:19.109 | Requirement already satisfied: Paste===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) 2016-12-06 12:05:19.114 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) 2016-12-06 12:05:19.117 | Requirement already satisfied: Routes===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2016-12-06 12:05:19.122 | Requirement already satisfied: SQLAlchemy===1.0.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) 2016-12-06 12:05:19.124 | Requirement already satisfied: WebOb===1.6.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) 2016-12-06 12:05:19.130 | Requirement already satisfied: castellan===0.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) 2016-12-06 12:05:19.140 | Requirement already satisfied: cryptography===1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:05:19.164 | Requirement already satisfied: decorator===4.0.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) 2016-12-06 12:05:19.166 | Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2016-12-06 12:05:19.167 | Requirement already satisfied: eventlet===0.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) 2016-12-06 12:05:19.170 | Requirement already satisfied: greenlet===0.4.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) 2016-12-06 12:05:19.172 | Requirement already satisfied: idna===2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2016-12-06 12:05:19.173 | Requirement already satisfied: ipaddress===1.0.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2016-12-06 12:05:19.175 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2016-12-06 12:05:19.177 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2016-12-06 12:05:19.185 | Requirement already satisfied: keystoneauth1===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2016-12-06 12:05:19.200 | Requirement already satisfied: keystonemiddleware===4.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171)) 2016-12-06 12:05:19.215 | Requirement already satisfied: lxml===3.6.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) 2016-12-06 12:05:19.221 | Requirement already satisfied: microversion-parse===0.1.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183)) 2016-12-06 12:05:19.223 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2016-12-06 12:05:19.225 | Requirement already satisfied: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2016-12-06 12:05:19.227 | Requirement already satisfied: os-brick===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) 2016-12-06 12:05:19.244 | Requirement already satisfied: os-vif===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) 2016-12-06 12:05:19.255 | Requirement already satisfied: os-win===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) 2016-12-06 12:05:19.268 | Requirement already satisfied: oslo.cache===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) 2016-12-06 12:05:19.278 | Requirement already satisfied: oslo.concurrency===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) 2016-12-06 12:05:19.291 | Requirement already satisfied: oslo.config===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2016-12-06 12:05:19.298 | Requirement already satisfied: oslo.context===2.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2016-12-06 12:05:19.302 | Requirement already satisfied: oslo.db===4.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) 2016-12-06 12:05:19.340 | Requirement already satisfied: oslo.i18n===3.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2016-12-06 12:05:19.345 | Requirement already satisfied: oslo.log===3.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2016-12-06 12:05:19.362 | Requirement already satisfied: oslo.messaging===5.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) 2016-12-06 12:05:19.391 | Requirement already satisfied: oslo.middleware===3.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2016-12-06 12:05:19.403 | Requirement already satisfied: oslo.policy===1.17.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) 2016-12-06 12:05:19.411 | Requirement already satisfied: oslo.privsep===1.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) 2016-12-06 12:05:19.425 | Requirement already satisfied: oslo.reports===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) 2016-12-06 12:05:19.434 | Requirement already satisfied: oslo.rootwrap===5.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) 2016-12-06 12:05:19.436 | Requirement already satisfied: oslo.serialization===2.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2016-12-06 12:05:19.443 | Requirement already satisfied: oslo.service===1.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2016-12-06 12:05:19.461 | Requirement already satisfied: oslo.utils===3.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2016-12-06 12:05:19.476 | Requirement already satisfied: oslo.versionedobjects===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) 2016-12-06 12:05:19.492 | Requirement already satisfied: paramiko===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) 2016-12-06 12:05:19.495 | Requirement already satisfied: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:05:19.497 | Requirement already satisfied: pika===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) 2016-12-06 12:05:19.502 | Requirement already satisfied: pika-pool===0.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2016-12-06 12:05:19.507 | Requirement already satisfied: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2016-12-06 12:05:19.510 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2016-12-06 12:05:19.512 | Requirement already satisfied: psutil===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 267)) 2016-12-06 12:05:19.514 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2016-12-06 12:05:19.516 | Requirement already satisfied: pycadf===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) 2016-12-06 12:05:19.522 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2016-12-06 12:05:19.524 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2016-12-06 12:05:19.525 | Requirement already satisfied: python-cinderclient===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) 2016-12-06 12:05:19.536 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2016-12-06 12:05:19.539 | Requirement already satisfied: python-glanceclient===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) 2016-12-06 12:05:19.550 | Requirement already satisfied: python-keystoneclient===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) 2016-12-06 12:05:19.562 | Requirement already satisfied: python-neutronclient===6.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) 2016-12-06 12:05:19.580 | Requirement already satisfied: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:05:19.583 | Requirement already satisfied: repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) 2016-12-06 12:05:19.587 | Requirement already satisfied: requests===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:05:19.595 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) 2016-12-06 12:05:19.598 | Requirement already satisfied: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) 2016-12-06 12:05:19.600 | Requirement already satisfied: simplejson===3.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) 2016-12-06 12:05:19.601 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:05:19.603 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2016-12-06 12:05:19.610 | Requirement already satisfied: sqlparse===0.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2016-12-06 12:05:19.612 | Requirement already satisfied: stevedore===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2016-12-06 12:05:19.615 | Requirement already satisfied: tenacity===3.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) 2016-12-06 12:05:19.622 | Requirement already satisfied: warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420)) 2016-12-06 12:05:19.627 | Requirement already satisfied: websockify===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) 2016-12-06 12:05:19.629 | Requirement already satisfied: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2016-12-06 12:05:19.631 | Requirement already satisfied: setuptools!=24.0.0,>=16.0 in /usr/local/lib/python2.7/dist-packages (from nova==15.0.0.0b2.dev277) 2016-12-06 12:05:19.636 | Requirement already satisfied: cffi===1.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2016-12-06 12:05:19.639 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2016-12-06 12:05:19.640 | Requirement already satisfied: dogpile.cache===0.6.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) 2016-12-06 12:05:19.642 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) 2016-12-06 12:05:19.645 | Requirement already satisfied: debtcollector===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) 2016-12-06 12:05:19.653 | Requirement already satisfied: alembic===0.8.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 66)) 2016-12-06 12:05:19.657 | Requirement already satisfied: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) 2016-12-06 12:05:19.659 | Requirement already satisfied: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2016-12-06 12:05:19.660 | Requirement already satisfied: cachetools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83)) 2016-12-06 12:05:19.662 | Requirement already satisfied: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67)) 2016-12-06 12:05:19.664 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2016-12-06 12:05:19.665 | Requirement already satisfied: futurist===0.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2016-12-06 12:05:19.675 | Requirement already satisfied: kombu===3.0.37 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) 2016-12-06 12:05:19.682 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) 2016-12-06 12:05:19.684 | Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:05:19.687 | Requirement already satisfied: cliff===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2016-12-06 12:05:19.698 | Requirement already satisfied: osc-lib===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) 2016-12-06 12:05:19.711 | Requirement already satisfied: os-client-config===1.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2016-12-06 12:05:19.717 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) 2016-12-06 12:05:19.718 | Requirement already satisfied: jsonpatch===1.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) 2016-12-06 12:05:19.721 | Requirement already satisfied: numpy===1.11.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) 2016-12-06 12:05:19.723 | Requirement already satisfied: pycparser===2.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2016-12-06 12:05:19.724 | Requirement already satisfied: python-editor===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) 2016-12-06 12:05:19.726 | Requirement already satisfied: Mako===1.0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) 2016-12-06 12:05:19.728 | Requirement already satisfied: contextlib2===0.5.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) 2016-12-06 12:05:19.730 | Requirement already satisfied: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 68)) 2016-12-06 12:05:19.732 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2016-12-06 12:05:19.733 | Requirement already satisfied: cmd2===0.6.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) 2016-12-06 12:05:19.736 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) 2016-12-06 12:05:19.738 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2016-12-06 12:05:19.740 | Requirement already satisfied: jsonpointer===1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2016-12-06 12:05:19.741 | Installing collected packages: nova 2016-12-06 12:05:19.742 | Found existing installation: nova 15.0.0.0b2.dev277 2016-12-06 12:05:19.746 | Can't uninstall 'nova'. No files were found to uninstall. 2016-12-06 12:05:19.747 | Running setup.py develop for nova 2016-12-06 12:05:22.961 | Successfully installed nova 2016-12-06 12:05:23.070 | +inc/python:pip_install:162  result=0 2016-12-06 12:05:23.074 | +inc/python:pip_install:165  local test_req=/opt/stack/nova/test-requirements.txt 2016-12-06 12:05:23.078 | +inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:05:23.083 | +inc/python:pip_install:166  [[ -e /opt/stack/nova/test-requirements.txt ]] 2016-12-06 12:05:23.086 | +inc/python:pip_install:167  echo 'Installing test-requirements for /opt/stack/nova/test-requirements.txt' 2016-12-06 12:05:23.086 | Installing test-requirements for /opt/stack/nova/test-requirements.txt 2016-12-06 12:05:23.090 | +inc/python:pip_install:169  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/nova/test-requirements.txt 2016-12-06 12:05:23.678 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:05:23.679 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:05:24.025 | Requirement already satisfied: PyMySQL===0.7.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2016-12-06 12:05:24.027 | Requirement already satisfied: Sphinx===1.3.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2016-12-06 12:05:24.043 | Requirement already satisfied: alabaster===0.7.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65)) 2016-12-06 12:05:24.044 | Requirement already satisfied: bandit===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 75)) 2016-12-06 12:05:24.050 | Requirement already satisfied: coverage===4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) 2016-12-06 12:05:24.052 | Requirement already satisfied: ddt===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) 2016-12-06 12:05:24.053 | Requirement already satisfied: docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) 2016-12-06 12:05:24.055 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2016-12-06 12:05:24.062 | Requirement already satisfied: gabbi===1.29.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 141)) 2016-12-06 12:05:24.071 | Requirement already satisfied: jsonpath-rw-ext===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) 2016-12-06 12:05:24.076 | Requirement already satisfied: mock===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) 2016-12-06 12:05:24.095 | Requirement already satisfied: mox3===0.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) 2016-12-06 12:05:24.098 | Requirement already satisfied: openstackdocstheme===1.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) 2016-12-06 12:05:24.102 | Requirement already satisfied: os-api-ref===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) 2016-12-06 12:05:24.108 | Requirement already satisfied: os-testr===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) 2016-12-06 12:05:24.114 | Requirement already satisfied: oslo.vmware===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) 2016-12-06 12:05:24.129 | Requirement already satisfied: oslosphinx===4.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247)) 2016-12-06 12:05:24.133 | Requirement already satisfied: oslotest===2.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) 2016-12-06 12:05:24.143 | Requirement already satisfied: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:05:24.144 | Requirement already satisfied: psycopg2===2.6.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 268)) 2016-12-06 12:05:24.146 | Requirement already satisfied: pytest===3.0.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) 2016-12-06 12:05:24.151 | Requirement already satisfied: python-barbicanclient===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) 2016-12-06 12:05:24.161 | Requirement already satisfied: python-ironicclient===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) 2016-12-06 12:05:24.177 | Requirement already satisfied: python-keystoneclient===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) 2016-12-06 12:05:24.189 | Requirement already satisfied: python-openstackclient===3.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) 2016-12-06 12:05:24.204 | Requirement already satisfied: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) 2016-12-06 12:05:24.213 | Requirement already satisfied: reno===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) 2016-12-06 12:05:24.219 | Requirement already satisfied: requests===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:05:24.227 | Requirement already satisfied: requests-mock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) 2016-12-06 12:05:24.231 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:05:24.233 | Requirement already satisfied: snowballstemmer===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) 2016-12-06 12:05:24.235 | Requirement already satisfied: sphinx-rtd-theme===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) 2016-12-06 12:05:24.237 | Requirement already satisfied: stevedore===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2016-12-06 12:05:24.241 | Requirement already satisfied: suds-jurko===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) 2016-12-06 12:05:24.243 | Requirement already satisfied: tempest-lib===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394)) 2016-12-06 12:05:24.255 | Requirement already satisfied: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2016-12-06 12:05:24.263 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2016-12-06 12:05:24.269 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) 2016-12-06 12:05:24.272 | Requirement already satisfied: testtools===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) 2016-12-06 12:05:24.282 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) 2016-12-06 12:05:24.284 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:05:24.289 | Requirement already satisfied: urllib3===1.19 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) 2016-12-06 12:05:24.301 | Requirement already satisfied: wsgi-intercept===1.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) 2016-12-06 12:05:24.310 | Collecting hacking<0.11,>=0.10.0 (from -r /opt/stack/nova/test-requirements.txt (line 5)) 2016-12-06 12:05:24.342 | Using cached hacking-0.10.2-py2.py3-none-any.whl 2016-12-06 12:05:24.354 | Requirement already satisfied: Pygments===2.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) 2016-12-06 12:05:24.356 | Requirement already satisfied: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:05:24.358 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2016-12-06 12:05:24.361 | Requirement already satisfied: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2016-12-06 12:05:24.363 | Requirement already satisfied: GitPython===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) 2016-12-06 12:05:24.365 | Requirement already satisfied: colorama===0.3.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94)) 2016-12-06 12:05:24.368 | Requirement already satisfied: jsonpath-rw===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) 2016-12-06 12:05:24.372 | Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:05:24.375 | Requirement already satisfied: oslo.i18n===3.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2016-12-06 12:05:24.379 | Requirement already satisfied: lxml===3.6.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) 2016-12-06 12:05:24.385 | Requirement already satisfied: eventlet===0.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) 2016-12-06 12:05:24.388 | Requirement already satisfied: oslo.utils===3.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2016-12-06 12:05:24.402 | Requirement already satisfied: oslo.concurrency===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) 2016-12-06 12:05:24.414 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2016-12-06 12:05:24.416 | Requirement already satisfied: os-client-config===1.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2016-12-06 12:05:24.422 | Requirement already satisfied: debtcollector===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) 2016-12-06 12:05:24.430 | Requirement already satisfied: py===1.4.31 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 270)) 2016-12-06 12:05:24.432 | Requirement already satisfied: cliff===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2016-12-06 12:05:24.443 | Requirement already satisfied: oslo.serialization===2.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2016-12-06 12:05:24.449 | Requirement already satisfied: dogpile.cache===0.6.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) 2016-12-06 12:05:24.451 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2016-12-06 12:05:24.452 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2016-12-06 12:05:24.454 | Requirement already satisfied: osc-lib===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) 2016-12-06 12:05:24.466 | Requirement already satisfied: keystoneauth1===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2016-12-06 12:05:24.480 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2016-12-06 12:05:24.489 | Requirement already satisfied: oslo.config===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2016-12-06 12:05:24.496 | Requirement already satisfied: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2016-12-06 12:05:24.500 | Requirement already satisfied: openstacksdk===0.9.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) 2016-12-06 12:05:24.506 | Requirement already satisfied: python-novaclient===6.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) 2016-12-06 12:05:24.519 | Requirement already satisfied: python-cinderclient===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) 2016-12-06 12:05:24.529 | Requirement already satisfied: python-glanceclient===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) 2016-12-06 12:05:24.540 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) 2016-12-06 12:05:24.542 | Requirement already satisfied: paramiko===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) 2016-12-06 12:05:24.545 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2016-12-06 12:05:24.547 | Requirement already satisfied: httplib2===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 153)) 2016-12-06 12:05:24.549 | Requirement already satisfied: oslo.log===3.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2016-12-06 12:05:24.566 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2016-12-06 12:05:24.567 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) 2016-12-06 12:05:24.569 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:05:24.570 | Collecting flake8==2.2.4 (from hacking<0.11,>=0.10.0->-r /opt/stack/nova/test-requirements.txt (line 5)) 2016-12-06 12:05:24.612 | Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/nova/test-requirements.txt (line 5)) 2016-12-06 12:05:24.614 | Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/nova/test-requirements.txt (line 5)) 2016-12-06 12:05:24.617 | Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/nova/test-requirements.txt (line 5)) 2016-12-06 12:05:24.618 | Requirement already satisfied: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:05:24.621 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2016-12-06 12:05:24.623 | Requirement already satisfied: gitdb2===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) 2016-12-06 12:05:24.625 | Requirement already satisfied: ply===3.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 262)) 2016-12-06 12:05:24.627 | Requirement already satisfied: decorator===4.0.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) 2016-12-06 12:05:24.628 | Requirement already satisfied: greenlet===0.4.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) 2016-12-06 12:05:24.630 | Requirement already satisfied: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) 2016-12-06 12:05:24.631 | Requirement already satisfied: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2016-12-06 12:05:24.633 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2016-12-06 12:05:24.635 | Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2016-12-06 12:05:24.636 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) 2016-12-06 12:05:24.640 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) 2016-12-06 12:05:24.642 | Requirement already satisfied: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2016-12-06 12:05:24.644 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2016-12-06 12:05:24.645 | Requirement already satisfied: cmd2===0.6.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) 2016-12-06 12:05:24.648 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) 2016-12-06 12:05:24.650 | Requirement already satisfied: simplejson===3.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) 2016-12-06 12:05:24.651 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2016-12-06 12:05:24.653 | Requirement already satisfied: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) 2016-12-06 12:05:24.655 | Requirement already satisfied: warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420)) 2016-12-06 12:05:24.659 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2016-12-06 12:05:24.661 | Requirement already satisfied: cryptography===1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:05:24.685 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2016-12-06 12:05:24.687 | Requirement already satisfied: oslo.context===2.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2016-12-06 12:05:24.690 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2016-12-06 12:05:24.693 | Requirement already satisfied: smmap2===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) 2016-12-06 12:05:24.695 | Requirement already satisfied: jsonpatch===1.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) 2016-12-06 12:05:24.697 | Requirement already satisfied: setuptools>=11.3 in /usr/local/lib/python2.7/dist-packages (from cryptography===1.6->-c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:05:24.702 | Requirement already satisfied: ipaddress===1.0.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2016-12-06 12:05:24.704 | Requirement already satisfied: idna===2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2016-12-06 12:05:24.705 | Requirement already satisfied: cffi===1.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2016-12-06 12:05:24.708 | Requirement already satisfied: jsonpointer===1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2016-12-06 12:05:24.709 | Requirement already satisfied: pycparser===2.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2016-12-06 12:05:24.710 | Installing collected packages: flake8, hacking 2016-12-06 12:05:24.710 | Found existing installation: flake8 2.5.5 2016-12-06 12:05:24.715 | Uninstalling flake8-2.5.5: 2016-12-06 12:05:24.720 | Successfully uninstalled flake8-2.5.5 2016-12-06 12:05:24.735 | Found existing installation: hacking 0.12.0 2016-12-06 12:05:24.740 | Uninstalling hacking-0.12.0: 2016-12-06 12:05:24.742 | Successfully uninstalled hacking-0.12.0 2016-12-06 12:05:24.923 | Successfully installed flake8-2.2.4 hacking-0.10.2 2016-12-06 12:05:25.030 | +inc/python:pip_install:175  result=0 2016-12-06 12:05:25.034 | +inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:05:25.037 | +functions-common:time_stop:2398  local name 2016-12-06 12:05:25.040 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:05:25.043 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:05:25.047 | +functions-common:time_stop:2401  local total 2016-12-06 12:05:25.050 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:05:25.053 | +functions-common:time_stop:2404  name=pip_install 2016-12-06 12:05:25.057 | +functions-common:time_stop:2405  start_time=1481025912 2016-12-06 12:05:25.060 | +functions-common:time_stop:2407  [[ -z 1481025912 ]] 2016-12-06 12:05:25.065 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:05:25.069 | +functions-common:time_stop:2410  end_time=1481025925 2016-12-06 12:05:25.072 | +functions-common:time_stop:2411  elapsed_time=13 2016-12-06 12:05:25.075 | +functions-common:time_stop:2412  total=63 2016-12-06 12:05:25.078 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:05:25.082 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=76 2016-12-06 12:05:25.085 | +inc/python:pip_install:179  return 0 2016-12-06 12:05:25.089 | +inc/python:setup_package:356  [[ -e == \-\e ]] 2016-12-06 12:05:25.093 | +inc/python:setup_package:357  safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2016-12-06 12:05:25.096 | +functions-common:safe_chown:2299  _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2016-12-06 12:05:25.117 | +functions-common:_safe_permission_operation:2170  sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2016-12-06 12:05:25.127 | +lib/nova:install_nova:756  sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2016-12-06 12:05:25.136 | +lib/nova:install_nova:758  '[' False == True ']' 2016-12-06 12:05:25.139 | +lib/stack:stack_install_service:33  [[ False = True ]] 2016-12-06 12:05:25.142 | +./stack.sh:main:865  cleanup_nova 2016-12-06 12:05:25.146 | +lib/nova:cleanup_nova:196  is_service_enabled n-cpu 2016-12-06 12:05:25.164 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:25.169 | +lib/nova:cleanup_nova:198  clean_iptables 2016-12-06 12:05:25.171 | +lib/nova:clean_iptables:184  sudo iptables -S -v 2016-12-06 12:05:25.172 | +lib/nova:clean_iptables:184  grep '\-A' 2016-12-06 12:05:25.172 | +lib/nova:clean_iptables:184  sed 's/-c [0-9]* [0-9]* //g' 2016-12-06 12:05:25.172 | +lib/nova:clean_iptables:184  grep nova 2016-12-06 12:05:25.173 | +lib/nova:clean_iptables:184  sed s/-A/-D/g 2016-12-06 12:05:25.173 | +lib/nova:clean_iptables:184  awk '{print "sudo iptables",$0}' 2016-12-06 12:05:25.174 | +lib/nova:clean_iptables:184  bash 2016-12-06 12:05:25.209 | +lib/nova:clean_iptables:186  sudo iptables -S -v -t nat 2016-12-06 12:05:25.209 | +lib/nova:clean_iptables:186  grep '\-A' 2016-12-06 12:05:25.209 | +lib/nova:clean_iptables:186  grep nova 2016-12-06 12:05:25.210 | +lib/nova:clean_iptables:186  sed s/-A/-D/g 2016-12-06 12:05:25.210 | +lib/nova:clean_iptables:186  bash 2016-12-06 12:05:25.211 | +lib/nova:clean_iptables:186  awk '{print "sudo iptables -t nat",$0}' 2016-12-06 12:05:25.212 | +lib/nova:clean_iptables:186  sed 's/-c [0-9]* [0-9]* //g' 2016-12-06 12:05:25.239 | +lib/nova:clean_iptables:188  sudo iptables -S -v 2016-12-06 12:05:25.239 | +lib/nova:clean_iptables:188  grep nova 2016-12-06 12:05:25.240 | +lib/nova:clean_iptables:188  grep '\-N' 2016-12-06 12:05:25.240 | +lib/nova:clean_iptables:188  sed 's/-c [0-9]* [0-9]* //g' 2016-12-06 12:05:25.240 | +lib/nova:clean_iptables:188  sed s/-N/-X/g 2016-12-06 12:05:25.240 | +lib/nova:clean_iptables:188  bash 2016-12-06 12:05:25.241 | +lib/nova:clean_iptables:188  awk '{print "sudo iptables",$0}' 2016-12-06 12:05:25.265 | +lib/nova:clean_iptables:190  sed 's/-c [0-9]* [0-9]* //g' 2016-12-06 12:05:25.265 | +lib/nova:clean_iptables:190  sudo iptables -S -v -t nat 2016-12-06 12:05:25.265 | +lib/nova:clean_iptables:190  grep nova 2016-12-06 12:05:25.266 | +lib/nova:clean_iptables:190  grep '\-N' 2016-12-06 12:05:25.266 | +lib/nova:clean_iptables:190  bash 2016-12-06 12:05:25.266 | +lib/nova:clean_iptables:190  awk '{print "sudo iptables -t nat",$0}' 2016-12-06 12:05:25.266 | +lib/nova:clean_iptables:190  sed s/-N/-X/g 2016-12-06 12:05:25.296 | +lib/nova:cleanup_nova:201  local instances 2016-12-06 12:05:25.300 | ++lib/nova:cleanup_nova:202  sed 's/.*\(instance-[0-9a-fA-F]*\).*/\1/g' 2016-12-06 12:05:25.300 | ++lib/nova:cleanup_nova:202  grep instance- 2016-12-06 12:05:25.301 | ++lib/nova:cleanup_nova:202  sudo virsh list --all 2016-12-06 12:05:25.320 | +lib/nova:cleanup_nova:202  instances= 2016-12-06 12:05:25.324 | +lib/nova:cleanup_nova:203  '[' '!' '' = '' ']' 2016-12-06 12:05:25.327 | +lib/nova:cleanup_nova:209  local tgts 2016-12-06 12:05:25.331 | ++lib/nova:cleanup_nova:210  grep volume- 2016-12-06 12:05:25.331 | ++lib/nova:cleanup_nova:210  sudo iscsiadm --mode node 2016-12-06 12:05:25.334 | ++lib/nova:cleanup_nova:210  cut -d ' ' -f2 2016-12-06 12:05:25.335 | iscsiadm: No records found 2016-12-06 12:05:25.339 | +lib/nova:cleanup_nova:210  tgts= 2016-12-06 12:05:25.342 | +lib/nova:cleanup_nova:211  local target 2016-12-06 12:05:25.345 | +lib/nova:cleanup_nova:215  sudo iscsiadm --mode node --op delete 2016-12-06 12:05:25.349 | iscsiadm: No records found 2016-12-06 12:05:25.353 | +lib/nova:cleanup_nova:215  true 2016-12-06 12:05:25.357 | +lib/nova:cleanup_nova:218  sudo rm -rf '/opt/stack/data/nova/instances/*' 2016-12-06 12:05:25.365 | +lib/nova:cleanup_nova:221  sudo rm -rf /opt/stack/data/nova /var/cache/nova 2016-12-06 12:05:25.373 | +lib/nova:cleanup_nova:230  '[' False == True ']' 2016-12-06 12:05:25.377 | +./stack.sh:main:866  configure_nova 2016-12-06 12:05:25.380 | +lib/nova:configure_nova:300  sudo install -d -o ubuntu /etc/nova 2016-12-06 12:05:25.389 | +lib/nova:configure_nova:302  configure_rootwrap nova 2016-12-06 12:05:25.393 | +inc/rootwrap:configure_rootwrap:43  local project=nova 2016-12-06 12:05:25.396 | +inc/rootwrap:configure_rootwrap:44  local project_uc 2016-12-06 12:05:25.401 | ++inc/rootwrap:configure_rootwrap:45  echo nova 2016-12-06 12:05:25.401 | ++inc/rootwrap:configure_rootwrap:45  tr a-z A-Z 2016-12-06 12:05:25.406 | +inc/rootwrap:configure_rootwrap:45  project_uc=NOVA 2016-12-06 12:05:25.411 | +inc/rootwrap:configure_rootwrap:46  local bin_dir=NOVA_BIN_DIR 2016-12-06 12:05:25.414 | +inc/rootwrap:configure_rootwrap:47  bin_dir=/usr/local/bin 2016-12-06 12:05:25.417 | +inc/rootwrap:configure_rootwrap:48  local project_dir=NOVA_DIR 2016-12-06 12:05:25.421 | +inc/rootwrap:configure_rootwrap:49  project_dir=/opt/stack/nova 2016-12-06 12:05:25.424 | +inc/rootwrap:configure_rootwrap:51  local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2016-12-06 12:05:25.428 | +inc/rootwrap:configure_rootwrap:52  local rootwrap_bin=/usr/local/bin/nova-rootwrap 2016-12-06 12:05:25.431 | +inc/rootwrap:configure_rootwrap:55  sudo rm -rf /etc/nova/rootwrap.d 2016-12-06 12:05:25.439 | +inc/rootwrap:configure_rootwrap:56  sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2016-12-06 12:05:25.447 | +inc/rootwrap:configure_rootwrap:57  sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.d/api-metadata.filters /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /opt/stack/nova/etc/nova/rootwrap.d/network.filters /etc/nova/rootwrap.d 2016-12-06 12:05:25.456 | +inc/rootwrap:configure_rootwrap:60  sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2016-12-06 12:05:25.464 | +inc/rootwrap:configure_rootwrap:61  sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2016-12-06 12:05:25.471 | +inc/rootwrap:configure_rootwrap:64  local tempfile 2016-12-06 12:05:25.475 | ++inc/rootwrap:configure_rootwrap:65  mktemp 2016-12-06 12:05:25.479 | +inc/rootwrap:configure_rootwrap:65  tempfile=/tmp/tmp.uyIfgQzV4c 2016-12-06 12:05:25.482 | +inc/rootwrap:configure_rootwrap:67  rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2016-12-06 12:05:25.485 | +inc/rootwrap:configure_rootwrap:68  echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2016-12-06 12:05:25.488 | +inc/rootwrap:configure_rootwrap:69  '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2016-12-06 12:05:25.491 | +inc/rootwrap:configure_rootwrap:71  rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2016-12-06 12:05:25.494 | +inc/rootwrap:configure_rootwrap:72  echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2016-12-06 12:05:25.497 | +inc/rootwrap:configure_rootwrap:74  chmod 0440 /tmp/tmp.uyIfgQzV4c 2016-12-06 12:05:25.501 | +inc/rootwrap:configure_rootwrap:75  sudo chown root:root /tmp/tmp.uyIfgQzV4c 2016-12-06 12:05:25.508 | +inc/rootwrap:configure_rootwrap:76  sudo mv /tmp/tmp.uyIfgQzV4c /etc/sudoers.d/nova-rootwrap 2016-12-06 12:05:25.517 | ++inc/rootwrap:configure_rootwrap:80  dirname /usr/local/bin/nova-rootwrap 2016-12-06 12:05:25.521 | +inc/rootwrap:configure_rootwrap:80  add_sudo_secure_path /usr/local/bin 2016-12-06 12:05:25.524 | +inc/rootwrap:add_sudo_secure_path:21  local dir=/usr/local/bin 2016-12-06 12:05:25.527 | +inc/rootwrap:add_sudo_secure_path:22  local line 2016-12-06 12:05:25.530 | +inc/rootwrap:add_sudo_secure_path:25  [[ -r /etc/sudoers.d/zz-secure-path ]] 2016-12-06 12:05:25.533 | +inc/rootwrap:add_sudo_secure_path:28  line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2016-12-06 12:05:25.536 | +inc/rootwrap:add_sudo_secure_path:32  [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2016-12-06 12:05:25.539 | +lib/nova:configure_nova:304  [[ key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api =~ n-api ]] 2016-12-06 12:05:25.542 | +lib/nova:configure_nova:306  cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2016-12-06 12:05:25.546 | +lib/nova:configure_nova:309  is_service_enabled n-cpu 2016-12-06 12:05:25.566 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:25.569 | +lib/nova:configure_nova:311  sudo sysctl -w net.ipv4.ip_forward=1 2016-12-06 12:05:25.573 | net.ipv4.ip_forward = 1 2016-12-06 12:05:25.577 | +lib/nova:configure_nova:313  [[ libvirt = \l\i\b\v\i\r\t ]] 2016-12-06 12:05:25.580 | +lib/nova:configure_nova:317  [[ kvm == \k\v\m ]] 2016-12-06 12:05:25.583 | +lib/nova:configure_nova:318  sudo modprobe kvm 2016-12-06 12:05:25.592 | +lib/nova:configure_nova:319  '[' '!' -e /dev/kvm ']' 2016-12-06 12:05:25.596 | +lib/nova:configure_nova:332  [[ kvm == \l\x\c ]] 2016-12-06 12:05:25.598 | +lib/nova:configure_nova:358  sudo install -d -o ubuntu /opt/stack/data/nova/instances 2016-12-06 12:05:25.606 | +lib/nova:configure_nova:363  '[' -L /dev/disk/by-label/nova-instances ']' 2016-12-06 12:05:25.609 | +lib/nova:configure_nova:369  is_suse 2016-12-06 12:05:25.612 | +functions-common:is_suse:454  [[ -z Ubuntu ]] 2016-12-06 12:05:25.615 | +functions-common:is_suse:458  [[ Ubuntu =~ (openSUSE) ]] 2016-12-06 12:05:25.619 | +functions-common:is_suse:458  [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]] 2016-12-06 12:05:25.622 | +lib/nova:configure_nova:376  create_nova_conf 2016-12-06 12:05:25.626 | +lib/nova:create_nova_conf:447  rm -f /opt/stack/nova/bin/nova.conf 2016-12-06 12:05:25.630 | +lib/nova:create_nova_conf:450  rm -f /etc/nova/nova.conf 2016-12-06 12:05:25.634 | +lib/nova:create_nova_conf:451  iniset /etc/nova/nova.conf DEFAULT debug True 2016-12-06 12:05:25.660 | +lib/nova:create_nova_conf:452  '[' True == True ']' 2016-12-06 12:05:25.663 | +lib/nova:create_nova_conf:453  iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2016-12-06 12:05:25.686 | +lib/nova:create_nova_conf:455  iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2016-12-06 12:05:25.709 | +lib/nova:create_nova_conf:456  iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2016-12-06 12:05:25.732 | +lib/nova:create_nova_conf:457  iniset /etc/nova/nova.conf DEFAULT scheduler_driver filter_scheduler 2016-12-06 12:05:25.754 | +lib/nova:create_nova_conf:458  iniset /etc/nova/nova.conf DEFAULT scheduler_default_filters RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2016-12-06 12:05:25.776 | +lib/nova:create_nova_conf:459  iniset /etc/nova/nova.conf DEFAULT default_floating_pool public 2016-12-06 12:05:25.799 | +lib/nova:create_nova_conf:460  iniset /etc/nova/nova.conf DEFAULT s3_host 10.42.0.106 2016-12-06 12:05:25.821 | +lib/nova:create_nova_conf:461  iniset /etc/nova/nova.conf DEFAULT s3_port 3333 2016-12-06 12:05:25.844 | +lib/nova:create_nova_conf:462  [[ 4 == 6 ]] 2016-12-06 12:05:25.847 | +lib/nova:create_nova_conf:466  iniset /etc/nova/nova.conf DEFAULT my_ip 10.42.0.106 2016-12-06 12:05:25.870 | ++lib/nova:create_nova_conf:468  database_connection_url nova 2016-12-06 12:05:25.874 | ++lib/database:database_connection_url:134  local db=nova 2016-12-06 12:05:25.878 | ++lib/database:database_connection_url:135  database_connection_url_mysql nova 2016-12-06 12:05:25.881 | ++lib/databases/mysql:database_connection_url_mysql:176  local db=nova 2016-12-06 12:05:25.885 | ++lib/databases/mysql:database_connection_url_mysql:177  echo 'mysql+pymysql://root:passwd2@127.0.0.1/nova?charset=utf8' 2016-12-06 12:05:25.889 | +lib/nova:create_nova_conf:468  iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:passwd2@127.0.0.1/nova?charset=utf8' 2016-12-06 12:05:25.912 | ++lib/nova:create_nova_conf:469  database_connection_url nova_api 2016-12-06 12:05:25.915 | ++lib/database:database_connection_url:134  local db=nova_api 2016-12-06 12:05:25.919 | ++lib/database:database_connection_url:135  database_connection_url_mysql nova_api 2016-12-06 12:05:25.922 | ++lib/databases/mysql:database_connection_url_mysql:176  local db=nova_api 2016-12-06 12:05:25.926 | ++lib/databases/mysql:database_connection_url_mysql:177  echo 'mysql+pymysql://root:passwd2@127.0.0.1/nova_api?charset=utf8' 2016-12-06 12:05:25.929 | +lib/nova:create_nova_conf:469  iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:passwd2@127.0.0.1/nova_api?charset=utf8' 2016-12-06 12:05:25.953 | +lib/nova:create_nova_conf:470  iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2016-12-06 12:05:25.975 | +lib/nova:create_nova_conf:471  iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2016-12-06 12:05:25.995 | +lib/nova:create_nova_conf:472  iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2016-12-06 12:05:26.016 | +lib/nova:create_nova_conf:473  iniset /etc/nova/nova.conf DEFAULT s3_listen 0.0.0.0 2016-12-06 12:05:26.037 | +lib/nova:create_nova_conf:475  is_fedora 2016-12-06 12:05:26.040 | +functions-common:is_fedora:439  [[ -z Ubuntu ]] 2016-12-06 12:05:26.043 | +functions-common:is_fedora:443  '[' Ubuntu = Fedora ']' 2016-12-06 12:05:26.046 | +functions-common:is_fedora:443  '[' Ubuntu = 'Red Hat' ']' 2016-12-06 12:05:26.048 | +functions-common:is_fedora:444  '[' Ubuntu = RedHatEnterpriseServer ']' 2016-12-06 12:05:26.051 | +functions-common:is_fedora:445  '[' Ubuntu = CentOS ']' 2016-12-06 12:05:26.054 | +functions-common:is_fedora:445  '[' Ubuntu = OracleServer ']' 2016-12-06 12:05:26.057 | +functions-common:is_fedora:446  '[' Ubuntu = Virtuozzo ']' 2016-12-06 12:05:26.060 | +functions-common:is_fedora:446  '[' Ubuntu = kvmibm ']' 2016-12-06 12:05:26.062 | +lib/nova:create_nova_conf:475  is_suse 2016-12-06 12:05:26.065 | +functions-common:is_suse:454  [[ -z Ubuntu ]] 2016-12-06 12:05:26.068 | +functions-common:is_suse:458  [[ Ubuntu =~ (openSUSE) ]] 2016-12-06 12:05:26.071 | +functions-common:is_suse:458  [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]] 2016-12-06 12:05:26.074 | +lib/nova:create_nova_conf:481  is_service_enabled n-api 2016-12-06 12:05:26.090 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:26.094 | +lib/nova:create_nova_conf:482  is_service_enabled n-api-meta 2016-12-06 12:05:26.111 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:26.114 | +lib/nova:create_nova_conf:486  iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute,metadata 2016-12-06 12:05:26.135 | +lib/nova:create_nova_conf:487  is_service_enabled tls-proxy 2016-12-06 12:05:26.152 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:26.155 | +lib/nova:create_nova_conf:493  configure_auth_token_middleware /etc/nova/nova.conf nova /var/cache/nova 2016-12-06 12:05:26.157 | +lib/keystone:configure_auth_token_middleware:466  local conf_file=/etc/nova/nova.conf 2016-12-06 12:05:26.160 | +lib/keystone:configure_auth_token_middleware:467  local admin_user=nova 2016-12-06 12:05:26.163 | +lib/keystone:configure_auth_token_middleware:468  local signing_dir=/var/cache/nova 2016-12-06 12:05:26.166 | +lib/keystone:configure_auth_token_middleware:469  local section=keystone_authtoken 2016-12-06 12:05:26.169 | +lib/keystone:configure_auth_token_middleware:471  iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2016-12-06 12:05:26.191 | +lib/keystone:configure_auth_token_middleware:472  iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.42.0.106/identity_admin 2016-12-06 12:05:26.212 | +lib/keystone:configure_auth_token_middleware:473  iniset /etc/nova/nova.conf keystone_authtoken username nova 2016-12-06 12:05:26.233 | +lib/keystone:configure_auth_token_middleware:474  iniset /etc/nova/nova.conf keystone_authtoken password passwd4 2016-12-06 12:05:26.254 | +lib/keystone:configure_auth_token_middleware:475  iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2016-12-06 12:05:26.275 | +lib/keystone:configure_auth_token_middleware:476  iniset /etc/nova/nova.conf keystone_authtoken project_name service 2016-12-06 12:05:26.297 | +lib/keystone:configure_auth_token_middleware:477  iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2016-12-06 12:05:26.320 | +lib/keystone:configure_auth_token_middleware:479  iniset /etc/nova/nova.conf keystone_authtoken auth_uri http://10.42.0.106/identity 2016-12-06 12:05:26.343 | +lib/keystone:configure_auth_token_middleware:480  iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2016-12-06 12:05:26.366 | +lib/keystone:configure_auth_token_middleware:481  iniset /etc/nova/nova.conf keystone_authtoken signing_dir /var/cache/nova 2016-12-06 12:05:26.389 | +lib/keystone:configure_auth_token_middleware:482  iniset /etc/nova/nova.conf keystone_authtoken memcached_servers 10.42.0.106:11211 2016-12-06 12:05:26.412 | +lib/nova:create_nova_conf:496  is_service_enabled cinder 2016-12-06 12:05:26.429 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:26.432 | +lib/nova:create_nova_conf:497  is_ssl_enabled_service cinder 2016-12-06 12:05:26.435 | +lib/tls:is_ssl_enabled_service:375  local services=cinder 2016-12-06 12:05:26.437 | +lib/tls:is_ssl_enabled_service:376  local service= 2016-12-06 12:05:26.440 | +lib/tls:is_ssl_enabled_service:377  '[' False == False ']' 2016-12-06 12:05:26.443 | +lib/tls:is_ssl_enabled_service:378  return 1 2016-12-06 12:05:26.446 | +lib/nova:create_nova_conf:497  is_service_enabled tls-proxy 2016-12-06 12:05:26.463 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:26.466 | +lib/nova:create_nova_conf:504  '[' -n /opt/stack/data/nova ']' 2016-12-06 12:05:26.469 | +lib/nova:create_nova_conf:505  iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2016-12-06 12:05:26.490 | +lib/nova:create_nova_conf:506  iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2016-12-06 12:05:26.512 | +lib/nova:create_nova_conf:508  '[' -n /opt/stack/data/nova/instances ']' 2016-12-06 12:05:26.515 | +lib/nova:create_nova_conf:509  iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2016-12-06 12:05:26.537 | +lib/nova:create_nova_conf:511  '[' False '!=' False ']' 2016-12-06 12:05:26.540 | +lib/nova:create_nova_conf:515  '[' False '!=' False ']' 2016-12-06 12:05:26.543 | +lib/nova:create_nova_conf:518  '[' False '!=' False ']' 2016-12-06 12:05:26.546 | +lib/nova:create_nova_conf:522  '[' True == True ']' 2016-12-06 12:05:26.549 | +lib/nova:create_nova_conf:522  '[' False == False ']' 2016-12-06 12:05:26.552 | +lib/nova:create_nova_conf:522  '[' False == False ']' 2016-12-06 12:05:26.555 | +lib/nova:create_nova_conf:523  setup_colorized_logging /etc/nova/nova.conf DEFAULT 2016-12-06 12:05:26.558 | +functions:setup_colorized_logging:580  local conf_file=/etc/nova/nova.conf 2016-12-06 12:05:26.561 | +functions:setup_colorized_logging:581  local conf_section=DEFAULT 2016-12-06 12:05:26.564 | +functions:setup_colorized_logging:582  local project_var=project_name 2016-12-06 12:05:26.567 | +functions:setup_colorized_logging:583  local user_var=user_name 2016-12-06 12:05:26.570 | +functions:setup_colorized_logging:585  iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user_name)s %(project_name)s%(color)s] %(instance)s%(color)s%(message)s' 2016-12-06 12:05:26.592 | +functions:setup_colorized_logging:586  iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2016-12-06 12:05:26.615 | +functions:setup_colorized_logging:587  iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d' 2016-12-06 12:05:26.637 | +functions:setup_colorized_logging:588  iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix '%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s' 2016-12-06 12:05:26.661 | +lib/nova:create_nova_conf:528  '[' False == True ']' 2016-12-06 12:05:26.664 | +lib/nova:create_nova_conf:532  is_service_enabled ceilometer 2016-12-06 12:05:26.681 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:26.684 | +lib/nova:create_nova_conf:540  is_service_enabled n-cpu 2016-12-06 12:05:26.702 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:26.705 | +lib/nova:create_nova_conf:541  NOVNCPROXY_URL=http://10.42.0.106:6080/vnc_auto.html 2016-12-06 12:05:26.708 | +lib/nova:create_nova_conf:542  iniset /etc/nova/nova.conf vnc novncproxy_base_url http://10.42.0.106:6080/vnc_auto.html 2016-12-06 12:05:26.731 | +lib/nova:create_nova_conf:543  XVPVNCPROXY_URL=http://10.42.0.106:6081/console 2016-12-06 12:05:26.733 | +lib/nova:create_nova_conf:544  iniset /etc/nova/nova.conf vnc xvpvncproxy_base_url http://10.42.0.106:6081/console 2016-12-06 12:05:26.755 | +lib/nova:create_nova_conf:545  SPICEHTML5PROXY_URL=http://10.42.0.106:6082/spice_auto.html 2016-12-06 12:05:26.758 | +lib/nova:create_nova_conf:546  iniset /etc/nova/nova.conf spice html5proxy_base_url http://10.42.0.106:6082/spice_auto.html 2016-12-06 12:05:26.781 | +lib/nova:create_nova_conf:549  is_service_enabled n-novnc 2016-12-06 12:05:26.798 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:26.801 | +lib/nova:create_nova_conf:552  VNCSERVER_LISTEN=127.0.0.1 2016-12-06 12:05:26.804 | +lib/nova:create_nova_conf:553  VNCSERVER_PROXYCLIENT_ADDRESS=127.0.0.1 2016-12-06 12:05:26.807 | +lib/nova:create_nova_conf:554  iniset /etc/nova/nova.conf vnc vncserver_listen 127.0.0.1 2016-12-06 12:05:26.830 | +lib/nova:create_nova_conf:555  iniset /etc/nova/nova.conf vnc vncserver_proxyclient_address 127.0.0.1 2016-12-06 12:05:26.852 | +lib/nova:create_nova_conf:556  iniset /etc/nova/nova.conf vnc novncproxy_host 0.0.0.0 2016-12-06 12:05:26.875 | +lib/nova:create_nova_conf:557  iniset /etc/nova/nova.conf vnc xvpvncproxy_host 0.0.0.0 2016-12-06 12:05:26.901 | +lib/nova:create_nova_conf:562  is_service_enabled n-spice 2016-12-06 12:05:26.918 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:26.921 | +lib/nova:create_nova_conf:575  iniset /etc/nova/nova.conf oslo_messaging_notifications driver messaging 2016-12-06 12:05:26.944 | +lib/nova:create_nova_conf:576  iniset_rpc_backend nova /etc/nova/nova.conf 2016-12-06 12:05:26.947 | +lib/rpc_backend:iniset_rpc_backend:117  local package=nova 2016-12-06 12:05:26.950 | +lib/rpc_backend:iniset_rpc_backend:118  local file=/etc/nova/nova.conf 2016-12-06 12:05:26.953 | +lib/rpc_backend:iniset_rpc_backend:119  local section=DEFAULT 2016-12-06 12:05:26.956 | +lib/rpc_backend:iniset_rpc_backend:120  local virtual_host= 2016-12-06 12:05:26.959 | +lib/rpc_backend:iniset_rpc_backend:121  is_service_enabled rabbit 2016-12-06 12:05:26.976 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:26.980 | ++lib/rpc_backend:iniset_rpc_backend:122  get_transport_url '' 2016-12-06 12:05:26.983 | ++lib/rpc_backend:get_transport_url:109  local virtual_host= 2016-12-06 12:05:26.987 | ++lib/rpc_backend:get_transport_url:110  is_service_enabled rabbit 2016-12-06 12:05:27.007 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:27.011 | ++lib/rpc_backend:get_transport_url:111  echo rabbit://stackrabbit:passwd3@10.42.0.106:5672/ 2016-12-06 12:05:27.014 | +lib/rpc_backend:iniset_rpc_backend:122  iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:passwd3@10.42.0.106:5672/ 2016-12-06 12:05:27.036 | +lib/rpc_backend:iniset_rpc_backend:123  '[' -n '' ']' 2016-12-06 12:05:27.038 | +lib/rpc_backend:iniset_rpc_backend:126  '[' -n '' ']' 2016-12-06 12:05:27.041 | +lib/nova:create_nova_conf:577  iniset /etc/nova/nova.conf glance api_servers http://10.42.0.106:9292 2016-12-06 12:05:27.063 | +lib/nova:create_nova_conf:579  iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2016-12-06 12:05:27.084 | +lib/nova:create_nova_conf:580  iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2016-12-06 12:05:27.106 | +lib/nova:create_nova_conf:582  iniset /etc/nova/nova.conf conductor workers 2 2016-12-06 12:05:27.129 | +lib/nova:create_nova_conf:584  iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2016-12-06 12:05:27.152 | +lib/nova:create_nova_conf:586  is_ssl_enabled_service glance 2016-12-06 12:05:27.155 | +lib/tls:is_ssl_enabled_service:375  local services=glance 2016-12-06 12:05:27.157 | +lib/tls:is_ssl_enabled_service:376  local service= 2016-12-06 12:05:27.160 | +lib/tls:is_ssl_enabled_service:377  '[' False == False ']' 2016-12-06 12:05:27.163 | +lib/tls:is_ssl_enabled_service:378  return 1 2016-12-06 12:05:27.166 | +lib/nova:create_nova_conf:586  is_service_enabled tls-proxy 2016-12-06 12:05:27.183 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:27.186 | +lib/nova:create_nova_conf:591  is_ssl_enabled_service nova 2016-12-06 12:05:27.189 | +lib/tls:is_ssl_enabled_service:375  local services=nova 2016-12-06 12:05:27.192 | +lib/tls:is_ssl_enabled_service:376  local service= 2016-12-06 12:05:27.194 | +lib/tls:is_ssl_enabled_service:377  '[' False == False ']' 2016-12-06 12:05:27.197 | +lib/tls:is_ssl_enabled_service:378  return 1 2016-12-06 12:05:27.200 | +lib/nova:create_nova_conf:600  is_service_enabled n-sproxy 2016-12-06 12:05:27.218 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:27.220 | +lib/nova:create_nova_conf:604  iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2016-12-06 12:05:27.242 | +lib/nova:create_nova_conf:607  sudo cp /etc/nova/nova.conf /etc/nova/nova-dhcpbridge.conf 2016-12-06 12:05:27.250 | +lib/nova:create_nova_conf:609  local service=n-dhcp 2016-12-06 12:05:27.253 | +lib/nova:create_nova_conf:610  local logfile=n-dhcp.log.2016-12-06-120336 2016-12-06 12:05:27.256 | +lib/nova:create_nova_conf:611  local real_logfile=/opt/stack/logs/n-dhcp.log.2016-12-06-120336 2016-12-06 12:05:27.258 | +lib/nova:create_nova_conf:612  [[ -n /opt/stack/logs ]] 2016-12-06 12:05:27.262 | +lib/nova:create_nova_conf:613  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''n-dhcp.log.2016-12-06-120336'\'' n-dhcp.log' 2016-12-06 12:05:27.266 | +lib/nova:create_nova_conf:614  iniset /etc/nova/nova-dhcpbridge.conf DEFAULT log_file /opt/stack/logs/n-dhcp.log.2016-12-06-120336 2016-12-06 12:05:27.287 | +lib/nova:create_nova_conf:615  [[ -n '' ]] 2016-12-06 12:05:27.290 | +lib/nova:create_nova_conf:621  iniset /etc/nova/nova.conf DEFAULT dhcpbridge_flagfile /etc/nova/nova-dhcpbridge.conf 2016-12-06 12:05:27.312 | +lib/nova:configure_nova:378  is_service_enabled n-cpu 2016-12-06 12:05:27.329 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:27.333 | +lib/nova:configure_nova:378  [[ -r /home/ubuntu/devstack/lib/nova_plugins/hypervisor-libvirt ]] 2016-12-06 12:05:27.335 | +lib/nova:configure_nova:380  configure_nova_hypervisor 2016-12-06 12:05:27.338 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:40  configure_libvirt 2016-12-06 12:05:27.341 | +lib/nova_plugins/functions-libvirt:configure_libvirt:55  is_service_enabled neutron 2016-12-06 12:05:27.360 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:27.363 | +lib/nova_plugins/functions-libvirt:configure_libvirt:55  is_neutron_ovs_base_plugin 2016-12-06 12:05:27.366 | +lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:17  return 0 2016-12-06 12:05:27.369 | +lib/nova_plugins/functions-libvirt:configure_libvirt:55  sudo grep -q '^cgroup_device_acl' /etc/libvirt/qemu.conf 2016-12-06 12:05:27.377 | +lib/nova_plugins/functions-libvirt:configure_libvirt:70  is_ubuntu 2016-12-06 12:05:27.380 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:05:27.383 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:05:27.387 | +lib/nova_plugins/functions-libvirt:configure_libvirt:70  '[' '!' -f /etc/init.d/libvirtd ']' 2016-12-06 12:05:27.390 | +lib/nova_plugins/functions-libvirt:configure_libvirt:71  LIBVIRT_DAEMON=libvirt-bin 2016-12-06 12:05:27.393 | +lib/nova_plugins/functions-libvirt:configure_libvirt:76  is_fedora 2016-12-06 12:05:27.396 | +functions-common:is_fedora:439  [[ -z Ubuntu ]] 2016-12-06 12:05:27.400 | +functions-common:is_fedora:443  '[' Ubuntu = Fedora ']' 2016-12-06 12:05:27.403 | +functions-common:is_fedora:443  '[' Ubuntu = 'Red Hat' ']' 2016-12-06 12:05:27.406 | +functions-common:is_fedora:444  '[' Ubuntu = RedHatEnterpriseServer ']' 2016-12-06 12:05:27.409 | +functions-common:is_fedora:445  '[' Ubuntu = CentOS ']' 2016-12-06 12:05:27.412 | +functions-common:is_fedora:445  '[' Ubuntu = OracleServer ']' 2016-12-06 12:05:27.415 | +functions-common:is_fedora:446  '[' Ubuntu = Virtuozzo ']' 2016-12-06 12:05:27.418 | +functions-common:is_fedora:446  '[' Ubuntu = kvmibm ']' 2016-12-06 12:05:27.422 | +lib/nova_plugins/functions-libvirt:configure_libvirt:76  is_suse 2016-12-06 12:05:27.425 | +functions-common:is_suse:454  [[ -z Ubuntu ]] 2016-12-06 12:05:27.428 | +functions-common:is_suse:458  [[ Ubuntu =~ (openSUSE) ]] 2016-12-06 12:05:27.431 | +functions-common:is_suse:458  [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]] 2016-12-06 12:05:27.435 | +lib/nova_plugins/functions-libvirt:configure_libvirt:95  getent group libvirtd 2016-12-06 12:05:27.439 | +lib/nova_plugins/functions-libvirt:configure_libvirt:98  add_user_to_group ubuntu libvirtd 2016-12-06 12:05:27.442 | +functions-common:add_user_to_group:2190  local user=ubuntu 2016-12-06 12:05:27.445 | +functions-common:add_user_to_group:2191  local group=libvirtd 2016-12-06 12:05:27.448 | +functions-common:add_user_to_group:2193  sudo usermod -a -G libvirtd ubuntu 2016-12-06 12:05:27.457 | +lib/nova_plugins/functions-libvirt:configure_libvirt:101  [[ True = \T\r\u\e ]] 2016-12-06 12:05:27.460 | +lib/nova_plugins/functions-libvirt:configure_libvirt:102  is_ubuntu 2016-12-06 12:05:27.463 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:05:27.467 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:05:27.470 | +lib/nova_plugins/functions-libvirt:configure_libvirt:107  local 'log_filters=1:libvirt.c 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util 1:cpu' 2016-12-06 12:05:27.473 | +lib/nova_plugins/functions-libvirt:configure_libvirt:111  local log_outputs=1:file:/var/log/libvirt/libvirtd.log 2016-12-06 12:05:27.475 | +lib/nova_plugins/functions-libvirt:configure_libvirt:112  sudo grep -q '^log_filters="1:libvirt.c 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util 1:cpu"' /etc/libvirt/libvirtd.conf 2016-12-06 12:05:27.483 | +lib/nova_plugins/functions-libvirt:configure_libvirt:115  sudo grep -q '^log_outputs="1:file:/var/log/libvirt/libvirtd.log"' /etc/libvirt/libvirtd.conf 2016-12-06 12:05:27.490 | +lib/nova_plugins/functions-libvirt:configure_libvirt:122  restart_service libvirt-bin 2016-12-06 12:05:27.493 | +functions-common:restart_service:2282  '[' -x /bin/systemctl ']' 2016-12-06 12:05:27.496 | +functions-common:restart_service:2283  sudo /bin/systemctl restart libvirt-bin 2016-12-06 12:05:27.547 | +lib/nova_plugins/functions-libvirt:configure_libvirt:128  restart_service virtlogd 2016-12-06 12:05:27.555 | +functions-common:restart_service:2282  '[' -x /bin/systemctl ']' 2016-12-06 12:05:27.558 | +functions-common:restart_service:2283  sudo /bin/systemctl restart virtlogd 2016-12-06 12:05:27.574 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:41  iniset /etc/nova/nova.conf libvirt virt_type kvm 2016-12-06 12:05:27.600 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:42  iniset /etc/nova/nova.conf libvirt cpu_mode none 2016-12-06 12:05:27.622 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:44  iniset /etc/nova/nova.conf DEFAULT pointer_model ps2mouse 2016-12-06 12:05:27.647 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:45  iniset /etc/nova/nova.conf libvirt live_migration_uri qemu+ssh://ubuntu@%s/system 2016-12-06 12:05:27.671 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:46  iniset /etc/nova/nova.conf DEFAULT default_ephemeral_format ext4 2016-12-06 12:05:27.694 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:47  iniset /etc/nova/nova.conf DEFAULT compute_driver libvirt.LibvirtDriver 2016-12-06 12:05:27.720 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:48  LIBVIRT_FIREWALL_DRIVER=nova.virt.libvirt.firewall.IptablesFirewallDriver 2016-12-06 12:05:27.723 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:49  iniset /etc/nova/nova.conf DEFAULT firewall_driver nova.virt.libvirt.firewall.IptablesFirewallDriver 2016-12-06 12:05:27.746 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:51  is_arch ppc64 2016-12-06 12:05:27.750 | ++functions-common:is_arch:421  uname -m 2016-12-06 12:05:27.753 | +functions-common:is_arch:421  [[ x86_64 == \p\p\c\6\4 ]] 2016-12-06 12:05:27.756 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:56  is_arch aarch64 2016-12-06 12:05:27.760 | ++functions-common:is_arch:421  uname -m 2016-12-06 12:05:27.763 | +functions-common:is_arch:421  [[ x86_64 == \a\a\r\c\h\6\4 ]] 2016-12-06 12:05:27.766 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:62  isset ENABLE_FILE_INJECTION 2016-12-06 12:05:27.769 | +functions-common:isset:162  [[ -v ENABLE_FILE_INJECTION ]] 2016-12-06 12:05:27.772 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:70  [[ kvm = \p\a\r\a\l\l\e\l\s ]] 2016-12-06 12:05:27.775 | +lib/nova_plugins/hypervisor-libvirt:configure_nova_hypervisor:77  [[ '' == \L\V\M ]] 2016-12-06 12:05:27.778 | +./stack.sh:main:869  is_service_enabled placement 2016-12-06 12:05:27.797 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:27.800 | +./stack.sh:main:876  is_service_enabled horizon 2016-12-06 12:05:27.823 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:27.826 | +./stack.sh:main:883  is_service_enabled heat 2016-12-06 12:05:27.844 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:27.847 | +./stack.sh:main:890  is_service_enabled tls-proxy 2016-12-06 12:05:27.866 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:27.869 | +./stack.sh:main:890  '[' False == True ']' 2016-12-06 12:05:27.872 | +./stack.sh:main:898  run_phase stack install 2016-12-06 12:05:27.875 | +functions-common:run_phase:1869  local mode=stack 2016-12-06 12:05:27.878 | +functions-common:run_phase:1870  local phase=install 2016-12-06 12:05:27.880 | +functions-common:run_phase:1871  [[ -d /home/ubuntu/devstack/extras.d ]] 2016-12-06 12:05:27.884 | +functions-common:run_phase:1872  local extra_plugin_file_name 2016-12-06 12:05:27.887 | +functions-common:run_phase:1873  for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2016-12-06 12:05:27.890 | +functions-common:run_phase:1878  local exceptions=80-tempest.sh 2016-12-06 12:05:27.893 | +functions-common:run_phase:1879  local extra 2016-12-06 12:05:27.897 | ++functions-common:run_phase:1880  basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2016-12-06 12:05:27.901 | +functions-common:run_phase:1880  extra=80-tempest.sh 2016-12-06 12:05:27.904 | +functions-common:run_phase:1881  [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2016-12-06 12:05:27.907 | +functions-common:run_phase:1885  [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2016-12-06 12:05:27.910 | +functions-common:run_phase:1885  source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2016-12-06 12:05:27.914 | ++extras.d/80-tempest.sh:source:3  is_service_enabled tempest 2016-12-06 12:05:27.934 | ++functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:27.938 | +functions-common:run_phase:1890  [[ stack == \s\o\u\r\c\e ]] 2016-12-06 12:05:27.941 | +functions-common:run_phase:1893  [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2016-12-06 12:05:27.944 | +functions-common:run_phase:1896  run_plugins stack install 2016-12-06 12:05:27.947 | +functions-common:run_plugins:1855  local mode=stack 2016-12-06 12:05:27.950 | +functions-common:run_plugins:1856  local phase=install 2016-12-06 12:05:27.954 | +functions-common:run_plugins:1858  local plugins=,neutron-lbaas,octavia 2016-12-06 12:05:27.957 | +functions-common:run_plugins:1859  local plugin 2016-12-06 12:05:27.960 | +functions-common:run_plugins:1860  for plugin in '${plugins//,/ }' 2016-12-06 12:05:27.963 | +functions-common:run_plugins:1861  local dir=/opt/stack/neutron-lbaas 2016-12-06 12:05:27.966 | +functions-common:run_plugins:1862  [[ -f /opt/stack/neutron-lbaas/devstack/plugin.sh ]] 2016-12-06 12:05:27.970 | +functions-common:run_plugins:1863  source /opt/stack/neutron-lbaas/devstack/plugin.sh stack install 2016-12-06 12:05:27.973 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:112  is_service_enabled q-lbaasv2 2016-12-06 12:05:27.995 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:28.000 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:114  is_service_enabled q-svc 2016-12-06 12:05:28.021 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:28.024 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:118  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:05:28.028 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:118  [[ install == \i\n\s\t\a\l\l ]] 2016-12-06 12:05:28.031 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:120  echo_summary 'Installing neutron-lbaas' 2016-12-06 12:05:28.035 | ++./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:05:28.039 | ++./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:05:28.042 | ++./stack.sh:echo_summary:398  echo -e Installing neutron-lbaas 2016-12-06 12:05:28.046 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:121  neutron_lbaas_install 2016-12-06 12:05:28.050 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_install:4  setup_develop /opt/stack/neutron-lbaas 2016-12-06 12:05:28.055 | ++inc/python:setup_develop:271  local project_dir=/opt/stack/neutron-lbaas 2016-12-06 12:05:28.059 | ++inc/python:setup_develop:272  local extras= 2016-12-06 12:05:28.063 | ++inc/python:setup_develop:273  _setup_package_with_constraints_edit /opt/stack/neutron-lbaas -e 2016-12-06 12:05:28.067 | ++inc/python:_setup_package_with_constraints_edit:303  local project_dir=/opt/stack/neutron-lbaas 2016-12-06 12:05:28.070 | ++inc/python:_setup_package_with_constraints_edit:304  local flags=-e 2016-12-06 12:05:28.074 | ++inc/python:_setup_package_with_constraints_edit:305  local extras= 2016-12-06 12:05:28.078 | +++inc/python:_setup_package_with_constraints_edit:312  cd /opt/stack/neutron-lbaas 2016-12-06 12:05:28.082 | +++inc/python:_setup_package_with_constraints_edit:312  pwd 2016-12-06 12:05:28.086 | ++inc/python:_setup_package_with_constraints_edit:312  project_dir=/opt/stack/neutron-lbaas 2016-12-06 12:05:28.089 | ++inc/python:_setup_package_with_constraints_edit:314  '[' -n /opt/stack/requirements ']' 2016-12-06 12:05:28.094 | ++inc/python:_setup_package_with_constraints_edit:316  local name 2016-12-06 12:05:28.098 | +++inc/python:_setup_package_with_constraints_edit:317  awk '/^name.*=/ {print $3}' /opt/stack/neutron-lbaas/setup.cfg 2016-12-06 12:05:28.104 | ++inc/python:_setup_package_with_constraints_edit:317  name=neutron-lbaas 2016-12-06 12:05:28.108 | ++inc/python:_setup_package_with_constraints_edit:319  /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron-lbaas '-e file:///opt/stack/neutron-lbaas#egg=neutron-lbaas' 2016-12-06 12:05:28.477 | ++inc/python:_setup_package_with_constraints_edit:323  setup_package /opt/stack/neutron-lbaas -e 2016-12-06 12:05:28.483 | ++inc/python:setup_package:339  local project_dir=/opt/stack/neutron-lbaas 2016-12-06 12:05:28.489 | ++inc/python:setup_package:340  local flags=-e 2016-12-06 12:05:28.493 | ++inc/python:setup_package:341  local extras= 2016-12-06 12:05:28.497 | ++inc/python:setup_package:345  [[ -n -e ]] 2016-12-06 12:05:28.500 | ++inc/python:setup_package:345  [[ -z '' ]] 2016-12-06 12:05:28.504 | ++inc/python:setup_package:345  [[ ! -e =~ ^-.* ]] 2016-12-06 12:05:28.508 | ++inc/python:setup_package:350  [[ ! -z '' ]] 2016-12-06 12:05:28.512 | ++inc/python:setup_package:354  pip_install -e /opt/stack/neutron-lbaas 2016-12-06 12:05:28.916 | ++inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron-lbaas 2016-12-06 12:05:29.514 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:05:29.516 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:05:29.839 | Obtaining file:///opt/stack/neutron-lbaas 2016-12-06 12:05:31.271 | Obtaining neutron-lbaas from file:///opt/stack/neutron-lbaas#egg=neutron-lbaas (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2016-12-06 12:05:32.490 | Requirement already satisfied: SQLAlchemy===1.0.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) 2016-12-06 12:05:32.492 | Requirement already satisfied: alembic===0.8.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 66)) 2016-12-06 12:05:32.496 | Requirement already satisfied: cryptography===1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:05:32.520 | Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2016-12-06 12:05:32.522 | Requirement already satisfied: eventlet===0.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) 2016-12-06 12:05:32.524 | Requirement already satisfied: greenlet===0.4.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) 2016-12-06 12:05:32.526 | Requirement already satisfied: idna===2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2016-12-06 12:05:32.528 | Requirement already satisfied: ipaddress===1.0.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2016-12-06 12:05:32.529 | Requirement already satisfied: keystoneauth1===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2016-12-06 12:05:32.544 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2016-12-06 12:05:32.546 | Requirement already satisfied: neutron-lib===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2016-12-06 12:05:32.561 | Requirement already satisfied: oslo.concurrency===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) 2016-12-06 12:05:32.573 | Requirement already satisfied: oslo.config===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2016-12-06 12:05:32.581 | Requirement already satisfied: oslo.context===2.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2016-12-06 12:05:32.584 | Requirement already satisfied: oslo.db===4.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) 2016-12-06 12:05:32.622 | Requirement already satisfied: oslo.i18n===3.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2016-12-06 12:05:32.626 | Requirement already satisfied: oslo.log===3.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2016-12-06 12:05:32.643 | Requirement already satisfied: oslo.messaging===5.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) 2016-12-06 12:05:32.672 | Requirement already satisfied: oslo.middleware===3.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2016-12-06 12:05:32.684 | Requirement already satisfied: oslo.policy===1.17.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) 2016-12-06 12:05:32.692 | Requirement already satisfied: oslo.reports===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) 2016-12-06 12:05:32.701 | Requirement already satisfied: oslo.serialization===2.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2016-12-06 12:05:32.707 | Requirement already satisfied: oslo.service===1.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2016-12-06 12:05:32.725 | Requirement already satisfied: oslo.utils===3.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2016-12-06 12:05:32.741 | Requirement already satisfied: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:05:32.742 | Requirement already satisfied: pika===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) 2016-12-06 12:05:32.747 | Requirement already satisfied: pika-pool===0.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2016-12-06 12:05:32.752 | Requirement already satisfied: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2016-12-06 12:05:32.756 | Requirement already satisfied: psutil===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 267)) 2016-12-06 12:05:32.758 | Requirement already satisfied: pyOpenSSL===16.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271)) 2016-12-06 12:05:32.762 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2016-12-06 12:05:32.763 | Requirement already satisfied: pyasn1-modules===0.0.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 274)) 2016-12-06 12:05:32.766 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2016-12-06 12:05:32.768 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2016-12-06 12:05:32.769 | Requirement already satisfied: python-barbicanclient===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) 2016-12-06 12:05:32.780 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2016-12-06 12:05:32.783 | Requirement already satisfied: python-editor===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) 2016-12-06 12:05:32.784 | Requirement already satisfied: python-keystoneclient===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) 2016-12-06 12:05:32.796 | Requirement already satisfied: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:05:32.799 | Requirement already satisfied: requests===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:05:32.807 | Requirement already satisfied: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) 2016-12-06 12:05:32.809 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:05:32.811 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2016-12-06 12:05:32.818 | Requirement already satisfied: sqlparse===0.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2016-12-06 12:05:32.819 | Requirement already satisfied: stevedore===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2016-12-06 12:05:32.823 | Requirement already satisfied: tenacity===3.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) 2016-12-06 12:05:32.830 | Requirement already satisfied: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2016-12-06 12:05:32.831 | Requirement already satisfied: Mako===1.0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) 2016-12-06 12:05:32.834 | Requirement already satisfied: setuptools>=11.3 in /usr/local/lib/python2.7/dist-packages (from cryptography===1.6->-c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:05:32.839 | Requirement already satisfied: cffi===1.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2016-12-06 12:05:32.841 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2016-12-06 12:05:32.843 | Requirement already satisfied: debtcollector===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) 2016-12-06 12:05:32.851 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) 2016-12-06 12:05:32.854 | Requirement already satisfied: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:05:32.856 | Requirement already satisfied: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) 2016-12-06 12:05:32.858 | Requirement already satisfied: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2016-12-06 12:05:32.859 | Requirement already satisfied: cachetools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83)) 2016-12-06 12:05:32.861 | Requirement already satisfied: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67)) 2016-12-06 12:05:32.863 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2016-12-06 12:05:32.864 | Requirement already satisfied: futurist===0.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2016-12-06 12:05:32.874 | Requirement already satisfied: WebOb===1.6.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) 2016-12-06 12:05:32.880 | Requirement already satisfied: kombu===3.0.37 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) 2016-12-06 12:05:32.886 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2016-12-06 12:05:32.890 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) 2016-12-06 12:05:32.892 | Requirement already satisfied: Paste===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) 2016-12-06 12:05:32.897 | Requirement already satisfied: Routes===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2016-12-06 12:05:32.902 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) 2016-12-06 12:05:32.904 | Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:05:32.907 | Requirement already satisfied: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2016-12-06 12:05:32.909 | Requirement already satisfied: cliff===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2016-12-06 12:05:32.920 | Requirement already satisfied: decorator===4.0.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) 2016-12-06 12:05:32.922 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) 2016-12-06 12:05:32.923 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2016-12-06 12:05:32.925 | Requirement already satisfied: pycparser===2.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2016-12-06 12:05:32.926 | Requirement already satisfied: contextlib2===0.5.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) 2016-12-06 12:05:32.928 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2016-12-06 12:05:32.929 | Requirement already satisfied: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 68)) 2016-12-06 12:05:32.931 | Requirement already satisfied: repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) 2016-12-06 12:05:32.936 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2016-12-06 12:05:32.937 | Requirement already satisfied: cmd2===0.6.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) 2016-12-06 12:05:32.939 | Installing collected packages: neutron-lbaas 2016-12-06 12:05:32.940 | Found existing installation: neutron-lbaas 10.0.0.0b2.dev11 2016-12-06 12:05:32.941 | Can't uninstall 'neutron-lbaas'. No files were found to uninstall. 2016-12-06 12:05:32.942 | Running setup.py develop for neutron-lbaas 2016-12-06 12:05:35.105 | Successfully installed neutron-lbaas 2016-12-06 12:05:35.213 | ++inc/python:pip_install:162  result=0 2016-12-06 12:05:35.217 | ++inc/python:pip_install:165  local test_req=/opt/stack/neutron-lbaas/test-requirements.txt 2016-12-06 12:05:35.221 | ++inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:05:35.225 | ++inc/python:pip_install:166  [[ -e /opt/stack/neutron-lbaas/test-requirements.txt ]] 2016-12-06 12:05:35.229 | ++inc/python:pip_install:167  echo 'Installing test-requirements for /opt/stack/neutron-lbaas/test-requirements.txt' 2016-12-06 12:05:35.229 | Installing test-requirements for /opt/stack/neutron-lbaas/test-requirements.txt 2016-12-06 12:05:35.233 | ++inc/python:pip_install:169  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/neutron-lbaas/test-requirements.txt 2016-12-06 12:05:35.812 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:05:35.814 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:05:36.167 | Requirement already satisfied: Sphinx===1.3.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2016-12-06 12:05:36.184 | Requirement already satisfied: WebOb===1.6.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) 2016-12-06 12:05:36.190 | Requirement already satisfied: WebTest===2.0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) 2016-12-06 12:05:36.205 | Requirement already satisfied: alabaster===0.7.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65)) 2016-12-06 12:05:36.207 | Requirement already satisfied: beautifulsoup4===4.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) 2016-12-06 12:05:36.211 | Requirement already satisfied: coverage===4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) 2016-12-06 12:05:36.212 | Requirement already satisfied: docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) 2016-12-06 12:05:36.214 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2016-12-06 12:05:36.221 | Requirement already satisfied: mock===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) 2016-12-06 12:05:36.241 | Requirement already satisfied: oslo.concurrency===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) 2016-12-06 12:05:36.253 | Requirement already satisfied: oslo.config===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2016-12-06 12:05:36.261 | Requirement already satisfied: oslo.i18n===3.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2016-12-06 12:05:36.266 | Requirement already satisfied: oslo.utils===3.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2016-12-06 12:05:36.281 | Requirement already satisfied: oslosphinx===4.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247)) 2016-12-06 12:05:36.285 | Requirement already satisfied: oslotest===2.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) 2016-12-06 12:05:36.296 | Requirement already satisfied: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:05:36.298 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2016-12-06 12:05:36.300 | Requirement already satisfied: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) 2016-12-06 12:05:36.308 | Requirement already satisfied: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:05:36.311 | Requirement already satisfied: reno===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) 2016-12-06 12:05:36.318 | Requirement already satisfied: requests===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:05:36.326 | Requirement already satisfied: requests-mock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) 2016-12-06 12:05:36.330 | Requirement already satisfied: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) 2016-12-06 12:05:36.332 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:05:36.333 | Requirement already satisfied: snowballstemmer===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) 2016-12-06 12:05:36.336 | Requirement already satisfied: sphinx-rtd-theme===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) 2016-12-06 12:05:36.339 | Requirement already satisfied: stevedore===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2016-12-06 12:05:36.342 | Requirement already satisfied: tempest===13.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) 2016-12-06 12:05:36.367 | Requirement already satisfied: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2016-12-06 12:05:36.375 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2016-12-06 12:05:36.381 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) 2016-12-06 12:05:36.385 | Requirement already satisfied: testtools===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) 2016-12-06 12:05:36.395 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) 2016-12-06 12:05:36.397 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:05:36.402 | Requirement already satisfied: urllib3===1.19 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) 2016-12-06 12:05:36.414 | Requirement already satisfied: waitress===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) 2016-12-06 12:05:36.421 | Requirement already satisfied: hacking<0.11,>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/neutron-lbaas/test-requirements.txt (line 4)) 2016-12-06 12:05:36.429 | Requirement already satisfied: Pygments===2.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) 2016-12-06 12:05:36.431 | Requirement already satisfied: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:05:36.433 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2016-12-06 12:05:36.436 | Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:05:36.440 | Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2016-12-06 12:05:36.441 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) 2016-12-06 12:05:36.445 | Requirement already satisfied: debtcollector===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) 2016-12-06 12:05:36.453 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2016-12-06 12:05:36.455 | Requirement already satisfied: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) 2016-12-06 12:05:36.457 | Requirement already satisfied: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2016-12-06 12:05:36.459 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2016-12-06 12:05:36.461 | Requirement already satisfied: os-client-config===1.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2016-12-06 12:05:36.467 | Requirement already satisfied: mox3===0.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) 2016-12-06 12:05:36.470 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) 2016-12-06 12:05:36.472 | Requirement already satisfied: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2016-12-06 12:05:36.473 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2016-12-06 12:05:36.475 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2016-12-06 12:05:36.484 | Requirement already satisfied: oslo.serialization===2.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2016-12-06 12:05:36.491 | Requirement already satisfied: paramiko===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) 2016-12-06 12:05:36.494 | Requirement already satisfied: cliff===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2016-12-06 12:05:36.505 | Requirement already satisfied: os-testr===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) 2016-12-06 12:05:36.512 | Requirement already satisfied: oslo.log===3.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2016-12-06 12:05:36.529 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2016-12-06 12:05:36.531 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) 2016-12-06 12:05:36.532 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:05:36.533 | Requirement already satisfied: flake8==2.2.4 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/neutron-lbaas/test-requirements.txt (line 4)) 2016-12-06 12:05:36.538 | Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/neutron-lbaas/test-requirements.txt (line 4)) 2016-12-06 12:05:36.540 | Requirement already satisfied: pep8==1.5.7 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/neutron-lbaas/test-requirements.txt (line 4)) 2016-12-06 12:05:36.543 | Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/neutron-lbaas/test-requirements.txt (line 4)) 2016-12-06 12:05:36.545 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2016-12-06 12:05:36.546 | Requirement already satisfied: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2016-12-06 12:05:36.548 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) 2016-12-06 12:05:36.551 | Requirement already satisfied: keystoneauth1===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2016-12-06 12:05:36.565 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2016-12-06 12:05:36.567 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2016-12-06 12:05:36.569 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) 2016-12-06 12:05:36.571 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2016-12-06 12:05:36.572 | Requirement already satisfied: cryptography===1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:05:36.597 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2016-12-06 12:05:36.598 | Requirement already satisfied: cmd2===0.6.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) 2016-12-06 12:05:36.601 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2016-12-06 12:05:36.603 | Requirement already satisfied: oslo.context===2.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2016-12-06 12:05:36.606 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2016-12-06 12:05:36.609 | Requirement already satisfied: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2016-12-06 12:05:36.612 | Requirement already satisfied: setuptools>=11.3 in /usr/local/lib/python2.7/dist-packages (from cryptography===1.6->-c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:05:36.617 | Requirement already satisfied: ipaddress===1.0.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2016-12-06 12:05:36.619 | Requirement already satisfied: idna===2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2016-12-06 12:05:36.621 | Requirement already satisfied: cffi===1.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2016-12-06 12:05:36.623 | Requirement already satisfied: pycparser===2.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2016-12-06 12:05:36.734 | ++inc/python:pip_install:175  result=0 2016-12-06 12:05:36.739 | ++inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:05:36.743 | ++functions-common:time_stop:2398  local name 2016-12-06 12:05:36.747 | ++functions-common:time_stop:2399  local end_time 2016-12-06 12:05:36.750 | ++functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:05:36.754 | ++functions-common:time_stop:2401  local total 2016-12-06 12:05:36.758 | ++functions-common:time_stop:2402  local start_time 2016-12-06 12:05:36.761 | ++functions-common:time_stop:2404  name=pip_install 2016-12-06 12:05:36.765 | ++functions-common:time_stop:2405  start_time=1481025928 2016-12-06 12:05:36.768 | ++functions-common:time_stop:2407  [[ -z 1481025928 ]] 2016-12-06 12:05:36.773 | +++functions-common:time_stop:2410  date +%s 2016-12-06 12:05:36.777 | ++functions-common:time_stop:2410  end_time=1481025936 2016-12-06 12:05:36.781 | ++functions-common:time_stop:2411  elapsed_time=8 2016-12-06 12:05:36.785 | ++functions-common:time_stop:2412  total=76 2016-12-06 12:05:36.789 | ++functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:05:36.793 | ++functions-common:time_stop:2415  _TIME_TOTAL[$name]=84 2016-12-06 12:05:36.797 | ++inc/python:pip_install:179  return 0 2016-12-06 12:05:36.800 | ++inc/python:setup_package:356  [[ -e == \-\e ]] 2016-12-06 12:05:36.804 | ++inc/python:setup_package:357  safe_chown -R ubuntu /opt/stack/neutron-lbaas/neutron_lbaas.egg-info 2016-12-06 12:05:36.808 | ++functions-common:safe_chown:2299  _safe_permission_operation chown -R ubuntu /opt/stack/neutron-lbaas/neutron_lbaas.egg-info 2016-12-06 12:05:36.831 | ++functions-common:_safe_permission_operation:2170  sudo chown -R ubuntu /opt/stack/neutron-lbaas/neutron_lbaas.egg-info 2016-12-06 12:05:36.839 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_install:5  neutron_agent_lbaas_install_agent_packages 2016-12-06 12:05:36.842 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_agent_lbaas_install_agent_packages:9  is_ubuntu 2016-12-06 12:05:36.847 | ++functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:05:36.851 | ++functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:05:36.855 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_agent_lbaas_install_agent_packages:10  [[ False == False ]] 2016-12-06 12:05:36.859 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_agent_lbaas_install_agent_packages:10  [[ xenial =~ (trusty|precise) ]] 2016-12-06 12:05:36.863 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_agent_lbaas_install_agent_packages:19  [[ False == False ]] 2016-12-06 12:05:36.867 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_agent_lbaas_install_agent_packages:20  install_package haproxy 2016-12-06 12:05:36.871 | ++functions-common:install_package:1285  update_package_repo 2016-12-06 12:05:36.875 | ++functions-common:update_package_repo:1257  NO_UPDATE_REPOS=False 2016-12-06 12:05:36.880 | ++functions-common:update_package_repo:1258  REPOS_UPDATED=True 2016-12-06 12:05:36.883 | ++functions-common:update_package_repo:1259  RETRY_UPDATE=False 2016-12-06 12:05:36.890 | ++functions-common:update_package_repo:1261  [[ False = \T\r\u\e ]] 2016-12-06 12:05:36.894 | ++functions-common:update_package_repo:1265  is_ubuntu 2016-12-06 12:05:36.898 | ++functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:05:36.902 | ++functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:05:36.906 | ++functions-common:update_package_repo:1266  apt_get_update 2016-12-06 12:05:36.910 | ++functions-common:apt_get_update:1059  [[ True == \T\r\u\e ]] 2016-12-06 12:05:36.914 | ++functions-common:apt_get_update:1059  [[ False != \T\r\u\e ]] 2016-12-06 12:05:36.918 | ++functions-common:apt_get_update:1060  return 2016-12-06 12:05:36.922 | ++functions-common:install_package:1286  real_install_package haproxy 2016-12-06 12:05:36.926 | ++functions-common:real_install_package:1271  is_ubuntu 2016-12-06 12:05:36.930 | ++functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:05:36.933 | ++functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:05:36.937 | ++functions-common:real_install_package:1272  apt_get install haproxy 2016-12-06 12:05:36.960 | ++functions-common:apt_get:1100  sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install haproxy 2016-12-06 12:05:36.982 | Reading package lists... 2016-12-06 12:05:37.087 | Building dependency tree... 2016-12-06 12:05:37.087 | Reading state information... 2016-12-06 12:05:37.178 | haproxy is already the newest version (1.6.3-1ubuntu0.1). 2016-12-06 12:05:37.178 | 0 upgraded, 0 newly installed, 0 to remove and 138 not upgraded. 2016-12-06 12:05:37.184 | ++functions-common:apt_get:1104  result=0 2016-12-06 12:05:37.188 | ++functions-common:apt_get:1107  time_stop apt-get 2016-12-06 12:05:37.192 | ++functions-common:time_stop:2398  local name 2016-12-06 12:05:37.197 | ++functions-common:time_stop:2399  local end_time 2016-12-06 12:05:37.201 | ++functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:05:37.204 | ++functions-common:time_stop:2401  local total 2016-12-06 12:05:37.208 | ++functions-common:time_stop:2402  local start_time 2016-12-06 12:05:37.212 | ++functions-common:time_stop:2404  name=apt-get 2016-12-06 12:05:37.216 | ++functions-common:time_stop:2405  start_time=1481025936 2016-12-06 12:05:37.220 | ++functions-common:time_stop:2407  [[ -z 1481025936 ]] 2016-12-06 12:05:37.225 | +++functions-common:time_stop:2410  date +%s 2016-12-06 12:05:37.231 | ++functions-common:time_stop:2410  end_time=1481025937 2016-12-06 12:05:37.235 | ++functions-common:time_stop:2411  elapsed_time=1 2016-12-06 12:05:37.239 | ++functions-common:time_stop:2412  total=2 2016-12-06 12:05:37.243 | ++functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:05:37.246 | ++functions-common:time_stop:2415  _TIME_TOTAL[$name]=3 2016-12-06 12:05:37.250 | ++functions-common:apt_get:1108  return 0 2016-12-06 12:05:37.254 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_agent_lbaas_install_agent_packages:23  is_fedora 2016-12-06 12:05:37.258 | ++functions-common:is_fedora:439  [[ -z Ubuntu ]] 2016-12-06 12:05:37.262 | ++functions-common:is_fedora:443  '[' Ubuntu = Fedora ']' 2016-12-06 12:05:37.266 | ++functions-common:is_fedora:443  '[' Ubuntu = 'Red Hat' ']' 2016-12-06 12:05:37.270 | ++functions-common:is_fedora:444  '[' Ubuntu = RedHatEnterpriseServer ']' 2016-12-06 12:05:37.274 | ++functions-common:is_fedora:445  '[' Ubuntu = CentOS ']' 2016-12-06 12:05:37.278 | ++functions-common:is_fedora:445  '[' Ubuntu = OracleServer ']' 2016-12-06 12:05:37.282 | ++functions-common:is_fedora:446  '[' Ubuntu = Virtuozzo ']' 2016-12-06 12:05:37.286 | ++functions-common:is_fedora:446  '[' Ubuntu = kvmibm ']' 2016-12-06 12:05:37.290 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_agent_lbaas_install_agent_packages:23  is_suse 2016-12-06 12:05:37.294 | ++functions-common:is_suse:454  [[ -z Ubuntu ]] 2016-12-06 12:05:37.298 | ++functions-common:is_suse:458  [[ Ubuntu =~ (openSUSE) ]] 2016-12-06 12:05:37.301 | ++functions-common:is_suse:458  [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]] 2016-12-06 12:05:37.305 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:137  [[ stack == \u\n\s\t\a\c\k ]] 2016-12-06 12:05:37.309 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:142  [[ stack == \c\l\e\a\n ]] 2016-12-06 12:05:37.312 | +functions-common:run_plugins:1860  for plugin in '${plugins//,/ }' 2016-12-06 12:05:37.315 | +functions-common:run_plugins:1861  local dir=/opt/stack/octavia 2016-12-06 12:05:37.317 | +functions-common:run_plugins:1862  [[ -f /opt/stack/octavia/devstack/plugin.sh ]] 2016-12-06 12:05:37.321 | +functions-common:run_plugins:1863  source /opt/stack/octavia/devstack/plugin.sh stack install 2016-12-06 12:05:37.324 | ++/opt/stack/octavia/devstack/plugin.sh:source:5  GET_PIP_CACHE_LOCATION=/opt/stack/cache/files/get-pip.py 2016-12-06 12:05:37.331 | ++/opt/stack/octavia/devstack/plugin.sh:source:401  is_service_enabled octavia 2016-12-06 12:05:37.351 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:37.355 | ++/opt/stack/octavia/devstack/plugin.sh:source:402  '[' standalone == main ']' 2016-12-06 12:05:37.358 | ++/opt/stack/octavia/devstack/plugin.sh:source:402  '[' standalone == standalone ']' 2016-12-06 12:05:37.362 | ++/opt/stack/octavia/devstack/plugin.sh:source:403  is_service_enabled q-svc 2016-12-06 12:05:37.382 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:37.386 | ++/opt/stack/octavia/devstack/plugin.sh:source:407  '[' '' == True ']' 2016-12-06 12:05:37.390 | ++/opt/stack/octavia/devstack/plugin.sh:source:414  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:05:37.393 | ++/opt/stack/octavia/devstack/plugin.sh:source:414  [[ install == \i\n\s\t\a\l\l ]] 2016-12-06 12:05:37.397 | ++/opt/stack/octavia/devstack/plugin.sh:source:416  echo_summary 'Installing octavia' 2016-12-06 12:05:37.401 | ++./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:05:37.404 | ++./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:05:37.408 | ++./stack.sh:echo_summary:398  echo -e Installing octavia 2016-12-06 12:05:37.412 | ++/opt/stack/octavia/devstack/plugin.sh:source:417  octavia_install 2016-12-06 12:05:37.416 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_install:9  setup_develop /opt/stack/octavia 2016-12-06 12:05:37.419 | ++inc/python:setup_develop:271  local project_dir=/opt/stack/octavia 2016-12-06 12:05:37.423 | ++inc/python:setup_develop:272  local extras= 2016-12-06 12:05:37.427 | ++inc/python:setup_develop:273  _setup_package_with_constraints_edit /opt/stack/octavia -e 2016-12-06 12:05:37.431 | ++inc/python:_setup_package_with_constraints_edit:303  local project_dir=/opt/stack/octavia 2016-12-06 12:05:37.434 | ++inc/python:_setup_package_with_constraints_edit:304  local flags=-e 2016-12-06 12:05:37.438 | ++inc/python:_setup_package_with_constraints_edit:305  local extras= 2016-12-06 12:05:37.442 | +++inc/python:_setup_package_with_constraints_edit:312  cd /opt/stack/octavia 2016-12-06 12:05:37.445 | +++inc/python:_setup_package_with_constraints_edit:312  pwd 2016-12-06 12:05:37.449 | ++inc/python:_setup_package_with_constraints_edit:312  project_dir=/opt/stack/octavia 2016-12-06 12:05:37.453 | ++inc/python:_setup_package_with_constraints_edit:314  '[' -n /opt/stack/requirements ']' 2016-12-06 12:05:37.456 | ++inc/python:_setup_package_with_constraints_edit:316  local name 2016-12-06 12:05:37.460 | +++inc/python:_setup_package_with_constraints_edit:317  awk '/^name.*=/ {print $3}' /opt/stack/octavia/setup.cfg 2016-12-06 12:05:37.466 | ++inc/python:_setup_package_with_constraints_edit:317  name=octavia 2016-12-06 12:05:37.469 | ++inc/python:_setup_package_with_constraints_edit:319  /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- octavia '-e file:///opt/stack/octavia#egg=octavia' 2016-12-06 12:05:37.843 | ++inc/python:_setup_package_with_constraints_edit:323  setup_package /opt/stack/octavia -e 2016-12-06 12:05:37.849 | ++inc/python:setup_package:339  local project_dir=/opt/stack/octavia 2016-12-06 12:05:37.856 | ++inc/python:setup_package:340  local flags=-e 2016-12-06 12:05:37.861 | ++inc/python:setup_package:341  local extras= 2016-12-06 12:05:37.866 | ++inc/python:setup_package:345  [[ -n -e ]] 2016-12-06 12:05:37.870 | ++inc/python:setup_package:345  [[ -z '' ]] 2016-12-06 12:05:37.873 | ++inc/python:setup_package:345  [[ ! -e =~ ^-.* ]] 2016-12-06 12:05:37.878 | ++inc/python:setup_package:350  [[ ! -z '' ]] 2016-12-06 12:05:37.883 | ++inc/python:setup_package:354  pip_install -e /opt/stack/octavia 2016-12-06 12:05:38.285 | ++inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/octavia 2016-12-06 12:05:38.872 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:05:38.873 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:05:39.191 | Obtaining file:///opt/stack/octavia 2016-12-06 12:05:40.707 | Obtaining octavia from file:///opt/stack/octavia#egg=octavia (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2016-12-06 12:05:41.969 | Requirement already satisfied: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:05:41.972 | Requirement already satisfied: Flask===0.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 6)) 2016-12-06 12:05:41.977 | Requirement already satisfied: Jinja2===2.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2016-12-06 12:05:41.981 | Requirement already satisfied: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2016-12-06 12:05:41.983 | Requirement already satisfied: PyMySQL===0.7.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2016-12-06 12:05:41.984 | Requirement already satisfied: SQLAlchemy===1.0.16 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) 2016-12-06 12:05:41.986 | Requirement already satisfied: WSME===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) 2016-12-06 12:05:41.992 | Requirement already satisfied: WebOb===1.6.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) 2016-12-06 12:05:41.998 | Requirement already satisfied: Werkzeug===0.11.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) 2016-12-06 12:05:42.000 | Requirement already satisfied: alembic===0.8.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 66)) 2016-12-06 12:05:42.004 | Requirement already satisfied: click===6.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) 2016-12-06 12:05:42.006 | Requirement already satisfied: cryptography===1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:05:42.031 | Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2016-12-06 12:05:42.033 | Requirement already satisfied: eventlet===0.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) 2016-12-06 12:05:42.036 | Requirement already satisfied: greenlet===0.4.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) 2016-12-06 12:05:42.037 | Requirement already satisfied: gunicorn===19.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 149)) 2016-12-06 12:05:42.039 | Requirement already satisfied: idna===2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2016-12-06 12:05:42.041 | Requirement already satisfied: ipaddress===1.0.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2016-12-06 12:05:42.043 | Requirement already satisfied: itsdangerous===0.24 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) 2016-12-06 12:05:42.044 | Requirement already satisfied: keystoneauth1===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2016-12-06 12:05:42.059 | Requirement already satisfied: keystonemiddleware===4.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 171)) 2016-12-06 12:05:42.075 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2016-12-06 12:05:42.077 | Requirement already satisfied: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2016-12-06 12:05:42.079 | Requirement already satisfied: oslo.config===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2016-12-06 12:05:42.087 | Requirement already satisfied: oslo.context===2.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2016-12-06 12:05:42.091 | Requirement already satisfied: oslo.db===4.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) 2016-12-06 12:05:42.130 | Requirement already satisfied: oslo.i18n===3.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2016-12-06 12:05:42.135 | Requirement already satisfied: oslo.log===3.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2016-12-06 12:05:42.152 | Requirement already satisfied: oslo.messaging===5.13.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) 2016-12-06 12:05:42.181 | Requirement already satisfied: oslo.middleware===3.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2016-12-06 12:05:42.192 | Requirement already satisfied: oslo.reports===1.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) 2016-12-06 12:05:42.201 | Requirement already satisfied: oslo.serialization===2.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2016-12-06 12:05:42.207 | Requirement already satisfied: oslo.service===1.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2016-12-06 12:05:42.225 | Requirement already satisfied: oslo.utils===3.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2016-12-06 12:05:42.240 | Requirement already satisfied: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:05:42.242 | Requirement already satisfied: pecan===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) 2016-12-06 12:05:42.249 | Requirement already satisfied: pika===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) 2016-12-06 12:05:42.254 | Requirement already satisfied: pika-pool===0.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2016-12-06 12:05:42.259 | Requirement already satisfied: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2016-12-06 12:05:42.263 | Requirement already satisfied: psutil===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 267)) 2016-12-06 12:05:42.265 | Requirement already satisfied: pyOpenSSL===16.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271)) 2016-12-06 12:05:42.269 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2016-12-06 12:05:42.270 | Requirement already satisfied: pyasn1-modules===0.0.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 274)) 2016-12-06 12:05:42.273 | Requirement already satisfied: pycadf===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) 2016-12-06 12:05:42.279 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2016-12-06 12:05:42.281 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2016-12-06 12:05:42.282 | Requirement already satisfied: pyroute2===0.4.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) 2016-12-06 12:05:42.285 | Requirement already satisfied: python-barbicanclient===4.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) 2016-12-06 12:05:42.296 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2016-12-06 12:05:42.298 | Requirement already satisfied: python-editor===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) 2016-12-06 12:05:42.300 | Requirement already satisfied: python-glanceclient===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) 2016-12-06 12:05:42.312 | Requirement already satisfied: python-keystoneclient===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) 2016-12-06 12:05:42.325 | Requirement already satisfied: python-neutronclient===6.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) 2016-12-06 12:05:42.345 | Requirement already satisfied: python-novaclient===6.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) 2016-12-06 12:05:42.357 | Requirement already satisfied: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:05:42.360 | Requirement already satisfied: requests===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:05:42.368 | Requirement already satisfied: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) 2016-12-06 12:05:42.370 | Requirement already satisfied: simplegeneric===0.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) 2016-12-06 12:05:42.372 | Requirement already satisfied: simplejson===3.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) 2016-12-06 12:05:42.374 | Requirement already satisfied: singledispatch===3.4.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) 2016-12-06 12:05:42.377 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:05:42.378 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2016-12-06 12:05:42.386 | Requirement already satisfied: sqlparse===0.2.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2016-12-06 12:05:42.387 | Requirement already satisfied: stevedore===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2016-12-06 12:05:42.391 | Requirement already satisfied: taskflow===2.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) 2016-12-06 12:05:42.445 | Requirement already satisfied: tenacity===3.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) 2016-12-06 12:05:42.452 | Requirement already satisfied: warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420)) 2016-12-06 12:05:42.457 | Requirement already satisfied: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2016-12-06 12:05:42.458 | Requirement already satisfied: Mako===1.0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) 2016-12-06 12:05:42.461 | Requirement already satisfied: setuptools>=11.3 in /usr/local/lib/python2.7/dist-packages (from cryptography===1.6->-c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:05:42.466 | Requirement already satisfied: cffi===1.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2016-12-06 12:05:42.468 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2016-12-06 12:05:42.470 | Requirement already satisfied: debtcollector===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) 2016-12-06 12:05:42.478 | Requirement already satisfied: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) 2016-12-06 12:05:42.479 | Requirement already satisfied: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2016-12-06 12:05:42.481 | Requirement already satisfied: cachetools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 83)) 2016-12-06 12:05:42.483 | Requirement already satisfied: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67)) 2016-12-06 12:05:42.485 | Requirement already satisfied: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2016-12-06 12:05:42.486 | Requirement already satisfied: futurist===0.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2016-12-06 12:05:42.497 | Requirement already satisfied: kombu===3.0.37 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) 2016-12-06 12:05:42.503 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) 2016-12-06 12:05:42.505 | Requirement already satisfied: Paste===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) 2016-12-06 12:05:42.510 | Requirement already satisfied: Routes===2.3.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2016-12-06 12:05:42.515 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) 2016-12-06 12:05:42.518 | Requirement already satisfied: oslo.concurrency===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) 2016-12-06 12:05:42.530 | Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:05:42.533 | Requirement already satisfied: logutils===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) 2016-12-06 12:05:42.535 | Requirement already satisfied: WebTest===2.0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) 2016-12-06 12:05:42.550 | Requirement already satisfied: cliff===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2016-12-06 12:05:42.561 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2016-12-06 12:05:42.562 | Requirement already satisfied: osc-lib===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) 2016-12-06 12:05:42.575 | Requirement already satisfied: os-client-config===1.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2016-12-06 12:05:42.581 | Requirement already satisfied: decorator===4.0.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) 2016-12-06 12:05:42.582 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) 2016-12-06 12:05:42.584 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2016-12-06 12:05:42.593 | Requirement already satisfied: contextlib2===0.5.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) 2016-12-06 12:05:42.594 | Requirement already satisfied: networkx===1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) 2016-12-06 12:05:42.597 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) 2016-12-06 12:05:42.600 | Requirement already satisfied: automaton===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 73)) 2016-12-06 12:05:42.606 | Requirement already satisfied: jsonpatch===1.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) 2016-12-06 12:05:42.608 | Requirement already satisfied: pycparser===2.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2016-12-06 12:05:42.610 | Requirement already satisfied: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 68)) 2016-12-06 12:05:42.612 | Requirement already satisfied: repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) 2016-12-06 12:05:42.616 | Requirement already satisfied: beautifulsoup4===4.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) 2016-12-06 12:05:42.620 | Requirement already satisfied: waitress===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) 2016-12-06 12:05:42.627 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2016-12-06 12:05:42.628 | Requirement already satisfied: cmd2===0.6.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) 2016-12-06 12:05:42.631 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) 2016-12-06 12:05:42.634 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2016-12-06 12:05:42.636 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2016-12-06 12:05:42.637 | Requirement already satisfied: jsonpointer===1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2016-12-06 12:05:42.638 | Installing collected packages: octavia 2016-12-06 12:05:42.639 | Found existing installation: octavia 0.9.1.dev105 2016-12-06 12:05:42.641 | Can't uninstall 'octavia'. No files were found to uninstall. 2016-12-06 12:05:42.641 | Running setup.py develop for octavia 2016-12-06 12:05:44.816 | Successfully installed octavia 2016-12-06 12:05:44.926 | ++inc/python:pip_install:162  result=0 2016-12-06 12:05:44.930 | ++inc/python:pip_install:165  local test_req=/opt/stack/octavia/test-requirements.txt 2016-12-06 12:05:44.934 | ++inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:05:44.939 | ++inc/python:pip_install:166  [[ -e /opt/stack/octavia/test-requirements.txt ]] 2016-12-06 12:05:44.943 | ++inc/python:pip_install:167  echo 'Installing test-requirements for /opt/stack/octavia/test-requirements.txt' 2016-12-06 12:05:44.943 | Installing test-requirements for /opt/stack/octavia/test-requirements.txt 2016-12-06 12:05:44.947 | ++inc/python:pip_install:169  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/octavia/test-requirements.txt 2016-12-06 12:05:45.514 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:05:45.516 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:05:45.850 | Requirement already satisfied: WebTest===2.0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) 2016-12-06 12:05:45.865 | Requirement already satisfied: bandit===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 75)) 2016-12-06 12:05:45.870 | Requirement already satisfied: beautifulsoup4===4.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) 2016-12-06 12:05:45.874 | Requirement already satisfied: coverage===4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) 2016-12-06 12:05:45.876 | Requirement already satisfied: doc8===0.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 119)) 2016-12-06 12:05:45.881 | Requirement already satisfied: docutils===0.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) 2016-12-06 12:05:45.883 | Requirement already satisfied: mock===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) 2016-12-06 12:05:45.901 | Requirement already satisfied: oslotest===2.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) 2016-12-06 12:05:45.911 | Requirement already satisfied: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:05:45.913 | Requirement already satisfied: python-subunit===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) 2016-12-06 12:05:45.922 | Requirement already satisfied: reno===1.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) 2016-12-06 12:05:45.928 | Requirement already satisfied: requests-mock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) 2016-12-06 12:05:45.932 | Requirement already satisfied: restructuredtext-lint===0.17.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) 2016-12-06 12:05:45.935 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:05:45.937 | Requirement already satisfied: stevedore===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2016-12-06 12:05:45.941 | Requirement already satisfied: tempest===13.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) 2016-12-06 12:05:45.965 | Requirement already satisfied: testrepository===0.0.20 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2016-12-06 12:05:45.973 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2016-12-06 12:05:45.979 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) 2016-12-06 12:05:45.983 | Requirement already satisfied: testtools===2.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) 2016-12-06 12:05:45.993 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) 2016-12-06 12:05:45.995 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:05:45.999 | Requirement already satisfied: urllib3===1.19 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) 2016-12-06 12:05:46.012 | Requirement already satisfied: waitress===1.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) 2016-12-06 12:05:46.019 | Collecting hacking<0.10,>=0.9.1 (from -r /opt/stack/octavia/test-requirements.txt (line 4)) 2016-12-06 12:05:46.052 | Using cached hacking-0.9.6-py2-none-any.whl 2016-12-06 12:05:46.065 | Requirement already satisfied: WebOb===1.6.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) 2016-12-06 12:05:46.071 | Requirement already satisfied: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2016-12-06 12:05:46.072 | Requirement already satisfied: GitPython===2.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) 2016-12-06 12:05:46.075 | Requirement already satisfied: chardet===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 88)) 2016-12-06 12:05:46.076 | Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:05:46.080 | Requirement already satisfied: os-client-config===1.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2016-12-06 12:05:46.086 | Requirement already satisfied: mox3===0.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) 2016-12-06 12:05:46.089 | Requirement already satisfied: debtcollector===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) 2016-12-06 12:05:46.098 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2016-12-06 12:05:46.105 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) 2016-12-06 12:05:46.106 | Requirement already satisfied: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:05:46.109 | Requirement already satisfied: requests===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:05:46.117 | Requirement already satisfied: oslo.config===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2016-12-06 12:05:46.124 | Requirement already satisfied: oslo.concurrency===3.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) 2016-12-06 12:05:46.136 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2016-12-06 12:05:46.138 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2016-12-06 12:05:46.139 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2016-12-06 12:05:46.148 | Requirement already satisfied: oslo.serialization===2.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2016-12-06 12:05:46.155 | Requirement already satisfied: paramiko===2.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) 2016-12-06 12:05:46.158 | Requirement already satisfied: cliff===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2016-12-06 12:05:46.169 | Requirement already satisfied: oslo.utils===3.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2016-12-06 12:05:46.185 | Requirement already satisfied: os-testr===0.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) 2016-12-06 12:05:46.191 | Requirement already satisfied: oslo.log===3.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2016-12-06 12:05:46.209 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2016-12-06 12:05:46.210 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) 2016-12-06 12:05:46.212 | Requirement already satisfied: argparse in /usr/lib/python2.7 (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 413)) 2016-12-06 12:05:46.213 | Collecting pep8==1.5.6 (from hacking<0.10,>=0.9.1->-r /opt/stack/octavia/test-requirements.txt (line 4)) 2016-12-06 12:05:46.236 | Using cached pep8-1.5.6-py2.py3-none-any.whl 2016-12-06 12:05:46.243 | Collecting flake8==2.1.0 (from hacking<0.10,>=0.9.1->-r /opt/stack/octavia/test-requirements.txt (line 4)) 2016-12-06 12:05:46.287 | Requirement already satisfied: mccabe==0.2.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.10,>=0.9.1->-r /opt/stack/octavia/test-requirements.txt (line 4)) 2016-12-06 12:05:46.288 | Requirement already satisfied: pyflakes==0.8.1 in /usr/local/lib/python2.7/dist-packages (from hacking<0.10,>=0.9.1->-r /opt/stack/octavia/test-requirements.txt (line 4)) 2016-12-06 12:05:46.290 | Requirement already satisfied: gitdb2===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) 2016-12-06 12:05:46.292 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) 2016-12-06 12:05:46.295 | Requirement already satisfied: keystoneauth1===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2016-12-06 12:05:46.310 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2016-12-06 12:05:46.312 | Requirement already satisfied: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2016-12-06 12:05:46.313 | Requirement already satisfied: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:05:46.316 | Requirement already satisfied: oslo.i18n===3.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2016-12-06 12:05:46.320 | Requirement already satisfied: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) 2016-12-06 12:05:46.322 | Requirement already satisfied: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2016-12-06 12:05:46.324 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) 2016-12-06 12:05:46.327 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2016-12-06 12:05:46.328 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) 2016-12-06 12:05:46.330 | Requirement already satisfied: pyasn1===0.1.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2016-12-06 12:05:46.332 | Requirement already satisfied: cryptography===1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:05:46.356 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2016-12-06 12:05:46.358 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2016-12-06 12:05:46.359 | Requirement already satisfied: cmd2===0.6.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) 2016-12-06 12:05:46.362 | Requirement already satisfied: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) 2016-12-06 12:05:46.363 | Requirement already satisfied: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2016-12-06 12:05:46.365 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2016-12-06 12:05:46.367 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2016-12-06 12:05:46.369 | Requirement already satisfied: oslo.context===2.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2016-12-06 12:05:46.372 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2016-12-06 12:05:46.375 | Requirement already satisfied: smmap2===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) 2016-12-06 12:05:46.376 | Requirement already satisfied: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2016-12-06 12:05:46.380 | Requirement already satisfied: setuptools>=11.3 in /usr/local/lib/python2.7/dist-packages (from cryptography===1.6->-c /opt/stack/requirements/upper-constraints.txt (line 99)) 2016-12-06 12:05:46.385 | Requirement already satisfied: ipaddress===1.0.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2016-12-06 12:05:46.386 | Requirement already satisfied: idna===2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2016-12-06 12:05:46.388 | Requirement already satisfied: cffi===1.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2016-12-06 12:05:46.390 | Requirement already satisfied: pycparser===2.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2016-12-06 12:05:46.391 | Installing collected packages: pep8, flake8, hacking 2016-12-06 12:05:46.391 | Found existing installation: pep8 1.5.7 2016-12-06 12:05:46.394 | Uninstalling pep8-1.5.7: 2016-12-06 12:05:46.398 | Successfully uninstalled pep8-1.5.7 2016-12-06 12:05:46.414 | Found existing installation: flake8 2.2.4 2016-12-06 12:05:46.418 | Uninstalling flake8-2.2.4: 2016-12-06 12:05:46.419 | Successfully uninstalled flake8-2.2.4 2016-12-06 12:05:46.429 | Found existing installation: hacking 0.10.2 2016-12-06 12:05:46.434 | Uninstalling hacking-0.10.2: 2016-12-06 12:05:46.436 | Successfully uninstalled hacking-0.10.2 2016-12-06 12:05:46.706 | Successfully installed flake8-2.1.0 hacking-0.9.6 pep8-1.5.6 2016-12-06 12:05:46.815 | ++inc/python:pip_install:175  result=0 2016-12-06 12:05:46.819 | ++inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:05:46.823 | ++functions-common:time_stop:2398  local name 2016-12-06 12:05:46.826 | ++functions-common:time_stop:2399  local end_time 2016-12-06 12:05:46.830 | ++functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:05:46.834 | ++functions-common:time_stop:2401  local total 2016-12-06 12:05:46.838 | ++functions-common:time_stop:2402  local start_time 2016-12-06 12:05:46.841 | ++functions-common:time_stop:2404  name=pip_install 2016-12-06 12:05:46.845 | ++functions-common:time_stop:2405  start_time=1481025937 2016-12-06 12:05:46.849 | ++functions-common:time_stop:2407  [[ -z 1481025937 ]] 2016-12-06 12:05:46.853 | +++functions-common:time_stop:2410  date +%s 2016-12-06 12:05:46.858 | ++functions-common:time_stop:2410  end_time=1481025946 2016-12-06 12:05:46.862 | ++functions-common:time_stop:2411  elapsed_time=9 2016-12-06 12:05:46.865 | ++functions-common:time_stop:2412  total=84 2016-12-06 12:05:46.869 | ++functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:05:46.873 | ++functions-common:time_stop:2415  _TIME_TOTAL[$name]=93 2016-12-06 12:05:46.879 | ++inc/python:pip_install:179  return 0 2016-12-06 12:05:46.883 | ++inc/python:setup_package:356  [[ -e == \-\e ]] 2016-12-06 12:05:46.887 | ++inc/python:setup_package:357  safe_chown -R ubuntu /opt/stack/octavia/octavia.egg-info 2016-12-06 12:05:46.891 | ++functions-common:safe_chown:2299  _safe_permission_operation chown -R ubuntu /opt/stack/octavia/octavia.egg-info 2016-12-06 12:05:46.914 | ++functions-common:_safe_permission_operation:2170  sudo chown -R ubuntu /opt/stack/octavia/octavia.egg-info 2016-12-06 12:05:46.922 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_install:10  '[' '' == True ']' 2016-12-06 12:05:46.926 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_install:11  install_package qemu kpartx 2016-12-06 12:05:46.930 | ++functions-common:install_package:1285  update_package_repo 2016-12-06 12:05:46.933 | ++functions-common:update_package_repo:1257  NO_UPDATE_REPOS=False 2016-12-06 12:05:46.937 | ++functions-common:update_package_repo:1258  REPOS_UPDATED=True 2016-12-06 12:05:46.941 | ++functions-common:update_package_repo:1259  RETRY_UPDATE=False 2016-12-06 12:05:46.945 | ++functions-common:update_package_repo:1261  [[ False = \T\r\u\e ]] 2016-12-06 12:05:46.949 | ++functions-common:update_package_repo:1265  is_ubuntu 2016-12-06 12:05:46.953 | ++functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:05:46.956 | ++functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:05:46.960 | ++functions-common:update_package_repo:1266  apt_get_update 2016-12-06 12:05:46.964 | ++functions-common:apt_get_update:1059  [[ True == \T\r\u\e ]] 2016-12-06 12:05:46.968 | ++functions-common:apt_get_update:1059  [[ False != \T\r\u\e ]] 2016-12-06 12:05:46.972 | ++functions-common:apt_get_update:1060  return 2016-12-06 12:05:46.976 | ++functions-common:install_package:1286  real_install_package qemu kpartx 2016-12-06 12:05:46.980 | ++functions-common:real_install_package:1271  is_ubuntu 2016-12-06 12:05:46.984 | ++functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:05:46.988 | ++functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:05:46.991 | ++functions-common:real_install_package:1272  apt_get install qemu kpartx 2016-12-06 12:05:47.016 | ++functions-common:apt_get:1100  sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install qemu kpartx 2016-12-06 12:05:47.041 | Reading package lists... 2016-12-06 12:05:47.148 | Building dependency tree... 2016-12-06 12:05:47.148 | Reading state information... 2016-12-06 12:05:47.243 | kpartx is already the newest version (0.5.0+git1.656f8865-5ubuntu2.3). 2016-12-06 12:05:47.243 | qemu is already the newest version (1:2.5+dfsg-5ubuntu10.6). 2016-12-06 12:05:47.243 | 0 upgraded, 0 newly installed, 0 to remove and 138 not upgraded. 2016-12-06 12:05:47.249 | ++functions-common:apt_get:1104  result=0 2016-12-06 12:05:47.254 | ++functions-common:apt_get:1107  time_stop apt-get 2016-12-06 12:05:47.258 | ++functions-common:time_stop:2398  local name 2016-12-06 12:05:47.263 | ++functions-common:time_stop:2399  local end_time 2016-12-06 12:05:47.267 | ++functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:05:47.270 | ++functions-common:time_stop:2401  local total 2016-12-06 12:05:47.274 | ++functions-common:time_stop:2402  local start_time 2016-12-06 12:05:47.278 | ++functions-common:time_stop:2404  name=apt-get 2016-12-06 12:05:47.282 | ++functions-common:time_stop:2405  start_time=1481025947 2016-12-06 12:05:47.286 | ++functions-common:time_stop:2407  [[ -z 1481025947 ]] 2016-12-06 12:05:47.290 | +++functions-common:time_stop:2410  date +%s 2016-12-06 12:05:47.294 | ++functions-common:time_stop:2410  end_time=1481025947 2016-12-06 12:05:47.298 | ++functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:05:47.303 | ++functions-common:time_stop:2412  total=3 2016-12-06 12:05:47.307 | ++functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:05:47.311 | ++functions-common:time_stop:2415  _TIME_TOTAL[$name]=3 2016-12-06 12:05:47.315 | ++functions-common:apt_get:1108  return 0 2016-12-06 12:05:47.320 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_install:12  git_clone git://git.openstack.org/openstack/diskimage-builder.git /opt/stack/diskimage-builder master 2016-12-06 12:05:47.324 | ++functions-common:git_clone:496  local git_remote=git://git.openstack.org/openstack/diskimage-builder.git 2016-12-06 12:05:47.328 | ++functions-common:git_clone:497  local git_dest=/opt/stack/diskimage-builder 2016-12-06 12:05:47.333 | ++functions-common:git_clone:498  local git_ref=master 2016-12-06 12:05:47.337 | ++functions-common:git_clone:499  local orig_dir 2016-12-06 12:05:47.342 | +++functions-common:git_clone:500  pwd 2016-12-06 12:05:47.347 | ++functions-common:git_clone:500  orig_dir=/home/ubuntu/devstack 2016-12-06 12:05:47.351 | ++functions-common:git_clone:501  local git_clone_flags= 2016-12-06 12:05:47.355 | +++functions-common:git_clone:503  trueorfalse False RECLONE 2016-12-06 12:05:47.378 | ++functions-common:git_clone:503  RECLONE=False 2016-12-06 12:05:47.382 | ++functions-common:git_clone:504  [[ 0 -gt 0 ]] 2016-12-06 12:05:47.386 | ++functions-common:git_clone:508  [[ False = \T\r\u\e ]] 2016-12-06 12:05:47.390 | ++functions-common:git_clone:517  echo master 2016-12-06 12:05:47.390 | ++functions-common:git_clone:517  egrep -q '^refs' 2016-12-06 12:05:47.396 | ++functions-common:git_clone:531  [[ ! -d /opt/stack/diskimage-builder ]] 2016-12-06 12:05:47.400 | ++functions-common:git_clone:539  [[ False = \T\r\u\e ]] 2016-12-06 12:05:47.404 | ++functions-common:git_clone:565  cd /opt/stack/diskimage-builder 2016-12-06 12:05:47.408 | ++functions-common:git_clone:566  git show --oneline 2016-12-06 12:05:47.409 | ++functions-common:git_clone:566  head -1 2016-12-06 12:05:47.409 | 8c74c8e Merge "Delete deprecated Hacking in tox.ini" 2016-12-06 12:05:47.413 | ++functions-common:git_clone:567  cd /home/ubuntu/devstack 2016-12-06 12:05:47.417 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_install:13  git_clone git://git.openstack.org/openstack/tripleo-image-elements.git /opt/stack/tripleo-image-elements master 2016-12-06 12:05:47.421 | ++functions-common:git_clone:496  local git_remote=git://git.openstack.org/openstack/tripleo-image-elements.git 2016-12-06 12:05:47.425 | ++functions-common:git_clone:497  local git_dest=/opt/stack/tripleo-image-elements 2016-12-06 12:05:47.429 | ++functions-common:git_clone:498  local git_ref=master 2016-12-06 12:05:47.433 | ++functions-common:git_clone:499  local orig_dir 2016-12-06 12:05:47.437 | +++functions-common:git_clone:500  pwd 2016-12-06 12:05:47.441 | ++functions-common:git_clone:500  orig_dir=/home/ubuntu/devstack 2016-12-06 12:05:47.445 | ++functions-common:git_clone:501  local git_clone_flags= 2016-12-06 12:05:47.449 | +++functions-common:git_clone:503  trueorfalse False RECLONE 2016-12-06 12:05:47.470 | ++functions-common:git_clone:503  RECLONE=False 2016-12-06 12:05:47.475 | ++functions-common:git_clone:504  [[ 0 -gt 0 ]] 2016-12-06 12:05:47.479 | ++functions-common:git_clone:508  [[ False = \T\r\u\e ]] 2016-12-06 12:05:47.483 | ++functions-common:git_clone:517  echo master 2016-12-06 12:05:47.483 | ++functions-common:git_clone:517  egrep -q '^refs' 2016-12-06 12:05:47.488 | ++functions-common:git_clone:531  [[ ! -d /opt/stack/tripleo-image-elements ]] 2016-12-06 12:05:47.492 | ++functions-common:git_clone:539  [[ False = \T\r\u\e ]] 2016-12-06 12:05:47.496 | ++functions-common:git_clone:565  cd /opt/stack/tripleo-image-elements 2016-12-06 12:05:47.500 | ++functions-common:git_clone:566  git show --oneline 2016-12-06 12:05:47.501 | ++functions-common:git_clone:566  head -1 2016-12-06 12:05:47.501 | 57a19a7 Merge "Don't depend on os-collect-config element" 2016-12-06 12:05:47.505 | ++functions-common:git_clone:567  cd /home/ubuntu/devstack 2016-12-06 12:05:47.509 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_install:14  sudo -H -E pip install -r /opt/stack/diskimage-builder/requirements.txt 2016-12-06 12:05:47.945 | Requirement already satisfied: Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/diskimage-builder/requirements.txt (line 4)) 2016-12-06 12:05:47.948 | Requirement already satisfied: dib-utils in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/diskimage-builder/requirements.txt (line 5)) 2016-12-06 12:05:47.950 | Requirement already satisfied: pbr>=1.8 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/diskimage-builder/requirements.txt (line 6)) 2016-12-06 12:05:47.952 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/diskimage-builder/requirements.txt (line 7)) 2016-12-06 12:05:47.955 | Collecting flake8<2.6.0,>=2.5.4 (from -r /opt/stack/diskimage-builder/requirements.txt (line 8)) 2016-12-06 12:05:48.011 | Using cached flake8-2.5.5-py2.py3-none-any.whl 2016-12-06 12:05:48.023 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/diskimage-builder/requirements.txt (line 9)) 2016-12-06 12:05:48.025 | Requirement already satisfied: oslosphinx>=4.7.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/stack/diskimage-builder/requirements.txt (line 10)) 2016-12-06 12:05:48.029 | Requirement already satisfied: pytz>=0a in /usr/local/lib/python2.7/dist-packages (from Babel>=2.3.4->-r /opt/stack/diskimage-builder/requirements.txt (line 4)) 2016-12-06 12:05:48.032 | Requirement already satisfied: mccabe<0.5,>=0.2.1 in /usr/local/lib/python2.7/dist-packages (from flake8<2.6.0,>=2.5.4->-r /opt/stack/diskimage-builder/requirements.txt (line 8)) 2016-12-06 12:05:48.034 | Requirement already satisfied: pyflakes<1.1,>=0.8.1 in /usr/local/lib/python2.7/dist-packages (from flake8<2.6.0,>=2.5.4->-r /opt/stack/diskimage-builder/requirements.txt (line 8)) 2016-12-06 12:05:48.036 | Collecting pep8!=1.6.0,!=1.6.1,!=1.6.2,>=1.5.7 (from flake8<2.6.0,>=2.5.4->-r /opt/stack/diskimage-builder/requirements.txt (line 8)) 2016-12-06 12:05:48.061 | Using cached pep8-1.7.0-py2.py3-none-any.whl 2016-12-06 12:05:48.069 | Requirement already satisfied: requests>=2.10.0 in /usr/local/lib/python2.7/dist-packages (from oslosphinx>=4.7.0->-r /opt/stack/diskimage-builder/requirements.txt (line 10)) 2016-12-06 12:05:48.076 | Installing collected packages: pep8, flake8 2016-12-06 12:05:48.076 | Found existing installation: pep8 1.5.6 2016-12-06 12:05:48.079 | Uninstalling pep8-1.5.6: 2016-12-06 12:05:48.081 | Successfully uninstalled pep8-1.5.6 2016-12-06 12:05:48.097 | Found existing installation: flake8 2.1.0 2016-12-06 12:05:48.101 | Uninstalling flake8-2.1.0: 2016-12-06 12:05:48.102 | Successfully uninstalled flake8-2.1.0 2016-12-06 12:05:48.291 | Successfully installed flake8-2.5.5 pep8-1.7.0 2016-12-06 12:05:48.402 | ++/opt/stack/octavia/devstack/plugin.sh:source:433  [[ stack == \u\n\s\t\a\c\k ]] 2016-12-06 12:05:48.406 | ++/opt/stack/octavia/devstack/plugin.sh:source:441  [[ stack == \c\l\e\a\n ]] 2016-12-06 12:05:48.409 | +./stack.sh:main:901  use_library_from_git python-openstackclient 2016-12-06 12:05:48.412 | +inc/python:use_library_from_git:197  local name=python-openstackclient 2016-12-06 12:05:48.415 | +inc/python:use_library_from_git:198  local enabled=1 2016-12-06 12:05:48.418 | +inc/python:use_library_from_git:199  [[ '' = \A\L\L ]] 2016-12-06 12:05:48.422 | +inc/python:use_library_from_git:199  [[ ,, =~ ,python-openstackclient, ]] 2016-12-06 12:05:48.425 | +inc/python:use_library_from_git:200  return 1 2016-12-06 12:05:48.428 | +./stack.sh:main:905  pip_install_gr python-openstackclient 2016-12-06 12:05:48.432 | +inc/python:pip_install_gr:66  local name=python-openstackclient 2016-12-06 12:05:48.436 | +inc/python:pip_install_gr:67  local clean_name 2016-12-06 12:05:48.442 | ++inc/python:pip_install_gr:68  get_from_global_requirements python-openstackclient 2016-12-06 12:05:48.446 | ++inc/python:get_from_global_requirements:185  local package=python-openstackclient 2016-12-06 12:05:48.450 | ++inc/python:get_from_global_requirements:186  local required_pkg 2016-12-06 12:05:48.455 | +++inc/python:get_from_global_requirements:187  cut -d# -f1 2016-12-06 12:05:48.455 | +++inc/python:get_from_global_requirements:187  grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2016-12-06 12:05:48.461 | ++inc/python:get_from_global_requirements:187  required_pkg='python-openstackclient>=3.3.0 ' 2016-12-06 12:05:48.465 | ++inc/python:get_from_global_requirements:188  [[ python-openstackclient>=3.3.0 == '' ]] 2016-12-06 12:05:48.469 | ++inc/python:get_from_global_requirements:191  echo 'python-openstackclient>=3.3.0' 2016-12-06 12:05:48.472 | +inc/python:pip_install_gr:68  clean_name='python-openstackclient>=3.3.0' 2016-12-06 12:05:48.475 | +inc/python:pip_install_gr:69  pip_install 'python-openstackclient>=3.3.0' 2016-12-06 12:05:48.868 | +inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /usr/local/bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'python-openstackclient>=3.3.0' 2016-12-06 12:05:49.424 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2016-12-06 12:05:49.425 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2016-12-06 12:05:49.753 | Requirement already satisfied: python-openstackclient===3.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) 2016-12-06 12:05:49.768 | Requirement already satisfied: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) 2016-12-06 12:05:49.770 | Requirement already satisfied: openstacksdk===0.9.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) 2016-12-06 12:05:49.776 | Requirement already satisfied: oslo.i18n===3.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) 2016-12-06 12:05:49.781 | Requirement already satisfied: cliff===2.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) 2016-12-06 12:05:49.792 | Requirement already satisfied: python-novaclient===6.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) 2016-12-06 12:05:49.805 | Requirement already satisfied: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2016-12-06 12:05:49.807 | Requirement already satisfied: pbr===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2016-12-06 12:05:49.809 | Requirement already satisfied: oslo.utils===3.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2016-12-06 12:05:49.825 | Requirement already satisfied: python-cinderclient===1.9.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) 2016-12-06 12:05:49.836 | Requirement already satisfied: osc-lib===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) 2016-12-06 12:05:49.848 | Requirement already satisfied: keystoneauth1===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) 2016-12-06 12:05:49.863 | Requirement already satisfied: python-keystoneclient===3.8.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) 2016-12-06 12:05:49.875 | Requirement already satisfied: python-glanceclient===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) 2016-12-06 12:05:49.887 | Requirement already satisfied: stevedore===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2016-12-06 12:05:49.890 | Requirement already satisfied: os-client-config===1.24.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2016-12-06 12:05:49.896 | Requirement already satisfied: pyparsing===2.1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2016-12-06 12:05:49.898 | Requirement already satisfied: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2016-12-06 12:05:49.899 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2016-12-06 12:05:49.901 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2016-12-06 12:05:49.902 | Requirement already satisfied: cmd2===0.6.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) 2016-12-06 12:05:49.905 | Requirement already satisfied: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2016-12-06 12:05:49.907 | Requirement already satisfied: oslo.serialization===2.15.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2016-12-06 12:05:49.913 | Requirement already satisfied: requests===2.11.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2016-12-06 12:05:49.921 | Requirement already satisfied: simplejson===3.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) 2016-12-06 12:05:49.923 | Requirement already satisfied: pytz===2016.7 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2016-12-06 12:05:49.925 | Requirement already satisfied: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) 2016-12-06 12:05:49.927 | Requirement already satisfied: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2016-12-06 12:05:49.930 | Requirement already satisfied: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2016-12-06 12:05:49.932 | Requirement already satisfied: debtcollector===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) 2016-12-06 12:05:49.940 | Requirement already satisfied: netaddr===0.7.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2016-12-06 12:05:49.942 | Requirement already satisfied: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2016-12-06 12:05:49.945 | Requirement already satisfied: oslo.config===3.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2016-12-06 12:05:49.953 | Requirement already satisfied: warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420)) 2016-12-06 12:05:49.958 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) 2016-12-06 12:05:49.960 | Requirement already satisfied: appdirs===1.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2016-12-06 12:05:49.962 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) 2016-12-06 12:05:49.964 | Requirement already satisfied: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2016-12-06 12:05:49.966 | Requirement already satisfied: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) 2016-12-06 12:05:49.968 | Requirement already satisfied: jsonschema===2.5.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2016-12-06 12:05:49.977 | Requirement already satisfied: jsonpatch===1.14 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) 2016-12-06 12:05:49.980 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2016-12-06 12:05:49.981 | Requirement already satisfied: jsonpointer===1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2016-12-06 12:05:50.089 | +inc/python:pip_install:162  result=0 2016-12-06 12:05:50.093 | +inc/python:pip_install:165  local 'test_req=python-openstackclient>=3.3.0/test-requirements.txt' 2016-12-06 12:05:50.096 | +inc/python:pip_install:166  [[ 0 == 0 ]] 2016-12-06 12:05:50.099 | +inc/python:pip_install:166  [[ -e python-openstackclient>=3.3.0/test-requirements.txt ]] 2016-12-06 12:05:50.103 | +inc/python:pip_install:178  time_stop pip_install 2016-12-06 12:05:50.106 | +functions-common:time_stop:2398  local name 2016-12-06 12:05:50.109 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:05:50.113 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:05:50.116 | +functions-common:time_stop:2401  local total 2016-12-06 12:05:50.119 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:05:50.122 | +functions-common:time_stop:2404  name=pip_install 2016-12-06 12:05:50.125 | +functions-common:time_stop:2405  start_time=1481025948 2016-12-06 12:05:50.128 | +functions-common:time_stop:2407  [[ -z 1481025948 ]] 2016-12-06 12:05:50.132 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:05:50.136 | +functions-common:time_stop:2410  end_time=1481025950 2016-12-06 12:05:50.139 | +functions-common:time_stop:2411  elapsed_time=2 2016-12-06 12:05:50.143 | +functions-common:time_stop:2412  total=93 2016-12-06 12:05:50.146 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:05:50.149 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=95 2016-12-06 12:05:50.153 | +inc/python:pip_install:179  return 0 2016-12-06 12:05:50.156 | +./stack.sh:main:908  [[ False = True ]] 2016-12-06 12:05:50.159 | +./stack.sh:main:922  [[ False != \F\a\l\s\e ]] 2016-12-06 12:05:50.162 | +./stack.sh:main:960  restart_rpc_backend 2016-12-06 12:05:50.165 | +lib/rpc_backend:restart_rpc_backend:60  is_service_enabled rabbit 2016-12-06 12:05:50.183 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:50.186 | +lib/rpc_backend:restart_rpc_backend:62  echo_summary 'Starting RabbitMQ' 2016-12-06 12:05:50.189 | +./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:05:50.192 | +./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:05:50.196 | +./stack.sh:echo_summary:398  echo -e Starting RabbitMQ 2016-12-06 12:05:50.199 | +lib/rpc_backend:restart_rpc_backend:73  local i 2016-12-06 12:05:50.203 | ++lib/rpc_backend:restart_rpc_backend:74  seq 20 2016-12-06 12:05:50.208 | +lib/rpc_backend:restart_rpc_backend:74  for i in '`seq 20`' 2016-12-06 12:05:50.211 | +lib/rpc_backend:restart_rpc_backend:75  local rc=0 2016-12-06 12:05:50.214 | +lib/rpc_backend:restart_rpc_backend:77  [[ 1 -eq 20 ]] 2016-12-06 12:05:50.217 | +lib/rpc_backend:restart_rpc_backend:79  [[ 1 == \0 ]] 2016-12-06 12:05:50.220 | +lib/rpc_backend:restart_rpc_backend:83  rabbit_setuser stackrabbit passwd3 2016-12-06 12:05:50.223 | +lib/rpc_backend:rabbit_setuser:133  local user=stackrabbit pass=passwd3 found= out= 2016-12-06 12:05:50.227 | ++lib/rpc_backend:rabbit_setuser:134  sudo rabbitmqctl list_users 2016-12-06 12:05:50.495 | +lib/rpc_backend:rabbit_setuser:134  out='Listing users ... 2016-12-06 12:05:50.496 | guest [administrator] 2016-12-06 12:05:50.496 | stackrabbit []' 2016-12-06 12:05:50.501 | ++lib/rpc_backend:rabbit_setuser:136  echo 'Listing users ... 2016-12-06 12:05:50.501 | guest [administrator] 2016-12-06 12:05:50.501 | stackrabbit []' 2016-12-06 12:05:50.501 | ++lib/rpc_backend:rabbit_setuser:136  awk '$1 == user { print $1 }' user=stackrabbit 2016-12-06 12:05:50.505 | +lib/rpc_backend:rabbit_setuser:136  found=stackrabbit 2016-12-06 12:05:50.508 | +lib/rpc_backend:rabbit_setuser:137  '[' stackrabbit = stackrabbit ']' 2016-12-06 12:05:50.511 | +lib/rpc_backend:rabbit_setuser:138  sudo rabbitmqctl change_password stackrabbit passwd3 2016-12-06 12:05:50.764 | Changing password for user "stackrabbit" ... 2016-12-06 12:05:50.782 | +lib/rpc_backend:rabbit_setuser:144  sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2016-12-06 12:05:51.072 | Setting permissions for user "stackrabbit" in vhost "/" ... 2016-12-06 12:05:51.087 | +lib/rpc_backend:restart_rpc_backend:84  '[' 0 -ne 0 ']' 2016-12-06 12:05:51.091 | +lib/rpc_backend:restart_rpc_backend:89  sudo rabbitmqctl change_password stackrabbit passwd3 2016-12-06 12:05:51.396 | Changing password for user "stackrabbit" ... 2016-12-06 12:05:51.414 | +lib/rpc_backend:restart_rpc_backend:91  '[' 0 -ne 0 ']' 2016-12-06 12:05:51.418 | +lib/rpc_backend:restart_rpc_backend:95  break 2016-12-06 12:05:51.421 | +lib/rpc_backend:restart_rpc_backend:97  is_service_enabled n-cell 2016-12-06 12:05:51.440 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:51.444 | +./stack.sh:main:969  '[' -f /opt/stack/data/ca-bundle.pem ']' 2016-12-06 12:05:51.447 | +./stack.sh:main:977  is_service_enabled mysql postgresql 2016-12-06 12:05:51.469 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:51.472 | +./stack.sh:main:978  configure_database 2016-12-06 12:05:51.476 | +lib/database:configure_database:128  configure_database_mysql 2016-12-06 12:05:51.479 | +lib/databases/mysql:configure_database_mysql:62  local my_conf mysql slow_log 2016-12-06 12:05:51.482 | +lib/databases/mysql:configure_database_mysql:63  echo_summary 'Configuring and starting MySQL' 2016-12-06 12:05:51.486 | +./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:05:51.489 | +./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:05:51.492 | +./stack.sh:echo_summary:398  echo -e Configuring and starting MySQL 2016-12-06 12:05:51.496 | +lib/databases/mysql:configure_database_mysql:65  is_ubuntu 2016-12-06 12:05:51.499 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:05:51.503 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:05:51.506 | +lib/databases/mysql:configure_database_mysql:66  my_conf=/etc/mysql/my.cnf 2016-12-06 12:05:51.510 | +lib/databases/mysql:configure_database_mysql:67  mysql=mysql 2016-12-06 12:05:51.513 | +lib/databases/mysql:configure_database_mysql:79  is_fedora 2016-12-06 12:05:51.517 | +functions-common:is_fedora:439  [[ -z Ubuntu ]] 2016-12-06 12:05:51.521 | +functions-common:is_fedora:443  '[' Ubuntu = Fedora ']' 2016-12-06 12:05:51.525 | +functions-common:is_fedora:443  '[' Ubuntu = 'Red Hat' ']' 2016-12-06 12:05:51.528 | +functions-common:is_fedora:444  '[' Ubuntu = RedHatEnterpriseServer ']' 2016-12-06 12:05:51.532 | +functions-common:is_fedora:445  '[' Ubuntu = CentOS ']' 2016-12-06 12:05:51.535 | +functions-common:is_fedora:445  '[' Ubuntu = OracleServer ']' 2016-12-06 12:05:51.538 | +functions-common:is_fedora:446  '[' Ubuntu = Virtuozzo ']' 2016-12-06 12:05:51.543 | +functions-common:is_fedora:446  '[' Ubuntu = kvmibm ']' 2016-12-06 12:05:51.546 | +lib/databases/mysql:configure_database_mysql:79  is_suse 2016-12-06 12:05:51.549 | +functions-common:is_suse:454  [[ -z Ubuntu ]] 2016-12-06 12:05:51.553 | +functions-common:is_suse:458  [[ Ubuntu =~ (openSUSE) ]] 2016-12-06 12:05:51.556 | +functions-common:is_suse:458  [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]] 2016-12-06 12:05:51.559 | +lib/databases/mysql:configure_database_mysql:86  is_ubuntu 2016-12-06 12:05:51.563 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:05:51.566 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:05:51.569 | +lib/databases/mysql:configure_database_mysql:91  sudo mysql -uroot -ppasswd2 -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'' identified by '\''passwd2'\'';' 2016-12-06 12:05:51.575 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:05:51.582 | +lib/databases/mysql:configure_database_mysql:97  iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2016-12-06 12:05:51.615 | +lib/databases/mysql:configure_database_mysql:98  iniset -sudo /etc/mysql/my.cnf mysqld sql_mode STRICT_ALL_TABLES 2016-12-06 12:05:51.647 | +lib/databases/mysql:configure_database_mysql:99  iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2016-12-06 12:05:51.683 | +lib/databases/mysql:configure_database_mysql:100  iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2016-12-06 12:05:51.713 | +lib/databases/mysql:configure_database_mysql:101  iniset -sudo /etc/mysql/my.cnf mysqld query_cache_type OFF 2016-12-06 12:05:51.744 | +lib/databases/mysql:configure_database_mysql:102  iniset -sudo /etc/mysql/my.cnf mysqld query_cache_size 0 2016-12-06 12:05:51.774 | +lib/databases/mysql:configure_database_mysql:104  [[ False == \T\r\u\e ]] 2016-12-06 12:05:51.777 | +lib/databases/mysql:configure_database_mysql:124  restart_service mysql 2016-12-06 12:05:51.780 | +functions-common:restart_service:2282  '[' -x /bin/systemctl ']' 2016-12-06 12:05:51.784 | +functions-common:restart_service:2283  sudo /bin/systemctl restart mysql 2016-12-06 12:05:54.369 | ++./stack.sh:main:985  trueorfalse True USE_SCREEN 2016-12-06 12:05:54.422 | +./stack.sh:main:985  USE_SCREEN=True 2016-12-06 12:05:54.430 | +./stack.sh:main:986  [[ True == \T\r\u\e ]] 2016-12-06 12:05:54.438 | +./stack.sh:main:988  screen -d -m -S stack -t shell -s /bin/bash 2016-12-06 12:05:54.448 | +./stack.sh:main:989  sleep 1 2016-12-06 12:05:55.456 | +./stack.sh:main:992  SCREEN_HARDSTATUS= 2016-12-06 12:05:55.463 | +./stack.sh:main:993  '[' -z '' ']' 2016-12-06 12:05:55.469 | +./stack.sh:main:994  SCREEN_HARDSTATUS='%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})' 2016-12-06 12:05:55.476 | +./stack.sh:main:996  screen -r stack -X hardstatus alwayslastline '%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})' 2016-12-06 12:05:55.485 | +./stack.sh:main:997  screen -r stack -X setenv PROMPT_COMMAND /bin/true 2016-12-06 12:05:55.493 | +./stack.sh:main:999  is_service_enabled tls-proxy 2016-12-06 12:05:55.524 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:55.529 | +./stack.sh:main:1005  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:05:55.533 | +./stack.sh:main:1006  [[ -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:05:55.538 | +./stack.sh:main:1007  rm -f /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:05:55.542 | +./stack.sh:main:1011  init_service_check 2016-12-06 12:05:55.546 | +functions-common:init_service_check:1447  SCREEN_NAME=stack 2016-12-06 12:05:55.550 | +functions-common:init_service_check:1448  SERVICE_DIR=/opt/stack/status 2016-12-06 12:05:55.555 | +functions-common:init_service_check:1450  [[ ! -d /opt/stack/status/stack ]] 2016-12-06 12:05:55.559 | +functions-common:init_service_check:1454  rm -f /opt/stack/status/stack/c-sch.failure /opt/stack/status/stack/dstat.failure /opt/stack/status/stack/n-cauth.failure /opt/stack/status/stack/n-cpu.failure /opt/stack/status/stack/n-sch.failure /opt/stack/status/stack/q-dhcp.failure /opt/stack/status/stack/q-l3.failure 2016-12-06 12:05:55.564 | +./stack.sh:main:1014  save_stackenv 1014 2016-12-06 12:05:55.567 | +functions-common:save_stackenv:61  local tag=1014 2016-12-06 12:05:55.572 | ++functions-common:save_stackenv:63  date +%F-%H%M%S 2016-12-06 12:05:55.576 | +functions-common:save_stackenv:63  time_stamp=2016-12-06-120555 2016-12-06 12:05:55.580 | +functions-common:save_stackenv:64  echo '# 2016-12-06-120555 1014' 2016-12-06 12:05:55.584 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:05:55.587 | +functions-common:save_stackenv:66  echo BASE_SQL_CONN=mysql+pymysql://root:passwd2@127.0.0.1 2016-12-06 12:05:55.590 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:05:55.593 | +functions-common:save_stackenv:66  echo DATA_DIR=/opt/stack/data 2016-12-06 12:05:55.598 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:05:55.602 | +functions-common:save_stackenv:66  echo DEST=/opt/stack 2016-12-06 12:05:55.606 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:05:55.609 | +functions-common:save_stackenv:66  echo ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api 2016-12-06 12:05:55.612 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:05:55.616 | +functions-common:save_stackenv:66  echo HOST_IP=10.42.0.106 2016-12-06 12:05:55.619 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:05:55.622 | +functions-common:save_stackenv:66  echo KEYSTONE_AUTH_PROTOCOL=http 2016-12-06 12:05:55.625 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:05:55.628 | +functions-common:save_stackenv:66  echo KEYSTONE_AUTH_URI=http://10.42.0.106/identity_admin 2016-12-06 12:05:55.632 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:05:55.635 | +functions-common:save_stackenv:66  echo KEYSTONE_SERVICE_URI=http://10.42.0.106/identity 2016-12-06 12:05:55.638 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:05:55.641 | +functions-common:save_stackenv:66  echo LOGFILE=/opt/stack/logs/stack.sh.log.2016-12-06-120336 2016-12-06 12:05:55.645 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:05:55.648 | +functions-common:save_stackenv:66  echo OS_CACERT= 2016-12-06 12:05:55.651 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:05:55.655 | +functions-common:save_stackenv:66  echo SERVICE_HOST=10.42.0.106 2016-12-06 12:05:55.659 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:05:55.662 | +functions-common:save_stackenv:66  echo SERVICE_PROTOCOL=http 2016-12-06 12:05:55.665 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:05:55.669 | +functions-common:save_stackenv:66  echo STACK_USER=ubuntu 2016-12-06 12:05:55.672 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:05:55.675 | +functions-common:save_stackenv:66  echo TLS_IP= 2016-12-06 12:05:55.679 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:05:55.682 | +functions-common:save_stackenv:66  echo HOST_IPV6=2a04:3b40:8010:1:f816:3eff:fe53:744d 2016-12-06 12:05:55.686 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:05:55.689 | +functions-common:save_stackenv:66  echo SERVICE_IP_VERSION=4 2016-12-06 12:05:55.693 | +./stack.sh:main:1024  start_dstat 2016-12-06 12:05:55.696 | +lib/dstat:start_dstat:22  run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2016-12-06 12:05:55.700 | +functions-common:run_process:1474  local service=dstat 2016-12-06 12:05:55.704 | +functions-common:run_process:1475  local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2016-12-06 12:05:55.708 | +functions-common:run_process:1476  local group= 2016-12-06 12:05:55.711 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:05:55.715 | +functions-common:run_process:1479  local name=dstat 2016-12-06 12:05:55.718 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:05:55.722 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:05:55.725 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:05:55.729 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:05:55.734 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:05:55.738 | +functions-common:time_start:2389  _TIME_START[$name]=1481025955 2016-12-06 12:05:55.741 | +functions-common:run_process:1482  is_service_enabled dstat 2016-12-06 12:05:55.764 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:55.767 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:05:55.771 | +functions-common:run_process:1484  screen_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' 2016-12-06 12:05:55.774 | +functions-common:screen_process:1500  local name=dstat 2016-12-06 12:05:55.778 | +functions-common:screen_process:1501  local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2016-12-06 12:05:55.781 | +functions-common:screen_process:1502  local group= 2016-12-06 12:05:55.784 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:05:55.787 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:05:55.791 | +functions-common:screen_process:1507  screen -S stack -X screen -t dstat 2016-12-06 12:05:55.796 | +functions-common:screen_process:1509  local logfile=dstat.log.2016-12-06-120336 2016-12-06 12:05:55.800 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/dstat.log.2016-12-06-120336 2016-12-06 12:05:55.803 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:05:55.803 | LOGDIR: /opt/stack/logs 2016-12-06 12:05:55.807 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:05:55.807 | SCREEN_LOGDIR: 2016-12-06 12:05:55.810 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/dstat.log.2016-12-06-120336' 2016-12-06 12:05:55.810 | log: /opt/stack/logs/dstat.log.2016-12-06-120336 2016-12-06 12:05:55.813 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:05:55.816 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:05:55.820 | +functions-common:screen_process:1516  screen -S stack -p dstat -X logfile /opt/stack/logs/dstat.log.2016-12-06-120336 2016-12-06 12:05:55.825 | +functions-common:screen_process:1517  screen -S stack -p dstat -X log on 2016-12-06 12:05:55.830 | +functions-common:screen_process:1520  touch /opt/stack/logs/dstat.log.2016-12-06-120336 2016-12-06 12:05:55.834 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''dstat.log.2016-12-06-120336'\'' dstat.log' 2016-12-06 12:05:55.839 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:05:55.843 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:05:58.855 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:05:58.864 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:05:58.872 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:05:58.880 | +functions-common:screen_process:1553  screen_rc dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2016-12-06 12:05:58.888 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:05:58.896 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:05:58.904 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:05:58.911 | +functions-common:screen_rc:1566  echo 'sessionname stack' 2016-12-06 12:05:58.919 | +functions-common:screen_rc:1568  echo 'hardstatus alwayslastline '\''%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})'\''' 2016-12-06 12:05:58.926 | +functions-common:screen_rc:1570  echo 'setenv PROMPT_COMMAND /bin/true' 2016-12-06 12:05:58.933 | +functions-common:screen_rc:1571  echo 'screen -t shell bash' 2016-12-06 12:05:58.941 | +functions-common:screen_rc:1574  grep dstat /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:05:58.950 | +functions-common:screen_process:1555  screen -S stack -p dstat -X stuff '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs & echo $! >/opt/stack/status/stack/dstat.pid; fg || echo "dstat failed to start" | tee "/opt/stack/status/stack/dstat.failure" ' 2016-12-06 12:05:58.959 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:05:58.965 | +functions-common:time_stop:2398  local name 2016-12-06 12:05:58.971 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:05:58.975 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:05:58.980 | +functions-common:time_stop:2401  local total 2016-12-06 12:05:58.984 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:05:58.989 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:05:58.992 | +functions-common:time_stop:2405  start_time=1481025955 2016-12-06 12:05:58.996 | +functions-common:time_stop:2407  [[ -z 1481025955 ]] 2016-12-06 12:05:59.001 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:05:59.005 | +functions-common:time_stop:2410  end_time=1481025959 2016-12-06 12:05:59.009 | +functions-common:time_stop:2411  elapsed_time=4 2016-12-06 12:05:59.012 | +functions-common:time_stop:2412  total=0 2016-12-06 12:05:59.016 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:05:59.019 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=4 2016-12-06 12:05:59.023 | +lib/dstat:start_dstat:27  run_process peakmem_tracker /home/ubuntu/devstack/tools/peakmem_tracker.sh 2016-12-06 12:05:59.026 | +functions-common:run_process:1474  local service=peakmem_tracker 2016-12-06 12:05:59.030 | +functions-common:run_process:1475  local command=/home/ubuntu/devstack/tools/peakmem_tracker.sh 2016-12-06 12:05:59.033 | +functions-common:run_process:1476  local group= 2016-12-06 12:05:59.036 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:05:59.040 | +functions-common:run_process:1479  local name=peakmem_tracker 2016-12-06 12:05:59.044 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:05:59.047 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:05:59.051 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:05:59.054 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:05:59.058 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:05:59.062 | +functions-common:time_start:2389  _TIME_START[$name]=1481025959 2016-12-06 12:05:59.065 | +functions-common:run_process:1482  is_service_enabled peakmem_tracker 2016-12-06 12:05:59.085 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:59.089 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:05:59.092 | +functions-common:time_stop:2398  local name 2016-12-06 12:05:59.095 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:05:59.099 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:05:59.102 | +functions-common:time_stop:2401  local total 2016-12-06 12:05:59.105 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:05:59.108 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:05:59.112 | +functions-common:time_stop:2405  start_time=1481025959 2016-12-06 12:05:59.115 | +functions-common:time_stop:2407  [[ -z 1481025959 ]] 2016-12-06 12:05:59.119 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:05:59.124 | +functions-common:time_stop:2410  end_time=1481025959 2016-12-06 12:05:59.128 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:05:59.132 | +functions-common:time_stop:2412  total=4 2016-12-06 12:05:59.136 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:05:59.139 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=4 2016-12-06 12:05:59.143 | +./stack.sh:main:1035  cat 2016-12-06 12:05:59.147 | +./stack.sh:main:1050  is_service_enabled tls-proxy 2016-12-06 12:05:59.167 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:59.170 | +./stack.sh:main:1055  source /home/ubuntu/devstack/userrc_early 2016-12-06 12:05:59.174 | ++userrc_early:source:4  export OS_IDENTITY_API_VERSION=3 2016-12-06 12:05:59.179 | ++userrc_early:source:4  OS_IDENTITY_API_VERSION=3 2016-12-06 12:05:59.183 | ++userrc_early:source:5  export OS_AUTH_URL=http://10.42.0.106/identity_admin 2016-12-06 12:05:59.187 | ++userrc_early:source:5  OS_AUTH_URL=http://10.42.0.106/identity_admin 2016-12-06 12:05:59.191 | ++userrc_early:source:6  export OS_USERNAME=admin 2016-12-06 12:05:59.195 | ++userrc_early:source:6  OS_USERNAME=admin 2016-12-06 12:05:59.199 | ++userrc_early:source:7  export OS_USER_DOMAIN_ID=default 2016-12-06 12:05:59.204 | ++userrc_early:source:7  OS_USER_DOMAIN_ID=default 2016-12-06 12:05:59.208 | ++userrc_early:source:8  export OS_PASSWORD=passwd1 2016-12-06 12:05:59.212 | ++userrc_early:source:8  OS_PASSWORD=passwd1 2016-12-06 12:05:59.217 | ++userrc_early:source:9  export OS_PROJECT_NAME=admin 2016-12-06 12:05:59.221 | ++userrc_early:source:9  OS_PROJECT_NAME=admin 2016-12-06 12:05:59.225 | ++userrc_early:source:10  export OS_PROJECT_DOMAIN_ID=default 2016-12-06 12:05:59.230 | ++userrc_early:source:10  OS_PROJECT_DOMAIN_ID=default 2016-12-06 12:05:59.234 | ++userrc_early:source:11  export OS_REGION_NAME=RegionOne 2016-12-06 12:05:59.238 | ++userrc_early:source:11  OS_REGION_NAME=RegionOne 2016-12-06 12:05:59.241 | +./stack.sh:main:1057  is_service_enabled keystone 2016-12-06 12:05:59.261 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:05:59.265 | +./stack.sh:main:1058  echo_summary 'Starting Keystone' 2016-12-06 12:05:59.268 | +./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:05:59.272 | +./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:05:59.277 | +./stack.sh:echo_summary:398  echo -e Starting Keystone 2016-12-06 12:05:59.280 | +./stack.sh:main:1060  '[' 10.42.0.106 == 10.42.0.106 ']' 2016-12-06 12:05:59.284 | +./stack.sh:main:1061  init_keystone 2016-12-06 12:05:59.288 | +lib/keystone:init_keystone:487  is_service_enabled ldap 2016-12-06 12:05:59.307 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:05:59.311 | +lib/keystone:init_keystone:492  recreate_database keystone 2016-12-06 12:05:59.314 | +lib/database:recreate_database:112  local db=keystone 2016-12-06 12:05:59.317 | +lib/database:recreate_database:113  recreate_database_mysql keystone 2016-12-06 12:05:59.320 | +lib/databases/mysql:recreate_database_mysql:56  local db=keystone 2016-12-06 12:05:59.323 | +lib/databases/mysql:recreate_database_mysql:57  mysql -uroot -ppasswd2 -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2016-12-06 12:05:59.325 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:06:00.068 | +lib/databases/mysql:recreate_database_mysql:58  mysql -uroot -ppasswd2 -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2016-12-06 12:06:00.071 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:06:00.077 | +lib/keystone:init_keystone:495  /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2016-12-06 12:06:00.928 | 2016-12-06 12:06:00.928 14088 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:06:00.929 | 2016-12-06 12:06:00.928 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.929 | 2016-12-06 12:06:00.929 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.929 | 2016-12-06 12:06:00.929 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.929 | 2016-12-06 12:06:00.929 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.929 | 2016-12-06 12:06:00.929 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.930 | 2016-12-06 12:06:00.930 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.930 | 2016-12-06 12:06:00.930 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.930 | 2016-12-06 12:06:00.930 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.930 | 2016-12-06 12:06:00.930 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.930 | 2016-12-06 12:06:00.930 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.931 | 2016-12-06 12:06:00.930 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.931 | 2016-12-06 12:06:00.931 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.931 | 2016-12-06 12:06:00.931 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.931 | 2016-12-06 12:06:00.931 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.931 | 2016-12-06 12:06:00.931 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.932 | 2016-12-06 12:06:00.931 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.932 | 2016-12-06 12:06:00.932 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.932 | 2016-12-06 12:06:00.932 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.932 | 2016-12-06 12:06:00.932 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.932 | 2016-12-06 12:06:00.932 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.933 | 2016-12-06 12:06:00.933 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.933 | 2016-12-06 12:06:00.933 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.933 | 2016-12-06 12:06:00.933 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.933 | 2016-12-06 12:06:00.933 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.933 | 2016-12-06 12:06:00.933 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.934 | 2016-12-06 12:06:00.933 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.934 | 2016-12-06 12:06:00.934 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.934 | 2016-12-06 12:06:00.934 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.934 | 2016-12-06 12:06:00.934 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.934 | 2016-12-06 12:06:00.934 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.935 | 2016-12-06 12:06:00.934 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.935 | 2016-12-06 12:06:00.935 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.935 | 2016-12-06 12:06:00.935 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.935 | 2016-12-06 12:06:00.935 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.935 | 2016-12-06 12:06:00.935 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.935 | 2016-12-06 12:06:00.935 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.936 | 2016-12-06 12:06:00.936 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.936 | 2016-12-06 12:06:00.936 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.936 | 2016-12-06 12:06:00.936 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.936 | 2016-12-06 12:06:00.936 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.936 | 2016-12-06 12:06:00.936 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.937 | 2016-12-06 12:06:00.936 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.937 | 2016-12-06 12:06:00.937 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.937 | 2016-12-06 12:06:00.937 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.937 | 2016-12-06 12:06:00.937 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.937 | 2016-12-06 12:06:00.937 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.937 | 2016-12-06 12:06:00.937 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.938 | 2016-12-06 12:06:00.938 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.938 | 2016-12-06 12:06:00.938 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.938 | 2016-12-06 12:06:00.938 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.938 | 2016-12-06 12:06:00.938 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.938 | 2016-12-06 12:06:00.938 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.939 | 2016-12-06 12:06:00.939 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.939 | 2016-12-06 12:06:00.939 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.939 | 2016-12-06 12:06:00.939 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.939 | 2016-12-06 12:06:00.939 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.939 | 2016-12-06 12:06:00.939 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.940 | 2016-12-06 12:06:00.939 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.940 | 2016-12-06 12:06:00.940 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.940 | 2016-12-06 12:06:00.940 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.940 | 2016-12-06 12:06:00.940 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.940 | 2016-12-06 12:06:00.940 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.940 | 2016-12-06 12:06:00.940 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.941 | 2016-12-06 12:06:00.941 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.941 | 2016-12-06 12:06:00.941 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.941 | 2016-12-06 12:06:00.941 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.941 | 2016-12-06 12:06:00.941 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.941 | 2016-12-06 12:06:00.941 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.942 | 2016-12-06 12:06:00.941 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.942 | 2016-12-06 12:06:00.942 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.942 | 2016-12-06 12:06:00.942 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.942 | 2016-12-06 12:06:00.942 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.942 | 2016-12-06 12:06:00.942 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.942 | 2016-12-06 12:06:00.942 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.943 | 2016-12-06 12:06:00.943 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.943 | 2016-12-06 12:06:00.943 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.943 | 2016-12-06 12:06:00.943 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.943 | 2016-12-06 12:06:00.943 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.943 | 2016-12-06 12:06:00.943 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.944 | 2016-12-06 12:06:00.943 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.944 | 2016-12-06 12:06:00.944 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.944 | 2016-12-06 12:06:00.944 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.944 | 2016-12-06 12:06:00.944 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.944 | 2016-12-06 12:06:00.944 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.945 | 2016-12-06 12:06:00.944 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.945 | 2016-12-06 12:06:00.945 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.945 | 2016-12-06 12:06:00.945 14088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:06:00.945 | 2016-12-06 12:06:00.945 14088 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:06:00.962 | 2016-12-06 12:06:00.962 14088 WARNING py.warnings [-] /usr/local/lib/python2.7/dist-packages/pymysql/cursors.py:166: Warning: (3090, u"Changing sql mode 'NO_AUTO_CREATE_USER' is deprecated. It will be removed in a future release.") 2016-12-06 12:06:00.962 | result = self._query(query) 2016-12-06 12:06:00.962 | 2016-12-06 12:06:00.964 | 2016-12-06 12:06:00.963 14088 DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION _check_effective_sql_mode /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/engines.py:261 2016-12-06 12:06:00.965 | 2016-12-06 12:06:00.965 14088 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:06:00.966 | 2016-12-06 12:06:00.966 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.966 | 2016-12-06 12:06:00.966 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.966 | 2016-12-06 12:06:00.966 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.966 | 2016-12-06 12:06:00.966 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.967 | 2016-12-06 12:06:00.966 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.967 | 2016-12-06 12:06:00.967 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.967 | 2016-12-06 12:06:00.967 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.967 | 2016-12-06 12:06:00.967 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.967 | 2016-12-06 12:06:00.967 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.968 | 2016-12-06 12:06:00.967 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.968 | 2016-12-06 12:06:00.968 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.968 | 2016-12-06 12:06:00.968 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.968 | 2016-12-06 12:06:00.968 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.968 | 2016-12-06 12:06:00.968 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.969 | 2016-12-06 12:06:00.968 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.969 | 2016-12-06 12:06:00.969 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.969 | 2016-12-06 12:06:00.969 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.969 | 2016-12-06 12:06:00.969 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.969 | 2016-12-06 12:06:00.969 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.969 | 2016-12-06 12:06:00.969 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.970 | 2016-12-06 12:06:00.970 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.970 | 2016-12-06 12:06:00.970 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.970 | 2016-12-06 12:06:00.970 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.970 | 2016-12-06 12:06:00.970 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.970 | 2016-12-06 12:06:00.970 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.971 | 2016-12-06 12:06:00.970 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.971 | 2016-12-06 12:06:00.971 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.971 | 2016-12-06 12:06:00.971 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.971 | 2016-12-06 12:06:00.971 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.971 | 2016-12-06 12:06:00.971 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.971 | 2016-12-06 12:06:00.971 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.972 | 2016-12-06 12:06:00.972 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.972 | 2016-12-06 12:06:00.972 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.972 | 2016-12-06 12:06:00.972 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.972 | 2016-12-06 12:06:00.972 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.972 | 2016-12-06 12:06:00.972 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.973 | 2016-12-06 12:06:00.972 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.973 | 2016-12-06 12:06:00.973 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.973 | 2016-12-06 12:06:00.973 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.973 | 2016-12-06 12:06:00.973 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.973 | 2016-12-06 12:06:00.973 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.973 | 2016-12-06 12:06:00.973 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.974 | 2016-12-06 12:06:00.974 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.974 | 2016-12-06 12:06:00.974 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.974 | 2016-12-06 12:06:00.974 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.974 | 2016-12-06 12:06:00.974 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.974 | 2016-12-06 12:06:00.974 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.975 | 2016-12-06 12:06:00.974 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.975 | 2016-12-06 12:06:00.975 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.975 | 2016-12-06 12:06:00.975 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.975 | 2016-12-06 12:06:00.975 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.975 | 2016-12-06 12:06:00.975 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.976 | 2016-12-06 12:06:00.975 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.976 | 2016-12-06 12:06:00.976 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.976 | 2016-12-06 12:06:00.976 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.976 | 2016-12-06 12:06:00.976 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.976 | 2016-12-06 12:06:00.976 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.976 | 2016-12-06 12:06:00.976 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.977 | 2016-12-06 12:06:00.977 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.977 | 2016-12-06 12:06:00.977 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.977 | 2016-12-06 12:06:00.977 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.977 | 2016-12-06 12:06:00.977 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.977 | 2016-12-06 12:06:00.977 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.978 | 2016-12-06 12:06:00.977 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.978 | 2016-12-06 12:06:00.978 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.978 | 2016-12-06 12:06:00.978 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.978 | 2016-12-06 12:06:00.978 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.978 | 2016-12-06 12:06:00.978 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.978 | 2016-12-06 12:06:00.978 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.979 | 2016-12-06 12:06:00.979 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.979 | 2016-12-06 12:06:00.979 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.979 | 2016-12-06 12:06:00.979 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.979 | 2016-12-06 12:06:00.979 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.979 | 2016-12-06 12:06:00.979 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.980 | 2016-12-06 12:06:00.979 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.980 | 2016-12-06 12:06:00.980 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.980 | 2016-12-06 12:06:00.980 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.980 | 2016-12-06 12:06:00.980 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.980 | 2016-12-06 12:06:00.980 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.981 | 2016-12-06 12:06:00.980 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.981 | 2016-12-06 12:06:00.981 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.981 | 2016-12-06 12:06:00.981 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.981 | 2016-12-06 12:06:00.981 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.981 | 2016-12-06 12:06:00.981 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.982 | 2016-12-06 12:06:00.981 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.982 | 2016-12-06 12:06:00.982 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:00.982 | 2016-12-06 12:06:00.982 14088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:06:00.982 | 2016-12-06 12:06:00.982 14088 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:06:00.999 | 2016-12-06 12:06:00.998 14088 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:06:00.999 | 2016-12-06 12:06:00.999 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:00.999 | 2016-12-06 12:06:00.999 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.000 | 2016-12-06 12:06:00.999 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.000 | 2016-12-06 12:06:01.000 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.000 | 2016-12-06 12:06:01.000 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.000 | 2016-12-06 12:06:01.000 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.000 | 2016-12-06 12:06:01.000 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.001 | 2016-12-06 12:06:01.000 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.001 | 2016-12-06 12:06:01.001 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.001 | 2016-12-06 12:06:01.001 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.001 | 2016-12-06 12:06:01.001 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.001 | 2016-12-06 12:06:01.001 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.001 | 2016-12-06 12:06:01.001 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.002 | 2016-12-06 12:06:01.002 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.002 | 2016-12-06 12:06:01.002 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.002 | 2016-12-06 12:06:01.002 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.002 | 2016-12-06 12:06:01.002 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.002 | 2016-12-06 12:06:01.002 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.003 | 2016-12-06 12:06:01.003 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.003 | 2016-12-06 12:06:01.003 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.003 | 2016-12-06 12:06:01.003 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.003 | 2016-12-06 12:06:01.003 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.003 | 2016-12-06 12:06:01.003 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.004 | 2016-12-06 12:06:01.003 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.004 | 2016-12-06 12:06:01.004 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.004 | 2016-12-06 12:06:01.004 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.004 | 2016-12-06 12:06:01.004 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.004 | 2016-12-06 12:06:01.004 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.004 | 2016-12-06 12:06:01.004 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.005 | 2016-12-06 12:06:01.005 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.005 | 2016-12-06 12:06:01.005 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.005 | 2016-12-06 12:06:01.005 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.005 | 2016-12-06 12:06:01.005 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.005 | 2016-12-06 12:06:01.005 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.006 | 2016-12-06 12:06:01.005 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.006 | 2016-12-06 12:06:01.006 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.006 | 2016-12-06 12:06:01.006 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.006 | 2016-12-06 12:06:01.006 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.006 | 2016-12-06 12:06:01.006 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.007 | 2016-12-06 12:06:01.006 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.007 | 2016-12-06 12:06:01.007 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.007 | 2016-12-06 12:06:01.007 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.007 | 2016-12-06 12:06:01.007 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.007 | 2016-12-06 12:06:01.007 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.007 | 2016-12-06 12:06:01.007 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.008 | 2016-12-06 12:06:01.008 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.008 | 2016-12-06 12:06:01.008 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.008 | 2016-12-06 12:06:01.008 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.008 | 2016-12-06 12:06:01.008 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.008 | 2016-12-06 12:06:01.008 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.009 | 2016-12-06 12:06:01.008 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.009 | 2016-12-06 12:06:01.009 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.009 | 2016-12-06 12:06:01.009 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.009 | 2016-12-06 12:06:01.009 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.009 | 2016-12-06 12:06:01.009 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.009 | 2016-12-06 12:06:01.009 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.010 | 2016-12-06 12:06:01.010 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.010 | 2016-12-06 12:06:01.010 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.010 | 2016-12-06 12:06:01.010 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.010 | 2016-12-06 12:06:01.010 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.010 | 2016-12-06 12:06:01.010 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.011 | 2016-12-06 12:06:01.010 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.011 | 2016-12-06 12:06:01.011 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.011 | 2016-12-06 12:06:01.011 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.011 | 2016-12-06 12:06:01.011 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.011 | 2016-12-06 12:06:01.011 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.011 | 2016-12-06 12:06:01.011 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.012 | 2016-12-06 12:06:01.012 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.012 | 2016-12-06 12:06:01.012 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.012 | 2016-12-06 12:06:01.012 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.012 | 2016-12-06 12:06:01.012 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.012 | 2016-12-06 12:06:01.012 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.013 | 2016-12-06 12:06:01.012 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.013 | 2016-12-06 12:06:01.013 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.013 | 2016-12-06 12:06:01.013 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.013 | 2016-12-06 12:06:01.013 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.013 | 2016-12-06 12:06:01.013 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.013 | 2016-12-06 12:06:01.013 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.014 | 2016-12-06 12:06:01.014 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.014 | 2016-12-06 12:06:01.014 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.014 | 2016-12-06 12:06:01.014 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.014 | 2016-12-06 12:06:01.014 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.014 | 2016-12-06 12:06:01.014 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.015 | 2016-12-06 12:06:01.014 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.015 | 2016-12-06 12:06:01.015 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.015 | 2016-12-06 12:06:01.015 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.015 | 2016-12-06 12:06:01.015 14088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:06:01.015 | 2016-12-06 12:06:01.015 14088 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:06:01.075 | 2016-12-06 12:06:01.075 14088 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:06:01.076 | 2016-12-06 12:06:01.076 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.076 | 2016-12-06 12:06:01.076 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.076 | 2016-12-06 12:06:01.076 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.076 | 2016-12-06 12:06:01.076 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.077 | 2016-12-06 12:06:01.076 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.077 | 2016-12-06 12:06:01.077 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.077 | 2016-12-06 12:06:01.077 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.077 | 2016-12-06 12:06:01.077 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.077 | 2016-12-06 12:06:01.077 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.078 | 2016-12-06 12:06:01.077 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.078 | 2016-12-06 12:06:01.078 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.078 | 2016-12-06 12:06:01.078 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.078 | 2016-12-06 12:06:01.078 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.078 | 2016-12-06 12:06:01.078 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.079 | 2016-12-06 12:06:01.078 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.079 | 2016-12-06 12:06:01.079 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.079 | 2016-12-06 12:06:01.079 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.079 | 2016-12-06 12:06:01.079 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.079 | 2016-12-06 12:06:01.079 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.079 | 2016-12-06 12:06:01.079 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.080 | 2016-12-06 12:06:01.080 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.080 | 2016-12-06 12:06:01.080 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.080 | 2016-12-06 12:06:01.080 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.080 | 2016-12-06 12:06:01.080 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.080 | 2016-12-06 12:06:01.080 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.081 | 2016-12-06 12:06:01.080 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.081 | 2016-12-06 12:06:01.081 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.081 | 2016-12-06 12:06:01.081 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.081 | 2016-12-06 12:06:01.081 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.081 | 2016-12-06 12:06:01.081 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.081 | 2016-12-06 12:06:01.081 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.082 | 2016-12-06 12:06:01.082 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.082 | 2016-12-06 12:06:01.082 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.082 | 2016-12-06 12:06:01.082 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.082 | 2016-12-06 12:06:01.082 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.082 | 2016-12-06 12:06:01.082 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.083 | 2016-12-06 12:06:01.082 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.083 | 2016-12-06 12:06:01.083 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.083 | 2016-12-06 12:06:01.083 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.083 | 2016-12-06 12:06:01.083 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.083 | 2016-12-06 12:06:01.083 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.084 | 2016-12-06 12:06:01.083 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.084 | 2016-12-06 12:06:01.084 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.084 | 2016-12-06 12:06:01.084 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.084 | 2016-12-06 12:06:01.084 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.084 | 2016-12-06 12:06:01.084 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.084 | 2016-12-06 12:06:01.084 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.085 | 2016-12-06 12:06:01.084 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.085 | 2016-12-06 12:06:01.085 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.085 | 2016-12-06 12:06:01.085 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.085 | 2016-12-06 12:06:01.085 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.085 | 2016-12-06 12:06:01.085 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.086 | 2016-12-06 12:06:01.085 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.086 | 2016-12-06 12:06:01.086 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.086 | 2016-12-06 12:06:01.086 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.086 | 2016-12-06 12:06:01.086 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.086 | 2016-12-06 12:06:01.086 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.086 | 2016-12-06 12:06:01.086 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/095_add_integer_pkey_to_revocation_event_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.087 | 2016-12-06 12:06:01.087 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.087 | 2016-12-06 12:06:01.087 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.087 | 2016-12-06 12:06:01.087 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.087 | 2016-12-06 12:06:01.087 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.087 | 2016-12-06 12:06:01.087 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.088 | 2016-12-06 12:06:01.087 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.088 | 2016-12-06 12:06:01.088 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.088 | 2016-12-06 12:06:01.088 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.088 | 2016-12-06 12:06:01.088 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.088 | 2016-12-06 12:06:01.088 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.088 | 2016-12-06 12:06:01.088 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.089 | 2016-12-06 12:06:01.089 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.089 | 2016-12-06 12:06:01.089 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.089 | 2016-12-06 12:06:01.089 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.089 | 2016-12-06 12:06:01.089 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.089 | 2016-12-06 12:06:01.089 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.090 | 2016-12-06 12:06:01.089 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.090 | 2016-12-06 12:06:01.090 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.090 | 2016-12-06 12:06:01.090 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.090 | 2016-12-06 12:06:01.090 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.090 | 2016-12-06 12:06:01.090 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.090 | 2016-12-06 12:06:01.090 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.091 | 2016-12-06 12:06:01.091 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.091 | 2016-12-06 12:06:01.091 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.091 | 2016-12-06 12:06:01.091 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.091 | 2016-12-06 12:06:01.091 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.091 | 2016-12-06 12:06:01.091 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:01.092 | 2016-12-06 12:06:01.091 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:01.092 | 2016-12-06 12:06:01.092 14088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:06:01.092 | 2016-12-06 12:06:01.092 14088 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:06:01.097 | 2016-12-06 12:06:01.097 14088 INFO migrate.versioning.api [-] 66 -> 67... 2016-12-06 12:06:02.943 | 2016-12-06 12:06:02.943 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:02.944 | 2016-12-06 12:06:02.943 14088 INFO migrate.versioning.api [-] 67 -> 68... 2016-12-06 12:06:02.955 | 2016-12-06 12:06:02.955 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:02.955 | 2016-12-06 12:06:02.955 14088 INFO migrate.versioning.api [-] 68 -> 69... 2016-12-06 12:06:02.965 | 2016-12-06 12:06:02.965 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:02.965 | 2016-12-06 12:06:02.965 14088 INFO migrate.versioning.api [-] 69 -> 70... 2016-12-06 12:06:02.975 | 2016-12-06 12:06:02.975 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:02.975 | 2016-12-06 12:06:02.975 14088 INFO migrate.versioning.api [-] 70 -> 71... 2016-12-06 12:06:02.984 | 2016-12-06 12:06:02.984 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:02.985 | 2016-12-06 12:06:02.985 14088 INFO migrate.versioning.api [-] 71 -> 72... 2016-12-06 12:06:02.994 | 2016-12-06 12:06:02.994 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:02.995 | 2016-12-06 12:06:02.995 14088 INFO migrate.versioning.api [-] 72 -> 73... 2016-12-06 12:06:03.203 | 2016-12-06 12:06:03.203 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:03.203 | 2016-12-06 12:06:03.203 14088 INFO migrate.versioning.api [-] 73 -> 74... 2016-12-06 12:06:03.307 | 2016-12-06 12:06:03.307 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:03.308 | 2016-12-06 12:06:03.307 14088 INFO migrate.versioning.api [-] 74 -> 75... 2016-12-06 12:06:03.354 | 2016-12-06 12:06:03.354 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:03.355 | 2016-12-06 12:06:03.354 14088 INFO migrate.versioning.api [-] 75 -> 76... 2016-12-06 12:06:03.364 | 2016-12-06 12:06:03.364 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:03.364 | 2016-12-06 12:06:03.364 14088 INFO migrate.versioning.api [-] 76 -> 77... 2016-12-06 12:06:03.372 | 2016-12-06 12:06:03.372 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:03.372 | 2016-12-06 12:06:03.372 14088 INFO migrate.versioning.api [-] 77 -> 78... 2016-12-06 12:06:03.380 | 2016-12-06 12:06:03.380 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:03.381 | 2016-12-06 12:06:03.380 14088 INFO migrate.versioning.api [-] 78 -> 79... 2016-12-06 12:06:03.388 | 2016-12-06 12:06:03.388 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:03.388 | 2016-12-06 12:06:03.388 14088 INFO migrate.versioning.api [-] 79 -> 80... 2016-12-06 12:06:03.396 | 2016-12-06 12:06:03.396 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:03.396 | 2016-12-06 12:06:03.396 14088 INFO migrate.versioning.api [-] 80 -> 81... 2016-12-06 12:06:03.448 | 2016-12-06 12:06:03.448 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:03.448 | 2016-12-06 12:06:03.448 14088 INFO migrate.versioning.api [-] 81 -> 82... 2016-12-06 12:06:03.682 | 2016-12-06 12:06:03.682 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:03.682 | 2016-12-06 12:06:03.682 14088 INFO migrate.versioning.api [-] 82 -> 83... 2016-12-06 12:06:03.932 | 2016-12-06 12:06:03.932 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:03.932 | 2016-12-06 12:06:03.932 14088 INFO migrate.versioning.api [-] 83 -> 84... 2016-12-06 12:06:04.015 | 2016-12-06 12:06:04.015 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:04.016 | 2016-12-06 12:06:04.016 14088 INFO migrate.versioning.api [-] 84 -> 85... 2016-12-06 12:06:04.173 | 2016-12-06 12:06:04.173 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:04.174 | 2016-12-06 12:06:04.173 14088 INFO migrate.versioning.api [-] 85 -> 86... 2016-12-06 12:06:04.224 | 2016-12-06 12:06:04.224 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:04.224 | 2016-12-06 12:06:04.224 14088 INFO migrate.versioning.api [-] 86 -> 87... 2016-12-06 12:06:04.480 | 2016-12-06 12:06:04.479 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:04.480 | 2016-12-06 12:06:04.480 14088 INFO migrate.versioning.api [-] 87 -> 88... 2016-12-06 12:06:04.633 | 2016-12-06 12:06:04.633 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:04.633 | 2016-12-06 12:06:04.633 14088 INFO migrate.versioning.api [-] 88 -> 89... 2016-12-06 12:06:04.665 | 2016-12-06 12:06:04.665 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:04.665 | 2016-12-06 12:06:04.665 14088 INFO migrate.versioning.api [-] 89 -> 90... 2016-12-06 12:06:04.801 | 2016-12-06 12:06:04.801 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:04.801 | 2016-12-06 12:06:04.801 14088 INFO migrate.versioning.api [-] 90 -> 91... 2016-12-06 12:06:05.062 | 2016-12-06 12:06:05.061 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:05.062 | 2016-12-06 12:06:05.062 14088 INFO migrate.versioning.api [-] 91 -> 92... 2016-12-06 12:06:05.300 | 2016-12-06 12:06:05.300 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:05.301 | 2016-12-06 12:06:05.300 14088 INFO migrate.versioning.api [-] 92 -> 93... 2016-12-06 12:06:05.572 | 2016-12-06 12:06:05.572 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:05.572 | 2016-12-06 12:06:05.572 14088 INFO migrate.versioning.api [-] 93 -> 94... 2016-12-06 12:06:05.756 | 2016-12-06 12:06:05.756 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:05.756 | 2016-12-06 12:06:05.756 14088 INFO migrate.versioning.api [-] 94 -> 95... 2016-12-06 12:06:05.882 | 2016-12-06 12:06:05.882 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:05.882 | 2016-12-06 12:06:05.882 14088 INFO migrate.versioning.api [-] 95 -> 96... 2016-12-06 12:06:05.897 | 2016-12-06 12:06:05.897 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:05.898 | 2016-12-06 12:06:05.897 14088 INFO migrate.versioning.api [-] 96 -> 97... 2016-12-06 12:06:05.910 | 2016-12-06 12:06:05.909 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:05.910 | 2016-12-06 12:06:05.910 14088 INFO migrate.versioning.api [-] 97 -> 98... 2016-12-06 12:06:05.919 | 2016-12-06 12:06:05.918 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:05.919 | 2016-12-06 12:06:05.919 14088 INFO migrate.versioning.api [-] 98 -> 99... 2016-12-06 12:06:05.928 | 2016-12-06 12:06:05.928 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:05.928 | 2016-12-06 12:06:05.928 14088 INFO migrate.versioning.api [-] 99 -> 100... 2016-12-06 12:06:05.937 | 2016-12-06 12:06:05.937 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:05.937 | 2016-12-06 12:06:05.937 14088 INFO migrate.versioning.api [-] 100 -> 101... 2016-12-06 12:06:05.948 | 2016-12-06 12:06:05.948 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:05.949 | 2016-12-06 12:06:05.948 14088 INFO migrate.versioning.api [-] 101 -> 102... 2016-12-06 12:06:05.980 | 2016-12-06 12:06:05.979 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:05.980 | 2016-12-06 12:06:05.980 14088 INFO migrate.versioning.api [-] 102 -> 103... 2016-12-06 12:06:06.040 | 2016-12-06 12:06:06.039 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:06.040 | 2016-12-06 12:06:06.040 14088 INFO migrate.versioning.api [-] 103 -> 104... 2016-12-06 12:06:06.051 | 2016-12-06 12:06:06.050 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:06.051 | 2016-12-06 12:06:06.051 14088 INFO migrate.versioning.api [-] 104 -> 105... 2016-12-06 12:06:06.209 | 2016-12-06 12:06:06.209 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:06.209 | 2016-12-06 12:06:06.209 14088 INFO migrate.versioning.api [-] 105 -> 106... 2016-12-06 12:06:06.301 | 2016-12-06 12:06:06.301 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:06.301 | 2016-12-06 12:06:06.301 14088 INFO migrate.versioning.api [-] 106 -> 107... 2016-12-06 12:06:06.449 | 2016-12-06 12:06:06.449 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:06.449 | 2016-12-06 12:06:06.449 14088 INFO migrate.versioning.api [-] 107 -> 108... 2016-12-06 12:06:06.629 | 2016-12-06 12:06:06.629 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:06.629 | 2016-12-06 12:06:06.629 14088 INFO migrate.versioning.api [-] 108 -> 109... 2016-12-06 12:06:06.723 | 2016-12-06 12:06:06.723 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:06.723 | 2016-12-06 12:06:06.723 14088 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:06:06.724 | 2016-12-06 12:06:06.724 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.724 | 2016-12-06 12:06:06.724 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.725 | 2016-12-06 12:06:06.725 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.725 | 2016-12-06 12:06:06.725 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.725 | 2016-12-06 12:06:06.725 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.725 | 2016-12-06 12:06:06.725 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.726 | 2016-12-06 12:06:06.725 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.726 | 2016-12-06 12:06:06.726 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.726 | 2016-12-06 12:06:06.726 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.726 | 2016-12-06 12:06:06.726 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.726 | 2016-12-06 12:06:06.726 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.727 | 2016-12-06 12:06:06.726 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.727 | 2016-12-06 12:06:06.727 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.727 | 2016-12-06 12:06:06.727 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.727 | 2016-12-06 12:06:06.727 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.728 | 2016-12-06 12:06:06.727 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.728 | 2016-12-06 12:06:06.728 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.728 | 2016-12-06 12:06:06.728 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.728 | 2016-12-06 12:06:06.728 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.729 | 2016-12-06 12:06:06.728 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.729 | 2016-12-06 12:06:06.729 14088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:06:06.729 | 2016-12-06 12:06:06.729 14088 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:06:06.746 | 2016-12-06 12:06:06.746 14088 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:06:06.747 | 2016-12-06 12:06:06.747 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.747 | 2016-12-06 12:06:06.747 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.747 | 2016-12-06 12:06:06.747 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.747 | 2016-12-06 12:06:06.747 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.748 | 2016-12-06 12:06:06.748 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.748 | 2016-12-06 12:06:06.748 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.748 | 2016-12-06 12:06:06.748 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.748 | 2016-12-06 12:06:06.748 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.748 | 2016-12-06 12:06:06.748 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.749 | 2016-12-06 12:06:06.749 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.749 | 2016-12-06 12:06:06.749 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.750 | 2016-12-06 12:06:06.749 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.750 | 2016-12-06 12:06:06.749 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.751 | 2016-12-06 12:06:06.749 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.751 | 2016-12-06 12:06:06.749 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.751 | 2016-12-06 12:06:06.750 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.751 | 2016-12-06 12:06:06.750 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.751 | 2016-12-06 12:06:06.750 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.751 | 2016-12-06 12:06:06.750 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.751 | 2016-12-06 12:06:06.750 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.751 | 2016-12-06 12:06:06.750 14088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:06:06.751 | 2016-12-06 12:06:06.751 14088 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:06:06.751 | 2016-12-06 12:06:06.751 14088 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:06:06.752 | 2016-12-06 12:06:06.751 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.752 | 2016-12-06 12:06:06.752 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.752 | 2016-12-06 12:06:06.752 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.752 | 2016-12-06 12:06:06.752 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.753 | 2016-12-06 12:06:06.752 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.753 | 2016-12-06 12:06:06.753 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.753 | 2016-12-06 12:06:06.753 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.753 | 2016-12-06 12:06:06.753 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.753 | 2016-12-06 12:06:06.753 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.754 | 2016-12-06 12:06:06.754 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.754 | 2016-12-06 12:06:06.754 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.754 | 2016-12-06 12:06:06.754 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.754 | 2016-12-06 12:06:06.754 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.756 | 2016-12-06 12:06:06.754 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.756 | 2016-12-06 12:06:06.755 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.756 | 2016-12-06 12:06:06.755 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.756 | 2016-12-06 12:06:06.755 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.756 | 2016-12-06 12:06:06.755 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.756 | 2016-12-06 12:06:06.755 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.756 | 2016-12-06 12:06:06.755 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.756 | 2016-12-06 12:06:06.755 14088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:06:06.756 | 2016-12-06 12:06:06.756 14088 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:06:06.760 | 2016-12-06 12:06:06.760 14088 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:06:06.761 | 2016-12-06 12:06:06.760 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.761 | 2016-12-06 12:06:06.761 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.761 | 2016-12-06 12:06:06.761 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.761 | 2016-12-06 12:06:06.761 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.761 | 2016-12-06 12:06:06.761 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.761 | 2016-12-06 12:06:06.761 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.762 | 2016-12-06 12:06:06.762 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.762 | 2016-12-06 12:06:06.762 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.762 | 2016-12-06 12:06:06.762 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.762 | 2016-12-06 12:06:06.762 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.762 | 2016-12-06 12:06:06.762 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.763 | 2016-12-06 12:06:06.763 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.763 | 2016-12-06 12:06:06.763 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.763 | 2016-12-06 12:06:06.763 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.763 | 2016-12-06 12:06:06.763 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.763 | 2016-12-06 12:06:06.763 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.764 | 2016-12-06 12:06:06.763 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.764 | 2016-12-06 12:06:06.764 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.764 | 2016-12-06 12:06:06.764 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:06.764 | 2016-12-06 12:06:06.764 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:06.764 | 2016-12-06 12:06:06.764 14088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:06:06.765 | 2016-12-06 12:06:06.764 14088 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:06:06.769 | 2016-12-06 12:06:06.768 14088 INFO migrate.versioning.api [-] 0 -> 1... 2016-12-06 12:06:06.805 | 2016-12-06 12:06:06.805 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:06.805 | 2016-12-06 12:06:06.805 14088 INFO migrate.versioning.api [-] 1 -> 2... 2016-12-06 12:06:06.815 | 2016-12-06 12:06:06.815 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:06.815 | 2016-12-06 12:06:06.815 14088 INFO migrate.versioning.api [-] 2 -> 3... 2016-12-06 12:06:07.045 | 2016-12-06 12:06:07.044 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.045 | 2016-12-06 12:06:07.045 14088 INFO migrate.versioning.api [-] 3 -> 4... 2016-12-06 12:06:07.053 | 2016-12-06 12:06:07.053 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.053 | 2016-12-06 12:06:07.053 14088 INFO migrate.versioning.api [-] 4 -> 5... 2016-12-06 12:06:07.063 | 2016-12-06 12:06:07.063 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.063 | 2016-12-06 12:06:07.063 14088 INFO migrate.versioning.api [-] 5 -> 6... 2016-12-06 12:06:07.072 | 2016-12-06 12:06:07.072 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.072 | 2016-12-06 12:06:07.072 14088 INFO migrate.versioning.api [-] 6 -> 7... 2016-12-06 12:06:07.081 | 2016-12-06 12:06:07.081 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.081 | 2016-12-06 12:06:07.081 14088 INFO migrate.versioning.api [-] 7 -> 8... 2016-12-06 12:06:07.090 | 2016-12-06 12:06:07.089 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.090 | 2016-12-06 12:06:07.090 14088 INFO migrate.versioning.api [-] 8 -> 9... 2016-12-06 12:06:07.099 | 2016-12-06 12:06:07.099 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.099 | 2016-12-06 12:06:07.099 14088 INFO migrate.versioning.api [-] 9 -> 10... 2016-12-06 12:06:07.259 | 2016-12-06 12:06:07.259 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.260 | 2016-12-06 12:06:07.260 14088 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:06:07.260 | 2016-12-06 12:06:07.260 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.261 | 2016-12-06 12:06:07.261 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.261 | 2016-12-06 12:06:07.261 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.261 | 2016-12-06 12:06:07.261 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.261 | 2016-12-06 12:06:07.261 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.262 | 2016-12-06 12:06:07.261 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.262 | 2016-12-06 12:06:07.262 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.262 | 2016-12-06 12:06:07.262 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.262 | 2016-12-06 12:06:07.262 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.262 | 2016-12-06 12:06:07.262 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.263 | 2016-12-06 12:06:07.262 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.263 | 2016-12-06 12:06:07.263 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.263 | 2016-12-06 12:06:07.263 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.263 | 2016-12-06 12:06:07.263 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.263 | 2016-12-06 12:06:07.263 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.264 | 2016-12-06 12:06:07.263 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.264 | 2016-12-06 12:06:07.264 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.264 | 2016-12-06 12:06:07.264 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.264 | 2016-12-06 12:06:07.264 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.264 | 2016-12-06 12:06:07.264 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.265 | 2016-12-06 12:06:07.264 14088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:06:07.265 | 2016-12-06 12:06:07.265 14088 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:06:07.282 | 2016-12-06 12:06:07.282 14088 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:06:07.283 | 2016-12-06 12:06:07.282 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.283 | 2016-12-06 12:06:07.283 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.283 | 2016-12-06 12:06:07.283 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.283 | 2016-12-06 12:06:07.283 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.283 | 2016-12-06 12:06:07.283 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.284 | 2016-12-06 12:06:07.284 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.284 | 2016-12-06 12:06:07.284 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.284 | 2016-12-06 12:06:07.284 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.284 | 2016-12-06 12:06:07.284 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.284 | 2016-12-06 12:06:07.284 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.285 | 2016-12-06 12:06:07.285 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.285 | 2016-12-06 12:06:07.285 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.285 | 2016-12-06 12:06:07.285 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.285 | 2016-12-06 12:06:07.285 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.285 | 2016-12-06 12:06:07.285 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.286 | 2016-12-06 12:06:07.285 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.286 | 2016-12-06 12:06:07.286 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.286 | 2016-12-06 12:06:07.286 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.286 | 2016-12-06 12:06:07.286 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.286 | 2016-12-06 12:06:07.286 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.287 | 2016-12-06 12:06:07.286 14088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:06:07.287 | 2016-12-06 12:06:07.287 14088 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:06:07.287 | 2016-12-06 12:06:07.287 14088 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:06:07.287 | 2016-12-06 12:06:07.287 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.288 | 2016-12-06 12:06:07.287 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.288 | 2016-12-06 12:06:07.288 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.288 | 2016-12-06 12:06:07.288 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.288 | 2016-12-06 12:06:07.288 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.288 | 2016-12-06 12:06:07.288 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.289 | 2016-12-06 12:06:07.288 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.289 | 2016-12-06 12:06:07.289 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.289 | 2016-12-06 12:06:07.289 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.289 | 2016-12-06 12:06:07.289 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.289 | 2016-12-06 12:06:07.289 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.289 | 2016-12-06 12:06:07.289 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.290 | 2016-12-06 12:06:07.290 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.290 | 2016-12-06 12:06:07.290 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.290 | 2016-12-06 12:06:07.290 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.290 | 2016-12-06 12:06:07.290 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.290 | 2016-12-06 12:06:07.290 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.291 | 2016-12-06 12:06:07.291 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.291 | 2016-12-06 12:06:07.291 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.291 | 2016-12-06 12:06:07.291 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.291 | 2016-12-06 12:06:07.291 14088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:06:07.291 | 2016-12-06 12:06:07.291 14088 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:06:07.295 | 2016-12-06 12:06:07.295 14088 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:06:07.296 | 2016-12-06 12:06:07.295 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.296 | 2016-12-06 12:06:07.296 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.296 | 2016-12-06 12:06:07.296 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.296 | 2016-12-06 12:06:07.296 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.296 | 2016-12-06 12:06:07.296 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.297 | 2016-12-06 12:06:07.297 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.297 | 2016-12-06 12:06:07.297 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.297 | 2016-12-06 12:06:07.297 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.298 | 2016-12-06 12:06:07.298 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.298 | 2016-12-06 12:06:07.298 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.298 | 2016-12-06 12:06:07.298 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.298 | 2016-12-06 12:06:07.298 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.299 | 2016-12-06 12:06:07.298 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.299 | 2016-12-06 12:06:07.299 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.299 | 2016-12-06 12:06:07.299 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.300 | 2016-12-06 12:06:07.299 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.300 | 2016-12-06 12:06:07.300 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.300 | 2016-12-06 12:06:07.300 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.300 | 2016-12-06 12:06:07.300 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.300 | 2016-12-06 12:06:07.300 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.301 | 2016-12-06 12:06:07.300 14088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:06:07.301 | 2016-12-06 12:06:07.301 14088 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:06:07.305 | 2016-12-06 12:06:07.305 14088 INFO migrate.versioning.api [-] 0 -> 1... 2016-12-06 12:06:07.314 | 2016-12-06 12:06:07.313 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.314 | 2016-12-06 12:06:07.314 14088 INFO migrate.versioning.api [-] 1 -> 2... 2016-12-06 12:06:07.321 | 2016-12-06 12:06:07.321 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.321 | 2016-12-06 12:06:07.321 14088 INFO migrate.versioning.api [-] 2 -> 3... 2016-12-06 12:06:07.334 | 2016-12-06 12:06:07.333 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.334 | 2016-12-06 12:06:07.334 14088 INFO migrate.versioning.api [-] 3 -> 4... 2016-12-06 12:06:07.342 | 2016-12-06 12:06:07.342 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.342 | 2016-12-06 12:06:07.342 14088 INFO migrate.versioning.api [-] 4 -> 5... 2016-12-06 12:06:07.350 | 2016-12-06 12:06:07.350 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.350 | 2016-12-06 12:06:07.350 14088 INFO migrate.versioning.api [-] 5 -> 6... 2016-12-06 12:06:07.359 | 2016-12-06 12:06:07.359 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.359 | 2016-12-06 12:06:07.359 14088 INFO migrate.versioning.api [-] 6 -> 7... 2016-12-06 12:06:07.367 | 2016-12-06 12:06:07.367 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.367 | 2016-12-06 12:06:07.367 14088 INFO migrate.versioning.api [-] 7 -> 8... 2016-12-06 12:06:07.375 | 2016-12-06 12:06:07.375 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.375 | 2016-12-06 12:06:07.375 14088 INFO migrate.versioning.api [-] 8 -> 9... 2016-12-06 12:06:07.383 | 2016-12-06 12:06:07.383 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.383 | 2016-12-06 12:06:07.383 14088 INFO migrate.versioning.api [-] 9 -> 10... 2016-12-06 12:06:07.391 | 2016-12-06 12:06:07.391 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.392 | 2016-12-06 12:06:07.391 14088 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:06:07.392 | 2016-12-06 12:06:07.392 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.392 | 2016-12-06 12:06:07.392 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.392 | 2016-12-06 12:06:07.392 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.393 | 2016-12-06 12:06:07.393 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.393 | 2016-12-06 12:06:07.393 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.393 | 2016-12-06 12:06:07.393 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.393 | 2016-12-06 12:06:07.393 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.393 | 2016-12-06 12:06:07.393 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.394 | 2016-12-06 12:06:07.394 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.394 | 2016-12-06 12:06:07.394 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.394 | 2016-12-06 12:06:07.394 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.394 | 2016-12-06 12:06:07.394 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.394 | 2016-12-06 12:06:07.394 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.395 | 2016-12-06 12:06:07.395 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.395 | 2016-12-06 12:06:07.395 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.395 | 2016-12-06 12:06:07.395 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.395 | 2016-12-06 12:06:07.395 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.395 | 2016-12-06 12:06:07.395 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.396 | 2016-12-06 12:06:07.395 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.396 | 2016-12-06 12:06:07.396 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.396 | 2016-12-06 12:06:07.396 14088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:06:07.396 | 2016-12-06 12:06:07.396 14088 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:06:07.409 | 2016-12-06 12:06:07.409 14088 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:06:07.410 | 2016-12-06 12:06:07.410 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.410 | 2016-12-06 12:06:07.410 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.410 | 2016-12-06 12:06:07.410 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.411 | 2016-12-06 12:06:07.410 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.411 | 2016-12-06 12:06:07.411 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.411 | 2016-12-06 12:06:07.411 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.411 | 2016-12-06 12:06:07.411 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.411 | 2016-12-06 12:06:07.411 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.412 | 2016-12-06 12:06:07.411 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.412 | 2016-12-06 12:06:07.412 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.412 | 2016-12-06 12:06:07.412 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.412 | 2016-12-06 12:06:07.412 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.412 | 2016-12-06 12:06:07.412 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.413 | 2016-12-06 12:06:07.412 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.413 | 2016-12-06 12:06:07.413 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.413 | 2016-12-06 12:06:07.413 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.413 | 2016-12-06 12:06:07.413 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.413 | 2016-12-06 12:06:07.413 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.413 | 2016-12-06 12:06:07.413 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.414 | 2016-12-06 12:06:07.414 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.414 | 2016-12-06 12:06:07.414 14088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:06:07.414 | 2016-12-06 12:06:07.414 14088 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:06:07.414 | 2016-12-06 12:06:07.414 14088 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:06:07.415 | 2016-12-06 12:06:07.415 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.415 | 2016-12-06 12:06:07.415 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.415 | 2016-12-06 12:06:07.415 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.415 | 2016-12-06 12:06:07.415 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.415 | 2016-12-06 12:06:07.415 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.416 | 2016-12-06 12:06:07.416 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.416 | 2016-12-06 12:06:07.416 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.416 | 2016-12-06 12:06:07.416 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.416 | 2016-12-06 12:06:07.416 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.416 | 2016-12-06 12:06:07.416 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.417 | 2016-12-06 12:06:07.416 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.417 | 2016-12-06 12:06:07.417 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.417 | 2016-12-06 12:06:07.417 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.417 | 2016-12-06 12:06:07.417 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.417 | 2016-12-06 12:06:07.417 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.418 | 2016-12-06 12:06:07.417 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.418 | 2016-12-06 12:06:07.418 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.418 | 2016-12-06 12:06:07.418 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.418 | 2016-12-06 12:06:07.418 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.418 | 2016-12-06 12:06:07.418 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.418 | 2016-12-06 12:06:07.418 14088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:06:07.419 | 2016-12-06 12:06:07.419 14088 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:06:07.422 | 2016-12-06 12:06:07.422 14088 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:06:07.423 | 2016-12-06 12:06:07.423 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.423 | 2016-12-06 12:06:07.423 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.423 | 2016-12-06 12:06:07.423 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.423 | 2016-12-06 12:06:07.423 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.423 | 2016-12-06 12:06:07.423 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.424 | 2016-12-06 12:06:07.424 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.424 | 2016-12-06 12:06:07.424 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.424 | 2016-12-06 12:06:07.424 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.424 | 2016-12-06 12:06:07.424 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.424 | 2016-12-06 12:06:07.424 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.425 | 2016-12-06 12:06:07.425 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.425 | 2016-12-06 12:06:07.425 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.425 | 2016-12-06 12:06:07.425 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.425 | 2016-12-06 12:06:07.425 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.425 | 2016-12-06 12:06:07.425 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.426 | 2016-12-06 12:06:07.425 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.426 | 2016-12-06 12:06:07.426 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.426 | 2016-12-06 12:06:07.426 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.426 | 2016-12-06 12:06:07.426 14088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:06:07.426 | 2016-12-06 12:06:07.426 14088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:06:07.427 | 2016-12-06 12:06:07.426 14088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:06:07.427 | 2016-12-06 12:06:07.427 14088 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:06:07.431 | 2016-12-06 12:06:07.431 14088 INFO migrate.versioning.api [-] 0 -> 1... 2016-12-06 12:06:07.439 | 2016-12-06 12:06:07.439 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.439 | 2016-12-06 12:06:07.439 14088 INFO migrate.versioning.api [-] 1 -> 2... 2016-12-06 12:06:07.598 | 2016-12-06 12:06:07.598 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.598 | 2016-12-06 12:06:07.598 14088 INFO migrate.versioning.api [-] 2 -> 3... 2016-12-06 12:06:07.806 | 2016-12-06 12:06:07.806 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:07.807 | 2016-12-06 12:06:07.806 14088 INFO migrate.versioning.api [-] 3 -> 4... 2016-12-06 12:06:08.048 | 2016-12-06 12:06:08.048 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:08.048 | 2016-12-06 12:06:08.048 14088 INFO migrate.versioning.api [-] 4 -> 5... 2016-12-06 12:06:08.056 | 2016-12-06 12:06:08.056 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:08.056 | 2016-12-06 12:06:08.056 14088 INFO migrate.versioning.api [-] 5 -> 6... 2016-12-06 12:06:08.064 | 2016-12-06 12:06:08.064 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:08.065 | 2016-12-06 12:06:08.064 14088 INFO migrate.versioning.api [-] 6 -> 7... 2016-12-06 12:06:08.073 | 2016-12-06 12:06:08.073 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:08.073 | 2016-12-06 12:06:08.073 14088 INFO migrate.versioning.api [-] 7 -> 8... 2016-12-06 12:06:08.082 | 2016-12-06 12:06:08.082 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:08.082 | 2016-12-06 12:06:08.082 14088 INFO migrate.versioning.api [-] 8 -> 9... 2016-12-06 12:06:08.093 | 2016-12-06 12:06:08.092 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:08.093 | 2016-12-06 12:06:08.093 14088 INFO migrate.versioning.api [-] 9 -> 10... 2016-12-06 12:06:08.102 | 2016-12-06 12:06:08.102 14088 INFO migrate.versioning.api [-] done 2016-12-06 12:06:08.152 | +lib/keystone:init_keystone:497  [[ fernet == \p\k\i ]] 2016-12-06 12:06:08.156 | +lib/keystone:init_keystone:497  [[ fernet == \p\k\i\z ]] 2016-12-06 12:06:08.160 | +lib/keystone:init_keystone:502  [[ fernet == \f\e\r\n\e\t ]] 2016-12-06 12:06:08.164 | +lib/keystone:init_keystone:503  rm -rf /etc/keystone/fernet-keys/ 2016-12-06 12:06:08.169 | +lib/keystone:init_keystone:504  /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2016-12-06 12:06:08.977 | 2016-12-06 12:06:08.976 14114 INFO keystone.common.fernet_utils [-] key_repository does not appear to exist; attempting to create it 2016-12-06 12:06:08.977 | 2016-12-06 12:06:08.977 14114 INFO keystone.common.fernet_utils [-] Created a new key: /etc/keystone/fernet-keys/0 2016-12-06 12:06:08.978 | 2016-12-06 12:06:08.977 14114 INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2016-12-06 12:06:08.978 | 2016-12-06 12:06:08.978 14114 INFO keystone.common.fernet_utils [-] Current primary key is: 0 2016-12-06 12:06:08.978 | 2016-12-06 12:06:08.978 14114 INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2016-12-06 12:06:08.978 | 2016-12-06 12:06:08.978 14114 INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2016-12-06 12:06:08.979 | 2016-12-06 12:06:08.978 14114 INFO keystone.common.fernet_utils [-] Created a new key: /etc/keystone/fernet-keys/0 2016-12-06 12:06:09.021 | +lib/keystone:init_keystone:506  rm -rf /etc/keystone/credential-keys/ 2016-12-06 12:06:09.026 | +lib/keystone:init_keystone:507  /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2016-12-06 12:06:09.827 | 2016-12-06 12:06:09.826 14128 INFO keystone.common.fernet_utils [-] key_repository does not appear to exist; attempting to create it 2016-12-06 12:06:09.827 | 2016-12-06 12:06:09.827 14128 INFO keystone.common.fernet_utils [-] Created a new key: /etc/keystone/credential-keys/0 2016-12-06 12:06:09.828 | 2016-12-06 12:06:09.827 14128 INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2016-12-06 12:06:09.828 | 2016-12-06 12:06:09.828 14128 INFO keystone.common.fernet_utils [-] Current primary key is: 0 2016-12-06 12:06:09.828 | 2016-12-06 12:06:09.828 14128 INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2016-12-06 12:06:09.828 | 2016-12-06 12:06:09.828 14128 INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2016-12-06 12:06:09.829 | 2016-12-06 12:06:09.828 14128 INFO keystone.common.fernet_utils [-] Created a new key: /etc/keystone/credential-keys/0 2016-12-06 12:06:09.872 | +./stack.sh:main:1062  start_keystone 2016-12-06 12:06:09.875 | +lib/keystone:start_keystone:570  local service_port=5000 2016-12-06 12:06:09.879 | +lib/keystone:start_keystone:571  local auth_protocol=http 2016-12-06 12:06:09.883 | +lib/keystone:start_keystone:572  is_service_enabled tls-proxy 2016-12-06 12:06:09.905 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:06:09.909 | +lib/keystone:start_keystone:577  '[' mod_wsgi == mod_wsgi ']' 2016-12-06 12:06:09.913 | +lib/keystone:start_keystone:578  enable_apache_site keystone 2016-12-06 12:06:09.916 | +lib/apache:enable_apache_site:165  local site=keystone 2016-12-06 12:06:09.920 | +lib/apache:enable_apache_site:166  is_ubuntu 2016-12-06 12:06:09.923 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:06:09.926 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:06:09.930 | +lib/apache:enable_apache_site:167  sudo a2ensite keystone 2016-12-06 12:06:09.966 | Enabling site keystone. 2016-12-06 12:06:09.969 | To activate the new configuration, you need to run: 2016-12-06 12:06:09.969 | service apache2 reload 2016-12-06 12:06:09.973 | +lib/keystone:start_keystone:579  restart_apache_server 2016-12-06 12:06:09.977 | +lib/apache:restart_apache_server:210  time_start restart_apache_server 2016-12-06 12:06:09.981 | +functions-common:time_start:2384  local name=restart_apache_server 2016-12-06 12:06:09.984 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:06:09.988 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:06:09.993 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:06:09.998 | +functions-common:time_start:2389  _TIME_START[$name]=1481025969 2016-12-06 12:06:10.002 | +lib/apache:restart_apache_server:211  stop_service apache2 2016-12-06 12:06:10.005 | +functions-common:stop_service:2315  '[' -x /bin/systemctl ']' 2016-12-06 12:06:10.008 | +functions-common:stop_service:2316  sudo /bin/systemctl stop apache2 2016-12-06 12:06:11.140 | +lib/apache:restart_apache_server:212  sleep 3 2016-12-06 12:06:14.150 | +lib/apache:restart_apache_server:213  start_service apache2 2016-12-06 12:06:14.158 | +functions-common:start_service:2305  '[' -x /bin/systemctl ']' 2016-12-06 12:06:14.166 | +functions-common:start_service:2306  sudo /bin/systemctl start apache2 2016-12-06 12:06:15.290 | +lib/apache:restart_apache_server:214  time_stop restart_apache_server 2016-12-06 12:06:15.294 | +functions-common:time_stop:2398  local name 2016-12-06 12:06:15.297 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:06:15.300 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:06:15.304 | +functions-common:time_stop:2401  local total 2016-12-06 12:06:15.307 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:06:15.311 | +functions-common:time_stop:2404  name=restart_apache_server 2016-12-06 12:06:15.314 | +functions-common:time_stop:2405  start_time=1481025969 2016-12-06 12:06:15.318 | +functions-common:time_stop:2407  [[ -z 1481025969 ]] 2016-12-06 12:06:15.322 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:06:15.326 | +functions-common:time_stop:2410  end_time=1481025975 2016-12-06 12:06:15.329 | +functions-common:time_stop:2411  elapsed_time=6 2016-12-06 12:06:15.333 | +functions-common:time_stop:2412  total=0 2016-12-06 12:06:15.337 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:06:15.340 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=6 2016-12-06 12:06:15.345 | +lib/keystone:start_keystone:580  tail_log key /var/log/apache2/keystone.log 2016-12-06 12:06:15.348 | +functions-common:tail_log:1677  local name=key 2016-12-06 12:06:15.352 | +functions-common:tail_log:1678  local logfile=/var/log/apache2/keystone.log 2016-12-06 12:06:15.355 | +functions-common:tail_log:1680  [[ True = \T\r\u\e ]] 2016-12-06 12:06:15.359 | +functions-common:tail_log:1681  screen_process key 'sudo tail -f /var/log/apache2/keystone.log | sed '\''s/\\\\x1b/\o033/g'\''' 2016-12-06 12:06:15.362 | +functions-common:screen_process:1500  local name=key 2016-12-06 12:06:15.366 | +functions-common:screen_process:1501  local 'command=sudo tail -f /var/log/apache2/keystone.log | sed '\''s/\\\\x1b/\o033/g'\''' 2016-12-06 12:06:15.370 | +functions-common:screen_process:1502  local group= 2016-12-06 12:06:15.373 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:06:15.377 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:06:15.382 | +functions-common:screen_process:1507  screen -S stack -X screen -t key 2016-12-06 12:06:15.388 | +functions-common:screen_process:1509  local logfile=key.log.2016-12-06-120336 2016-12-06 12:06:15.391 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/key.log.2016-12-06-120336 2016-12-06 12:06:15.394 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:06:15.394 | LOGDIR: /opt/stack/logs 2016-12-06 12:06:15.397 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:06:15.397 | SCREEN_LOGDIR: 2016-12-06 12:06:15.401 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/key.log.2016-12-06-120336' 2016-12-06 12:06:15.401 | log: /opt/stack/logs/key.log.2016-12-06-120336 2016-12-06 12:06:15.404 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:06:15.407 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:06:15.410 | +functions-common:screen_process:1516  screen -S stack -p key -X logfile /opt/stack/logs/key.log.2016-12-06-120336 2016-12-06 12:06:15.415 | +functions-common:screen_process:1517  screen -S stack -p key -X log on 2016-12-06 12:06:15.420 | +functions-common:screen_process:1520  touch /opt/stack/logs/key.log.2016-12-06-120336 2016-12-06 12:06:15.424 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''key.log.2016-12-06-120336'\'' key.log' 2016-12-06 12:06:15.429 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:06:15.432 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:06:18.443 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:06:18.451 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:06:18.459 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:06:18.466 | +functions-common:screen_process:1553  screen_rc key 'sudo tail -f /var/log/apache2/keystone.log | sed '\''s/\\\\x1b/\o033/g'\''' 2016-12-06 12:06:18.472 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:06:18.477 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:06:18.483 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:06:18.489 | +functions-common:screen_rc:1574  grep key /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:06:18.497 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:06:18.504 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:06:18.510 | +functions-common:screen_rc:1576  echo 'screen -t key bash' 2016-12-06 12:06:18.515 | +functions-common:screen_rc:1577  echo 'stuff "sudo tail -f /var/log/apache2/keystone.log | sed '\''s/\\\\x1b/\o033/g'\'' "' 2016-12-06 12:06:18.520 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:06:18.524 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:06:18.529 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/key.log.2016-12-06-120336' 2016-12-06 12:06:18.534 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:06:18.539 | +functions-common:screen_process:1555  screen -S stack -p key -X stuff 'sudo tail -f /var/log/apache2/keystone.log | sed '\''s/\\\\x1b/\o033/g'\'' & echo $! >/opt/stack/status/stack/key.pid; fg || echo "key failed to start" | tee "/opt/stack/status/stack/key.failure" ' 2016-12-06 12:06:18.545 | +lib/keystone:start_keystone:581  tail_log key-access /var/log/apache2/keystone_access.log 2016-12-06 12:06:18.549 | +functions-common:tail_log:1677  local name=key-access 2016-12-06 12:06:18.553 | +functions-common:tail_log:1678  local logfile=/var/log/apache2/keystone_access.log 2016-12-06 12:06:18.557 | +functions-common:tail_log:1680  [[ True = \T\r\u\e ]] 2016-12-06 12:06:18.561 | +functions-common:tail_log:1681  screen_process key-access 'sudo tail -f /var/log/apache2/keystone_access.log | sed '\''s/\\\\x1b/\o033/g'\''' 2016-12-06 12:06:18.564 | +functions-common:screen_process:1500  local name=key-access 2016-12-06 12:06:18.568 | +functions-common:screen_process:1501  local 'command=sudo tail -f /var/log/apache2/keystone_access.log | sed '\''s/\\\\x1b/\o033/g'\''' 2016-12-06 12:06:18.572 | +functions-common:screen_process:1502  local group= 2016-12-06 12:06:18.576 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:06:18.579 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:06:18.582 | +functions-common:screen_process:1507  screen -S stack -X screen -t key-access 2016-12-06 12:06:18.587 | +functions-common:screen_process:1509  local logfile=key-access.log.2016-12-06-120336 2016-12-06 12:06:18.592 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/key-access.log.2016-12-06-120336 2016-12-06 12:06:18.596 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:06:18.596 | LOGDIR: /opt/stack/logs 2016-12-06 12:06:18.601 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:06:18.601 | SCREEN_LOGDIR: 2016-12-06 12:06:18.604 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/key-access.log.2016-12-06-120336' 2016-12-06 12:06:18.605 | log: /opt/stack/logs/key-access.log.2016-12-06-120336 2016-12-06 12:06:18.613 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:06:18.616 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:06:18.619 | +functions-common:screen_process:1516  screen -S stack -p key-access -X logfile /opt/stack/logs/key-access.log.2016-12-06-120336 2016-12-06 12:06:18.624 | +functions-common:screen_process:1517  screen -S stack -p key-access -X log on 2016-12-06 12:06:18.629 | +functions-common:screen_process:1520  touch /opt/stack/logs/key-access.log.2016-12-06-120336 2016-12-06 12:06:18.633 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''key-access.log.2016-12-06-120336'\'' key-access.log' 2016-12-06 12:06:18.638 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:06:18.641 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:06:21.653 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:06:21.661 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:06:21.668 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:06:21.674 | +functions-common:screen_process:1553  screen_rc key-access 'sudo tail -f /var/log/apache2/keystone_access.log | sed '\''s/\\\\x1b/\o033/g'\''' 2016-12-06 12:06:21.680 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:06:21.687 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:06:21.694 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:06:21.699 | +functions-common:screen_rc:1574  grep key-access /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:06:21.707 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:06:21.712 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:06:21.717 | +functions-common:screen_rc:1576  echo 'screen -t key-access bash' 2016-12-06 12:06:21.721 | +functions-common:screen_rc:1577  echo 'stuff "sudo tail -f /var/log/apache2/keystone_access.log | sed '\''s/\\\\x1b/\o033/g'\'' "' 2016-12-06 12:06:21.725 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:06:21.729 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:06:21.732 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/key-access.log.2016-12-06-120336' 2016-12-06 12:06:21.736 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:06:21.739 | +functions-common:screen_process:1555  screen -S stack -p key-access -X stuff 'sudo tail -f /var/log/apache2/keystone_access.log | sed '\''s/\\\\x1b/\o033/g'\'' & echo $! >/opt/stack/status/stack/key-access.pid; fg || echo "key-access failed to start" | tee "/opt/stack/status/stack/key-access.failure" ' 2016-12-06 12:06:21.747 | +lib/keystone:start_keystone:587  echo 'Waiting for keystone to start...' 2016-12-06 12:06:21.747 | Waiting for keystone to start... 2016-12-06 12:06:21.751 | +lib/keystone:start_keystone:593  local service_uri=http://10.42.0.106:5000/v3/ 2016-12-06 12:06:21.755 | +lib/keystone:start_keystone:594  '[' mod_wsgi == mod_wsgi ']' 2016-12-06 12:06:21.759 | +lib/keystone:start_keystone:595  service_uri=http://10.42.0.106/identity/v3/ 2016-12-06 12:06:21.763 | +lib/keystone:start_keystone:598  wait_for_service 60 http://10.42.0.106/identity/v3/ 2016-12-06 12:06:21.767 | +functions:wait_for_service:392  local timeout=60 2016-12-06 12:06:21.771 | +functions:wait_for_service:393  local url=http://10.42.0.106/identity/v3/ 2016-12-06 12:06:21.774 | +functions:wait_for_service:394  local rval=0 2016-12-06 12:06:21.779 | +functions:wait_for_service:395  time_start wait_for_service 2016-12-06 12:06:21.783 | +functions-common:time_start:2384  local name=wait_for_service 2016-12-06 12:06:21.787 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:06:21.790 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:06:21.795 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:06:21.798 | +functions-common:time_start:2389  _TIME_START[$name]=1481025981 2016-12-06 12:06:21.802 | +functions:wait_for_service:396  timeout 60 bash -x 2016-12-06 12:06:21.806 | ++::  curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.42.0.106/identity/v3/ 2016-12-06 12:06:25.002 | +::  [[ 200 == 503 ]] 2016-12-06 12:06:25.005 | +::  [[ 0 -eq 7 ]] 2016-12-06 12:06:25.009 | +functions:wait_for_service:401  time_stop wait_for_service 2016-12-06 12:06:25.012 | +functions-common:time_stop:2398  local name 2016-12-06 12:06:25.016 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:06:25.019 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:06:25.023 | +functions-common:time_stop:2401  local total 2016-12-06 12:06:25.026 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:06:25.030 | +functions-common:time_stop:2404  name=wait_for_service 2016-12-06 12:06:25.033 | +functions-common:time_stop:2405  start_time=1481025981 2016-12-06 12:06:25.036 | +functions-common:time_stop:2407  [[ -z 1481025981 ]] 2016-12-06 12:06:25.041 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:06:25.045 | +functions-common:time_stop:2410  end_time=1481025985 2016-12-06 12:06:25.048 | +functions-common:time_stop:2411  elapsed_time=4 2016-12-06 12:06:25.051 | +functions-common:time_stop:2412  total=0 2016-12-06 12:06:25.055 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:06:25.058 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=4 2016-12-06 12:06:25.061 | +functions:wait_for_service:402  return 0 2016-12-06 12:06:25.065 | +lib/keystone:start_keystone:603  is_service_enabled tls-proxy 2016-12-06 12:06:25.087 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:06:25.090 | +lib/keystone:start_keystone:609  restart_service memcached 2016-12-06 12:06:25.094 | +functions-common:restart_service:2282  '[' -x /bin/systemctl ']' 2016-12-06 12:06:25.098 | +functions-common:restart_service:2283  sudo /bin/systemctl restart memcached 2016-12-06 12:06:25.131 | +./stack.sh:main:1063  bootstrap_keystone 2016-12-06 12:06:25.135 | +lib/keystone:bootstrap_keystone:633  /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password passwd1 --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-admin-url http://10.42.0.106/identity_admin --bootstrap-public-url http://10.42.0.106/identity --bootstrap-internal-url http://10.42.0.106/identity 2016-12-06 12:06:26.564 | 2016-12-06 12:06:26.564 15098 DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.568 | 2016-12-06 12:06:26.568 15098 DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.676 | 2016-12-06 12:06:26.676 15098 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.676 | 2016-12-06 12:06:26.676 15098 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.677 | 2016-12-06 12:06:26.676 15098 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._access_token_callback` subscribed to event `identity.OS-OAUTH1:access_token.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.677 | 2016-12-06 12:06:26.677 15098 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._role_callback` subscribed to event `identity.role.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.677 | 2016-12-06 12:06:26.677 15098 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.677 | 2016-12-06 12:06:26.677 15098 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.677 | 2016-12-06 12:06:26.677 15098 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._role_assignment_callback` subscribed to event `identity.role_assignment.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.677 | 2016-12-06 12:06:26.677 15098 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.678 | 2016-12-06 12:06:26.677 15098 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.disabled`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.678 | 2016-12-06 12:06:26.678 15098 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._domain_callback` subscribed to event `identity.domain.disabled`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.678 | 2016-12-06 12:06:26.678 15098 DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.invalidate_user_tokens.internal`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.687 | 2016-12-06 12:06:26.687 15098 DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.689 | 2016-12-06 12:06:26.689 15098 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._trust_deleted_event_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.689 | 2016-12-06 12:06:26.689 15098 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_user_tokens_callback` subscribed to event `identity.user.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.690 | 2016-12-06 12:06:26.689 15098 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_domain_tokens_callback` subscribed to event `identity.domain.deleted`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.690 | 2016-12-06 12:06:26.690 15098 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_user_tokens_callback` subscribed to event `identity.user.disabled`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.690 | 2016-12-06 12:06:26.690 15098 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_domain_tokens_callback` subscribed to event `identity.domain.disabled`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.690 | 2016-12-06 12:06:26.690 15098 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_project_tokens_callback` subscribed to event `identity.project.disabled`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.690 | 2016-12-06 12:06:26.690 15098 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_user_tokens_callback` subscribed to event `identity.invalidate_user_tokens.internal`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.690 | 2016-12-06 12:06:26.690 15098 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_user_project_tokens_callback` subscribed to event `identity.invalidate_user_project_tokens.internal`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.691 | 2016-12-06 12:06:26.690 15098 DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_user_oauth_consumer_tokens_callback` subscribed to event `identity.invalidate_user_consumer_tokens.internal`. register_event_callback /opt/stack/keystone/keystone/notifications.py:230 2016-12-06 12:06:26.709 | 2016-12-06 12:06:26.709 15098 WARNING py.warnings [-] /usr/local/lib/python2.7/dist-packages/pymysql/cursors.py:166: Warning: (3090, u"Changing sql mode 'NO_AUTO_CREATE_USER' is deprecated. It will be removed in a future release.") 2016-12-06 12:06:26.709 | result = self._query(query) 2016-12-06 12:06:26.710 | 2016-12-06 12:06:26.711 | 2016-12-06 12:06:26.711 15098 DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION _check_effective_sql_mode /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/engines.py:261 2016-12-06 12:06:26.751 | 2016-12-06 12:06:26.751 15098 WARNING py.warnings [-] /usr/local/lib/python2.7/dist-packages/pycadf/identifier.py:60: UserWarning: Invalid uuid. To ensure interoperability, identifiersshould be a valid uuid. 2016-12-06 12:06:26.751 | warnings.warn('Invalid uuid. To ensure interoperability, identifiers' 2016-12-06 12:06:26.751 | 2016-12-06 12:06:26.780 | 2016-12-06 12:06:26.779 15098 INFO keystone.cmd.cli [req-8cc1b65c-80fc-403c-91a1-16edde49a2a1 - - - - -] Created domain default 2016-12-06 12:06:26.807 | 2016-12-06 12:06:26.807 15098 INFO keystone.cmd.cli [req-8cc1b65c-80fc-403c-91a1-16edde49a2a1 - - - - -] Created project admin 2016-12-06 12:06:26.821 | 2016-12-06 12:06:26.821 15098 DEBUG passlib.registry [req-8cc1b65c-80fc-403c-91a1-16edde49a2a1 - - - - -] registered 'sha512_crypt' handler: register_crypt_handler /usr/local/lib/python2.7/dist-packages/passlib/registry.py:294 2016-12-06 12:06:26.844 | 2016-12-06 12:06:26.844 15098 INFO keystone.cmd.cli [req-8cc1b65c-80fc-403c-91a1-16edde49a2a1 - - - - -] Created user admin 2016-12-06 12:06:26.856 | 2016-12-06 12:06:26.856 15098 INFO keystone.cmd.cli [req-8cc1b65c-80fc-403c-91a1-16edde49a2a1 - - - - -] Created role admin 2016-12-06 12:06:26.868 | 2016-12-06 12:06:26.868 15098 INFO keystone.cmd.cli [req-8cc1b65c-80fc-403c-91a1-16edde49a2a1 - - - - -] Granted admin on admin to user admin. 2016-12-06 12:06:26.883 | 2016-12-06 12:06:26.882 15098 INFO keystone.cmd.cli [req-8cc1b65c-80fc-403c-91a1-16edde49a2a1 - - - - -] Created region RegionOne 2016-12-06 12:06:26.914 | 2016-12-06 12:06:26.914 15098 INFO keystone.cmd.cli [req-8cc1b65c-80fc-403c-91a1-16edde49a2a1 - - - - -] Created admin endpoint http://10.42.0.106/identity_admin 2016-12-06 12:06:26.929 | 2016-12-06 12:06:26.929 15098 INFO keystone.cmd.cli [req-8cc1b65c-80fc-403c-91a1-16edde49a2a1 - - - - -] Created internal endpoint http://10.42.0.106/identity 2016-12-06 12:06:26.940 | 2016-12-06 12:06:26.940 15098 INFO keystone.cmd.cli [req-8cc1b65c-80fc-403c-91a1-16edde49a2a1 - - - - -] Created public endpoint http://10.42.0.106/identity 2016-12-06 12:06:26.943 | 2016-12-06 12:06:26.943 15098 INFO keystone.assignment.core [req-8cc1b65c-80fc-403c-91a1-16edde49a2a1 - - - - -] Creating the default role 9fe2ff9ee4384b1894a90878d3e92bab because it does not exist. 2016-12-06 12:06:27.023 | +./stack.sh:main:1066  create_keystone_accounts 2016-12-06 12:06:27.026 | +lib/keystone:create_keystone_accounts:371  local admin_project 2016-12-06 12:06:27.031 | ++lib/keystone:create_keystone_accounts:372  openstack project show admin -f value -c id 2016-12-06 12:06:41.324 | +lib/keystone:create_keystone_accounts:372  admin_project=52d498661a774bffbf6fe1b00960e6f8 2016-12-06 12:06:41.329 | +lib/keystone:create_keystone_accounts:373  local admin_user 2016-12-06 12:06:41.333 | ++lib/keystone:create_keystone_accounts:374  openstack user show admin -f value -c id 2016-12-06 12:06:46.067 | +lib/keystone:create_keystone_accounts:374  admin_user=9bab359fd4be45ea8ebab70c8ebfc3cf 2016-12-06 12:06:46.072 | +lib/keystone:create_keystone_accounts:375  local admin_role 2016-12-06 12:06:46.079 | ++lib/keystone:create_keystone_accounts:376  openstack role show admin -f value -c id 2016-12-06 12:06:47.781 | +lib/keystone:create_keystone_accounts:376  admin_role=68bf1ddb416e492d9036e1a5b5285e8c 2016-12-06 12:06:47.785 | +lib/keystone:create_keystone_accounts:378  get_or_add_user_domain_role 68bf1ddb416e492d9036e1a5b5285e8c 9bab359fd4be45ea8ebab70c8ebfc3cf default 2016-12-06 12:06:47.788 | +functions-common:get_or_add_user_domain_role:911  local user_role_id 2016-12-06 12:06:47.794 | ++functions-common:get_or_add_user_domain_role:918  openstack role assignment list --user 9bab359fd4be45ea8ebab70c8ebfc3cf --os-url=http://10.42.0.106/identity/v3 --os-identity-api-version=3 --domain default 2016-12-06 12:06:47.794 | ++functions-common:get_or_add_user_domain_role:918  grep ' 68bf1ddb416e492d9036e1a5b5285e8c ' 2016-12-06 12:06:47.794 | ++functions-common:get_or_add_user_domain_role:918  get_field 1 2016-12-06 12:06:47.799 | ++functions-common:get_field:699  local data field 2016-12-06 12:06:47.803 | ++functions-common:get_field:700  read data 2016-12-06 12:06:49.380 | +functions-common:get_or_add_user_domain_role:918  user_role_id= 2016-12-06 12:06:49.383 | +functions-common:get_or_add_user_domain_role:919  [[ -z '' ]] 2016-12-06 12:06:49.387 | +functions-common:get_or_add_user_domain_role:921  openstack role add 68bf1ddb416e492d9036e1a5b5285e8c --user 9bab359fd4be45ea8ebab70c8ebfc3cf --domain default --os-url=http://10.42.0.106/identity/v3 --os-identity-api-version=3 2016-12-06 12:06:50.986 | ++functions-common:get_or_add_user_domain_role:931  get_field 1 2016-12-06 12:06:50.986 | ++functions-common:get_or_add_user_domain_role:931  openstack role assignment list --user 9bab359fd4be45ea8ebab70c8ebfc3cf --os-url=http://10.42.0.106/identity/v3 --os-identity-api-version=3 --domain default 2016-12-06 12:06:50.987 | ++functions-common:get_or_add_user_domain_role:931  grep ' 68bf1ddb416e492d9036e1a5b5285e8c ' 2016-12-06 12:06:50.992 | ++functions-common:get_field:699  local data field 2016-12-06 12:06:50.996 | ++functions-common:get_field:700  read data 2016-12-06 12:06:52.612 | ++functions-common:get_field:701  '[' 1 -lt 0 ']' 2016-12-06 12:06:52.619 | ++functions-common:get_field:704  field='$2' 2016-12-06 12:06:52.625 | ++functions-common:get_field:706  echo '| 68bf1ddb416e492d9036e1a5b5285e8c | 9bab359fd4be45ea8ebab70c8ebfc3cf | | | default | False |' 2016-12-06 12:06:52.626 | ++functions-common:get_field:706  awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2016-12-06 12:06:52.635 | ++functions-common:get_field:700  read data 2016-12-06 12:06:52.642 | +functions-common:get_or_add_user_domain_role:931  user_role_id=68bf1ddb416e492d9036e1a5b5285e8c 2016-12-06 12:06:52.647 | +functions-common:get_or_add_user_domain_role:933  echo 68bf1ddb416e492d9036e1a5b5285e8c 2016-12-06 12:06:52.647 | 68bf1ddb416e492d9036e1a5b5285e8c 2016-12-06 12:06:52.651 | +lib/keystone:create_keystone_accounts:381  get_or_create_domain Default 2016-12-06 12:06:52.656 | +functions-common:get_or_create_domain:765  local domain_id 2016-12-06 12:06:52.663 | ++functions-common:get_or_create_domain:777  openstack domain show Default -f value -c id 2016-12-06 12:06:54.187 | +functions-common:get_or_create_domain:775  domain_id=default 2016-12-06 12:06:54.192 | +functions-common:get_or_create_domain:776  echo default 2016-12-06 12:06:54.192 | default 2016-12-06 12:06:54.196 | +lib/keystone:create_keystone_accounts:382  get_or_create_project service Default 2016-12-06 12:06:54.202 | +functions-common:get_or_create_project:820  local project_id 2016-12-06 12:06:54.208 | ++functions-common:get_or_create_project:828  openstack project create service --domain=Default --or-show -f value -c id 2016-12-06 12:06:55.908 | +functions-common:get_or_create_project:826  project_id=f763077919ad4e77bc1e820e9d579db3 2016-12-06 12:06:55.912 | +functions-common:get_or_create_project:827  echo f763077919ad4e77bc1e820e9d579db3 2016-12-06 12:06:55.912 | f763077919ad4e77bc1e820e9d579db3 2016-12-06 12:06:55.916 | +lib/keystone:create_keystone_accounts:385  get_or_create_role service 2016-12-06 12:06:55.920 | +functions-common:get_or_create_role:833  local role_id 2016-12-06 12:06:55.925 | ++functions-common:get_or_create_role:840  openstack role create service --or-show -f value -c id 2016-12-06 12:06:57.476 | +functions-common:get_or_create_role:838  role_id=1728afe756a94ca2a3e690c20d8ae7d7 2016-12-06 12:06:57.480 | +functions-common:get_or_create_role:839  echo 1728afe756a94ca2a3e690c20d8ae7d7 2016-12-06 12:06:57.480 | 1728afe756a94ca2a3e690c20d8ae7d7 2016-12-06 12:06:57.484 | +lib/keystone:create_keystone_accounts:391  get_or_create_role ResellerAdmin 2016-12-06 12:06:57.488 | +functions-common:get_or_create_role:833  local role_id 2016-12-06 12:06:57.493 | ++functions-common:get_or_create_role:840  openstack role create ResellerAdmin --or-show -f value -c id 2016-12-06 12:06:59.045 | +functions-common:get_or_create_role:838  role_id=9a44d128a41e42788ade8fbf7fd042cf 2016-12-06 12:06:59.049 | +functions-common:get_or_create_role:839  echo 9a44d128a41e42788ade8fbf7fd042cf 2016-12-06 12:06:59.049 | 9a44d128a41e42788ade8fbf7fd042cf 2016-12-06 12:06:59.052 | +lib/keystone:create_keystone_accounts:394  local member_role 2016-12-06 12:06:59.057 | ++lib/keystone:create_keystone_accounts:395  get_or_create_role Member 2016-12-06 12:06:59.062 | ++functions-common:get_or_create_role:833  local role_id 2016-12-06 12:06:59.067 | +++functions-common:get_or_create_role:840  openstack role create Member --or-show -f value -c id 2016-12-06 12:07:00.647 | ++functions-common:get_or_create_role:838  role_id=618fdb4665ee4adeaba264395a2d463c 2016-12-06 12:07:00.652 | ++functions-common:get_or_create_role:839  echo 618fdb4665ee4adeaba264395a2d463c 2016-12-06 12:07:00.656 | +lib/keystone:create_keystone_accounts:395  member_role=618fdb4665ee4adeaba264395a2d463c 2016-12-06 12:07:00.660 | +lib/keystone:create_keystone_accounts:399  local another_role 2016-12-06 12:07:00.665 | ++lib/keystone:create_keystone_accounts:400  get_or_create_role anotherrole 2016-12-06 12:07:00.671 | ++functions-common:get_or_create_role:833  local role_id 2016-12-06 12:07:00.677 | +++functions-common:get_or_create_role:840  openstack role create anotherrole --or-show -f value -c id 2016-12-06 12:07:02.228 | ++functions-common:get_or_create_role:838  role_id=c97453c563d64cbd8f12c89f677b58dc 2016-12-06 12:07:02.232 | ++functions-common:get_or_create_role:839  echo c97453c563d64cbd8f12c89f677b58dc 2016-12-06 12:07:02.236 | +lib/keystone:create_keystone_accounts:400  another_role=c97453c563d64cbd8f12c89f677b58dc 2016-12-06 12:07:02.239 | +lib/keystone:create_keystone_accounts:403  local invis_project 2016-12-06 12:07:02.244 | ++lib/keystone:create_keystone_accounts:404  get_or_create_project invisible_to_admin default 2016-12-06 12:07:02.248 | ++functions-common:get_or_create_project:820  local project_id 2016-12-06 12:07:02.253 | +++functions-common:get_or_create_project:828  openstack project create invisible_to_admin --domain=default --or-show -f value -c id 2016-12-06 12:07:03.795 | ++functions-common:get_or_create_project:826  project_id=7ce32dd58a864ce3866f5ea015048293 2016-12-06 12:07:03.802 | ++functions-common:get_or_create_project:827  echo 7ce32dd58a864ce3866f5ea015048293 2016-12-06 12:07:03.808 | +lib/keystone:create_keystone_accounts:404  invis_project=7ce32dd58a864ce3866f5ea015048293 2016-12-06 12:07:03.813 | +lib/keystone:create_keystone_accounts:407  local demo_project 2016-12-06 12:07:03.818 | ++lib/keystone:create_keystone_accounts:408  get_or_create_project demo default 2016-12-06 12:07:03.822 | ++functions-common:get_or_create_project:820  local project_id 2016-12-06 12:07:03.827 | +++functions-common:get_or_create_project:828  openstack project create demo --domain=default --or-show -f value -c id 2016-12-06 12:07:05.397 | ++functions-common:get_or_create_project:826  project_id=483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:05.406 | ++functions-common:get_or_create_project:827  echo 483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:05.412 | +lib/keystone:create_keystone_accounts:408  demo_project=483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:05.417 | +lib/keystone:create_keystone_accounts:409  local demo_user 2016-12-06 12:07:05.424 | ++lib/keystone:create_keystone_accounts:411  get_or_create_user demo passwd1 default demo@example.com 2016-12-06 12:07:05.430 | ++functions-common:get_or_create_user:797  local user_id 2016-12-06 12:07:05.436 | ++functions-common:get_or_create_user:798  [[ ! -z demo@example.com ]] 2016-12-06 12:07:05.442 | ++functions-common:get_or_create_user:799  local email=--email=demo@example.com 2016-12-06 12:07:05.449 | +++functions-common:get_or_create_user:815  openstack user create demo --password passwd1 --domain=default --email=demo@example.com --or-show -f value -c id 2016-12-06 12:07:07.043 | ++functions-common:get_or_create_user:813  user_id=9b9ea2458dbd4c809a07f493da6652bb 2016-12-06 12:07:07.051 | ++functions-common:get_or_create_user:814  echo 9b9ea2458dbd4c809a07f493da6652bb 2016-12-06 12:07:07.057 | +lib/keystone:create_keystone_accounts:411  demo_user=9b9ea2458dbd4c809a07f493da6652bb 2016-12-06 12:07:07.063 | +lib/keystone:create_keystone_accounts:413  get_or_add_user_project_role 618fdb4665ee4adeaba264395a2d463c 9b9ea2458dbd4c809a07f493da6652bb 483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:07.068 | +functions-common:get_or_add_user_project_role:861  local user_role_id 2016-12-06 12:07:07.074 | ++functions-common:get_or_add_user_project_role:863  _get_domain_args 2016-12-06 12:07:07.079 | ++functions-common:_get_domain_args:845  local domain 2016-12-06 12:07:07.085 | ++functions-common:_get_domain_args:846  domain= 2016-12-06 12:07:07.091 | ++functions-common:_get_domain_args:848  [[ -n '' ]] 2016-12-06 12:07:07.096 | ++functions-common:_get_domain_args:851  [[ -n '' ]] 2016-12-06 12:07:07.101 | ++functions-common:_get_domain_args:855  echo 2016-12-06 12:07:07.106 | +functions-common:get_or_add_user_project_role:863  domain_args= 2016-12-06 12:07:07.111 | ++functions-common:get_or_add_user_project_role:870  openstack role assignment list --user 9b9ea2458dbd4c809a07f493da6652bb --project 483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:07.112 | ++functions-common:get_or_add_user_project_role:870  grep ' 618fdb4665ee4adeaba264395a2d463c ' 2016-12-06 12:07:07.113 | ++functions-common:get_or_add_user_project_role:870  get_field 1 2016-12-06 12:07:07.118 | ++functions-common:get_field:699  local data field 2016-12-06 12:07:07.122 | ++functions-common:get_field:700  read data 2016-12-06 12:07:08.640 | +functions-common:get_or_add_user_project_role:870  user_role_id= 2016-12-06 12:07:08.645 | +functions-common:get_or_add_user_project_role:871  [[ -z '' ]] 2016-12-06 12:07:08.650 | +functions-common:get_or_add_user_project_role:873  openstack role add 618fdb4665ee4adeaba264395a2d463c --user 9b9ea2458dbd4c809a07f493da6652bb --project 483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:10.250 | ++functions-common:get_or_add_user_project_role:881  openstack role assignment list --user 9b9ea2458dbd4c809a07f493da6652bb --project 483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:10.250 | ++functions-common:get_or_add_user_project_role:881  grep ' 618fdb4665ee4adeaba264395a2d463c ' 2016-12-06 12:07:10.250 | ++functions-common:get_or_add_user_project_role:881  get_field 1 2016-12-06 12:07:10.255 | ++functions-common:get_field:699  local data field 2016-12-06 12:07:10.259 | ++functions-common:get_field:700  read data 2016-12-06 12:07:11.822 | ++functions-common:get_field:701  '[' 1 -lt 0 ']' 2016-12-06 12:07:11.827 | ++functions-common:get_field:704  field='$2' 2016-12-06 12:07:11.832 | ++functions-common:get_field:706  echo '| 618fdb4665ee4adeaba264395a2d463c | 9b9ea2458dbd4c809a07f493da6652bb | | 483ebd1adeaf449f88381aae3d98a984 | | False |' 2016-12-06 12:07:11.832 | ++functions-common:get_field:706  awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2016-12-06 12:07:11.840 | ++functions-common:get_field:700  read data 2016-12-06 12:07:11.843 | +functions-common:get_or_add_user_project_role:881  user_role_id=618fdb4665ee4adeaba264395a2d463c 2016-12-06 12:07:11.847 | +functions-common:get_or_add_user_project_role:883  echo 618fdb4665ee4adeaba264395a2d463c 2016-12-06 12:07:11.847 | 618fdb4665ee4adeaba264395a2d463c 2016-12-06 12:07:11.850 | +lib/keystone:create_keystone_accounts:414  get_or_add_user_project_role 68bf1ddb416e492d9036e1a5b5285e8c 9bab359fd4be45ea8ebab70c8ebfc3cf 483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:11.853 | +functions-common:get_or_add_user_project_role:861  local user_role_id 2016-12-06 12:07:11.858 | ++functions-common:get_or_add_user_project_role:863  _get_domain_args 2016-12-06 12:07:11.863 | ++functions-common:_get_domain_args:845  local domain 2016-12-06 12:07:11.868 | ++functions-common:_get_domain_args:846  domain= 2016-12-06 12:07:11.873 | ++functions-common:_get_domain_args:848  [[ -n '' ]] 2016-12-06 12:07:11.878 | ++functions-common:_get_domain_args:851  [[ -n '' ]] 2016-12-06 12:07:11.883 | ++functions-common:_get_domain_args:855  echo 2016-12-06 12:07:11.887 | +functions-common:get_or_add_user_project_role:863  domain_args= 2016-12-06 12:07:11.892 | ++functions-common:get_or_add_user_project_role:870  openstack role assignment list --user 9bab359fd4be45ea8ebab70c8ebfc3cf --project 483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:11.892 | ++functions-common:get_or_add_user_project_role:870  grep ' 68bf1ddb416e492d9036e1a5b5285e8c ' 2016-12-06 12:07:11.892 | ++functions-common:get_or_add_user_project_role:870  get_field 1 2016-12-06 12:07:11.896 | ++functions-common:get_field:699  local data field 2016-12-06 12:07:11.900 | ++functions-common:get_field:700  read data 2016-12-06 12:07:13.414 | +functions-common:get_or_add_user_project_role:870  user_role_id= 2016-12-06 12:07:13.418 | +functions-common:get_or_add_user_project_role:871  [[ -z '' ]] 2016-12-06 12:07:13.422 | +functions-common:get_or_add_user_project_role:873  openstack role add 68bf1ddb416e492d9036e1a5b5285e8c --user 9bab359fd4be45ea8ebab70c8ebfc3cf --project 483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:15.033 | ++functions-common:get_or_add_user_project_role:881  grep ' 68bf1ddb416e492d9036e1a5b5285e8c ' 2016-12-06 12:07:15.034 | ++functions-common:get_or_add_user_project_role:881  openstack role assignment list --user 9bab359fd4be45ea8ebab70c8ebfc3cf --project 483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:15.035 | ++functions-common:get_or_add_user_project_role:881  get_field 1 2016-12-06 12:07:15.039 | ++functions-common:get_field:699  local data field 2016-12-06 12:07:15.043 | ++functions-common:get_field:700  read data 2016-12-06 12:07:16.644 | ++functions-common:get_field:701  '[' 1 -lt 0 ']' 2016-12-06 12:07:16.649 | ++functions-common:get_field:704  field='$2' 2016-12-06 12:07:16.654 | ++functions-common:get_field:706  echo '| 68bf1ddb416e492d9036e1a5b5285e8c | 9bab359fd4be45ea8ebab70c8ebfc3cf | | 483ebd1adeaf449f88381aae3d98a984 | | False |' 2016-12-06 12:07:16.655 | ++functions-common:get_field:706  awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2016-12-06 12:07:16.661 | ++functions-common:get_field:700  read data 2016-12-06 12:07:16.666 | +functions-common:get_or_add_user_project_role:881  user_role_id=68bf1ddb416e492d9036e1a5b5285e8c 2016-12-06 12:07:16.669 | +functions-common:get_or_add_user_project_role:883  echo 68bf1ddb416e492d9036e1a5b5285e8c 2016-12-06 12:07:16.669 | 68bf1ddb416e492d9036e1a5b5285e8c 2016-12-06 12:07:16.673 | +lib/keystone:create_keystone_accounts:415  get_or_add_user_project_role c97453c563d64cbd8f12c89f677b58dc 9b9ea2458dbd4c809a07f493da6652bb 483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:16.676 | +functions-common:get_or_add_user_project_role:861  local user_role_id 2016-12-06 12:07:16.681 | ++functions-common:get_or_add_user_project_role:863  _get_domain_args 2016-12-06 12:07:16.685 | ++functions-common:_get_domain_args:845  local domain 2016-12-06 12:07:16.689 | ++functions-common:_get_domain_args:846  domain= 2016-12-06 12:07:16.693 | ++functions-common:_get_domain_args:848  [[ -n '' ]] 2016-12-06 12:07:16.697 | ++functions-common:_get_domain_args:851  [[ -n '' ]] 2016-12-06 12:07:16.701 | ++functions-common:_get_domain_args:855  echo 2016-12-06 12:07:16.704 | +functions-common:get_or_add_user_project_role:863  domain_args= 2016-12-06 12:07:16.709 | ++functions-common:get_or_add_user_project_role:870  openstack role assignment list --user 9b9ea2458dbd4c809a07f493da6652bb --project 483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:16.710 | ++functions-common:get_or_add_user_project_role:870  get_field 1 2016-12-06 12:07:16.712 | ++functions-common:get_or_add_user_project_role:870  grep ' c97453c563d64cbd8f12c89f677b58dc ' 2016-12-06 12:07:16.715 | ++functions-common:get_field:699  local data field 2016-12-06 12:07:16.719 | ++functions-common:get_field:700  read data 2016-12-06 12:07:18.260 | +functions-common:get_or_add_user_project_role:870  user_role_id= 2016-12-06 12:07:18.265 | +functions-common:get_or_add_user_project_role:871  [[ -z '' ]] 2016-12-06 12:07:18.270 | +functions-common:get_or_add_user_project_role:873  openstack role add c97453c563d64cbd8f12c89f677b58dc --user 9b9ea2458dbd4c809a07f493da6652bb --project 483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:19.852 | ++functions-common:get_or_add_user_project_role:881  openstack role assignment list --user 9b9ea2458dbd4c809a07f493da6652bb --project 483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:19.852 | ++functions-common:get_or_add_user_project_role:881  grep ' c97453c563d64cbd8f12c89f677b58dc ' 2016-12-06 12:07:19.854 | ++functions-common:get_or_add_user_project_role:881  get_field 1 2016-12-06 12:07:19.858 | ++functions-common:get_field:699  local data field 2016-12-06 12:07:19.862 | ++functions-common:get_field:700  read data 2016-12-06 12:07:21.468 | ++functions-common:get_field:701  '[' 1 -lt 0 ']' 2016-12-06 12:07:21.474 | ++functions-common:get_field:704  field='$2' 2016-12-06 12:07:21.478 | ++functions-common:get_field:706  echo '| c97453c563d64cbd8f12c89f677b58dc | 9b9ea2458dbd4c809a07f493da6652bb | | 483ebd1adeaf449f88381aae3d98a984 | | False |' 2016-12-06 12:07:21.478 | ++functions-common:get_field:706  awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2016-12-06 12:07:21.485 | ++functions-common:get_field:700  read data 2016-12-06 12:07:21.490 | +functions-common:get_or_add_user_project_role:881  user_role_id=c97453c563d64cbd8f12c89f677b58dc 2016-12-06 12:07:21.494 | +functions-common:get_or_add_user_project_role:883  echo c97453c563d64cbd8f12c89f677b58dc 2016-12-06 12:07:21.494 | c97453c563d64cbd8f12c89f677b58dc 2016-12-06 12:07:21.498 | +lib/keystone:create_keystone_accounts:416  get_or_add_user_project_role 618fdb4665ee4adeaba264395a2d463c 9b9ea2458dbd4c809a07f493da6652bb 7ce32dd58a864ce3866f5ea015048293 2016-12-06 12:07:21.501 | +functions-common:get_or_add_user_project_role:861  local user_role_id 2016-12-06 12:07:21.506 | ++functions-common:get_or_add_user_project_role:863  _get_domain_args 2016-12-06 12:07:21.510 | ++functions-common:_get_domain_args:845  local domain 2016-12-06 12:07:21.514 | ++functions-common:_get_domain_args:846  domain= 2016-12-06 12:07:21.519 | ++functions-common:_get_domain_args:848  [[ -n '' ]] 2016-12-06 12:07:21.523 | ++functions-common:_get_domain_args:851  [[ -n '' ]] 2016-12-06 12:07:21.527 | ++functions-common:_get_domain_args:855  echo 2016-12-06 12:07:21.530 | +functions-common:get_or_add_user_project_role:863  domain_args= 2016-12-06 12:07:21.536 | ++functions-common:get_or_add_user_project_role:870  get_field 1 2016-12-06 12:07:21.536 | ++functions-common:get_or_add_user_project_role:870  openstack role assignment list --user 9b9ea2458dbd4c809a07f493da6652bb --project 7ce32dd58a864ce3866f5ea015048293 2016-12-06 12:07:21.536 | ++functions-common:get_or_add_user_project_role:870  grep ' 618fdb4665ee4adeaba264395a2d463c ' 2016-12-06 12:07:21.540 | ++functions-common:get_field:699  local data field 2016-12-06 12:07:21.544 | ++functions-common:get_field:700  read data 2016-12-06 12:07:23.090 | +functions-common:get_or_add_user_project_role:870  user_role_id= 2016-12-06 12:07:23.093 | +functions-common:get_or_add_user_project_role:871  [[ -z '' ]] 2016-12-06 12:07:23.097 | +functions-common:get_or_add_user_project_role:873  openstack role add 618fdb4665ee4adeaba264395a2d463c --user 9b9ea2458dbd4c809a07f493da6652bb --project 7ce32dd58a864ce3866f5ea015048293 2016-12-06 12:07:24.759 | ++functions-common:get_or_add_user_project_role:881  openstack role assignment list --user 9b9ea2458dbd4c809a07f493da6652bb --project 7ce32dd58a864ce3866f5ea015048293 2016-12-06 12:07:24.759 | ++functions-common:get_or_add_user_project_role:881  grep ' 618fdb4665ee4adeaba264395a2d463c ' 2016-12-06 12:07:24.760 | ++functions-common:get_or_add_user_project_role:881  get_field 1 2016-12-06 12:07:24.766 | ++functions-common:get_field:699  local data field 2016-12-06 12:07:24.772 | ++functions-common:get_field:700  read data 2016-12-06 12:07:26.366 | ++functions-common:get_field:701  '[' 1 -lt 0 ']' 2016-12-06 12:07:26.371 | ++functions-common:get_field:704  field='$2' 2016-12-06 12:07:26.377 | ++functions-common:get_field:706  echo '| 618fdb4665ee4adeaba264395a2d463c | 9b9ea2458dbd4c809a07f493da6652bb | | 7ce32dd58a864ce3866f5ea015048293 | | False |' 2016-12-06 12:07:26.377 | ++functions-common:get_field:706  awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2016-12-06 12:07:26.382 | ++functions-common:get_field:700  read data 2016-12-06 12:07:26.386 | +functions-common:get_or_add_user_project_role:881  user_role_id=618fdb4665ee4adeaba264395a2d463c 2016-12-06 12:07:26.390 | +functions-common:get_or_add_user_project_role:883  echo 618fdb4665ee4adeaba264395a2d463c 2016-12-06 12:07:26.390 | 618fdb4665ee4adeaba264395a2d463c 2016-12-06 12:07:26.393 | +lib/keystone:create_keystone_accounts:419  local alt_demo_project 2016-12-06 12:07:26.397 | ++lib/keystone:create_keystone_accounts:420  get_or_create_project alt_demo default 2016-12-06 12:07:26.402 | ++functions-common:get_or_create_project:820  local project_id 2016-12-06 12:07:26.406 | +++functions-common:get_or_create_project:828  openstack project create alt_demo --domain=default --or-show -f value -c id 2016-12-06 12:07:28.007 | ++functions-common:get_or_create_project:826  project_id=8287706025c94c51b0d02847c4669447 2016-12-06 12:07:28.012 | ++functions-common:get_or_create_project:827  echo 8287706025c94c51b0d02847c4669447 2016-12-06 12:07:28.016 | +lib/keystone:create_keystone_accounts:420  alt_demo_project=8287706025c94c51b0d02847c4669447 2016-12-06 12:07:28.020 | +lib/keystone:create_keystone_accounts:421  local alt_demo_user 2016-12-06 12:07:28.026 | ++lib/keystone:create_keystone_accounts:423  get_or_create_user alt_demo passwd1 default alt_demo@example.com 2016-12-06 12:07:28.031 | ++functions-common:get_or_create_user:797  local user_id 2016-12-06 12:07:28.035 | ++functions-common:get_or_create_user:798  [[ ! -z alt_demo@example.com ]] 2016-12-06 12:07:28.039 | ++functions-common:get_or_create_user:799  local email=--email=alt_demo@example.com 2016-12-06 12:07:28.044 | +++functions-common:get_or_create_user:815  openstack user create alt_demo --password passwd1 --domain=default --email=alt_demo@example.com --or-show -f value -c id 2016-12-06 12:07:29.598 | ++functions-common:get_or_create_user:813  user_id=c423df30c0044171810ac70ce151d16e 2016-12-06 12:07:29.604 | ++functions-common:get_or_create_user:814  echo c423df30c0044171810ac70ce151d16e 2016-12-06 12:07:29.609 | +lib/keystone:create_keystone_accounts:423  alt_demo_user=c423df30c0044171810ac70ce151d16e 2016-12-06 12:07:29.612 | +lib/keystone:create_keystone_accounts:425  get_or_add_user_project_role 618fdb4665ee4adeaba264395a2d463c c423df30c0044171810ac70ce151d16e 8287706025c94c51b0d02847c4669447 2016-12-06 12:07:29.616 | +functions-common:get_or_add_user_project_role:861  local user_role_id 2016-12-06 12:07:29.624 | ++functions-common:get_or_add_user_project_role:863  _get_domain_args 2016-12-06 12:07:29.630 | ++functions-common:_get_domain_args:845  local domain 2016-12-06 12:07:29.636 | ++functions-common:_get_domain_args:846  domain= 2016-12-06 12:07:29.642 | ++functions-common:_get_domain_args:848  [[ -n '' ]] 2016-12-06 12:07:29.649 | ++functions-common:_get_domain_args:851  [[ -n '' ]] 2016-12-06 12:07:29.654 | ++functions-common:_get_domain_args:855  echo 2016-12-06 12:07:29.661 | +functions-common:get_or_add_user_project_role:863  domain_args= 2016-12-06 12:07:29.668 | ++functions-common:get_or_add_user_project_role:870  get_field 1 2016-12-06 12:07:29.668 | ++functions-common:get_or_add_user_project_role:870  openstack role assignment list --user c423df30c0044171810ac70ce151d16e --project 8287706025c94c51b0d02847c4669447 2016-12-06 12:07:29.669 | ++functions-common:get_or_add_user_project_role:870  grep ' 618fdb4665ee4adeaba264395a2d463c ' 2016-12-06 12:07:29.673 | ++functions-common:get_field:699  local data field 2016-12-06 12:07:29.676 | ++functions-common:get_field:700  read data 2016-12-06 12:07:31.289 | +functions-common:get_or_add_user_project_role:870  user_role_id= 2016-12-06 12:07:31.294 | +functions-common:get_or_add_user_project_role:871  [[ -z '' ]] 2016-12-06 12:07:31.300 | +functions-common:get_or_add_user_project_role:873  openstack role add 618fdb4665ee4adeaba264395a2d463c --user c423df30c0044171810ac70ce151d16e --project 8287706025c94c51b0d02847c4669447 2016-12-06 12:07:32.882 | ++functions-common:get_or_add_user_project_role:881  openstack role assignment list --user c423df30c0044171810ac70ce151d16e --project 8287706025c94c51b0d02847c4669447 2016-12-06 12:07:32.883 | ++functions-common:get_or_add_user_project_role:881  grep ' 618fdb4665ee4adeaba264395a2d463c ' 2016-12-06 12:07:32.883 | ++functions-common:get_or_add_user_project_role:881  get_field 1 2016-12-06 12:07:32.887 | ++functions-common:get_field:699  local data field 2016-12-06 12:07:32.891 | ++functions-common:get_field:700  read data 2016-12-06 12:07:34.470 | ++functions-common:get_field:701  '[' 1 -lt 0 ']' 2016-12-06 12:07:34.476 | ++functions-common:get_field:704  field='$2' 2016-12-06 12:07:34.482 | ++functions-common:get_field:706  echo '| 618fdb4665ee4adeaba264395a2d463c | c423df30c0044171810ac70ce151d16e | | 8287706025c94c51b0d02847c4669447 | | False |' 2016-12-06 12:07:34.482 | ++functions-common:get_field:706  awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2016-12-06 12:07:34.490 | ++functions-common:get_field:700  read data 2016-12-06 12:07:34.496 | +functions-common:get_or_add_user_project_role:881  user_role_id=618fdb4665ee4adeaba264395a2d463c 2016-12-06 12:07:34.500 | +functions-common:get_or_add_user_project_role:883  echo 618fdb4665ee4adeaba264395a2d463c 2016-12-06 12:07:34.500 | 618fdb4665ee4adeaba264395a2d463c 2016-12-06 12:07:34.504 | +lib/keystone:create_keystone_accounts:426  get_or_add_user_project_role 68bf1ddb416e492d9036e1a5b5285e8c 9bab359fd4be45ea8ebab70c8ebfc3cf 8287706025c94c51b0d02847c4669447 2016-12-06 12:07:34.509 | +functions-common:get_or_add_user_project_role:861  local user_role_id 2016-12-06 12:07:34.513 | ++functions-common:get_or_add_user_project_role:863  _get_domain_args 2016-12-06 12:07:34.518 | ++functions-common:_get_domain_args:845  local domain 2016-12-06 12:07:34.524 | ++functions-common:_get_domain_args:846  domain= 2016-12-06 12:07:34.529 | ++functions-common:_get_domain_args:848  [[ -n '' ]] 2016-12-06 12:07:34.534 | ++functions-common:_get_domain_args:851  [[ -n '' ]] 2016-12-06 12:07:34.539 | ++functions-common:_get_domain_args:855  echo 2016-12-06 12:07:34.543 | +functions-common:get_or_add_user_project_role:863  domain_args= 2016-12-06 12:07:34.548 | ++functions-common:get_or_add_user_project_role:870  openstack role assignment list --user 9bab359fd4be45ea8ebab70c8ebfc3cf --project 8287706025c94c51b0d02847c4669447 2016-12-06 12:07:34.548 | ++functions-common:get_or_add_user_project_role:870  grep ' 68bf1ddb416e492d9036e1a5b5285e8c ' 2016-12-06 12:07:34.549 | ++functions-common:get_or_add_user_project_role:870  get_field 1 2016-12-06 12:07:34.553 | ++functions-common:get_field:699  local data field 2016-12-06 12:07:34.557 | ++functions-common:get_field:700  read data 2016-12-06 12:07:36.113 | +functions-common:get_or_add_user_project_role:870  user_role_id= 2016-12-06 12:07:36.116 | +functions-common:get_or_add_user_project_role:871  [[ -z '' ]] 2016-12-06 12:07:36.120 | +functions-common:get_or_add_user_project_role:873  openstack role add 68bf1ddb416e492d9036e1a5b5285e8c --user 9bab359fd4be45ea8ebab70c8ebfc3cf --project 8287706025c94c51b0d02847c4669447 2016-12-06 12:07:37.692 | ++functions-common:get_or_add_user_project_role:881  grep ' 68bf1ddb416e492d9036e1a5b5285e8c ' 2016-12-06 12:07:37.693 | ++functions-common:get_or_add_user_project_role:881  openstack role assignment list --user 9bab359fd4be45ea8ebab70c8ebfc3cf --project 8287706025c94c51b0d02847c4669447 2016-12-06 12:07:37.694 | ++functions-common:get_or_add_user_project_role:881  get_field 1 2016-12-06 12:07:37.701 | ++functions-common:get_field:699  local data field 2016-12-06 12:07:37.705 | ++functions-common:get_field:700  read data 2016-12-06 12:07:39.262 | ++functions-common:get_field:701  '[' 1 -lt 0 ']' 2016-12-06 12:07:39.268 | ++functions-common:get_field:704  field='$2' 2016-12-06 12:07:39.273 | ++functions-common:get_field:706  awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2016-12-06 12:07:39.274 | ++functions-common:get_field:706  echo '| 68bf1ddb416e492d9036e1a5b5285e8c | 9bab359fd4be45ea8ebab70c8ebfc3cf | | 8287706025c94c51b0d02847c4669447 | | False |' 2016-12-06 12:07:39.283 | ++functions-common:get_field:700  read data 2016-12-06 12:07:39.288 | +functions-common:get_or_add_user_project_role:881  user_role_id=68bf1ddb416e492d9036e1a5b5285e8c 2016-12-06 12:07:39.293 | +functions-common:get_or_add_user_project_role:883  echo 68bf1ddb416e492d9036e1a5b5285e8c 2016-12-06 12:07:39.293 | 68bf1ddb416e492d9036e1a5b5285e8c 2016-12-06 12:07:39.297 | +lib/keystone:create_keystone_accounts:427  get_or_add_user_project_role c97453c563d64cbd8f12c89f677b58dc c423df30c0044171810ac70ce151d16e 8287706025c94c51b0d02847c4669447 2016-12-06 12:07:39.301 | +functions-common:get_or_add_user_project_role:861  local user_role_id 2016-12-06 12:07:39.306 | ++functions-common:get_or_add_user_project_role:863  _get_domain_args 2016-12-06 12:07:39.312 | ++functions-common:_get_domain_args:845  local domain 2016-12-06 12:07:39.319 | ++functions-common:_get_domain_args:846  domain= 2016-12-06 12:07:39.324 | ++functions-common:_get_domain_args:848  [[ -n '' ]] 2016-12-06 12:07:39.330 | ++functions-common:_get_domain_args:851  [[ -n '' ]] 2016-12-06 12:07:39.336 | ++functions-common:_get_domain_args:855  echo 2016-12-06 12:07:39.342 | +functions-common:get_or_add_user_project_role:863  domain_args= 2016-12-06 12:07:39.349 | ++functions-common:get_or_add_user_project_role:870  openstack role assignment list --user c423df30c0044171810ac70ce151d16e --project 8287706025c94c51b0d02847c4669447 2016-12-06 12:07:39.350 | ++functions-common:get_or_add_user_project_role:870  get_field 1 2016-12-06 12:07:39.350 | ++functions-common:get_or_add_user_project_role:870  grep ' c97453c563d64cbd8f12c89f677b58dc ' 2016-12-06 12:07:39.356 | ++functions-common:get_field:699  local data field 2016-12-06 12:07:39.361 | ++functions-common:get_field:700  read data 2016-12-06 12:07:40.898 | +functions-common:get_or_add_user_project_role:870  user_role_id= 2016-12-06 12:07:40.901 | +functions-common:get_or_add_user_project_role:871  [[ -z '' ]] 2016-12-06 12:07:40.905 | +functions-common:get_or_add_user_project_role:873  openstack role add c97453c563d64cbd8f12c89f677b58dc --user c423df30c0044171810ac70ce151d16e --project 8287706025c94c51b0d02847c4669447 2016-12-06 12:07:42.504 | ++functions-common:get_or_add_user_project_role:881  openstack role assignment list --user c423df30c0044171810ac70ce151d16e --project 8287706025c94c51b0d02847c4669447 2016-12-06 12:07:42.505 | ++functions-common:get_or_add_user_project_role:881  get_field 1 2016-12-06 12:07:42.506 | ++functions-common:get_or_add_user_project_role:881  grep ' c97453c563d64cbd8f12c89f677b58dc ' 2016-12-06 12:07:42.510 | ++functions-common:get_field:699  local data field 2016-12-06 12:07:42.515 | ++functions-common:get_field:700  read data 2016-12-06 12:07:44.055 | ++functions-common:get_field:701  '[' 1 -lt 0 ']' 2016-12-06 12:07:44.060 | ++functions-common:get_field:704  field='$2' 2016-12-06 12:07:44.064 | ++functions-common:get_field:706  echo '| c97453c563d64cbd8f12c89f677b58dc | c423df30c0044171810ac70ce151d16e | | 8287706025c94c51b0d02847c4669447 | | False |' 2016-12-06 12:07:44.065 | ++functions-common:get_field:706  awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2016-12-06 12:07:44.072 | ++functions-common:get_field:700  read data 2016-12-06 12:07:44.077 | +functions-common:get_or_add_user_project_role:881  user_role_id=c97453c563d64cbd8f12c89f677b58dc 2016-12-06 12:07:44.080 | +functions-common:get_or_add_user_project_role:883  echo c97453c563d64cbd8f12c89f677b58dc 2016-12-06 12:07:44.080 | c97453c563d64cbd8f12c89f677b58dc 2016-12-06 12:07:44.084 | +lib/keystone:create_keystone_accounts:430  local admin_group 2016-12-06 12:07:44.088 | ++lib/keystone:create_keystone_accounts:432  get_or_create_group admins default 'openstack admin group' 2016-12-06 12:07:44.092 | ++functions-common:get_or_create_group:782  local 'desc=openstack admin group' 2016-12-06 12:07:44.096 | ++functions-common:get_or_create_group:783  local group_id 2016-12-06 12:07:44.101 | +++functions-common:get_or_create_group:792  openstack group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2016-12-06 12:07:45.683 | ++functions-common:get_or_create_group:790  group_id=1c6669f02ae240769f94ba5fb9e1cfee 2016-12-06 12:07:45.690 | ++functions-common:get_or_create_group:791  echo 1c6669f02ae240769f94ba5fb9e1cfee 2016-12-06 12:07:45.697 | +lib/keystone:create_keystone_accounts:432  admin_group=1c6669f02ae240769f94ba5fb9e1cfee 2016-12-06 12:07:45.701 | +lib/keystone:create_keystone_accounts:433  local non_admin_group 2016-12-06 12:07:45.708 | ++lib/keystone:create_keystone_accounts:435  get_or_create_group nonadmins default 'non-admin group' 2016-12-06 12:07:45.716 | ++functions-common:get_or_create_group:782  local 'desc=non-admin group' 2016-12-06 12:07:45.721 | ++functions-common:get_or_create_group:783  local group_id 2016-12-06 12:07:45.726 | +++functions-common:get_or_create_group:792  openstack group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2016-12-06 12:07:47.327 | ++functions-common:get_or_create_group:790  group_id=66e491f925084eee88137eff9e1b8c50 2016-12-06 12:07:47.332 | ++functions-common:get_or_create_group:791  echo 66e491f925084eee88137eff9e1b8c50 2016-12-06 12:07:47.337 | +lib/keystone:create_keystone_accounts:435  non_admin_group=66e491f925084eee88137eff9e1b8c50 2016-12-06 12:07:47.341 | +lib/keystone:create_keystone_accounts:437  get_or_add_group_project_role 618fdb4665ee4adeaba264395a2d463c 66e491f925084eee88137eff9e1b8c50 483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:47.345 | +functions-common:get_or_add_group_project_role:939  local group_role_id 2016-12-06 12:07:47.352 | ++functions-common:get_or_add_group_project_role:944  openstack role assignment list --group 66e491f925084eee88137eff9e1b8c50 --project 483ebd1adeaf449f88381aae3d98a984 -f value 2016-12-06 12:07:48.985 | +functions-common:get_or_add_group_project_role:944  group_role_id= 2016-12-06 12:07:48.990 | +functions-common:get_or_add_group_project_role:945  [[ -z '' ]] 2016-12-06 12:07:48.995 | +functions-common:get_or_add_group_project_role:947  openstack role add 618fdb4665ee4adeaba264395a2d463c --group 66e491f925084eee88137eff9e1b8c50 --project 483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:50.550 | ++functions-common:get_or_add_group_project_role:953  openstack role assignment list --group 66e491f925084eee88137eff9e1b8c50 --project 483ebd1adeaf449f88381aae3d98a984 -f value 2016-12-06 12:07:52.134 | +functions-common:get_or_add_group_project_role:953  group_role_id='618fdb4665ee4adeaba264395a2d463c 66e491f925084eee88137eff9e1b8c50 483ebd1adeaf449f88381aae3d98a984 False' 2016-12-06 12:07:52.138 | +functions-common:get_or_add_group_project_role:955  echo 618fdb4665ee4adeaba264395a2d463c 66e491f925084eee88137eff9e1b8c50 483ebd1adeaf449f88381aae3d98a984 False 2016-12-06 12:07:52.138 | 618fdb4665ee4adeaba264395a2d463c 66e491f925084eee88137eff9e1b8c50 483ebd1adeaf449f88381aae3d98a984 False 2016-12-06 12:07:52.141 | +lib/keystone:create_keystone_accounts:438  get_or_add_group_project_role c97453c563d64cbd8f12c89f677b58dc 66e491f925084eee88137eff9e1b8c50 483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:07:52.145 | +functions-common:get_or_add_group_project_role:939  local group_role_id 2016-12-06 12:07:52.149 | ++functions-common:get_or_add_group_project_role:944  openstack role assignment list --group 66e491f925084eee88137eff9e1b8c50 --project 483ebd1adeaf449f88381aae3d98a984 -f value 2016-12-06 12:07:53.756 | +functions-common:get_or_add_group_project_role:944  group_role_id='618fdb4665ee4adeaba264395a2d463c 66e491f925084eee88137eff9e1b8c50 483ebd1adeaf449f88381aae3d98a984 False' 2016-12-06 12:07:53.761 | +functions-common:get_or_add_group_project_role:945  [[ -z 618fdb4665ee4adeaba264395a2d463c 66e491f925084eee88137eff9e1b8c50 483ebd1adeaf449f88381aae3d98a984 False ]] 2016-12-06 12:07:53.765 | +functions-common:get_or_add_group_project_role:955  echo 618fdb4665ee4adeaba264395a2d463c 66e491f925084eee88137eff9e1b8c50 483ebd1adeaf449f88381aae3d98a984 False 2016-12-06 12:07:53.765 | 618fdb4665ee4adeaba264395a2d463c 66e491f925084eee88137eff9e1b8c50 483ebd1adeaf449f88381aae3d98a984 False 2016-12-06 12:07:53.769 | +lib/keystone:create_keystone_accounts:439  get_or_add_group_project_role 618fdb4665ee4adeaba264395a2d463c 66e491f925084eee88137eff9e1b8c50 8287706025c94c51b0d02847c4669447 2016-12-06 12:07:53.774 | +functions-common:get_or_add_group_project_role:939  local group_role_id 2016-12-06 12:07:53.780 | ++functions-common:get_or_add_group_project_role:944  openstack role assignment list --group 66e491f925084eee88137eff9e1b8c50 --project 8287706025c94c51b0d02847c4669447 -f value 2016-12-06 12:07:55.342 | +functions-common:get_or_add_group_project_role:944  group_role_id= 2016-12-06 12:07:55.347 | +functions-common:get_or_add_group_project_role:945  [[ -z '' ]] 2016-12-06 12:07:55.352 | +functions-common:get_or_add_group_project_role:947  openstack role add 618fdb4665ee4adeaba264395a2d463c --group 66e491f925084eee88137eff9e1b8c50 --project 8287706025c94c51b0d02847c4669447 2016-12-06 12:07:56.971 | ++functions-common:get_or_add_group_project_role:953  openstack role assignment list --group 66e491f925084eee88137eff9e1b8c50 --project 8287706025c94c51b0d02847c4669447 -f value 2016-12-06 12:07:58.565 | +functions-common:get_or_add_group_project_role:953  group_role_id='618fdb4665ee4adeaba264395a2d463c 66e491f925084eee88137eff9e1b8c50 8287706025c94c51b0d02847c4669447 False' 2016-12-06 12:07:58.569 | +functions-common:get_or_add_group_project_role:955  echo 618fdb4665ee4adeaba264395a2d463c 66e491f925084eee88137eff9e1b8c50 8287706025c94c51b0d02847c4669447 False 2016-12-06 12:07:58.569 | 618fdb4665ee4adeaba264395a2d463c 66e491f925084eee88137eff9e1b8c50 8287706025c94c51b0d02847c4669447 False 2016-12-06 12:07:58.574 | +lib/keystone:create_keystone_accounts:440  get_or_add_group_project_role c97453c563d64cbd8f12c89f677b58dc 66e491f925084eee88137eff9e1b8c50 8287706025c94c51b0d02847c4669447 2016-12-06 12:07:58.581 | +functions-common:get_or_add_group_project_role:939  local group_role_id 2016-12-06 12:07:58.589 | ++functions-common:get_or_add_group_project_role:944  openstack role assignment list --group 66e491f925084eee88137eff9e1b8c50 --project 8287706025c94c51b0d02847c4669447 -f value 2016-12-06 12:08:00.214 | +functions-common:get_or_add_group_project_role:944  group_role_id='618fdb4665ee4adeaba264395a2d463c 66e491f925084eee88137eff9e1b8c50 8287706025c94c51b0d02847c4669447 False' 2016-12-06 12:08:00.220 | +functions-common:get_or_add_group_project_role:945  [[ -z 618fdb4665ee4adeaba264395a2d463c 66e491f925084eee88137eff9e1b8c50 8287706025c94c51b0d02847c4669447 False ]] 2016-12-06 12:08:00.224 | +functions-common:get_or_add_group_project_role:955  echo 618fdb4665ee4adeaba264395a2d463c 66e491f925084eee88137eff9e1b8c50 8287706025c94c51b0d02847c4669447 False 2016-12-06 12:08:00.224 | 618fdb4665ee4adeaba264395a2d463c 66e491f925084eee88137eff9e1b8c50 8287706025c94c51b0d02847c4669447 False 2016-12-06 12:08:00.228 | +lib/keystone:create_keystone_accounts:441  get_or_add_group_project_role 68bf1ddb416e492d9036e1a5b5285e8c 1c6669f02ae240769f94ba5fb9e1cfee 52d498661a774bffbf6fe1b00960e6f8 2016-12-06 12:08:00.232 | +functions-common:get_or_add_group_project_role:939  local group_role_id 2016-12-06 12:08:00.238 | ++functions-common:get_or_add_group_project_role:944  openstack role assignment list --group 1c6669f02ae240769f94ba5fb9e1cfee --project 52d498661a774bffbf6fe1b00960e6f8 -f value 2016-12-06 12:08:01.788 | +functions-common:get_or_add_group_project_role:944  group_role_id= 2016-12-06 12:08:01.792 | +functions-common:get_or_add_group_project_role:945  [[ -z '' ]] 2016-12-06 12:08:01.797 | +functions-common:get_or_add_group_project_role:947  openstack role add 68bf1ddb416e492d9036e1a5b5285e8c --group 1c6669f02ae240769f94ba5fb9e1cfee --project 52d498661a774bffbf6fe1b00960e6f8 2016-12-06 12:08:03.417 | ++functions-common:get_or_add_group_project_role:953  openstack role assignment list --group 1c6669f02ae240769f94ba5fb9e1cfee --project 52d498661a774bffbf6fe1b00960e6f8 -f value 2016-12-06 12:08:05.015 | +functions-common:get_or_add_group_project_role:953  group_role_id='68bf1ddb416e492d9036e1a5b5285e8c 1c6669f02ae240769f94ba5fb9e1cfee 52d498661a774bffbf6fe1b00960e6f8 False' 2016-12-06 12:08:05.019 | +functions-common:get_or_add_group_project_role:955  echo 68bf1ddb416e492d9036e1a5b5285e8c 1c6669f02ae240769f94ba5fb9e1cfee 52d498661a774bffbf6fe1b00960e6f8 False 2016-12-06 12:08:05.019 | 68bf1ddb416e492d9036e1a5b5285e8c 1c6669f02ae240769f94ba5fb9e1cfee 52d498661a774bffbf6fe1b00960e6f8 False 2016-12-06 12:08:05.023 | +./stack.sh:main:1067  create_nova_accounts 2016-12-06 12:08:05.026 | +lib/nova:create_nova_accounts:393  [[ key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api =~ n-api ]] 2016-12-06 12:08:05.030 | +lib/nova:create_nova_accounts:397  create_service_user nova admin 2016-12-06 12:08:05.033 | +lib/keystone:create_service_user:452  local role=admin 2016-12-06 12:08:05.037 | +lib/keystone:create_service_user:454  get_or_create_user nova passwd4 Default 2016-12-06 12:08:05.041 | +functions-common:get_or_create_user:797  local user_id 2016-12-06 12:08:05.045 | +functions-common:get_or_create_user:798  [[ ! -z '' ]] 2016-12-06 12:08:05.048 | +functions-common:get_or_create_user:801  local email= 2016-12-06 12:08:05.054 | ++functions-common:get_or_create_user:815  openstack user create nova --password passwd4 --domain=Default --or-show -f value -c id 2016-12-06 12:08:06.679 | +functions-common:get_or_create_user:813  user_id=de9976f3679b45ee9cc745ba1a88094a 2016-12-06 12:08:06.685 | +functions-common:get_or_create_user:814  echo de9976f3679b45ee9cc745ba1a88094a 2016-12-06 12:08:06.685 | de9976f3679b45ee9cc745ba1a88094a 2016-12-06 12:08:06.689 | +lib/keystone:create_service_user:455  get_or_add_user_project_role admin nova service Default Default 2016-12-06 12:08:06.693 | +functions-common:get_or_add_user_project_role:861  local user_role_id 2016-12-06 12:08:06.699 | ++functions-common:get_or_add_user_project_role:863  _get_domain_args Default Default 2016-12-06 12:08:06.705 | ++functions-common:_get_domain_args:845  local domain 2016-12-06 12:08:06.710 | ++functions-common:_get_domain_args:846  domain= 2016-12-06 12:08:06.716 | ++functions-common:_get_domain_args:848  [[ -n Default ]] 2016-12-06 12:08:06.721 | ++functions-common:_get_domain_args:849  domain=' --user-domain Default' 2016-12-06 12:08:06.726 | ++functions-common:_get_domain_args:851  [[ -n Default ]] 2016-12-06 12:08:06.730 | ++functions-common:_get_domain_args:852  domain=' --user-domain Default --project-domain Default' 2016-12-06 12:08:06.735 | ++functions-common:_get_domain_args:855  echo --user-domain Default --project-domain Default 2016-12-06 12:08:06.740 | +functions-common:get_or_add_user_project_role:863  domain_args='--user-domain Default --project-domain Default' 2016-12-06 12:08:06.745 | ++functions-common:get_or_add_user_project_role:870  openstack role assignment list --user nova --project service --user-domain Default --project-domain Default 2016-12-06 12:08:06.745 | ++functions-common:get_or_add_user_project_role:870  grep ' admin ' 2016-12-06 12:08:06.746 | ++functions-common:get_or_add_user_project_role:870  get_field 1 2016-12-06 12:08:06.750 | ++functions-common:get_field:699  local data field 2016-12-06 12:08:06.754 | ++functions-common:get_field:700  read data 2016-12-06 12:08:08.470 | +functions-common:get_or_add_user_project_role:870  user_role_id= 2016-12-06 12:08:08.473 | +functions-common:get_or_add_user_project_role:871  [[ -z '' ]] 2016-12-06 12:08:08.477 | +functions-common:get_or_add_user_project_role:873  openstack role add admin --user nova --project service --user-domain Default --project-domain Default 2016-12-06 12:08:10.272 | ++functions-common:get_or_add_user_project_role:881  get_field 1 2016-12-06 12:08:10.272 | ++functions-common:get_or_add_user_project_role:881  grep ' admin ' 2016-12-06 12:08:10.273 | ++functions-common:get_or_add_user_project_role:881  openstack role assignment list --user nova --project service --user-domain Default --project-domain Default 2016-12-06 12:08:10.277 | ++functions-common:get_field:699  local data field 2016-12-06 12:08:10.281 | ++functions-common:get_field:700  read data 2016-12-06 12:08:11.998 | +functions-common:get_or_add_user_project_role:881  user_role_id= 2016-12-06 12:08:12.003 | +functions-common:get_or_add_user_project_role:883  echo 2016-12-06 12:08:12.003 | 2016-12-06 12:08:12.007 | +lib/nova:create_nova_accounts:399  local nova_api_url 2016-12-06 12:08:12.011 | +lib/nova:create_nova_accounts:400  [[ False == \F\a\l\s\e ]] 2016-12-06 12:08:12.015 | +lib/nova:create_nova_accounts:401  nova_api_url=http://10.42.0.106:8774 2016-12-06 12:08:12.018 | +lib/nova:create_nova_accounts:406  get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2016-12-06 12:08:12.022 | +functions-common:get_or_create_service:961  local service_id 2016-12-06 12:08:12.027 | ++functions-common:get_or_create_service:974  openstack service show compute_legacy -f value -c id 2016-12-06 12:08:13.537 | ++functions-common:get_or_create_service:976  openstack service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2016-12-06 12:08:15.063 | +functions-common:get_or_create_service:972  service_id=747b47dd93d44090a83cf21ff1d44dbf 2016-12-06 12:08:15.066 | +functions-common:get_or_create_service:973  echo 747b47dd93d44090a83cf21ff1d44dbf 2016-12-06 12:08:15.066 | 747b47dd93d44090a83cf21ff1d44dbf 2016-12-06 12:08:15.069 | +lib/nova:create_nova_accounts:408  get_or_create_endpoint compute_legacy RegionOne 'http://10.42.0.106:8774/v2/$(project_id)s' 'http://10.42.0.106:8774/v2/$(project_id)s' 'http://10.42.0.106:8774/v2/$(project_id)s' 2016-12-06 12:08:15.073 | +functions-common:get_or_create_endpoint:1005  local public_id 2016-12-06 12:08:15.077 | ++functions-common:get_or_create_endpoint:1006  _get_or_create_endpoint_with_interface compute_legacy public 'http://10.42.0.106:8774/v2/$(project_id)s' RegionOne 2016-12-06 12:08:15.081 | ++functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:08:15.086 | +++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2016-12-06 12:08:16.679 | ++functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:08:16.684 | ++functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:08:16.690 | +++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create compute_legacy public 'http://10.42.0.106:8774/v2/$(project_id)s' --region RegionOne -f value -c id 2016-12-06 12:08:18.274 | ++functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=2b86da7396ed44b89bcc64a934c023bf 2016-12-06 12:08:18.278 | ++functions-common:_get_or_create_endpoint_with_interface:991  echo 2b86da7396ed44b89bcc64a934c023bf 2016-12-06 12:08:18.283 | +functions-common:get_or_create_endpoint:1006  public_id=2b86da7396ed44b89bcc64a934c023bf 2016-12-06 12:08:18.287 | +functions-common:get_or_create_endpoint:1007  _get_or_create_endpoint_with_interface compute_legacy admin 'http://10.42.0.106:8774/v2/$(project_id)s' RegionOne 2016-12-06 12:08:18.292 | +functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:08:18.298 | ++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service compute_legacy --interface admin --region RegionOne -c ID -f value 2016-12-06 12:08:19.846 | +functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:08:19.850 | +functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:08:19.854 | ++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create compute_legacy admin 'http://10.42.0.106:8774/v2/$(project_id)s' --region RegionOne -f value -c id 2016-12-06 12:08:21.479 | +functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=c2d2b5231d3d46e2ac3cfa51b786fa65 2016-12-06 12:08:21.484 | +functions-common:_get_or_create_endpoint_with_interface:991  echo c2d2b5231d3d46e2ac3cfa51b786fa65 2016-12-06 12:08:21.484 | c2d2b5231d3d46e2ac3cfa51b786fa65 2016-12-06 12:08:21.489 | +functions-common:get_or_create_endpoint:1008  _get_or_create_endpoint_with_interface compute_legacy internal 'http://10.42.0.106:8774/v2/$(project_id)s' RegionOne 2016-12-06 12:08:21.493 | +functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:08:21.500 | ++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service compute_legacy --interface internal --region RegionOne -c ID -f value 2016-12-06 12:08:23.050 | +functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:08:23.054 | +functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:08:23.061 | ++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create compute_legacy internal 'http://10.42.0.106:8774/v2/$(project_id)s' --region RegionOne -f value -c id 2016-12-06 12:08:24.779 | +functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=38d3ec2ef5e740148a3f044a596182db 2016-12-06 12:08:24.787 | +functions-common:_get_or_create_endpoint_with_interface:991  echo 38d3ec2ef5e740148a3f044a596182db 2016-12-06 12:08:24.787 | 38d3ec2ef5e740148a3f044a596182db 2016-12-06 12:08:24.793 | +functions-common:get_or_create_endpoint:1011  echo 2b86da7396ed44b89bcc64a934c023bf 2016-12-06 12:08:24.793 | 2b86da7396ed44b89bcc64a934c023bf 2016-12-06 12:08:24.798 | +lib/nova:create_nova_accounts:414  get_or_create_service nova compute 'Nova Compute Service' 2016-12-06 12:08:24.803 | +functions-common:get_or_create_service:961  local service_id 2016-12-06 12:08:24.811 | ++functions-common:get_or_create_service:974  openstack service show compute -f value -c id 2016-12-06 12:08:26.393 | ++functions-common:get_or_create_service:976  openstack service create compute --name nova '--description=Nova Compute Service' -f value -c id 2016-12-06 12:08:27.970 | +functions-common:get_or_create_service:972  service_id=b73dd5536b1d4fac8725693d96089b4e 2016-12-06 12:08:27.973 | +functions-common:get_or_create_service:973  echo b73dd5536b1d4fac8725693d96089b4e 2016-12-06 12:08:27.974 | b73dd5536b1d4fac8725693d96089b4e 2016-12-06 12:08:27.977 | +lib/nova:create_nova_accounts:416  get_or_create_endpoint compute RegionOne http://10.42.0.106:8774/v2.1 http://10.42.0.106:8774/v2.1 http://10.42.0.106:8774/v2.1 2016-12-06 12:08:27.980 | +functions-common:get_or_create_endpoint:1005  local public_id 2016-12-06 12:08:27.988 | ++functions-common:get_or_create_endpoint:1006  _get_or_create_endpoint_with_interface compute public http://10.42.0.106:8774/v2.1 RegionOne 2016-12-06 12:08:27.993 | ++functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:08:28.000 | +++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service compute --interface public --region RegionOne -c ID -f value 2016-12-06 12:08:29.691 | ++functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:08:29.699 | ++functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:08:29.708 | +++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create compute public http://10.42.0.106:8774/v2.1 --region RegionOne -f value -c id 2016-12-06 12:08:31.345 | ++functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=755680c9523c4972be4818e0b98f631a 2016-12-06 12:08:31.351 | ++functions-common:_get_or_create_endpoint_with_interface:991  echo 755680c9523c4972be4818e0b98f631a 2016-12-06 12:08:31.357 | +functions-common:get_or_create_endpoint:1006  public_id=755680c9523c4972be4818e0b98f631a 2016-12-06 12:08:31.362 | +functions-common:get_or_create_endpoint:1007  _get_or_create_endpoint_with_interface compute admin http://10.42.0.106:8774/v2.1 RegionOne 2016-12-06 12:08:31.368 | +functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:08:31.375 | ++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service compute --interface admin --region RegionOne -c ID -f value 2016-12-06 12:08:32.934 | +functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:08:32.939 | +functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:08:32.944 | ++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create compute admin http://10.42.0.106:8774/v2.1 --region RegionOne -f value -c id 2016-12-06 12:08:34.526 | +functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=b080c8e63c1f4b97b0055c500d9b7e81 2016-12-06 12:08:34.531 | +functions-common:_get_or_create_endpoint_with_interface:991  echo b080c8e63c1f4b97b0055c500d9b7e81 2016-12-06 12:08:34.531 | b080c8e63c1f4b97b0055c500d9b7e81 2016-12-06 12:08:34.538 | +functions-common:get_or_create_endpoint:1008  _get_or_create_endpoint_with_interface compute internal http://10.42.0.106:8774/v2.1 RegionOne 2016-12-06 12:08:34.543 | +functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:08:34.551 | ++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service compute --interface internal --region RegionOne -c ID -f value 2016-12-06 12:08:36.155 | +functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:08:36.159 | +functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:08:36.166 | ++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create compute internal http://10.42.0.106:8774/v2.1 --region RegionOne -f value -c id 2016-12-06 12:08:37.748 | +functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=80b6b3eec5eb4bce92991b26d8109538 2016-12-06 12:08:37.751 | +functions-common:_get_or_create_endpoint_with_interface:991  echo 80b6b3eec5eb4bce92991b26d8109538 2016-12-06 12:08:37.752 | 80b6b3eec5eb4bce92991b26d8109538 2016-12-06 12:08:37.755 | +functions-common:get_or_create_endpoint:1011  echo 755680c9523c4972be4818e0b98f631a 2016-12-06 12:08:37.755 | 755680c9523c4972be4818e0b98f631a 2016-12-06 12:08:37.759 | +lib/nova:create_nova_accounts:423  is_service_enabled n-api 2016-12-06 12:08:37.781 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:08:37.785 | +lib/nova:create_nova_accounts:425  is_service_enabled swift 2016-12-06 12:08:37.805 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:08:37.808 | +lib/nova:create_nova_accounts:433  is_service_enabled swift3 2016-12-06 12:08:37.828 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:08:37.832 | +./stack.sh:main:1068  create_glance_accounts 2016-12-06 12:08:37.835 | +lib/glance:create_glance_accounts:297  is_service_enabled g-api 2016-12-06 12:08:37.856 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:08:37.860 | +lib/glance:create_glance_accounts:299  create_service_user glance 2016-12-06 12:08:37.863 | +lib/keystone:create_service_user:452  local role=service 2016-12-06 12:08:37.866 | +lib/keystone:create_service_user:454  get_or_create_user glance passwd4 Default 2016-12-06 12:08:37.870 | +functions-common:get_or_create_user:797  local user_id 2016-12-06 12:08:37.873 | +functions-common:get_or_create_user:798  [[ ! -z '' ]] 2016-12-06 12:08:37.876 | +functions-common:get_or_create_user:801  local email= 2016-12-06 12:08:37.881 | ++functions-common:get_or_create_user:815  openstack user create glance --password passwd4 --domain=Default --or-show -f value -c id 2016-12-06 12:08:39.506 | +functions-common:get_or_create_user:813  user_id=150435f7ace947cb95c49e119f12cfbf 2016-12-06 12:08:39.510 | +functions-common:get_or_create_user:814  echo 150435f7ace947cb95c49e119f12cfbf 2016-12-06 12:08:39.510 | 150435f7ace947cb95c49e119f12cfbf 2016-12-06 12:08:39.513 | +lib/keystone:create_service_user:455  get_or_add_user_project_role service glance service Default Default 2016-12-06 12:08:39.516 | +functions-common:get_or_add_user_project_role:861  local user_role_id 2016-12-06 12:08:39.521 | ++functions-common:get_or_add_user_project_role:863  _get_domain_args Default Default 2016-12-06 12:08:39.525 | ++functions-common:_get_domain_args:845  local domain 2016-12-06 12:08:39.529 | ++functions-common:_get_domain_args:846  domain= 2016-12-06 12:08:39.534 | ++functions-common:_get_domain_args:848  [[ -n Default ]] 2016-12-06 12:08:39.538 | ++functions-common:_get_domain_args:849  domain=' --user-domain Default' 2016-12-06 12:08:39.542 | ++functions-common:_get_domain_args:851  [[ -n Default ]] 2016-12-06 12:08:39.547 | ++functions-common:_get_domain_args:852  domain=' --user-domain Default --project-domain Default' 2016-12-06 12:08:39.550 | ++functions-common:_get_domain_args:855  echo --user-domain Default --project-domain Default 2016-12-06 12:08:39.556 | +functions-common:get_or_add_user_project_role:863  domain_args='--user-domain Default --project-domain Default' 2016-12-06 12:08:39.561 | ++functions-common:get_or_add_user_project_role:870  get_field 1 2016-12-06 12:08:39.562 | ++functions-common:get_or_add_user_project_role:870  grep ' service ' 2016-12-06 12:08:39.562 | ++functions-common:get_or_add_user_project_role:870  openstack role assignment list --user glance --project service --user-domain Default --project-domain Default 2016-12-06 12:08:39.566 | ++functions-common:get_field:699  local data field 2016-12-06 12:08:39.570 | ++functions-common:get_field:700  read data 2016-12-06 12:08:41.297 | +functions-common:get_or_add_user_project_role:870  user_role_id= 2016-12-06 12:08:41.301 | +functions-common:get_or_add_user_project_role:871  [[ -z '' ]] 2016-12-06 12:08:41.305 | +functions-common:get_or_add_user_project_role:873  openstack role add service --user glance --project service --user-domain Default --project-domain Default 2016-12-06 12:08:43.109 | ++functions-common:get_or_add_user_project_role:881  openstack role assignment list --user glance --project service --user-domain Default --project-domain Default 2016-12-06 12:08:43.110 | ++functions-common:get_or_add_user_project_role:881  grep ' service ' 2016-12-06 12:08:43.110 | ++functions-common:get_or_add_user_project_role:881  get_field 1 2016-12-06 12:08:43.114 | ++functions-common:get_field:699  local data field 2016-12-06 12:08:43.118 | ++functions-common:get_field:700  read data 2016-12-06 12:08:45.042 | +functions-common:get_or_add_user_project_role:881  user_role_id= 2016-12-06 12:08:45.046 | +functions-common:get_or_add_user_project_role:883  echo 2016-12-06 12:08:45.046 | 2016-12-06 12:08:45.051 | +lib/glance:create_glance_accounts:302  is_service_enabled s-proxy 2016-12-06 12:08:45.075 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:08:45.079 | +lib/glance:create_glance_accounts:306  get_or_create_service glance image 'Glance Image Service' 2016-12-06 12:08:45.082 | +functions-common:get_or_create_service:961  local service_id 2016-12-06 12:08:45.088 | ++functions-common:get_or_create_service:974  openstack service show image -f value -c id 2016-12-06 12:08:46.645 | ++functions-common:get_or_create_service:976  openstack service create image --name glance '--description=Glance Image Service' -f value -c id 2016-12-06 12:08:48.191 | +functions-common:get_or_create_service:972  service_id=3c4e409f338f4cd0a67737789175e117 2016-12-06 12:08:48.197 | +functions-common:get_or_create_service:973  echo 3c4e409f338f4cd0a67737789175e117 2016-12-06 12:08:48.197 | 3c4e409f338f4cd0a67737789175e117 2016-12-06 12:08:48.202 | +lib/glance:create_glance_accounts:308  get_or_create_endpoint image RegionOne http://10.42.0.106:9292 http://10.42.0.106:9292 http://10.42.0.106:9292 2016-12-06 12:08:48.206 | +functions-common:get_or_create_endpoint:1005  local public_id 2016-12-06 12:08:48.211 | ++functions-common:get_or_create_endpoint:1006  _get_or_create_endpoint_with_interface image public http://10.42.0.106:9292 RegionOne 2016-12-06 12:08:48.216 | ++functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:08:48.222 | +++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service image --interface public --region RegionOne -c ID -f value 2016-12-06 12:08:49.789 | ++functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:08:49.795 | ++functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:08:49.801 | +++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create image public http://10.42.0.106:9292 --region RegionOne -f value -c id 2016-12-06 12:08:51.414 | ++functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=3b0070cea7544394a72ae7e6d3b54f4e 2016-12-06 12:08:51.420 | ++functions-common:_get_or_create_endpoint_with_interface:991  echo 3b0070cea7544394a72ae7e6d3b54f4e 2016-12-06 12:08:51.425 | +functions-common:get_or_create_endpoint:1006  public_id=3b0070cea7544394a72ae7e6d3b54f4e 2016-12-06 12:08:51.430 | +functions-common:get_or_create_endpoint:1007  _get_or_create_endpoint_with_interface image admin http://10.42.0.106:9292 RegionOne 2016-12-06 12:08:51.435 | +functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:08:51.442 | ++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service image --interface admin --region RegionOne -c ID -f value 2016-12-06 12:08:53.026 | +functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:08:53.030 | +functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:08:53.035 | ++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create image admin http://10.42.0.106:9292 --region RegionOne -f value -c id 2016-12-06 12:08:54.669 | +functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=126f38cae59b4bc18f144e6ac799acd8 2016-12-06 12:08:54.674 | +functions-common:_get_or_create_endpoint_with_interface:991  echo 126f38cae59b4bc18f144e6ac799acd8 2016-12-06 12:08:54.674 | 126f38cae59b4bc18f144e6ac799acd8 2016-12-06 12:08:54.679 | +functions-common:get_or_create_endpoint:1008  _get_or_create_endpoint_with_interface image internal http://10.42.0.106:9292 RegionOne 2016-12-06 12:08:54.684 | +functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:08:54.690 | ++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service image --interface internal --region RegionOne -c ID -f value 2016-12-06 12:08:56.318 | +functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:08:56.322 | +functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:08:56.326 | ++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create image internal http://10.42.0.106:9292 --region RegionOne -f value -c id 2016-12-06 12:08:57.856 | +functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=5b0e2960e1b84dd599b87c8bf31d0263 2016-12-06 12:08:57.860 | +functions-common:_get_or_create_endpoint_with_interface:991  echo 5b0e2960e1b84dd599b87c8bf31d0263 2016-12-06 12:08:57.860 | 5b0e2960e1b84dd599b87c8bf31d0263 2016-12-06 12:08:57.864 | +functions-common:get_or_create_endpoint:1011  echo 3b0070cea7544394a72ae7e6d3b54f4e 2016-12-06 12:08:57.864 | 3b0070cea7544394a72ae7e6d3b54f4e 2016-12-06 12:08:57.868 | ++lib/glance:create_glance_accounts:315  get_or_create_domain Default 2016-12-06 12:08:57.872 | ++functions-common:get_or_create_domain:765  local domain_id 2016-12-06 12:08:57.877 | +++functions-common:get_or_create_domain:777  openstack domain show Default -f value -c id 2016-12-06 12:08:59.414 | ++functions-common:get_or_create_domain:775  domain_id=default 2016-12-06 12:08:59.419 | ++functions-common:get_or_create_domain:776  echo default 2016-12-06 12:08:59.423 | +lib/glance:create_glance_accounts:315  service_domain_id=default 2016-12-06 12:08:59.428 | +lib/glance:create_glance_accounts:316  iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2016-12-06 12:08:59.457 | +lib/glance:create_glance_accounts:317  iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2016-12-06 12:08:59.484 | +lib/glance:create_glance_accounts:321  is_service_enabled g-glare 2016-12-06 12:08:59.505 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:08:59.509 | +./stack.sh:main:1069  create_cinder_accounts 2016-12-06 12:08:59.512 | +lib/cinder:create_cinder_accounts:388  [[ key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api =~ c-api ]] 2016-12-06 12:08:59.515 | +lib/cinder:create_cinder_accounts:390  create_service_user cinder 2016-12-06 12:08:59.519 | +lib/keystone:create_service_user:452  local role=service 2016-12-06 12:08:59.522 | +lib/keystone:create_service_user:454  get_or_create_user cinder passwd4 Default 2016-12-06 12:08:59.525 | +functions-common:get_or_create_user:797  local user_id 2016-12-06 12:08:59.528 | +functions-common:get_or_create_user:798  [[ ! -z '' ]] 2016-12-06 12:08:59.532 | +functions-common:get_or_create_user:801  local email= 2016-12-06 12:08:59.536 | ++functions-common:get_or_create_user:815  openstack user create cinder --password passwd4 --domain=Default --or-show -f value -c id 2016-12-06 12:09:01.132 | +functions-common:get_or_create_user:813  user_id=eb113b8e1f664a2aa87dfe2cb0f525cb 2016-12-06 12:09:01.135 | +functions-common:get_or_create_user:814  echo eb113b8e1f664a2aa87dfe2cb0f525cb 2016-12-06 12:09:01.135 | eb113b8e1f664a2aa87dfe2cb0f525cb 2016-12-06 12:09:01.139 | +lib/keystone:create_service_user:455  get_or_add_user_project_role service cinder service Default Default 2016-12-06 12:09:01.143 | +functions-common:get_or_add_user_project_role:861  local user_role_id 2016-12-06 12:09:01.148 | ++functions-common:get_or_add_user_project_role:863  _get_domain_args Default Default 2016-12-06 12:09:01.153 | ++functions-common:_get_domain_args:845  local domain 2016-12-06 12:09:01.157 | ++functions-common:_get_domain_args:846  domain= 2016-12-06 12:09:01.161 | ++functions-common:_get_domain_args:848  [[ -n Default ]] 2016-12-06 12:09:01.165 | ++functions-common:_get_domain_args:849  domain=' --user-domain Default' 2016-12-06 12:09:01.170 | ++functions-common:_get_domain_args:851  [[ -n Default ]] 2016-12-06 12:09:01.174 | ++functions-common:_get_domain_args:852  domain=' --user-domain Default --project-domain Default' 2016-12-06 12:09:01.178 | ++functions-common:_get_domain_args:855  echo --user-domain Default --project-domain Default 2016-12-06 12:09:01.182 | +functions-common:get_or_add_user_project_role:863  domain_args='--user-domain Default --project-domain Default' 2016-12-06 12:09:01.187 | ++functions-common:get_or_add_user_project_role:870  openstack role assignment list --user cinder --project service --user-domain Default --project-domain Default 2016-12-06 12:09:01.188 | ++functions-common:get_or_add_user_project_role:870  grep ' service ' 2016-12-06 12:09:01.191 | ++functions-common:get_or_add_user_project_role:870  get_field 1 2016-12-06 12:09:01.195 | ++functions-common:get_field:699  local data field 2016-12-06 12:09:01.200 | ++functions-common:get_field:700  read data 2016-12-06 12:09:02.916 | +functions-common:get_or_add_user_project_role:870  user_role_id= 2016-12-06 12:09:02.922 | +functions-common:get_or_add_user_project_role:871  [[ -z '' ]] 2016-12-06 12:09:02.930 | +functions-common:get_or_add_user_project_role:873  openstack role add service --user cinder --project service --user-domain Default --project-domain Default 2016-12-06 12:09:04.764 | ++functions-common:get_or_add_user_project_role:881  openstack role assignment list --user cinder --project service --user-domain Default --project-domain Default 2016-12-06 12:09:04.765 | ++functions-common:get_or_add_user_project_role:881  grep ' service ' 2016-12-06 12:09:04.767 | ++functions-common:get_or_add_user_project_role:881  get_field 1 2016-12-06 12:09:04.774 | ++functions-common:get_field:699  local data field 2016-12-06 12:09:04.779 | ++functions-common:get_field:700  read data 2016-12-06 12:09:06.622 | +functions-common:get_or_add_user_project_role:881  user_role_id= 2016-12-06 12:09:06.627 | +functions-common:get_or_add_user_project_role:883  echo 2016-12-06 12:09:06.627 | 2016-12-06 12:09:06.631 | +lib/cinder:create_cinder_accounts:392  get_or_create_service cinder volume 'Cinder Volume Service' 2016-12-06 12:09:06.634 | +functions-common:get_or_create_service:961  local service_id 2016-12-06 12:09:06.639 | ++functions-common:get_or_create_service:974  openstack service show volume -f value -c id 2016-12-06 12:09:08.169 | ++functions-common:get_or_create_service:976  openstack service create volume --name cinder '--description=Cinder Volume Service' -f value -c id 2016-12-06 12:09:09.696 | +functions-common:get_or_create_service:972  service_id=5ab0f554d2aa4ccb863e2f8a9171c908 2016-12-06 12:09:09.700 | +functions-common:get_or_create_service:973  echo 5ab0f554d2aa4ccb863e2f8a9171c908 2016-12-06 12:09:09.700 | 5ab0f554d2aa4ccb863e2f8a9171c908 2016-12-06 12:09:09.704 | +lib/cinder:create_cinder_accounts:394  get_or_create_endpoint volume RegionOne 'http://10.42.0.106:8776/v1/$(project_id)s' 'http://10.42.0.106:8776/v1/$(project_id)s' 'http://10.42.0.106:8776/v1/$(project_id)s' 2016-12-06 12:09:09.707 | +functions-common:get_or_create_endpoint:1005  local public_id 2016-12-06 12:09:09.712 | ++functions-common:get_or_create_endpoint:1006  _get_or_create_endpoint_with_interface volume public 'http://10.42.0.106:8776/v1/$(project_id)s' RegionOne 2016-12-06 12:09:09.717 | ++functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:09:09.722 | +++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service volume --interface public --region RegionOne -c ID -f value 2016-12-06 12:09:11.266 | ++functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:09:11.271 | ++functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:09:11.276 | +++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create volume public 'http://10.42.0.106:8776/v1/$(project_id)s' --region RegionOne -f value -c id 2016-12-06 12:09:12.865 | ++functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=3e1028492f524027881562c080d0b1b6 2016-12-06 12:09:12.869 | ++functions-common:_get_or_create_endpoint_with_interface:991  echo 3e1028492f524027881562c080d0b1b6 2016-12-06 12:09:12.873 | +functions-common:get_or_create_endpoint:1006  public_id=3e1028492f524027881562c080d0b1b6 2016-12-06 12:09:12.877 | +functions-common:get_or_create_endpoint:1007  _get_or_create_endpoint_with_interface volume admin 'http://10.42.0.106:8776/v1/$(project_id)s' RegionOne 2016-12-06 12:09:12.881 | +functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:09:12.885 | ++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service volume --interface admin --region RegionOne -c ID -f value 2016-12-06 12:09:14.483 | +functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:09:14.488 | +functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:09:14.494 | ++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create volume admin 'http://10.42.0.106:8776/v1/$(project_id)s' --region RegionOne -f value -c id 2016-12-06 12:09:16.060 | +functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=f4d9ed07e9b146de9da3aea3d978574b 2016-12-06 12:09:16.065 | +functions-common:_get_or_create_endpoint_with_interface:991  echo f4d9ed07e9b146de9da3aea3d978574b 2016-12-06 12:09:16.065 | f4d9ed07e9b146de9da3aea3d978574b 2016-12-06 12:09:16.068 | +functions-common:get_or_create_endpoint:1008  _get_or_create_endpoint_with_interface volume internal 'http://10.42.0.106:8776/v1/$(project_id)s' RegionOne 2016-12-06 12:09:16.072 | +functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:09:16.078 | ++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service volume --interface internal --region RegionOne -c ID -f value 2016-12-06 12:09:17.700 | +functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:09:17.703 | +functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:09:17.708 | ++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create volume internal 'http://10.42.0.106:8776/v1/$(project_id)s' --region RegionOne -f value -c id 2016-12-06 12:09:19.333 | +functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=19924a213ecc46038d95608b8c75b538 2016-12-06 12:09:19.338 | +functions-common:_get_or_create_endpoint_with_interface:991  echo 19924a213ecc46038d95608b8c75b538 2016-12-06 12:09:19.338 | 19924a213ecc46038d95608b8c75b538 2016-12-06 12:09:19.343 | +functions-common:get_or_create_endpoint:1011  echo 3e1028492f524027881562c080d0b1b6 2016-12-06 12:09:19.343 | 3e1028492f524027881562c080d0b1b6 2016-12-06 12:09:19.348 | +lib/cinder:create_cinder_accounts:400  get_or_create_service cinderv2 volumev2 'Cinder Volume Service V2' 2016-12-06 12:09:19.352 | +functions-common:get_or_create_service:961  local service_id 2016-12-06 12:09:19.358 | ++functions-common:get_or_create_service:974  openstack service show volumev2 -f value -c id 2016-12-06 12:09:20.961 | ++functions-common:get_or_create_service:976  openstack service create volumev2 --name cinderv2 '--description=Cinder Volume Service V2' -f value -c id 2016-12-06 12:09:22.530 | +functions-common:get_or_create_service:972  service_id=5bc692fda1954f19a661fc62bd7ad589 2016-12-06 12:09:22.534 | +functions-common:get_or_create_service:973  echo 5bc692fda1954f19a661fc62bd7ad589 2016-12-06 12:09:22.534 | 5bc692fda1954f19a661fc62bd7ad589 2016-12-06 12:09:22.537 | +lib/cinder:create_cinder_accounts:402  get_or_create_endpoint volumev2 RegionOne 'http://10.42.0.106:8776/v2/$(project_id)s' 'http://10.42.0.106:8776/v2/$(project_id)s' 'http://10.42.0.106:8776/v2/$(project_id)s' 2016-12-06 12:09:22.541 | +functions-common:get_or_create_endpoint:1005  local public_id 2016-12-06 12:09:22.545 | ++functions-common:get_or_create_endpoint:1006  _get_or_create_endpoint_with_interface volumev2 public 'http://10.42.0.106:8776/v2/$(project_id)s' RegionOne 2016-12-06 12:09:22.549 | ++functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:09:22.554 | +++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service volumev2 --interface public --region RegionOne -c ID -f value 2016-12-06 12:09:24.161 | ++functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:09:24.167 | ++functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:09:24.173 | +++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create volumev2 public 'http://10.42.0.106:8776/v2/$(project_id)s' --region RegionOne -f value -c id 2016-12-06 12:09:25.789 | ++functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=d8e8fa89242f43068ab44160c88ade32 2016-12-06 12:09:25.795 | ++functions-common:_get_or_create_endpoint_with_interface:991  echo d8e8fa89242f43068ab44160c88ade32 2016-12-06 12:09:25.800 | +functions-common:get_or_create_endpoint:1006  public_id=d8e8fa89242f43068ab44160c88ade32 2016-12-06 12:09:25.804 | +functions-common:get_or_create_endpoint:1007  _get_or_create_endpoint_with_interface volumev2 admin 'http://10.42.0.106:8776/v2/$(project_id)s' RegionOne 2016-12-06 12:09:25.807 | +functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:09:25.812 | ++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service volumev2 --interface admin --region RegionOne -c ID -f value 2016-12-06 12:09:27.370 | +functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:09:27.373 | +functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:09:27.379 | ++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create volumev2 admin 'http://10.42.0.106:8776/v2/$(project_id)s' --region RegionOne -f value -c id 2016-12-06 12:09:29.026 | +functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=2085378040a14e56be448bd4538743e9 2016-12-06 12:09:29.030 | +functions-common:_get_or_create_endpoint_with_interface:991  echo 2085378040a14e56be448bd4538743e9 2016-12-06 12:09:29.030 | 2085378040a14e56be448bd4538743e9 2016-12-06 12:09:29.033 | +functions-common:get_or_create_endpoint:1008  _get_or_create_endpoint_with_interface volumev2 internal 'http://10.42.0.106:8776/v2/$(project_id)s' RegionOne 2016-12-06 12:09:29.037 | +functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:09:29.042 | ++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service volumev2 --interface internal --region RegionOne -c ID -f value 2016-12-06 12:09:30.718 | +functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:09:30.724 | +functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:09:30.732 | ++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create volumev2 internal 'http://10.42.0.106:8776/v2/$(project_id)s' --region RegionOne -f value -c id 2016-12-06 12:09:32.316 | +functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=c808bbf5943a4bb39c57e71c241669c8 2016-12-06 12:09:32.321 | +functions-common:_get_or_create_endpoint_with_interface:991  echo c808bbf5943a4bb39c57e71c241669c8 2016-12-06 12:09:32.321 | c808bbf5943a4bb39c57e71c241669c8 2016-12-06 12:09:32.325 | +functions-common:get_or_create_endpoint:1011  echo d8e8fa89242f43068ab44160c88ade32 2016-12-06 12:09:32.325 | d8e8fa89242f43068ab44160c88ade32 2016-12-06 12:09:32.330 | +lib/cinder:create_cinder_accounts:408  get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2016-12-06 12:09:32.335 | +functions-common:get_or_create_service:961  local service_id 2016-12-06 12:09:32.341 | ++functions-common:get_or_create_service:974  openstack service show volumev3 -f value -c id 2016-12-06 12:09:33.896 | ++functions-common:get_or_create_service:976  openstack service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2016-12-06 12:09:35.455 | +functions-common:get_or_create_service:972  service_id=86b3e880a1e44b4e94aef64adacd7a74 2016-12-06 12:09:35.460 | +functions-common:get_or_create_service:973  echo 86b3e880a1e44b4e94aef64adacd7a74 2016-12-06 12:09:35.460 | 86b3e880a1e44b4e94aef64adacd7a74 2016-12-06 12:09:35.464 | +lib/cinder:create_cinder_accounts:410  get_or_create_endpoint volumev3 RegionOne 'http://10.42.0.106:8776/v3/$(project_id)s' 'http://10.42.0.106:8776/v3/$(project_id)s' 'http://10.42.0.106:8776/v3/$(project_id)s' 2016-12-06 12:09:35.468 | +functions-common:get_or_create_endpoint:1005  local public_id 2016-12-06 12:09:35.473 | ++functions-common:get_or_create_endpoint:1006  _get_or_create_endpoint_with_interface volumev3 public 'http://10.42.0.106:8776/v3/$(project_id)s' RegionOne 2016-12-06 12:09:35.478 | ++functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:09:35.483 | +++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2016-12-06 12:09:37.063 | ++functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:09:37.068 | ++functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:09:37.075 | +++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create volumev3 public 'http://10.42.0.106:8776/v3/$(project_id)s' --region RegionOne -f value -c id 2016-12-06 12:09:38.685 | ++functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=d7e4a799186c4451b7682638603b084c 2016-12-06 12:09:38.693 | ++functions-common:_get_or_create_endpoint_with_interface:991  echo d7e4a799186c4451b7682638603b084c 2016-12-06 12:09:38.700 | +functions-common:get_or_create_endpoint:1006  public_id=d7e4a799186c4451b7682638603b084c 2016-12-06 12:09:38.706 | +functions-common:get_or_create_endpoint:1007  _get_or_create_endpoint_with_interface volumev3 admin 'http://10.42.0.106:8776/v3/$(project_id)s' RegionOne 2016-12-06 12:09:38.711 | +functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:09:38.719 | ++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service volumev3 --interface admin --region RegionOne -c ID -f value 2016-12-06 12:09:40.315 | +functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:09:40.319 | +functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:09:40.325 | ++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create volumev3 admin 'http://10.42.0.106:8776/v3/$(project_id)s' --region RegionOne -f value -c id 2016-12-06 12:09:41.926 | +functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=77ddb232715a470ea24bf7d48cc98e4f 2016-12-06 12:09:41.930 | +functions-common:_get_or_create_endpoint_with_interface:991  echo 77ddb232715a470ea24bf7d48cc98e4f 2016-12-06 12:09:41.930 | 77ddb232715a470ea24bf7d48cc98e4f 2016-12-06 12:09:41.934 | +functions-common:get_or_create_endpoint:1008  _get_or_create_endpoint_with_interface volumev3 internal 'http://10.42.0.106:8776/v3/$(project_id)s' RegionOne 2016-12-06 12:09:41.938 | +functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:09:41.943 | ++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service volumev3 --interface internal --region RegionOne -c ID -f value 2016-12-06 12:09:43.545 | +functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:09:43.551 | +functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:09:43.558 | ++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create volumev3 internal 'http://10.42.0.106:8776/v3/$(project_id)s' --region RegionOne -f value -c id 2016-12-06 12:09:45.190 | +functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=d5301d97b6854616bc16f714b33f2be6 2016-12-06 12:09:45.195 | +functions-common:_get_or_create_endpoint_with_interface:991  echo d5301d97b6854616bc16f714b33f2be6 2016-12-06 12:09:45.195 | d5301d97b6854616bc16f714b33f2be6 2016-12-06 12:09:45.201 | +functions-common:get_or_create_endpoint:1011  echo d7e4a799186c4451b7682638603b084c 2016-12-06 12:09:45.201 | d7e4a799186c4451b7682638603b084c 2016-12-06 12:09:45.205 | +lib/cinder:create_cinder_accounts:416  configure_cinder_internal_tenant 2016-12-06 12:09:45.210 | ++lib/cinder:configure_cinder_internal_tenant:592  get_or_create_project service 2016-12-06 12:09:45.216 | ++functions-common:get_or_create_project:820  local project_id 2016-12-06 12:09:45.221 | +++functions-common:get_or_create_project:828  openstack project create service --domain= --or-show -f value -c id 2016-12-06 12:09:46.808 | ++functions-common:get_or_create_project:826  project_id=f763077919ad4e77bc1e820e9d579db3 2016-12-06 12:09:46.812 | ++functions-common:get_or_create_project:827  echo f763077919ad4e77bc1e820e9d579db3 2016-12-06 12:09:46.816 | +lib/cinder:configure_cinder_internal_tenant:592  iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id f763077919ad4e77bc1e820e9d579db3 2016-12-06 12:09:46.843 | ++lib/cinder:configure_cinder_internal_tenant:593  get_or_create_user cinder 2016-12-06 12:09:46.847 | ++functions-common:get_or_create_user:797  local user_id 2016-12-06 12:09:46.852 | ++functions-common:get_or_create_user:798  [[ ! -z '' ]] 2016-12-06 12:09:46.857 | ++functions-common:get_or_create_user:801  local email= 2016-12-06 12:09:46.861 | +++functions-common:get_or_create_user:815  openstack user create cinder --password '' --domain= --or-show -f value -c id 2016-12-06 12:09:48.276 | No password was supplied, authentication will fail when a user does not have a password. 2016-12-06 12:09:48.451 | ++functions-common:get_or_create_user:813  user_id=eb113b8e1f664a2aa87dfe2cb0f525cb 2016-12-06 12:09:48.459 | ++functions-common:get_or_create_user:814  echo eb113b8e1f664a2aa87dfe2cb0f525cb 2016-12-06 12:09:48.467 | +lib/cinder:configure_cinder_internal_tenant:593  iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id eb113b8e1f664a2aa87dfe2cb0f525cb 2016-12-06 12:09:48.507 | +./stack.sh:main:1070  create_neutron_accounts 2016-12-06 12:09:48.512 | +lib/neutron:create_neutron_accounts:536  is_neutron_legacy_enabled 2016-12-06 12:09:48.516 | +lib/neutron:is_neutron_legacy_enabled:89  [[ ,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api =~ ,q- ]] 2016-12-06 12:09:48.521 | +lib/neutron:is_neutron_legacy_enabled:89  return 0 2016-12-06 12:09:48.526 | +lib/neutron:create_neutron_accounts:538  create_mutnauq_accounts 2016-12-06 12:09:48.531 | +lib/neutron-legacy:create_mutnauq_accounts:373  [[ key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api =~ q-svc ]] 2016-12-06 12:09:48.535 | +lib/neutron-legacy:create_mutnauq_accounts:375  create_service_user neutron 2016-12-06 12:09:48.541 | +lib/keystone:create_service_user:452  local role=service 2016-12-06 12:09:48.547 | +lib/keystone:create_service_user:454  get_or_create_user neutron passwd4 Default 2016-12-06 12:09:48.553 | +functions-common:get_or_create_user:797  local user_id 2016-12-06 12:09:48.559 | +functions-common:get_or_create_user:798  [[ ! -z '' ]] 2016-12-06 12:09:48.564 | +functions-common:get_or_create_user:801  local email= 2016-12-06 12:09:48.571 | ++functions-common:get_or_create_user:815  openstack user create neutron --password passwd4 --domain=Default --or-show -f value -c id 2016-12-06 12:09:50.184 | +functions-common:get_or_create_user:813  user_id=afa2e1d0d22b4187ba06b63350eb254a 2016-12-06 12:09:50.188 | +functions-common:get_or_create_user:814  echo afa2e1d0d22b4187ba06b63350eb254a 2016-12-06 12:09:50.188 | afa2e1d0d22b4187ba06b63350eb254a 2016-12-06 12:09:50.191 | +lib/keystone:create_service_user:455  get_or_add_user_project_role service neutron service Default Default 2016-12-06 12:09:50.196 | +functions-common:get_or_add_user_project_role:861  local user_role_id 2016-12-06 12:09:50.200 | ++functions-common:get_or_add_user_project_role:863  _get_domain_args Default Default 2016-12-06 12:09:50.205 | ++functions-common:_get_domain_args:845  local domain 2016-12-06 12:09:50.210 | ++functions-common:_get_domain_args:846  domain= 2016-12-06 12:09:50.215 | ++functions-common:_get_domain_args:848  [[ -n Default ]] 2016-12-06 12:09:50.219 | ++functions-common:_get_domain_args:849  domain=' --user-domain Default' 2016-12-06 12:09:50.223 | ++functions-common:_get_domain_args:851  [[ -n Default ]] 2016-12-06 12:09:50.228 | ++functions-common:_get_domain_args:852  domain=' --user-domain Default --project-domain Default' 2016-12-06 12:09:50.232 | ++functions-common:_get_domain_args:855  echo --user-domain Default --project-domain Default 2016-12-06 12:09:50.236 | +functions-common:get_or_add_user_project_role:863  domain_args='--user-domain Default --project-domain Default' 2016-12-06 12:09:50.241 | ++functions-common:get_or_add_user_project_role:870  grep ' service ' 2016-12-06 12:09:50.242 | ++functions-common:get_or_add_user_project_role:870  get_field 1 2016-12-06 12:09:50.242 | ++functions-common:get_or_add_user_project_role:870  openstack role assignment list --user neutron --project service --user-domain Default --project-domain Default 2016-12-06 12:09:50.246 | ++functions-common:get_field:699  local data field 2016-12-06 12:09:50.250 | ++functions-common:get_field:700  read data 2016-12-06 12:09:51.946 | +functions-common:get_or_add_user_project_role:870  user_role_id= 2016-12-06 12:09:51.950 | +functions-common:get_or_add_user_project_role:871  [[ -z '' ]] 2016-12-06 12:09:51.956 | +functions-common:get_or_add_user_project_role:873  openstack role add service --user neutron --project service --user-domain Default --project-domain Default 2016-12-06 12:09:53.894 | ++functions-common:get_or_add_user_project_role:881  openstack role assignment list --user neutron --project service --user-domain Default --project-domain Default 2016-12-06 12:09:53.895 | ++functions-common:get_or_add_user_project_role:881  grep ' service ' 2016-12-06 12:09:53.897 | ++functions-common:get_or_add_user_project_role:881  get_field 1 2016-12-06 12:09:53.902 | ++functions-common:get_field:699  local data field 2016-12-06 12:09:53.908 | ++functions-common:get_field:700  read data 2016-12-06 12:09:55.791 | +functions-common:get_or_add_user_project_role:881  user_role_id= 2016-12-06 12:09:55.796 | +functions-common:get_or_add_user_project_role:883  echo 2016-12-06 12:09:55.796 | 2016-12-06 12:09:55.800 | +lib/neutron-legacy:create_mutnauq_accounts:377  get_or_create_service neutron network 'Neutron Service' 2016-12-06 12:09:55.804 | +functions-common:get_or_create_service:961  local service_id 2016-12-06 12:09:55.810 | ++functions-common:get_or_create_service:974  openstack service show network -f value -c id 2016-12-06 12:09:57.394 | ++functions-common:get_or_create_service:976  openstack service create network --name neutron '--description=Neutron Service' -f value -c id 2016-12-06 12:09:58.941 | +functions-common:get_or_create_service:972  service_id=ae9fb3eabbb649f0bde2d9e39d9b4597 2016-12-06 12:09:58.946 | +functions-common:get_or_create_service:973  echo ae9fb3eabbb649f0bde2d9e39d9b4597 2016-12-06 12:09:58.946 | ae9fb3eabbb649f0bde2d9e39d9b4597 2016-12-06 12:09:58.951 | +lib/neutron-legacy:create_mutnauq_accounts:379  get_or_create_endpoint network RegionOne http://10.42.0.106:9696/ http://10.42.0.106:9696/ http://10.42.0.106:9696/ 2016-12-06 12:09:58.955 | +functions-common:get_or_create_endpoint:1005  local public_id 2016-12-06 12:09:58.962 | ++functions-common:get_or_create_endpoint:1006  _get_or_create_endpoint_with_interface network public http://10.42.0.106:9696/ RegionOne 2016-12-06 12:09:58.967 | ++functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:09:58.973 | +++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service network --interface public --region RegionOne -c ID -f value 2016-12-06 12:10:00.547 | ++functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:10:00.553 | ++functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:10:00.560 | +++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create network public http://10.42.0.106:9696/ --region RegionOne -f value -c id 2016-12-06 12:10:02.167 | ++functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=bc9e96f7a5a847309efb1e85c7da6dc5 2016-12-06 12:10:02.172 | ++functions-common:_get_or_create_endpoint_with_interface:991  echo bc9e96f7a5a847309efb1e85c7da6dc5 2016-12-06 12:10:02.179 | +functions-common:get_or_create_endpoint:1006  public_id=bc9e96f7a5a847309efb1e85c7da6dc5 2016-12-06 12:10:02.185 | +functions-common:get_or_create_endpoint:1007  _get_or_create_endpoint_with_interface network admin http://10.42.0.106:9696/ RegionOne 2016-12-06 12:10:02.192 | +functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:10:02.200 | ++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service network --interface admin --region RegionOne -c ID -f value 2016-12-06 12:10:03.856 | +functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:10:03.860 | +functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:10:03.866 | ++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create network admin http://10.42.0.106:9696/ --region RegionOne -f value -c id 2016-12-06 12:10:05.405 | +functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=8a93f1b017bf40588c502dbdf6b3982e 2016-12-06 12:10:05.409 | +functions-common:_get_or_create_endpoint_with_interface:991  echo 8a93f1b017bf40588c502dbdf6b3982e 2016-12-06 12:10:05.409 | 8a93f1b017bf40588c502dbdf6b3982e 2016-12-06 12:10:05.413 | +functions-common:get_or_create_endpoint:1008  _get_or_create_endpoint_with_interface network internal http://10.42.0.106:9696/ RegionOne 2016-12-06 12:10:05.419 | +functions-common:_get_or_create_endpoint_with_interface:979  local endpoint_id 2016-12-06 12:10:05.425 | ++functions-common:_get_or_create_endpoint_with_interface:984  openstack endpoint list --service network --interface internal --region RegionOne -c ID -f value 2016-12-06 12:10:07.025 | +functions-common:_get_or_create_endpoint_with_interface:984  endpoint_id= 2016-12-06 12:10:07.028 | +functions-common:_get_or_create_endpoint_with_interface:985  [[ -z '' ]] 2016-12-06 12:10:07.033 | ++functions-common:_get_or_create_endpoint_with_interface:988  openstack endpoint create network internal http://10.42.0.106:9696/ --region RegionOne -f value -c id 2016-12-06 12:10:08.626 | +functions-common:_get_or_create_endpoint_with_interface:988  endpoint_id=106b4da8abdb42a8b0e814cf0680a1af 2016-12-06 12:10:08.631 | +functions-common:_get_or_create_endpoint_with_interface:991  echo 106b4da8abdb42a8b0e814cf0680a1af 2016-12-06 12:10:08.631 | 106b4da8abdb42a8b0e814cf0680a1af 2016-12-06 12:10:08.634 | +functions-common:get_or_create_endpoint:1011  echo bc9e96f7a5a847309efb1e85c7da6dc5 2016-12-06 12:10:08.634 | bc9e96f7a5a847309efb1e85c7da6dc5 2016-12-06 12:10:08.638 | +./stack.sh:main:1072  is_service_enabled swift 2016-12-06 12:10:08.660 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:10:08.663 | +./stack.sh:main:1076  is_service_enabled heat 2016-12-06 12:10:08.684 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:10:08.688 | +./stack.sh:main:1083  write_clouds_yaml 2016-12-06 12:10:08.693 | +functions-common:write_clouds_yaml:80  CLOUDS_YAML=/etc/openstack/clouds.yaml 2016-12-06 12:10:08.698 | ++functions-common:write_clouds_yaml:82  dirname /etc/openstack/clouds.yaml 2016-12-06 12:10:08.702 | +functions-common:write_clouds_yaml:82  sudo mkdir -p /etc/openstack 2016-12-06 12:10:08.713 | +functions-common:write_clouds_yaml:83  sudo chown -R ubuntu /etc/openstack 2016-12-06 12:10:08.724 | +functions-common:write_clouds_yaml:85  CA_CERT_ARG= 2016-12-06 12:10:08.728 | +functions-common:write_clouds_yaml:86  '[' -f /opt/stack/data/ca-bundle.pem ']' 2016-12-06 12:10:08.732 | +functions-common:write_clouds_yaml:91  /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-identity-api-version 3 --os-auth-url http://10.42.0.106/identity_admin --os-username demo --os-password passwd1 --os-project-name demo 2016-12-06 12:10:08.791 | +functions-common:write_clouds_yaml:103  /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-identity-api-version 3 --os-auth-url http://10.42.0.106/identity_admin --os-username alt_demo --os-password passwd1 --os-project-name alt_demo 2016-12-06 12:10:08.843 | +functions-common:write_clouds_yaml:115  /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-identity-api-version 3 --os-auth-url http://10.42.0.106/identity_admin --os-username admin --os-password passwd1 --os-project-name admin 2016-12-06 12:10:08.920 | ++functions-common:write_clouds_yaml:126  eval echo '~ubuntu' 2016-12-06 12:10:08.928 | +++functions-common:write_clouds_yaml:126  echo /home/ubuntu 2016-12-06 12:10:08.934 | +functions-common:write_clouds_yaml:126  rm -f /home/ubuntu/.config/openstack/clouds.yaml 2016-12-06 12:10:08.940 | +./stack.sh:main:1088  is_service_enabled horizon 2016-12-06 12:10:08.965 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:10:08.969 | +./stack.sh:main:1097  is_service_enabled g-reg 2016-12-06 12:10:08.989 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:10:08.993 | +./stack.sh:main:1098  echo_summary 'Configuring Glance' 2016-12-06 12:10:08.996 | +./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:10:08.999 | +./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:10:09.003 | +./stack.sh:echo_summary:398  echo -e Configuring Glance 2016-12-06 12:10:09.006 | +./stack.sh:main:1099  init_glance 2016-12-06 12:10:09.009 | +lib/glance:init_glance:343  rm -rf /opt/stack/data/glance/images 2016-12-06 12:10:09.017 | +lib/glance:init_glance:344  mkdir -p /opt/stack/data/glance/images 2016-12-06 12:10:09.021 | +lib/glance:init_glance:347  rm -rf /opt/stack/data/glance/cache 2016-12-06 12:10:09.025 | +lib/glance:init_glance:348  mkdir -p /opt/stack/data/glance/cache 2016-12-06 12:10:09.029 | +lib/glance:init_glance:351  recreate_database glance 2016-12-06 12:10:09.032 | +lib/database:recreate_database:112  local db=glance 2016-12-06 12:10:09.035 | +lib/database:recreate_database:113  recreate_database_mysql glance 2016-12-06 12:10:09.040 | +lib/databases/mysql:recreate_database_mysql:56  local db=glance 2016-12-06 12:10:09.044 | +lib/databases/mysql:recreate_database_mysql:57  mysql -uroot -ppasswd2 -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2016-12-06 12:10:09.046 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:10:09.473 | +lib/databases/mysql:recreate_database_mysql:58  mysql -uroot -ppasswd2 -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2016-12-06 12:10:09.475 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:10:09.481 | +lib/glance:init_glance:354  /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2016-12-06 12:10:11.021 | /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/enginefacade.py:1241: OsloDBDeprecationWarning: EngineFacade is deprecated; please use oslo_db.sqlalchemy.enginefacade 2016-12-06 12:10:11.022 | expire_on_commit=expire_on_commit, _conf=conf) 2016-12-06 12:10:11.037 | /usr/local/lib/python2.7/dist-packages/pymysql/cursors.py:166: Warning: (3090, u"Changing sql mode 'NO_AUTO_CREATE_USER' is deprecated. It will be removed in a future release.") 2016-12-06 12:10:11.037 | result = self._query(query) 2016-12-06 12:10:11.039 | 2016-12-06 12:10:11.039 DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION from (pid=20557) _check_effective_sql_mode /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/engines.py:261 2016-12-06 12:10:11.041 | 2016-12-06 12:10:11.041 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:10:11.041 | 2016-12-06 12:10:11.041 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.042 | 2016-12-06 12:10:11.042 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.042 | 2016-12-06 12:10:11.042 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.042 | 2016-12-06 12:10:11.042 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.042 | 2016-12-06 12:10:11.042 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.043 | 2016-12-06 12:10:11.043 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.043 | 2016-12-06 12:10:11.043 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.043 | 2016-12-06 12:10:11.043 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.043 | 2016-12-06 12:10:11.043 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.044 | 2016-12-06 12:10:11.044 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.044 | 2016-12-06 12:10:11.044 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.044 | 2016-12-06 12:10:11.044 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.044 | 2016-12-06 12:10:11.044 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.045 | 2016-12-06 12:10:11.044 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.045 | 2016-12-06 12:10:11.045 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.045 | 2016-12-06 12:10:11.045 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.045 | 2016-12-06 12:10:11.045 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.045 | 2016-12-06 12:10:11.045 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.046 | 2016-12-06 12:10:11.045 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.046 | 2016-12-06 12:10:11.046 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.046 | 2016-12-06 12:10:11.046 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.046 | 2016-12-06 12:10:11.046 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.046 | 2016-12-06 12:10:11.046 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.047 | 2016-12-06 12:10:11.047 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.047 | 2016-12-06 12:10:11.047 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.047 | 2016-12-06 12:10:11.047 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.047 | 2016-12-06 12:10:11.047 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.048 | 2016-12-06 12:10:11.047 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.048 | 2016-12-06 12:10:11.048 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.048 | 2016-12-06 12:10:11.048 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.048 | 2016-12-06 12:10:11.048 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.048 | 2016-12-06 12:10:11.048 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.049 | 2016-12-06 12:10:11.048 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.049 | 2016-12-06 12:10:11.049 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.049 | 2016-12-06 12:10:11.049 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.049 | 2016-12-06 12:10:11.049 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.049 | 2016-12-06 12:10:11.049 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.050 | 2016-12-06 12:10:11.050 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.050 | 2016-12-06 12:10:11.050 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.050 | 2016-12-06 12:10:11.050 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.050 | 2016-12-06 12:10:11.050 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.050 | 2016-12-06 12:10:11.050 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.051 | 2016-12-06 12:10:11.051 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.051 | 2016-12-06 12:10:11.051 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.051 | 2016-12-06 12:10:11.051 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.051 | 2016-12-06 12:10:11.051 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.051 | 2016-12-06 12:10:11.051 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.052 | 2016-12-06 12:10:11.051 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.052 | 2016-12-06 12:10:11.052 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.052 | 2016-12-06 12:10:11.052 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.052 | 2016-12-06 12:10:11.052 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.052 | 2016-12-06 12:10:11.052 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.052 | 2016-12-06 12:10:11.052 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.052 | 2016-12-06 12:10:11.052 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.053 | 2016-12-06 12:10:11.052 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.053 | 2016-12-06 12:10:11.053 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.053 | 2016-12-06 12:10:11.053 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.053 | 2016-12-06 12:10:11.053 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.053 | 2016-12-06 12:10:11.053 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.053 | 2016-12-06 12:10:11.053 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.053 | 2016-12-06 12:10:11.053 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.053 | 2016-12-06 12:10:11.053 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.054 | 2016-12-06 12:10:11.053 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.054 | 2016-12-06 12:10:11.054 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.054 | 2016-12-06 12:10:11.054 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.054 | 2016-12-06 12:10:11.054 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.054 | 2016-12-06 12:10:11.054 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.054 | 2016-12-06 12:10:11.054 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.054 | 2016-12-06 12:10:11.054 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.055 | 2016-12-06 12:10:11.054 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.055 | 2016-12-06 12:10:11.055 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.055 | 2016-12-06 12:10:11.055 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.055 | 2016-12-06 12:10:11.055 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.055 | 2016-12-06 12:10:11.055 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.055 | 2016-12-06 12:10:11.055 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.055 | 2016-12-06 12:10:11.055 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.056 | 2016-12-06 12:10:11.055 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.056 | 2016-12-06 12:10:11.056 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.056 | 2016-12-06 12:10:11.056 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.056 | 2016-12-06 12:10:11.056 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.056 | 2016-12-06 12:10:11.056 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.056 | 2016-12-06 12:10:11.056 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.056 | 2016-12-06 12:10:11.056 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.056 | 2016-12-06 12:10:11.056 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.057 | 2016-12-06 12:10:11.056 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.057 | 2016-12-06 12:10:11.057 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.057 | 2016-12-06 12:10:11.057 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.057 | 2016-12-06 12:10:11.057 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.057 | 2016-12-06 12:10:11.057 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.057 | 2016-12-06 12:10:11.057 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.057 | 2016-12-06 12:10:11.057 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.057 | 2016-12-06 12:10:11.057 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.058 | 2016-12-06 12:10:11.058 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.058 | 2016-12-06 12:10:11.058 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.058 | 2016-12-06 12:10:11.058 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.058 | 2016-12-06 12:10:11.058 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.058 | 2016-12-06 12:10:11.058 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.058 | 2016-12-06 12:10:11.058 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.058 | 2016-12-06 12:10:11.058 DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:10:11.059 | 2016-12-06 12:10:11.058 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:10:11.075 | 2016-12-06 12:10:11.075 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:10:11.076 | 2016-12-06 12:10:11.076 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.076 | 2016-12-06 12:10:11.076 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.076 | 2016-12-06 12:10:11.076 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.076 | 2016-12-06 12:10:11.076 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.076 | 2016-12-06 12:10:11.076 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.076 | 2016-12-06 12:10:11.076 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.077 | 2016-12-06 12:10:11.076 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.077 | 2016-12-06 12:10:11.077 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.077 | 2016-12-06 12:10:11.077 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.077 | 2016-12-06 12:10:11.077 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.077 | 2016-12-06 12:10:11.077 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.077 | 2016-12-06 12:10:11.077 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.077 | 2016-12-06 12:10:11.077 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.077 | 2016-12-06 12:10:11.077 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.078 | 2016-12-06 12:10:11.077 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.078 | 2016-12-06 12:10:11.078 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.078 | 2016-12-06 12:10:11.078 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.078 | 2016-12-06 12:10:11.078 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.078 | 2016-12-06 12:10:11.078 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.078 | 2016-12-06 12:10:11.078 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.078 | 2016-12-06 12:10:11.078 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.079 | 2016-12-06 12:10:11.078 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.079 | 2016-12-06 12:10:11.079 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.079 | 2016-12-06 12:10:11.079 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.079 | 2016-12-06 12:10:11.079 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.079 | 2016-12-06 12:10:11.079 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.079 | 2016-12-06 12:10:11.079 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.079 | 2016-12-06 12:10:11.079 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.079 | 2016-12-06 12:10:11.079 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.080 | 2016-12-06 12:10:11.079 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.080 | 2016-12-06 12:10:11.080 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.080 | 2016-12-06 12:10:11.080 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.080 | 2016-12-06 12:10:11.080 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.080 | 2016-12-06 12:10:11.080 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.080 | 2016-12-06 12:10:11.080 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.080 | 2016-12-06 12:10:11.080 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.081 | 2016-12-06 12:10:11.080 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.081 | 2016-12-06 12:10:11.081 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.081 | 2016-12-06 12:10:11.081 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.081 | 2016-12-06 12:10:11.081 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.081 | 2016-12-06 12:10:11.081 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.081 | 2016-12-06 12:10:11.081 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.081 | 2016-12-06 12:10:11.081 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.081 | 2016-12-06 12:10:11.081 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.082 | 2016-12-06 12:10:11.081 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.082 | 2016-12-06 12:10:11.082 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.082 | 2016-12-06 12:10:11.082 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.082 | 2016-12-06 12:10:11.082 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.082 | 2016-12-06 12:10:11.082 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.082 | 2016-12-06 12:10:11.082 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.082 | 2016-12-06 12:10:11.082 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.082 | 2016-12-06 12:10:11.082 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.083 | 2016-12-06 12:10:11.083 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.083 | 2016-12-06 12:10:11.083 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.083 | 2016-12-06 12:10:11.083 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.083 | 2016-12-06 12:10:11.083 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.083 | 2016-12-06 12:10:11.083 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.083 | 2016-12-06 12:10:11.083 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.083 | 2016-12-06 12:10:11.083 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.084 | 2016-12-06 12:10:11.083 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.084 | 2016-12-06 12:10:11.084 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.084 | 2016-12-06 12:10:11.084 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.084 | 2016-12-06 12:10:11.084 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.084 | 2016-12-06 12:10:11.084 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.084 | 2016-12-06 12:10:11.084 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.084 | 2016-12-06 12:10:11.084 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.084 | 2016-12-06 12:10:11.084 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.085 | 2016-12-06 12:10:11.084 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.085 | 2016-12-06 12:10:11.085 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.085 | 2016-12-06 12:10:11.085 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.085 | 2016-12-06 12:10:11.085 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.085 | 2016-12-06 12:10:11.085 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.085 | 2016-12-06 12:10:11.085 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.085 | 2016-12-06 12:10:11.085 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.085 | 2016-12-06 12:10:11.085 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.086 | 2016-12-06 12:10:11.085 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.086 | 2016-12-06 12:10:11.086 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.086 | 2016-12-06 12:10:11.086 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.086 | 2016-12-06 12:10:11.086 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.086 | 2016-12-06 12:10:11.086 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.086 | 2016-12-06 12:10:11.086 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.086 | 2016-12-06 12:10:11.086 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.086 | 2016-12-06 12:10:11.086 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.087 | 2016-12-06 12:10:11.086 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.087 | 2016-12-06 12:10:11.087 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.087 | 2016-12-06 12:10:11.087 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.087 | 2016-12-06 12:10:11.087 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.087 | 2016-12-06 12:10:11.087 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.087 | 2016-12-06 12:10:11.087 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.087 | 2016-12-06 12:10:11.087 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.088 | 2016-12-06 12:10:11.087 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.088 | 2016-12-06 12:10:11.088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.088 | 2016-12-06 12:10:11.088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.088 | 2016-12-06 12:10:11.088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.088 | 2016-12-06 12:10:11.088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.088 | 2016-12-06 12:10:11.088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.088 | 2016-12-06 12:10:11.088 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.088 | 2016-12-06 12:10:11.088 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.089 | 2016-12-06 12:10:11.088 DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:10:11.089 | 2016-12-06 12:10:11.089 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:10:11.158 | 2016-12-06 12:10:11.158 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:10:11.159 | 2016-12-06 12:10:11.159 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.159 | 2016-12-06 12:10:11.159 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.159 | 2016-12-06 12:10:11.159 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.160 | 2016-12-06 12:10:11.159 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.160 | 2016-12-06 12:10:11.160 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.160 | 2016-12-06 12:10:11.160 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.160 | 2016-12-06 12:10:11.160 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.160 | 2016-12-06 12:10:11.160 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.161 | 2016-12-06 12:10:11.160 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.161 | 2016-12-06 12:10:11.161 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.161 | 2016-12-06 12:10:11.161 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.161 | 2016-12-06 12:10:11.161 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.161 | 2016-12-06 12:10:11.161 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.162 | 2016-12-06 12:10:11.161 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.162 | 2016-12-06 12:10:11.162 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.162 | 2016-12-06 12:10:11.162 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.162 | 2016-12-06 12:10:11.162 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.162 | 2016-12-06 12:10:11.162 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.162 | 2016-12-06 12:10:11.162 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.163 | 2016-12-06 12:10:11.163 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.163 | 2016-12-06 12:10:11.163 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.163 | 2016-12-06 12:10:11.163 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.163 | 2016-12-06 12:10:11.163 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.163 | 2016-12-06 12:10:11.163 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.164 | 2016-12-06 12:10:11.163 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.164 | 2016-12-06 12:10:11.164 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.164 | 2016-12-06 12:10:11.164 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.164 | 2016-12-06 12:10:11.164 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.165 | 2016-12-06 12:10:11.164 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.165 | 2016-12-06 12:10:11.165 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.165 | 2016-12-06 12:10:11.165 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.165 | 2016-12-06 12:10:11.165 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.166 | 2016-12-06 12:10:11.165 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.166 | 2016-12-06 12:10:11.166 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.166 | 2016-12-06 12:10:11.166 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.166 | 2016-12-06 12:10:11.166 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.167 | 2016-12-06 12:10:11.166 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.167 | 2016-12-06 12:10:11.167 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.167 | 2016-12-06 12:10:11.167 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.167 | 2016-12-06 12:10:11.167 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.168 | 2016-12-06 12:10:11.167 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.168 | 2016-12-06 12:10:11.168 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.168 | 2016-12-06 12:10:11.168 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.168 | 2016-12-06 12:10:11.168 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.169 | 2016-12-06 12:10:11.168 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.169 | 2016-12-06 12:10:11.169 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.169 | 2016-12-06 12:10:11.169 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.169 | 2016-12-06 12:10:11.169 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.169 | 2016-12-06 12:10:11.169 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.170 | 2016-12-06 12:10:11.170 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.170 | 2016-12-06 12:10:11.170 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.170 | 2016-12-06 12:10:11.170 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.170 | 2016-12-06 12:10:11.170 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.171 | 2016-12-06 12:10:11.170 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.171 | 2016-12-06 12:10:11.171 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.171 | 2016-12-06 12:10:11.171 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.171 | 2016-12-06 12:10:11.171 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.171 | 2016-12-06 12:10:11.171 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.172 | 2016-12-06 12:10:11.172 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.172 | 2016-12-06 12:10:11.172 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.172 | 2016-12-06 12:10:11.172 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.172 | 2016-12-06 12:10:11.172 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.172 | 2016-12-06 12:10:11.172 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.173 | 2016-12-06 12:10:11.173 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.173 | 2016-12-06 12:10:11.173 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.173 | 2016-12-06 12:10:11.173 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.173 | 2016-12-06 12:10:11.173 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.173 | 2016-12-06 12:10:11.173 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.174 | 2016-12-06 12:10:11.174 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.174 | 2016-12-06 12:10:11.174 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.174 | 2016-12-06 12:10:11.174 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.174 | 2016-12-06 12:10:11.174 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.175 | 2016-12-06 12:10:11.174 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.175 | 2016-12-06 12:10:11.175 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.175 | 2016-12-06 12:10:11.175 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.175 | 2016-12-06 12:10:11.175 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.175 | 2016-12-06 12:10:11.175 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.175 | 2016-12-06 12:10:11.175 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.176 | 2016-12-06 12:10:11.176 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.176 | 2016-12-06 12:10:11.176 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.176 | 2016-12-06 12:10:11.176 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.176 | 2016-12-06 12:10:11.176 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.176 | 2016-12-06 12:10:11.176 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.177 | 2016-12-06 12:10:11.176 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.177 | 2016-12-06 12:10:11.177 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.177 | 2016-12-06 12:10:11.177 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.177 | 2016-12-06 12:10:11.177 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.177 | 2016-12-06 12:10:11.177 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.178 | 2016-12-06 12:10:11.177 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.178 | 2016-12-06 12:10:11.178 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.178 | 2016-12-06 12:10:11.178 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.178 | 2016-12-06 12:10:11.178 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.178 | 2016-12-06 12:10:11.178 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.178 | 2016-12-06 12:10:11.178 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.179 | 2016-12-06 12:10:11.179 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.179 | 2016-12-06 12:10:11.179 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.179 | 2016-12-06 12:10:11.179 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:10:11.179 | 2016-12-06 12:10:11.179 DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:10:11.179 | 2016-12-06 12:10:11.179 DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:10:11.180 | 2016-12-06 12:10:11.179 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=20557) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:10:11.186 | 2016-12-06 12:10:11.186 INFO migrate.versioning.api [-] 0 -> 1...  2016-12-06 12:10:11.194 | 2016-12-06 12:10:11.189 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table images 2016-12-06 12:10:11.313 | 2016-12-06 12:10:11.313 INFO migrate.versioning.api [-] done 2016-12-06 12:10:11.313 | 2016-12-06 12:10:11.313 INFO migrate.versioning.api [-] 1 -> 2...  2016-12-06 12:10:11.332 | 2016-12-06 12:10:11.318 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table image_properties 2016-12-06 12:10:11.521 | 2016-12-06 12:10:11.520 INFO migrate.versioning.api [-] done 2016-12-06 12:10:11.521 | 2016-12-06 12:10:11.521 INFO migrate.versioning.api [-] 2 -> 3...  2016-12-06 12:10:11.814 | 2016-12-06 12:10:11.814 INFO migrate.versioning.api [-] done 2016-12-06 12:10:11.814 | 2016-12-06 12:10:11.814 INFO migrate.versioning.api [-] 3 -> 4...  2016-12-06 12:10:11.908 | 2016-12-06 12:10:11.908 INFO migrate.versioning.api [-] done 2016-12-06 12:10:11.908 | 2016-12-06 12:10:11.908 INFO migrate.versioning.api [-] 4 -> 5...  2016-12-06 12:10:12.032 | 2016-12-06 12:10:12.031 INFO migrate.versioning.api [-] done 2016-12-06 12:10:12.032 | 2016-12-06 12:10:12.032 INFO migrate.versioning.api [-] 5 -> 6...  2016-12-06 12:10:12.113 | /usr/local/lib/python2.7/dist-packages/pymysql/cursors.py:166: Warning: (1831, u"Duplicate index 'ix_image_properties_image_id_name' defined on the table 'glance.image_properties'. This is deprecated and will be disallowed in a future release.") 2016-12-06 12:10:12.113 | result = self._query(query) 2016-12-06 12:10:12.124 | 2016-12-06 12:10:12.124 INFO migrate.versioning.api [-] done 2016-12-06 12:10:12.125 | 2016-12-06 12:10:12.124 INFO migrate.versioning.api [-] 6 -> 7...  2016-12-06 12:10:12.224 | 2016-12-06 12:10:12.224 INFO migrate.versioning.api [-] done 2016-12-06 12:10:12.225 | 2016-12-06 12:10:12.224 INFO migrate.versioning.api [-] 7 -> 8...  2016-12-06 12:10:12.241 | 2016-12-06 12:10:12.230 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table image_members 2016-12-06 12:10:12.402 | 2016-12-06 12:10:12.402 INFO migrate.versioning.api [-] done 2016-12-06 12:10:12.403 | 2016-12-06 12:10:12.403 INFO migrate.versioning.api [-] 8 -> 9...  2016-12-06 12:10:12.587 | 2016-12-06 12:10:12.587 INFO migrate.versioning.api [-] done 2016-12-06 12:10:12.587 | 2016-12-06 12:10:12.587 INFO migrate.versioning.api [-] 9 -> 10...  2016-12-06 12:10:12.599 | 2016-12-06 12:10:12.599 INFO migrate.versioning.api [-] done 2016-12-06 12:10:12.599 | 2016-12-06 12:10:12.599 INFO migrate.versioning.api [-] 10 -> 11...  2016-12-06 12:10:12.785 | 2016-12-06 12:10:12.784 INFO migrate.versioning.api [-] done 2016-12-06 12:10:12.785 | 2016-12-06 12:10:12.785 INFO migrate.versioning.api [-] 11 -> 12...  2016-12-06 12:10:13.425 | 2016-12-06 12:10:13.425 INFO migrate.versioning.api [-] done 2016-12-06 12:10:13.425 | 2016-12-06 12:10:13.425 INFO migrate.versioning.api [-] 12 -> 13...  2016-12-06 12:10:13.522 | 2016-12-06 12:10:13.522 INFO migrate.versioning.api [-] done 2016-12-06 12:10:13.522 | 2016-12-06 12:10:13.522 INFO migrate.versioning.api [-] 13 -> 14...  2016-12-06 12:10:13.536 | 2016-12-06 12:10:13.527 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table image_tags 2016-12-06 12:10:13.670 | 2016-12-06 12:10:13.670 INFO migrate.versioning.api [-] done 2016-12-06 12:10:13.670 | 2016-12-06 12:10:13.670 INFO migrate.versioning.api [-] 14 -> 15...  2016-12-06 12:10:13.692 | 2016-12-06 12:10:13.691 INFO migrate.versioning.api [-] done 2016-12-06 12:10:13.692 | 2016-12-06 12:10:13.692 INFO migrate.versioning.api [-] 15 -> 16...  2016-12-06 12:10:13.819 | 2016-12-06 12:10:13.819 INFO migrate.versioning.api [-] done 2016-12-06 12:10:13.819 | 2016-12-06 12:10:13.819 INFO migrate.versioning.api [-] 16 -> 17...  2016-12-06 12:10:13.821 | 2016-12-06 12:10:13.820 INFO 017_quote_encrypted_swift_credentials [-] 'metadata_encryption_key' was not specified in the config file or a config file was not specified. This means that this migration is a NOOP. 2016-12-06 12:10:13.831 | 2016-12-06 12:10:13.830 INFO migrate.versioning.api [-] done 2016-12-06 12:10:13.831 | 2016-12-06 12:10:13.831 INFO migrate.versioning.api [-] 17 -> 18...  2016-12-06 12:10:13.844 | 2016-12-06 12:10:13.836 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table image_locations 2016-12-06 12:10:13.973 | 2016-12-06 12:10:13.973 INFO migrate.versioning.api [-] done 2016-12-06 12:10:13.973 | 2016-12-06 12:10:13.973 INFO migrate.versioning.api [-] 18 -> 19...  2016-12-06 12:10:13.998 | 2016-12-06 12:10:13.998 INFO migrate.versioning.api [-] done 2016-12-06 12:10:13.998 | 2016-12-06 12:10:13.998 INFO migrate.versioning.api [-] 19 -> 20...  2016-12-06 12:10:14.101 | 2016-12-06 12:10:14.101 INFO migrate.versioning.api [-] done 2016-12-06 12:10:14.102 | 2016-12-06 12:10:14.101 INFO migrate.versioning.api [-] 20 -> 21...  2016-12-06 12:10:14.117 | 2016-12-06 12:10:14.116 INFO migrate.versioning.api [-] done 2016-12-06 12:10:14.117 | 2016-12-06 12:10:14.117 INFO migrate.versioning.api [-] 21 -> 22...  2016-12-06 12:10:14.187 | 2016-12-06 12:10:14.187 INFO migrate.versioning.api [-] done 2016-12-06 12:10:14.187 | 2016-12-06 12:10:14.187 INFO migrate.versioning.api [-] 22 -> 23...  2016-12-06 12:10:14.196 | 2016-12-06 12:10:14.196 INFO migrate.versioning.api [-] done 2016-12-06 12:10:14.196 | 2016-12-06 12:10:14.196 INFO migrate.versioning.api [-] 23 -> 24...  2016-12-06 12:10:14.205 | 2016-12-06 12:10:14.205 INFO migrate.versioning.api [-] done 2016-12-06 12:10:14.205 | 2016-12-06 12:10:14.205 INFO migrate.versioning.api [-] 24 -> 25...  2016-12-06 12:10:14.214 | 2016-12-06 12:10:14.214 INFO migrate.versioning.api [-] done 2016-12-06 12:10:14.215 | 2016-12-06 12:10:14.214 INFO migrate.versioning.api [-] 25 -> 26...  2016-12-06 12:10:14.307 | 2016-12-06 12:10:14.307 INFO migrate.versioning.api [-] done 2016-12-06 12:10:14.307 | 2016-12-06 12:10:14.307 INFO migrate.versioning.api [-] 26 -> 27...  2016-12-06 12:10:14.353 | 2016-12-06 12:10:14.353 INFO migrate.versioning.api [-] done 2016-12-06 12:10:14.353 | 2016-12-06 12:10:14.353 INFO migrate.versioning.api [-] 27 -> 28...  2016-12-06 12:10:14.403 | 2016-12-06 12:10:14.403 INFO migrate.versioning.api [-] done 2016-12-06 12:10:14.403 | 2016-12-06 12:10:14.403 INFO migrate.versioning.api [-] 28 -> 29...  2016-12-06 12:10:14.622 | 2016-12-06 12:10:14.621 INFO migrate.versioning.api [-] done 2016-12-06 12:10:14.622 | 2016-12-06 12:10:14.622 INFO migrate.versioning.api [-] 29 -> 30...  2016-12-06 12:10:14.634 | 2016-12-06 12:10:14.625 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table tasks 2016-12-06 12:10:14.881 | 2016-12-06 12:10:14.881 INFO migrate.versioning.api [-] done 2016-12-06 12:10:14.882 | 2016-12-06 12:10:14.882 INFO migrate.versioning.api [-] 30 -> 31...  2016-12-06 12:10:14.899 | 2016-12-06 12:10:14.899 INFO migrate.versioning.api [-] done 2016-12-06 12:10:14.900 | 2016-12-06 12:10:14.899 INFO migrate.versioning.api [-] 31 -> 32...  2016-12-06 12:10:14.909 | 2016-12-06 12:10:14.904 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table task_info 2016-12-06 12:10:15.240 | 2016-12-06 12:10:15.240 INFO migrate.versioning.api [-] done 2016-12-06 12:10:15.241 | 2016-12-06 12:10:15.240 INFO migrate.versioning.api [-] 32 -> 33...  2016-12-06 12:10:15.343 | 2016-12-06 12:10:15.343 INFO migrate.versioning.api [-] done 2016-12-06 12:10:15.343 | 2016-12-06 12:10:15.343 INFO migrate.versioning.api [-] 33 -> 34...  2016-12-06 12:10:15.458 | 2016-12-06 12:10:15.458 INFO migrate.versioning.api [-] done 2016-12-06 12:10:15.459 | 2016-12-06 12:10:15.459 INFO migrate.versioning.api [-] 34 -> 35...  2016-12-06 12:10:15.477 | 2016-12-06 12:10:15.464 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table metadef_namespaces 2016-12-06 12:10:15.587 | 2016-12-06 12:10:15.567 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table metadef_objects 2016-12-06 12:10:15.689 | 2016-12-06 12:10:15.674 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table metadef_properties 2016-12-06 12:10:15.823 | 2016-12-06 12:10:15.776 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table metadef_resource_types 2016-12-06 12:10:15.937 | 2016-12-06 12:10:15.914 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table metadef_namespace_resource_types 2016-12-06 12:10:16.096 | 2016-12-06 12:10:16.096 INFO migrate.versioning.api [-] done 2016-12-06 12:10:16.096 | 2016-12-06 12:10:16.096 INFO migrate.versioning.api [-] 35 -> 36...  2016-12-06 12:10:16.136 | 2016-12-06 12:10:16.136 INFO migrate.versioning.api [-] done 2016-12-06 12:10:16.137 | 2016-12-06 12:10:16.136 INFO migrate.versioning.api [-] 36 -> 37...  2016-12-06 12:10:16.374 | 2016-12-06 12:10:16.374 INFO migrate.versioning.api [-] done 2016-12-06 12:10:16.374 | 2016-12-06 12:10:16.374 INFO migrate.versioning.api [-] 37 -> 38...  2016-12-06 12:10:16.378 | 2016-12-06 12:10:16.376 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table metadef_tags 2016-12-06 12:10:16.485 | 2016-12-06 12:10:16.484 INFO migrate.versioning.api [-] done 2016-12-06 12:10:16.485 | 2016-12-06 12:10:16.485 INFO migrate.versioning.api [-] 38 -> 39...  2016-12-06 12:10:17.402 | 2016-12-06 12:10:17.402 INFO migrate.versioning.api [-] done 2016-12-06 12:10:17.403 | 2016-12-06 12:10:17.402 INFO migrate.versioning.api [-] 39 -> 40...  2016-12-06 12:10:17.450 | 2016-12-06 12:10:17.450 INFO migrate.versioning.api [-] done 2016-12-06 12:10:17.450 | 2016-12-06 12:10:17.450 INFO migrate.versioning.api [-] 40 -> 41...  2016-12-06 12:10:17.480 | 2016-12-06 12:10:17.458 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table artifacts 2016-12-06 12:10:17.742 | 2016-12-06 12:10:17.721 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table artifact_tags 2016-12-06 12:10:17.898 | 2016-12-06 12:10:17.869 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table artifact_properties 2016-12-06 12:10:18.059 | 2016-12-06 12:10:18.029 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table artifact_blobs 2016-12-06 12:10:18.218 | 2016-12-06 12:10:18.194 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table artifact_blob_locations 2016-12-06 12:10:18.340 | 2016-12-06 12:10:18.315 INFO glance.db.sqlalchemy.migrate_repo.schema [-] creating table artifact_dependencies 2016-12-06 12:10:18.588 | 2016-12-06 12:10:18.588 INFO migrate.versioning.api [-] done 2016-12-06 12:10:18.588 | 2016-12-06 12:10:18.588 INFO migrate.versioning.api [-] 41 -> 42...  2016-12-06 12:10:19.489 | 2016-12-06 12:10:19.489 INFO migrate.versioning.api [-] done 2016-12-06 12:10:19.490 | 2016-12-06 12:10:19.489 INFO migrate.versioning.api [-] 42 -> 43...  2016-12-06 12:10:19.568 | 2016-12-06 12:10:19.568 INFO migrate.versioning.api [-] done 2016-12-06 12:10:19.568 | 2016-12-06 12:10:19.568 INFO migrate.versioning.api [-] 43 -> 44...  2016-12-06 12:10:19.581 | 2016-12-06 12:10:19.580 INFO migrate.versioning.api [-] done 2016-12-06 12:10:19.633 | +lib/glance:init_glance:357  /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2016-12-06 12:10:21.199 | /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/enginefacade.py:1241: OsloDBDeprecationWarning: EngineFacade is deprecated; please use oslo_db.sqlalchemy.enginefacade 2016-12-06 12:10:21.199 | expire_on_commit=expire_on_commit, _conf=conf) 2016-12-06 12:10:21.215 | /usr/local/lib/python2.7/dist-packages/pymysql/cursors.py:166: Warning: (3090, u"Changing sql mode 'NO_AUTO_CREATE_USER' is deprecated. It will be removed in a future release.") 2016-12-06 12:10:21.215 | result = self._query(query) 2016-12-06 12:10:21.217 | 2016-12-06 12:10:21.217 DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION from (pid=20568) _check_effective_sql_mode /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/engines.py:261 2016-12-06 12:10:21.280 | 2016-12-06 12:10:21.280 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2016-12-06 12:10:21.318 | 2016-12-06 12:10:21.317 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2016-12-06 12:10:21.374 | 2016-12-06 12:10:21.374 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2016-12-06 12:10:21.426 | 2016-12-06 12:10:21.426 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2016-12-06 12:10:21.528 | 2016-12-06 12:10:21.528 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2016-12-06 12:10:21.695 | 2016-12-06 12:10:21.695 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2016-12-06 12:10:21.895 | 2016-12-06 12:10:21.895 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2016-12-06 12:10:21.940 | 2016-12-06 12:10:21.940 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2016-12-06 12:10:22.030 | 2016-12-06 12:10:22.030 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2016-12-06 12:10:22.090 | 2016-12-06 12:10:22.090 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2016-12-06 12:10:22.250 | 2016-12-06 12:10:22.250 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2016-12-06 12:10:22.330 | 2016-12-06 12:10:22.330 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2016-12-06 12:10:22.354 | 2016-12-06 12:10:22.354 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2016-12-06 12:10:22.401 | 2016-12-06 12:10:22.401 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2016-12-06 12:10:22.440 | 2016-12-06 12:10:22.439 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2016-12-06 12:10:22.472 | 2016-12-06 12:10:22.472 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2016-12-06 12:10:22.519 | 2016-12-06 12:10:22.519 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2016-12-06 12:10:22.545 | 2016-12-06 12:10:22.545 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2016-12-06 12:10:22.681 | 2016-12-06 12:10:22.681 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2016-12-06 12:10:22.716 | 2016-12-06 12:10:22.716 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2016-12-06 12:10:22.757 | 2016-12-06 12:10:22.757 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2016-12-06 12:10:22.820 | 2016-12-06 12:10:22.820 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2016-12-06 12:10:22.855 | 2016-12-06 12:10:22.855 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2016-12-06 12:10:22.881 | 2016-12-06 12:10:22.881 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2016-12-06 12:10:22.924 | 2016-12-06 12:10:22.924 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2016-12-06 12:10:22.973 | 2016-12-06 12:10:22.973 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2016-12-06 12:10:23.016 | 2016-12-06 12:10:23.016 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2016-12-06 12:10:23.074 | 2016-12-06 12:10:23.074 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2016-12-06 12:10:23.205 | 2016-12-06 12:10:23.205 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2016-12-06 12:10:23.293 | 2016-12-06 12:10:23.293 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2016-12-06 12:10:23.329 | 2016-12-06 12:10:23.329 INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-trust.json loaded to database. 2016-12-06 12:10:23.329 | 2016-12-06 12:10:23.329 INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2016-12-06 12:10:23.376 | +lib/glance:init_glance:359  create_glance_cache_dir 2016-12-06 12:10:23.381 | +lib/glance:create_glance_cache_dir:336  sudo install -d -o ubuntu /var/cache/glance/api /var/cache/glance/registry /var/cache/glance/search /var/cache/glance/artifact 2016-12-06 12:10:23.394 | +lib/glance:create_glance_cache_dir:337  rm -f '/var/cache/glance/api/*' '/var/cache/glance/registry/*' '/var/cache/glance/search/*' '/var/cache/glance/artifact/*' 2016-12-06 12:10:23.400 | +./stack.sh:main:1106  is_service_enabled neutron 2016-12-06 12:10:23.424 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:10:23.428 | +./stack.sh:main:1107  echo_summary 'Configuring Neutron' 2016-12-06 12:10:23.432 | +./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:10:23.436 | +./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:10:23.440 | +./stack.sh:echo_summary:398  echo -e Configuring Neutron 2016-12-06 12:10:23.444 | +./stack.sh:main:1109  configure_neutron 2016-12-06 12:10:23.448 | +lib/neutron:configure_neutron:518  is_neutron_legacy_enabled 2016-12-06 12:10:23.452 | +lib/neutron:is_neutron_legacy_enabled:89  [[ ,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api =~ ,q- ]] 2016-12-06 12:10:23.456 | +lib/neutron:is_neutron_legacy_enabled:89  return 0 2016-12-06 12:10:23.459 | +lib/neutron:configure_neutron:520  configure_mutnauq 2016-12-06 12:10:23.463 | +lib/neutron-legacy:configure_mutnauq:303  _configure_neutron_common 2016-12-06 12:10:23.467 | +lib/neutron-legacy:_configure_neutron_common:656  _create_neutron_conf_dir 2016-12-06 12:10:23.471 | +lib/neutron-legacy:_create_neutron_conf_dir:649  sudo install -d -o ubuntu /etc/neutron 2016-12-06 12:10:23.479 | +lib/neutron-legacy:_configure_neutron_common:659  cd /opt/stack/neutron 2016-12-06 12:10:23.483 | +lib/neutron-legacy:_configure_neutron_common:659  exec ./tools/generate_config_file_samples.sh 2016-12-06 12:10:36.588 | WARNING:stevedore.named:Could not load neutron.ml2.sriov 2016-12-06 12:10:41.476 | +lib/neutron-legacy:_configure_neutron_common:661  cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2016-12-06 12:10:41.481 | +lib/neutron-legacy:_configure_neutron_common:663  Q_POLICY_FILE=/etc/neutron/policy.json 2016-12-06 12:10:41.486 | +lib/neutron-legacy:_configure_neutron_common:664  cp /opt/stack/neutron/etc/policy.json /etc/neutron/policy.json 2016-12-06 12:10:41.490 | +lib/neutron-legacy:_configure_neutron_common:667  sed -i 's/"context_is_admin": "role:admin"/"context_is_admin": "role:admin or user_name:neutron"/g' /etc/neutron/policy.json 2016-12-06 12:10:41.495 | +lib/neutron-legacy:_configure_neutron_common:676  neutron_plugin_configure_common 2016-12-06 12:10:41.498 | +lib/neutron_plugins/ml2:neutron_plugin_configure_common:64  Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2016-12-06 12:10:41.501 | +lib/neutron_plugins/ml2:neutron_plugin_configure_common:65  Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2016-12-06 12:10:41.504 | +lib/neutron_plugins/ml2:neutron_plugin_configure_common:66  Q_PLUGIN_CLASS=neutron.plugins.ml2.plugin.Ml2Plugin 2016-12-06 12:10:41.508 | +lib/neutron_plugins/ml2:neutron_plugin_configure_common:69  _neutron_service_plugin_class_add neutron.services.l3_router.l3_router_plugin.L3RouterPlugin 2016-12-06 12:10:41.511 | +lib/neutron-legacy:_neutron_service_plugin_class_add:858  local service_plugin_class=neutron.services.l3_router.l3_router_plugin.L3RouterPlugin 2016-12-06 12:10:41.516 | +lib/neutron-legacy:_neutron_service_plugin_class_add:859  [[ '' == '' ]] 2016-12-06 12:10:41.519 | +lib/neutron-legacy:_neutron_service_plugin_class_add:860  Q_SERVICE_PLUGIN_CLASSES=neutron.services.l3_router.l3_router_plugin.L3RouterPlugin 2016-12-06 12:10:41.522 | +lib/neutron-legacy:_configure_neutron_common:678  [[ etc/neutron/plugins/ml2 == '' ]] 2016-12-06 12:10:41.525 | +lib/neutron-legacy:_configure_neutron_common:678  [[ ml2_conf.ini == '' ]] 2016-12-06 12:10:41.529 | +lib/neutron-legacy:_configure_neutron_common:678  [[ neutron.plugins.ml2.plugin.Ml2Plugin == '' ]] 2016-12-06 12:10:41.532 | +lib/neutron-legacy:_configure_neutron_common:683  mkdir -p /etc/neutron/plugins/ml2 2016-12-06 12:10:41.535 | +lib/neutron-legacy:_configure_neutron_common:684  Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2016-12-06 12:10:41.539 | +lib/neutron-legacy:_configure_neutron_common:687  '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2016-12-06 12:10:41.542 | +lib/neutron-legacy:_configure_neutron_common:688  cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2016-12-06 12:10:41.547 | ++lib/neutron-legacy:_configure_neutron_common:693  database_connection_url neutron 2016-12-06 12:10:41.551 | ++lib/database:database_connection_url:134  local db=neutron 2016-12-06 12:10:41.555 | ++lib/database:database_connection_url:135  database_connection_url_mysql neutron 2016-12-06 12:10:41.559 | ++lib/databases/mysql:database_connection_url_mysql:176  local db=neutron 2016-12-06 12:10:41.563 | ++lib/databases/mysql:database_connection_url_mysql:177  echo 'mysql+pymysql://root:passwd2@127.0.0.1/neutron?charset=utf8' 2016-12-06 12:10:41.566 | +lib/neutron-legacy:_configure_neutron_common:693  iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:passwd2@127.0.0.1/neutron?charset=utf8' 2016-12-06 12:10:41.595 | +lib/neutron-legacy:_configure_neutron_common:694  iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2016-12-06 12:10:41.623 | +lib/neutron-legacy:_configure_neutron_common:695  iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2016-12-06 12:10:41.650 | +lib/neutron-legacy:_configure_neutron_common:696  iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2016-12-06 12:10:41.679 | +lib/neutron-legacy:_configure_neutron_common:697  iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2016-12-06 12:10:41.706 | +lib/neutron-legacy:_configure_neutron_common:700  iniset /etc/neutron/neutron.conf nova region_name RegionOne 2016-12-06 12:10:41.733 | +lib/neutron-legacy:_configure_neutron_common:703  [[ 2 > 0 ]] 2016-12-06 12:10:41.737 | +lib/neutron-legacy:_configure_neutron_common:703  [[ /etc/neutron == '' ]] 2016-12-06 12:10:41.740 | +lib/neutron-legacy:_configure_neutron_common:709  [[ /etc/neutron != '' ]] 2016-12-06 12:10:41.743 | +lib/neutron-legacy:_configure_neutron_common:710  local f 2016-12-06 12:10:41.746 | +lib/neutron-legacy:_configure_neutron_common:711  (( f=0 )) 2016-12-06 12:10:41.750 | +lib/neutron-legacy:_configure_neutron_common:711  (( 0 < 2 )) 2016-12-06 12:10:41.753 | +lib/neutron-legacy:_configure_neutron_common:712  Q_PLUGIN_EXTRA_CONF_FILES[$f]=/etc/neutron/neutron_lbaas.conf 2016-12-06 12:10:41.756 | +lib/neutron-legacy:_configure_neutron_common:711  (( f+=1 )) 2016-12-06 12:10:41.759 | +lib/neutron-legacy:_configure_neutron_common:711  (( 1 < 2 )) 2016-12-06 12:10:41.763 | +lib/neutron-legacy:_configure_neutron_common:712  Q_PLUGIN_EXTRA_CONF_FILES[$f]=/etc/neutron/services_lbaas.conf 2016-12-06 12:10:41.766 | +lib/neutron-legacy:_configure_neutron_common:711  (( f+=1 )) 2016-12-06 12:10:41.769 | +lib/neutron-legacy:_configure_neutron_common:711  (( 2 < 2 )) 2016-12-06 12:10:41.773 | +lib/neutron-legacy:_configure_neutron_common:716  '[' libvirt = fake ']' 2016-12-06 12:10:41.777 | +lib/neutron-legacy:_configure_neutron_common:726  '[' True == True ']' 2016-12-06 12:10:41.780 | +lib/neutron-legacy:_configure_neutron_common:726  '[' False == False ']' 2016-12-06 12:10:41.785 | +lib/neutron-legacy:_configure_neutron_common:727  setup_colorized_logging /etc/neutron/neutron.conf DEFAULT project_id 2016-12-06 12:10:41.788 | +functions:setup_colorized_logging:580  local conf_file=/etc/neutron/neutron.conf 2016-12-06 12:10:41.792 | +functions:setup_colorized_logging:581  local conf_section=DEFAULT 2016-12-06 12:10:41.797 | +functions:setup_colorized_logging:582  local project_var=project_id 2016-12-06 12:10:41.800 | +functions:setup_colorized_logging:583  local user_var=user_name 2016-12-06 12:10:41.804 | +functions:setup_colorized_logging:585  iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user_name)s %(project_id)s%(color)s] %(instance)s%(color)s%(message)s' 2016-12-06 12:10:41.832 | +functions:setup_colorized_logging:586  iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2016-12-06 12:10:41.860 | +functions:setup_colorized_logging:587  iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix 'from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d' 2016-12-06 12:10:41.890 | +functions:setup_colorized_logging:588  iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix '%(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s' 2016-12-06 12:10:41.922 | +lib/neutron-legacy:_configure_neutron_common:733  is_service_enabled tls-proxy 2016-12-06 12:10:41.943 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:10:41.947 | +lib/neutron-legacy:_configure_neutron_common:738  is_ssl_enabled_service nova 2016-12-06 12:10:41.950 | +lib/tls:is_ssl_enabled_service:375  local services=nova 2016-12-06 12:10:41.954 | +lib/tls:is_ssl_enabled_service:376  local service= 2016-12-06 12:10:41.957 | +lib/tls:is_ssl_enabled_service:377  '[' False == False ']' 2016-12-06 12:10:41.961 | +lib/tls:is_ssl_enabled_service:378  return 1 2016-12-06 12:10:41.964 | +lib/neutron-legacy:_configure_neutron_common:742  is_ssl_enabled_service neutron 2016-12-06 12:10:41.968 | +lib/tls:is_ssl_enabled_service:375  local services=neutron 2016-12-06 12:10:41.971 | +lib/tls:is_ssl_enabled_service:376  local service= 2016-12-06 12:10:41.974 | +lib/tls:is_ssl_enabled_service:377  '[' False == False ']' 2016-12-06 12:10:41.977 | +lib/tls:is_ssl_enabled_service:378  return 1 2016-12-06 12:10:41.980 | +lib/neutron-legacy:_configure_neutron_common:750  _neutron_setup_rootwrap 2016-12-06 12:10:41.984 | +lib/neutron-legacy:_neutron_setup_rootwrap:878  [[ True == \F\a\l\s\e ]] 2016-12-06 12:10:41.987 | +lib/neutron-legacy:_neutron_setup_rootwrap:882  Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2016-12-06 12:10:41.991 | +lib/neutron-legacy:_neutron_setup_rootwrap:883  [[ -d /etc/neutron/rootwrap.d ]] 2016-12-06 12:10:41.995 | +lib/neutron-legacy:_neutron_setup_rootwrap:884  sudo rm -rf /etc/neutron/rootwrap.d 2016-12-06 12:10:42.004 | +lib/neutron-legacy:_neutron_setup_rootwrap:887  _neutron_deploy_rootwrap_filters /opt/stack/neutron 2016-12-06 12:10:42.008 | +lib/neutron-legacy:_neutron_deploy_rootwrap_filters:868  [[ True == \F\a\l\s\e ]] 2016-12-06 12:10:42.011 | +lib/neutron-legacy:_neutron_deploy_rootwrap_filters:871  local srcdir=/opt/stack/neutron 2016-12-06 12:10:42.015 | +lib/neutron-legacy:_neutron_deploy_rootwrap_filters:872  sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2016-12-06 12:10:42.023 | +lib/neutron-legacy:_neutron_deploy_rootwrap_filters:873  sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/debug.filters /opt/stack/neutron/etc/neutron/rootwrap.d/dhcp.filters /opt/stack/neutron/etc/neutron/rootwrap.d/dibbler.filters /opt/stack/neutron/etc/neutron/rootwrap.d/ebtables.filters /opt/stack/neutron/etc/neutron/rootwrap.d/ipset-firewall.filters /opt/stack/neutron/etc/neutron/rootwrap.d/iptables-firewall.filters /opt/stack/neutron/etc/neutron/rootwrap.d/l3.filters /opt/stack/neutron/etc/neutron/rootwrap.d/linuxbridge-plugin.filters /opt/stack/neutron/etc/neutron/rootwrap.d/openvswitch-plugin.filters /etc/neutron/rootwrap.d/ 2016-12-06 12:10:42.032 | +lib/neutron-legacy:_neutron_setup_rootwrap:891  test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2016-12-06 12:10:42.036 | +lib/neutron-legacy:_neutron_setup_rootwrap:894  sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2016-12-06 12:10:42.044 | +lib/neutron-legacy:_neutron_setup_rootwrap:896  sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2016-12-06 12:10:42.052 | +lib/neutron-legacy:_neutron_setup_rootwrap:897  sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2016-12-06 12:10:42.061 | +lib/neutron-legacy:_neutron_setup_rootwrap:900  ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2016-12-06 12:10:42.065 | +lib/neutron-legacy:_neutron_setup_rootwrap:901  ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2016-12-06 12:10:42.069 | ++lib/neutron-legacy:_neutron_setup_rootwrap:904  mktemp 2016-12-06 12:10:42.073 | +lib/neutron-legacy:_neutron_setup_rootwrap:904  TEMPFILE=/tmp/tmp.VjqilijCBs 2016-12-06 12:10:42.077 | +lib/neutron-legacy:_neutron_setup_rootwrap:905  echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2016-12-06 12:10:42.081 | +lib/neutron-legacy:_neutron_setup_rootwrap:906  echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2016-12-06 12:10:42.085 | +lib/neutron-legacy:_neutron_setup_rootwrap:907  chmod 0440 /tmp/tmp.VjqilijCBs 2016-12-06 12:10:42.089 | +lib/neutron-legacy:_neutron_setup_rootwrap:908  sudo chown root:root /tmp/tmp.VjqilijCBs 2016-12-06 12:10:42.097 | +lib/neutron-legacy:_neutron_setup_rootwrap:909  sudo mv /tmp/tmp.VjqilijCBs /etc/sudoers.d/neutron-rootwrap 2016-12-06 12:10:42.104 | +lib/neutron-legacy:_neutron_setup_rootwrap:912  iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2016-12-06 12:10:42.130 | +lib/neutron-legacy:_neutron_setup_rootwrap:913  [[ True == \T\r\u\e ]] 2016-12-06 12:10:42.133 | +lib/neutron-legacy:_neutron_setup_rootwrap:914  iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2016-12-06 12:10:42.160 | +lib/neutron-legacy:configure_mutnauq:304  iniset_rpc_backend neutron /etc/neutron/neutron.conf 2016-12-06 12:10:42.163 | +lib/rpc_backend:iniset_rpc_backend:117  local package=neutron 2016-12-06 12:10:42.166 | +lib/rpc_backend:iniset_rpc_backend:118  local file=/etc/neutron/neutron.conf 2016-12-06 12:10:42.169 | +lib/rpc_backend:iniset_rpc_backend:119  local section=DEFAULT 2016-12-06 12:10:42.172 | +lib/rpc_backend:iniset_rpc_backend:120  local virtual_host= 2016-12-06 12:10:42.176 | +lib/rpc_backend:iniset_rpc_backend:121  is_service_enabled rabbit 2016-12-06 12:10:42.196 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:10:42.200 | ++lib/rpc_backend:iniset_rpc_backend:122  get_transport_url '' 2016-12-06 12:10:42.204 | ++lib/rpc_backend:get_transport_url:109  local virtual_host= 2016-12-06 12:10:42.207 | ++lib/rpc_backend:get_transport_url:110  is_service_enabled rabbit 2016-12-06 12:10:42.229 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:10:42.233 | ++lib/rpc_backend:get_transport_url:111  echo rabbit://stackrabbit:passwd3@10.42.0.106:5672/ 2016-12-06 12:10:42.237 | +lib/rpc_backend:iniset_rpc_backend:122  iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:passwd3@10.42.0.106:5672/ 2016-12-06 12:10:42.263 | +lib/rpc_backend:iniset_rpc_backend:123  '[' -n '' ']' 2016-12-06 12:10:42.265 | +lib/rpc_backend:iniset_rpc_backend:126  '[' -n '' ']' 2016-12-06 12:10:42.268 | +lib/neutron-legacy:configure_mutnauq:307  is_service_enabled q-metering 2016-12-06 12:10:42.286 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:10:42.289 | +lib/neutron-legacy:configure_mutnauq:310  is_service_enabled q-agt q-svc 2016-12-06 12:10:42.307 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:10:42.310 | +lib/neutron-legacy:configure_mutnauq:311  _configure_neutron_service 2016-12-06 12:10:42.313 | +lib/neutron-legacy:_configure_neutron_service:826  Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2016-12-06 12:10:42.316 | +lib/neutron-legacy:_configure_neutron_service:827  cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2016-12-06 12:10:42.320 | +lib/neutron-legacy:_configure_neutron_service:830  iniset /etc/neutron/neutron.conf DEFAULT core_plugin neutron.plugins.ml2.plugin.Ml2Plugin 2016-12-06 12:10:42.348 | +lib/neutron-legacy:_configure_neutron_service:832  [[ neutron.services.l3_router.l3_router_plugin.L3RouterPlugin != '' ]] 2016-12-06 12:10:42.352 | +lib/neutron-legacy:_configure_neutron_service:833  iniset /etc/neutron/neutron.conf DEFAULT service_plugins neutron.services.l3_router.l3_router_plugin.L3RouterPlugin 2016-12-06 12:10:42.379 | +lib/neutron-legacy:_configure_neutron_service:836  iniset /etc/neutron/neutron.conf DEFAULT debug True 2016-12-06 12:10:42.411 | +lib/neutron-legacy:_configure_neutron_service:837  iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2016-12-06 12:10:42.436 | +lib/neutron-legacy:_configure_neutron_service:838  iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2016-12-06 12:10:42.470 | +lib/neutron-legacy:_configure_neutron_service:840  iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2016-12-06 12:10:42.501 | +lib/neutron-legacy:_configure_neutron_service:841  _neutron_setup_keystone /etc/neutron/neutron.conf keystone_authtoken 2016-12-06 12:10:42.504 | +lib/neutron-legacy:_neutron_setup_keystone:920  local conf_file=/etc/neutron/neutron.conf 2016-12-06 12:10:42.507 | +lib/neutron-legacy:_neutron_setup_keystone:921  local section=keystone_authtoken 2016-12-06 12:10:42.512 | +lib/neutron-legacy:_neutron_setup_keystone:923  create_neutron_cache_dir 2016-12-06 12:10:42.516 | +lib/neutron:create_neutron_cache_dir:334  sudo install -d -o ubuntu /var/cache/neutron 2016-12-06 12:10:42.524 | +lib/neutron:create_neutron_cache_dir:335  rm -f '/var/cache/neutron/*' 2016-12-06 12:10:42.528 | +lib/neutron-legacy:_neutron_setup_keystone:924  configure_auth_token_middleware /etc/neutron/neutron.conf neutron /var/cache/neutron keystone_authtoken 2016-12-06 12:10:42.531 | +lib/keystone:configure_auth_token_middleware:466  local conf_file=/etc/neutron/neutron.conf 2016-12-06 12:10:42.535 | +lib/keystone:configure_auth_token_middleware:467  local admin_user=neutron 2016-12-06 12:10:42.538 | +lib/keystone:configure_auth_token_middleware:468  local signing_dir=/var/cache/neutron 2016-12-06 12:10:42.541 | +lib/keystone:configure_auth_token_middleware:469  local section=keystone_authtoken 2016-12-06 12:10:42.545 | +lib/keystone:configure_auth_token_middleware:471  iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2016-12-06 12:10:42.572 | +lib/keystone:configure_auth_token_middleware:472  iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.42.0.106/identity_admin 2016-12-06 12:10:42.598 | +lib/keystone:configure_auth_token_middleware:473  iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2016-12-06 12:10:42.627 | +lib/keystone:configure_auth_token_middleware:474  iniset /etc/neutron/neutron.conf keystone_authtoken password passwd4 2016-12-06 12:10:42.655 | +lib/keystone:configure_auth_token_middleware:475  iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2016-12-06 12:10:42.682 | +lib/keystone:configure_auth_token_middleware:476  iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2016-12-06 12:10:42.709 | +lib/keystone:configure_auth_token_middleware:477  iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2016-12-06 12:10:42.736 | +lib/keystone:configure_auth_token_middleware:479  iniset /etc/neutron/neutron.conf keystone_authtoken auth_uri http://10.42.0.106/identity 2016-12-06 12:10:42.762 | +lib/keystone:configure_auth_token_middleware:480  iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2016-12-06 12:10:42.787 | +lib/keystone:configure_auth_token_middleware:481  iniset /etc/neutron/neutron.conf keystone_authtoken signing_dir /var/cache/neutron 2016-12-06 12:10:42.813 | +lib/keystone:configure_auth_token_middleware:482  iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers 10.42.0.106:11211 2016-12-06 12:10:42.839 | +lib/neutron-legacy:_configure_neutron_service:844  iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2016-12-06 12:10:42.864 | +lib/neutron-legacy:_configure_neutron_service:845  iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2016-12-06 12:10:42.891 | +lib/neutron-legacy:_configure_neutron_service:847  configure_auth_token_middleware /etc/neutron/neutron.conf nova /var/cache/neutron nova 2016-12-06 12:10:42.894 | +lib/keystone:configure_auth_token_middleware:466  local conf_file=/etc/neutron/neutron.conf 2016-12-06 12:10:42.897 | +lib/keystone:configure_auth_token_middleware:467  local admin_user=nova 2016-12-06 12:10:42.900 | +lib/keystone:configure_auth_token_middleware:468  local signing_dir=/var/cache/neutron 2016-12-06 12:10:42.903 | +lib/keystone:configure_auth_token_middleware:469  local section=nova 2016-12-06 12:10:42.906 | +lib/keystone:configure_auth_token_middleware:471  iniset /etc/neutron/neutron.conf nova auth_type password 2016-12-06 12:10:42.934 | +lib/keystone:configure_auth_token_middleware:472  iniset /etc/neutron/neutron.conf nova auth_url http://10.42.0.106/identity_admin 2016-12-06 12:10:42.961 | +lib/keystone:configure_auth_token_middleware:473  iniset /etc/neutron/neutron.conf nova username nova 2016-12-06 12:10:42.988 | +lib/keystone:configure_auth_token_middleware:474  iniset /etc/neutron/neutron.conf nova password passwd4 2016-12-06 12:10:43.016 | +lib/keystone:configure_auth_token_middleware:475  iniset /etc/neutron/neutron.conf nova user_domain_name Default 2016-12-06 12:10:43.045 | +lib/keystone:configure_auth_token_middleware:476  iniset /etc/neutron/neutron.conf nova project_name service 2016-12-06 12:10:43.074 | +lib/keystone:configure_auth_token_middleware:477  iniset /etc/neutron/neutron.conf nova project_domain_name Default 2016-12-06 12:10:43.100 | +lib/keystone:configure_auth_token_middleware:479  iniset /etc/neutron/neutron.conf nova auth_uri http://10.42.0.106/identity 2016-12-06 12:10:43.127 | +lib/keystone:configure_auth_token_middleware:480  iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2016-12-06 12:10:43.156 | +lib/keystone:configure_auth_token_middleware:481  iniset /etc/neutron/neutron.conf nova signing_dir /var/cache/neutron 2016-12-06 12:10:43.183 | +lib/keystone:configure_auth_token_middleware:482  iniset /etc/neutron/neutron.conf nova memcached_servers 10.42.0.106:11211 2016-12-06 12:10:43.209 | +lib/neutron-legacy:_configure_neutron_service:850  neutron_plugin_configure_service 2016-12-06 12:10:43.212 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:73  [[ vxlan != \l\o\c\a\l ]] 2016-12-06 12:10:43.215 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:74  Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2016-12-06 12:10:43.219 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:88  '[' '' == '' ']' 2016-12-06 12:10:43.222 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:89  [[ '' == '' ]] 2016-12-06 12:10:43.225 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:89  [[ public != '' ]] 2016-12-06 12:10:43.228 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:90  ML2_VLAN_RANGES=public 2016-12-06 12:10:43.232 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:91  [[ '' != '' ]] 2016-12-06 12:10:43.234 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:95  [[ public != '' ]] 2016-12-06 12:10:43.238 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:96  Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2016-12-06 12:10:43.241 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:102  [[ -z '' ]] 2016-12-06 12:10:43.244 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:103  [[ -n public ]] 2016-12-06 12:10:43.248 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:104  Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2016-12-06 12:10:43.251 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:105  [[ -n public ]] 2016-12-06 12:10:43.253 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:106  Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=public, 2016-12-06 12:10:43.256 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:108  [[ -n public ]] 2016-12-06 12:10:43.259 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:109  Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=public, 2016-12-06 12:10:43.262 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:120  [[ False == \T\r\u\e ]] 2016-12-06 12:10:43.265 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:123  iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver neutron.agent.firewall.NoopFirewallDriver 2016-12-06 12:10:43.289 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:126  populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch,linuxbridge 2016-12-06 12:10:43.292 | +lib/neutron_plugins/ml2:populate_ml2_config:50  CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2016-12-06 12:10:43.295 | +lib/neutron_plugins/ml2:populate_ml2_config:51  SECTION=ml2 2016-12-06 12:10:43.299 | +lib/neutron_plugins/ml2:populate_ml2_config:52  OPTS=mechanism_drivers=openvswitch,linuxbridge 2016-12-06 12:10:43.303 | +lib/neutron_plugins/ml2:populate_ml2_config:54  '[' -z mechanism_drivers=openvswitch,linuxbridge ']' 2016-12-06 12:10:43.306 | +lib/neutron_plugins/ml2:populate_ml2_config:57  for I in '"${OPTS[@]}"' 2016-12-06 12:10:43.309 | +lib/neutron_plugins/ml2:populate_ml2_config:59  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,linuxbridge 2016-12-06 12:10:43.332 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:128  [[ -n '' ]] 2016-12-06 12:10:43.335 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:132  populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2016-12-06 12:10:43.338 | +lib/neutron_plugins/ml2:populate_ml2_config:50  CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2016-12-06 12:10:43.341 | +lib/neutron_plugins/ml2:populate_ml2_config:51  SECTION=ml2 2016-12-06 12:10:43.344 | +lib/neutron_plugins/ml2:populate_ml2_config:52  OPTS=extension_drivers=port_security 2016-12-06 12:10:43.347 | +lib/neutron_plugins/ml2:populate_ml2_config:54  '[' -z extension_drivers=port_security ']' 2016-12-06 12:10:43.350 | +lib/neutron_plugins/ml2:populate_ml2_config:57  for I in '"${OPTS[@]}"' 2016-12-06 12:10:43.353 | +lib/neutron_plugins/ml2:populate_ml2_config:59  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2016-12-06 12:10:43.377 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:134  populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vxlan 2016-12-06 12:10:43.380 | +lib/neutron_plugins/ml2:populate_ml2_config:50  CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2016-12-06 12:10:43.384 | +lib/neutron_plugins/ml2:populate_ml2_config:51  SECTION=ml2 2016-12-06 12:10:43.387 | +lib/neutron_plugins/ml2:populate_ml2_config:52  OPTS=tenant_network_types=vxlan 2016-12-06 12:10:43.389 | +lib/neutron_plugins/ml2:populate_ml2_config:54  '[' -z tenant_network_types=vxlan ']' 2016-12-06 12:10:43.393 | +lib/neutron_plugins/ml2:populate_ml2_config:57  for I in '"${OPTS[@]}"' 2016-12-06 12:10:43.396 | +lib/neutron_plugins/ml2:populate_ml2_config:59  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vxlan 2016-12-06 12:10:43.420 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:136  populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2016-12-06 12:10:43.423 | +lib/neutron_plugins/ml2:populate_ml2_config:50  CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2016-12-06 12:10:43.426 | +lib/neutron_plugins/ml2:populate_ml2_config:51  SECTION=ml2_type_gre 2016-12-06 12:10:43.429 | +lib/neutron_plugins/ml2:populate_ml2_config:52  OPTS=tunnel_id_ranges=1:1000 2016-12-06 12:10:43.432 | +lib/neutron_plugins/ml2:populate_ml2_config:54  '[' -z tunnel_id_ranges=1:1000 ']' 2016-12-06 12:10:43.435 | +lib/neutron_plugins/ml2:populate_ml2_config:57  for I in '"${OPTS[@]}"' 2016-12-06 12:10:43.438 | +lib/neutron_plugins/ml2:populate_ml2_config:59  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2016-12-06 12:10:43.463 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:138  populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2016-12-06 12:10:43.466 | +lib/neutron_plugins/ml2:populate_ml2_config:50  CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2016-12-06 12:10:43.469 | +lib/neutron_plugins/ml2:populate_ml2_config:51  SECTION=ml2_type_vxlan 2016-12-06 12:10:43.472 | +lib/neutron_plugins/ml2:populate_ml2_config:52  OPTS=vni_ranges=1:1000 2016-12-06 12:10:43.475 | +lib/neutron_plugins/ml2:populate_ml2_config:54  '[' -z vni_ranges=1:1000 ']' 2016-12-06 12:10:43.478 | +lib/neutron_plugins/ml2:populate_ml2_config:57  for I in '"${OPTS[@]}"' 2016-12-06 12:10:43.481 | +lib/neutron_plugins/ml2:populate_ml2_config:59  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2016-12-06 12:10:43.507 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:140  populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=public,public, 2016-12-06 12:10:43.510 | +lib/neutron_plugins/ml2:populate_ml2_config:50  CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2016-12-06 12:10:43.513 | +lib/neutron_plugins/ml2:populate_ml2_config:51  SECTION=ml2_type_flat 2016-12-06 12:10:43.516 | +lib/neutron_plugins/ml2:populate_ml2_config:52  OPTS=flat_networks=public,public, 2016-12-06 12:10:43.519 | +lib/neutron_plugins/ml2:populate_ml2_config:54  '[' -z flat_networks=public,public, ']' 2016-12-06 12:10:43.522 | +lib/neutron_plugins/ml2:populate_ml2_config:57  for I in '"${OPTS[@]}"' 2016-12-06 12:10:43.525 | +lib/neutron_plugins/ml2:populate_ml2_config:59  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks public,public, 2016-12-06 12:10:43.551 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:142  populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=public 2016-12-06 12:10:43.554 | +lib/neutron_plugins/ml2:populate_ml2_config:50  CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2016-12-06 12:10:43.557 | +lib/neutron_plugins/ml2:populate_ml2_config:51  SECTION=ml2_type_vlan 2016-12-06 12:10:43.560 | +lib/neutron_plugins/ml2:populate_ml2_config:52  OPTS=network_vlan_ranges=public 2016-12-06 12:10:43.563 | +lib/neutron_plugins/ml2:populate_ml2_config:54  '[' -z network_vlan_ranges=public ']' 2016-12-06 12:10:43.566 | +lib/neutron_plugins/ml2:populate_ml2_config:57  for I in '"${OPTS[@]}"' 2016-12-06 12:10:43.569 | +lib/neutron_plugins/ml2:populate_ml2_config:59  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges public 2016-12-06 12:10:43.592 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:144  populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2016-12-06 12:10:43.596 | +lib/neutron_plugins/ml2:populate_ml2_config:50  CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2016-12-06 12:10:43.599 | +lib/neutron_plugins/ml2:populate_ml2_config:51  SECTION=ml2_type_geneve 2016-12-06 12:10:43.602 | +lib/neutron_plugins/ml2:populate_ml2_config:52  OPTS=vni_ranges=1:1000 2016-12-06 12:10:43.605 | +lib/neutron_plugins/ml2:populate_ml2_config:54  '[' -z vni_ranges=1:1000 ']' 2016-12-06 12:10:43.608 | +lib/neutron_plugins/ml2:populate_ml2_config:57  for I in '"${OPTS[@]}"' 2016-12-06 12:10:43.611 | +lib/neutron_plugins/ml2:populate_ml2_config:59  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2016-12-06 12:10:43.635 | +lib/neutron_plugins/ml2:neutron_plugin_configure_service:146  [[ legacy != \l\e\g\a\c\y ]] 2016-12-06 12:10:43.638 | +lib/neutron-legacy:configure_mutnauq:313  is_service_enabled q-agt 2016-12-06 12:10:43.656 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:10:43.659 | +lib/neutron-legacy:configure_mutnauq:314  _configure_neutron_plugin_agent 2016-12-06 12:10:43.662 | +lib/neutron-legacy:_configure_neutron_plugin_agent:813  iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2016-12-06 12:10:43.689 | +lib/neutron-legacy:_configure_neutron_plugin_agent:814  [[ True == \T\r\u\e ]] 2016-12-06 12:10:43.692 | +lib/neutron-legacy:_configure_neutron_plugin_agent:815  iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2016-12-06 12:10:43.718 | +lib/neutron-legacy:_configure_neutron_plugin_agent:817  iniset /etc/neutron/neutron.conf DEFAULT debug True 2016-12-06 12:10:43.748 | +lib/neutron-legacy:_configure_neutron_plugin_agent:820  neutron_plugin_configure_plugin_agent 2016-12-06 12:10:43.751 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:42  _neutron_ovs_base_setup_bridge br-int 2016-12-06 12:10:43.754 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:32  local bridge=br-int 2016-12-06 12:10:43.757 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:33  neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2016-12-06 12:10:44.123 | Guru meditation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports. 2016-12-06 12:10:44.444 | 2016-12-06 12:10:44.444 INFO neutron.common.config [-] Logging enabled! 2016-12-06 12:10:44.444 | 2016-12-06 12:10:44.444 INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 10.0.0.0b2.dev214 2016-12-06 12:10:44.444 | 2016-12-06 12:10:44.444 DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf from (pid=23775) setup_logging /opt/stack/neutron/neutron/common/config.py:107 2016-12-06 12:10:44.485 | 2016-12-06 12:10:44.485 DEBUG neutron.agent.ovsdb.native.vlog [-] tcp:127.0.0.1:6640: entering BACKOFF from (pid=23775) _transition /usr/local/lib/python2.7/dist-packages/ovs/reconnect.py:468 2016-12-06 12:10:44.485 | 2016-12-06 12:10:44.485 INFO neutron.agent.ovsdb.native.vlog [-] tcp:127.0.0.1:6640: connecting... 2016-12-06 12:10:44.486 | 2016-12-06 12:10:44.485 DEBUG neutron.agent.ovsdb.native.vlog [-] tcp:127.0.0.1:6640: entering CONNECTING from (pid=23775) _transition /usr/local/lib/python2.7/dist-packages/ovs/reconnect.py:468 2016-12-06 12:10:44.486 | 2016-12-06 12:10:44.486 DEBUG neutron.agent.ovsdb.native.vlog [-] [POLLOUT] on fd 4 from (pid=23775) __log_wakeup /usr/local/lib/python2.7/dist-packages/ovs/poller.py:202 2016-12-06 12:10:44.486 | 2016-12-06 12:10:44.486 INFO neutron.agent.ovsdb.native.vlog [-] tcp:127.0.0.1:6640: connected 2016-12-06 12:10:44.486 | 2016-12-06 12:10:44.486 DEBUG neutron.agent.ovsdb.native.vlog [-] tcp:127.0.0.1:6640: entering ACTIVE from (pid=23775) _transition /usr/local/lib/python2.7/dist-packages/ovs/reconnect.py:468 2016-12-06 12:10:44.487 | 2016-12-06 12:10:44.487 DEBUG neutron.agent.ovsdb.native.vlog [-] [POLLIN] on fd 4 from (pid=23775) __log_wakeup /usr/local/lib/python2.7/dist-packages/ovs/poller.py:202 2016-12-06 12:10:44.491 | 2016-12-06 12:10:44.491 DEBUG neutron.agent.ovsdb.native.vlog [-] [POLLIN] on fd 5 from (pid=23775) __log_wakeup /usr/local/lib/python2.7/dist-packages/ovs/poller.py:202 2016-12-06 12:10:44.491 | 2016-12-06 12:10:44.491 DEBUG neutron.agent.ovsdb.impl_idl [-] Running txn command(idx=0): ListBridgesCommand() from (pid=23775) do_commit /opt/stack/neutron/neutron/agent/ovsdb/impl_idl.py:100 2016-12-06 12:10:44.492 | 2016-12-06 12:10:44.491 DEBUG neutron.agent.ovsdb.impl_idl [-] Transaction caused no change from (pid=23775) do_commit /opt/stack/neutron/neutron/agent/ovsdb/impl_idl.py:127 2016-12-06 12:10:44.492 | 2016-12-06 12:10:44.492 INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2016-12-06 12:10:44.533 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:34  _neutron_ovs_base_add_bridge br-int 2016-12-06 12:10:44.538 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21  local bridge=br-int 2016-12-06 12:10:44.541 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22  local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2016-12-06 12:10:44.545 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24  '[' system '!=' system ']' 2016-12-06 12:10:44.549 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28  sudo ovs-vsctl -- --may-exist add-br br-int 2016-12-06 12:10:44.595 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:35  sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2016-12-06 12:10:44.604 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:43  _neutron_ovs_base_configure_firewall_driver 2016-12-06 12:10:44.607 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:85  [[ False == \T\r\u\e ]] 2016-12-06 12:10:44.610 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89  iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2016-12-06 12:10:44.635 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:46  [[ True == \T\r\u\e ]] 2016-12-06 12:10:44.638 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:47  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs local_ip 10.42.0.106 2016-12-06 12:10:44.662 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs tunnel_bridge br-tun 2016-12-06 12:10:44.686 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54  [[ public:br-ex == '' ]] 2016-12-06 12:10:44.689 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:60  [[ public:br-ex != '' ]] 2016-12-06 12:10:44.692 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings public:br-ex 2016-12-06 12:10:44.716 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:63  AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2016-12-06 12:10:44.719 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:65  '[' libvirt == xenserver ']' 2016-12-06 12:10:44.722 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:121  iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types vxlan 2016-12-06 12:10:44.747 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:122  iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2016-12-06 12:10:44.770 | +lib/neutron-legacy:configure_mutnauq:316  is_service_enabled q-dhcp 2016-12-06 12:10:44.788 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:10:44.791 | +lib/neutron-legacy:configure_mutnauq:317  _configure_neutron_dhcp_agent 2016-12-06 12:10:44.795 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:755  cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2016-12-06 12:10:44.798 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:757  iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2016-12-06 12:10:44.822 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:759  iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2016-12-06 12:10:44.847 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:760  iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2016-12-06 12:10:44.874 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:761  [[ True == \T\r\u\e ]] 2016-12-06 12:10:44.877 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:762  iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2016-12-06 12:10:44.901 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:765  is_service_enabled q-l3 2016-12-06 12:10:44.921 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:10:44.924 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:776  _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2016-12-06 12:10:44.927 | +lib/neutron-legacy:_neutron_setup_interface_driver:931  iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2016-12-06 12:10:44.950 | +lib/neutron-legacy:_neutron_setup_interface_driver:933  neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2016-12-06 12:10:44.953 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:126  local conf_file=/etc/neutron/dhcp_agent.ini 2016-12-06 12:10:44.956 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:127  iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2016-12-06 12:10:44.983 | +lib/neutron-legacy:_configure_neutron_dhcp_agent:778  neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2016-12-06 12:10:44.986 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:31  local conf_file=/etc/neutron/dhcp_agent.ini 2016-12-06 12:10:44.990 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:32  : 2016-12-06 12:10:44.994 | +lib/neutron-legacy:configure_mutnauq:319  is_service_enabled q-l3 2016-12-06 12:10:45.017 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:10:45.020 | +lib/neutron-legacy:configure_mutnauq:320  _configure_neutron_l3_agent 2016-12-06 12:10:45.023 | +lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:110  cp /opt/stack/neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2016-12-06 12:10:45.027 | +lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:112  iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2016-12-06 12:10:45.052 | +lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:113  iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2016-12-06 12:10:45.077 | +lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114  [[ True == \T\r\u\e ]] 2016-12-06 12:10:45.080 | +lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:115  iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2016-12-06 12:10:45.104 | +lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118  _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2016-12-06 12:10:45.107 | +lib/neutron-legacy:_neutron_setup_interface_driver:931  iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2016-12-06 12:10:45.131 | +lib/neutron-legacy:_neutron_setup_interface_driver:933  neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2016-12-06 12:10:45.133 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:126  local conf_file=/etc/neutron/l3_agent.ini 2016-12-06 12:10:45.136 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:127  iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2016-12-06 12:10:45.160 | +lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:120  neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2016-12-06 12:10:45.163 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:36  local conf_file=/etc/neutron/l3_agent.ini 2016-12-06 12:10:45.166 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:37  _neutron_ovs_base_configure_l3_agent 2016-12-06 12:10:45.169 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:94  '[' True = True ']' 2016-12-06 12:10:45.172 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:95  iniset /etc/neutron/l3_agent.ini DEFAULT external_network_bridge '' 2016-12-06 12:10:45.196 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100  neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2016-12-06 12:10:45.559 | Guru meditation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports. 2016-12-06 12:10:45.859 | 2016-12-06 12:10:45.859 INFO neutron.common.config [-] Logging enabled! 2016-12-06 12:10:45.859 | 2016-12-06 12:10:45.859 INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 10.0.0.0b2.dev214 2016-12-06 12:10:45.860 | 2016-12-06 12:10:45.859 DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf from (pid=24755) setup_logging /opt/stack/neutron/neutron/common/config.py:107 2016-12-06 12:10:45.869 | 2016-12-06 12:10:45.869 DEBUG neutron.agent.ovsdb.native.vlog [-] [POLLIN] on fd 4 from (pid=24755) __log_wakeup /usr/local/lib/python2.7/dist-packages/ovs/poller.py:202 2016-12-06 12:10:45.901 | 2016-12-06 12:10:45.901 DEBUG neutron.agent.ovsdb.native.vlog [-] tcp:127.0.0.1:6640: entering BACKOFF from (pid=24755) _transition /usr/local/lib/python2.7/dist-packages/ovs/reconnect.py:468 2016-12-06 12:10:45.902 | 2016-12-06 12:10:45.902 INFO neutron.agent.ovsdb.native.vlog [-] tcp:127.0.0.1:6640: connecting... 2016-12-06 12:10:45.902 | 2016-12-06 12:10:45.902 DEBUG neutron.agent.ovsdb.native.vlog [-] tcp:127.0.0.1:6640: entering CONNECTING from (pid=24755) _transition /usr/local/lib/python2.7/dist-packages/ovs/reconnect.py:468 2016-12-06 12:10:45.902 | 2016-12-06 12:10:45.902 DEBUG neutron.agent.ovsdb.native.vlog [-] [POLLOUT] on fd 4 from (pid=24755) __log_wakeup /usr/local/lib/python2.7/dist-packages/ovs/poller.py:202 2016-12-06 12:10:45.903 | 2016-12-06 12:10:45.903 INFO neutron.agent.ovsdb.native.vlog [-] tcp:127.0.0.1:6640: connected 2016-12-06 12:10:45.903 | 2016-12-06 12:10:45.903 DEBUG neutron.agent.ovsdb.native.vlog [-] tcp:127.0.0.1:6640: entering ACTIVE from (pid=24755) _transition /usr/local/lib/python2.7/dist-packages/ovs/reconnect.py:468 2016-12-06 12:10:45.904 | 2016-12-06 12:10:45.904 DEBUG neutron.agent.ovsdb.native.vlog [-] [POLLIN] on fd 4 from (pid=24755) __log_wakeup /usr/local/lib/python2.7/dist-packages/ovs/poller.py:202 2016-12-06 12:10:45.905 | 2016-12-06 12:10:45.905 DEBUG neutron.agent.ovsdb.native.vlog [-] [POLLIN] on fd 4 from (pid=24755) __log_wakeup /usr/local/lib/python2.7/dist-packages/ovs/poller.py:202 2016-12-06 12:10:45.914 | 2016-12-06 12:10:45.913 DEBUG neutron.agent.ovsdb.native.vlog [-] [POLLIN] on fd 5 from (pid=24755) __log_wakeup /usr/local/lib/python2.7/dist-packages/ovs/poller.py:202 2016-12-06 12:10:45.914 | 2016-12-06 12:10:45.914 DEBUG neutron.agent.ovsdb.impl_idl [-] Running txn command(idx=0): ListBridgesCommand() from (pid=24755) do_commit /opt/stack/neutron/neutron/agent/ovsdb/impl_idl.py:100 2016-12-06 12:10:45.914 | 2016-12-06 12:10:45.914 DEBUG neutron.agent.ovsdb.impl_idl [-] Transaction caused no change from (pid=24755) do_commit /opt/stack/neutron/neutron/agent/ovsdb/impl_idl.py:127 2016-12-06 12:10:45.915 | 2016-12-06 12:10:45.915 DEBUG neutron.agent.ovsdb.native.vlog [-] [POLLIN] on fd 5 from (pid=24755) __log_wakeup /usr/local/lib/python2.7/dist-packages/ovs/poller.py:202 2016-12-06 12:10:45.915 | 2016-12-06 12:10:45.915 DEBUG neutron.agent.ovsdb.impl_idl [-] Running txn command(idx=0): ListPortsCommand(bridge=br-int) from (pid=24755) do_commit /opt/stack/neutron/neutron/agent/ovsdb/impl_idl.py:100 2016-12-06 12:10:45.915 | 2016-12-06 12:10:45.915 DEBUG neutron.agent.ovsdb.impl_idl [-] Transaction caused no change from (pid=24755) do_commit /opt/stack/neutron/neutron/agent/ovsdb/impl_idl.py:127 2016-12-06 12:10:45.916 | 2016-12-06 12:10:45.916 INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2016-12-06 12:10:45.917 | 2016-12-06 12:10:45.916 DEBUG neutron.agent.ovsdb.native.vlog [-] [POLLIN] on fd 5 from (pid=24755) __log_wakeup /usr/local/lib/python2.7/dist-packages/ovs/poller.py:202 2016-12-06 12:10:45.917 | 2016-12-06 12:10:45.917 DEBUG neutron.agent.ovsdb.impl_idl [-] Running txn command(idx=0): ListPortsCommand(bridge=br-int) from (pid=24755) do_commit /opt/stack/neutron/neutron/agent/ovsdb/impl_idl.py:100 2016-12-06 12:10:45.917 | 2016-12-06 12:10:45.917 DEBUG neutron.agent.ovsdb.impl_idl [-] Transaction caused no change from (pid=24755) do_commit /opt/stack/neutron/neutron/agent/ovsdb/impl_idl.py:127 2016-12-06 12:10:45.918 | 2016-12-06 12:10:45.917 INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2016-12-06 12:10:45.959 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:101  [[ False = \T\r\u\e ]] 2016-12-06 12:10:45.964 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:109  _neutron_ovs_base_add_public_bridge 2016-12-06 12:10:45.969 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115  _neutron_ovs_base_add_bridge br-ex 2016-12-06 12:10:45.973 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21  local bridge=br-ex 2016-12-06 12:10:45.977 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22  local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2016-12-06 12:10:45.981 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24  '[' system '!=' system ']' 2016-12-06 12:10:45.984 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28  sudo ovs-vsctl -- --may-exist add-br br-ex 2016-12-06 12:10:46.011 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:116  set_mtu br-ex 1500 2016-12-06 12:10:46.014 | +functions:set_mtu:643  local dev=br-ex 2016-12-06 12:10:46.018 | +functions:set_mtu:644  local mtu=1500 2016-12-06 12:10:46.021 | +functions:set_mtu:645  sudo ip link set mtu 1500 dev br-ex 2016-12-06 12:10:46.029 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:110  sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2016-12-06 12:10:46.039 | +lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126  [[ -n eth2 ]] 2016-12-06 12:10:46.042 | +lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:127  _move_neutron_addresses_route eth2 br-ex True False inet 2016-12-06 12:10:46.045 | +lib/neutron-legacy:_move_neutron_addresses_route:557  local from_intf=eth2 2016-12-06 12:10:46.048 | +lib/neutron-legacy:_move_neutron_addresses_route:558  local to_intf=br-ex 2016-12-06 12:10:46.051 | +lib/neutron-legacy:_move_neutron_addresses_route:559  local add_ovs_port=True 2016-12-06 12:10:46.054 | +lib/neutron-legacy:_move_neutron_addresses_route:560  local del_ovs_port=False 2016-12-06 12:10:46.059 | +lib/neutron-legacy:_move_neutron_addresses_route:561  local af=inet 2016-12-06 12:10:46.062 | +lib/neutron-legacy:_move_neutron_addresses_route:563  [[ -n eth2 ]] 2016-12-06 12:10:46.065 | +lib/neutron-legacy:_move_neutron_addresses_route:563  [[ -n br-ex ]] 2016-12-06 12:10:46.069 | +lib/neutron-legacy:_move_neutron_addresses_route:569  local IP_REPLACE= 2016-12-06 12:10:46.072 | +lib/neutron-legacy:_move_neutron_addresses_route:570  local IP_DEL= 2016-12-06 12:10:46.076 | +lib/neutron-legacy:_move_neutron_addresses_route:571  local IP_UP= 2016-12-06 12:10:46.080 | +lib/neutron-legacy:_move_neutron_addresses_route:572  local DEFAULT_ROUTE_GW 2016-12-06 12:10:46.084 | ++lib/neutron-legacy:_move_neutron_addresses_route:573  ip -f inet r 2016-12-06 12:10:46.085 | ++lib/neutron-legacy:_move_neutron_addresses_route:573  awk '/default.+eth2/ { print $3; exit }' 2016-12-06 12:10:46.090 | +lib/neutron-legacy:_move_neutron_addresses_route:573  DEFAULT_ROUTE_GW= 2016-12-06 12:10:46.093 | +lib/neutron-legacy:_move_neutron_addresses_route:574  local ADD_OVS_PORT= 2016-12-06 12:10:46.097 | +lib/neutron-legacy:_move_neutron_addresses_route:575  local DEL_OVS_PORT= 2016-12-06 12:10:46.101 | +lib/neutron-legacy:_move_neutron_addresses_route:576  local ARP_CMD= 2016-12-06 12:10:46.106 | ++lib/neutron-legacy:_move_neutron_addresses_route:578  ip -f inet a s dev eth2 scope global primary 2016-12-06 12:10:46.106 | ++lib/neutron-legacy:_move_neutron_addresses_route:578  grep inet 2016-12-06 12:10:46.107 | Device "eth2" does not exist. 2016-12-06 12:10:46.107 | ++lib/neutron-legacy:_move_neutron_addresses_route:578  awk '{ print $2, $3, $4; exit }' 2016-12-06 12:10:46.112 | +lib/neutron-legacy:_move_neutron_addresses_route:578  IP_BRD= 2016-12-06 12:10:46.115 | +lib/neutron-legacy:_move_neutron_addresses_route:580  '[' '' '!=' '' ']' 2016-12-06 12:10:46.118 | +lib/neutron-legacy:_move_neutron_addresses_route:584  [[ True == \T\r\u\e ]] 2016-12-06 12:10:46.122 | +lib/neutron-legacy:_move_neutron_addresses_route:585  ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex eth2' 2016-12-06 12:10:46.125 | +lib/neutron-legacy:_move_neutron_addresses_route:588  [[ False == \T\r\u\e ]] 2016-12-06 12:10:46.128 | +lib/neutron-legacy:_move_neutron_addresses_route:592  [[ '' != '' ]] 2016-12-06 12:10:46.131 | +lib/neutron-legacy:_move_neutron_addresses_route:604  sudo ovs-vsctl --may-exist add-port br-ex eth2 2016-12-06 12:10:46.139 | ovs-vsctl: Error detected while setting up 'eth2'. See ovs-vswitchd log for details. 2016-12-06 12:10:46.145 | ++lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:129  grep -c global 2016-12-06 12:10:46.145 | ++lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:129  ip -f inet6 a s dev eth2 2016-12-06 12:10:46.146 | Device "eth2" does not exist. 2016-12-06 12:10:46.149 | +lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:129  [[ 0 != 0 ]] 2016-12-06 12:10:46.152 | +lib/neutron-legacy:configure_mutnauq:322  is_service_enabled q-meta 2016-12-06 12:10:46.171 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:10:46.174 | +lib/neutron-legacy:configure_mutnauq:323  _configure_neutron_metadata_agent 2016-12-06 12:10:46.177 | +lib/neutron-legacy:_configure_neutron_metadata_agent:783  cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2016-12-06 12:10:46.181 | +lib/neutron-legacy:_configure_neutron_metadata_agent:785  iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2016-12-06 12:10:46.204 | +lib/neutron-legacy:_configure_neutron_metadata_agent:786  iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_ip 10.42.0.106 2016-12-06 12:10:46.228 | +lib/neutron-legacy:_configure_neutron_metadata_agent:787  iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2016-12-06 12:10:46.253 | +lib/neutron-legacy:_configure_neutron_metadata_agent:788  [[ True == \T\r\u\e ]] 2016-12-06 12:10:46.256 | +lib/neutron-legacy:_configure_neutron_metadata_agent:789  iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2016-12-06 12:10:46.280 | +lib/neutron-legacy:configure_mutnauq:326  [[ legacy != \l\e\g\a\c\y ]] 2016-12-06 12:10:46.284 | +lib/neutron-legacy:configure_mutnauq:329  is_service_enabled ceilometer 2016-12-06 12:10:46.303 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:10:46.306 | +lib/neutron-legacy:configure_mutnauq:333  iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2016-12-06 12:10:46.331 | +./stack.sh:main:1111  is_service_enabled mysql postgresql 2016-12-06 12:10:46.349 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:10:46.352 | +./stack.sh:main:1111  is_service_enabled neutron 2016-12-06 12:10:46.371 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:10:46.374 | +./stack.sh:main:1112  init_neutron 2016-12-06 12:10:46.377 | +lib/neutron:init_neutron:545  is_neutron_legacy_enabled 2016-12-06 12:10:46.380 | +lib/neutron:is_neutron_legacy_enabled:89  [[ ,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api =~ ,q- ]] 2016-12-06 12:10:46.384 | +lib/neutron:is_neutron_legacy_enabled:89  return 0 2016-12-06 12:10:46.386 | +lib/neutron:init_neutron:547  init_mutnauq 2016-12-06 12:10:46.389 | +lib/neutron-legacy:init_mutnauq:389  recreate_database neutron 2016-12-06 12:10:46.392 | +lib/database:recreate_database:112  local db=neutron 2016-12-06 12:10:46.396 | +lib/database:recreate_database:113  recreate_database_mysql neutron 2016-12-06 12:10:46.399 | +lib/databases/mysql:recreate_database_mysql:56  local db=neutron 2016-12-06 12:10:46.402 | +lib/databases/mysql:recreate_database_mysql:57  mysql -uroot -ppasswd2 -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2016-12-06 12:10:46.403 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:10:49.814 | +lib/databases/mysql:recreate_database_mysql:58  mysql -uroot -ppasswd2 -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2016-12-06 12:10:49.816 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:10:49.821 | +lib/neutron-legacy:init_mutnauq:391  /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2016-12-06 12:10:51.543 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2016-12-06 12:10:51.543 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2016-12-06 12:10:51.643 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2016-12-06 12:10:51.643 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2016-12-06 12:10:51.666 | INFO [alembic.runtime.migration] Running upgrade -> kilo, kilo_initial 2016-12-06 12:10:59.884 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225, nsxv_vdr_metadata.py 2016-12-06 12:10:59.945 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151, neutrodb_ipam 2016-12-06 12:11:00.220 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf, Initial operations in support of address scopes 2016-12-06 12:11:00.319 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee, Flavor framework 2016-12-06 12:11:00.477 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f, network_rbac 2016-12-06 12:11:00.587 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773, quota_usage 2016-12-06 12:11:00.715 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592, subnetpool hash 2016-12-06 12:11:00.796 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7, add order to dnsnameservers 2016-12-06 12:11:00.880 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79, address scope support in subnetpool 2016-12-06 12:11:00.957 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051, qos db changes 2016-12-06 12:11:01.180 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136, quota_reservations 2016-12-06 12:11:01.263 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59, Add dns_name to Port 2016-12-06 12:11:01.348 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d, Add availability zone 2016-12-06 12:11:01.424 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a, add is_default to subnetpool 2016-12-06 12:11:01.509 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25, Add standard attribute table 2016-12-06 12:11:02.218 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee, Add network availability zone 2016-12-06 12:11:02.293 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9, Add router availability zone 2016-12-06 12:11:02.356 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4, Add ip_version to AddressScope 2016-12-06 12:11:02.433 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664, Add tables and attributes to support external DNS integration 2016-12-06 12:11:02.684 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5, add_unique_ha_router_agent_port_bindings 2016-12-06 12:11:02.738 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f, Auto Allocated Topology - aka Get-Me-A-Network 2016-12-06 12:11:02.879 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821, add dynamic routing model data 2016-12-06 12:11:03.163 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4, add_bgp_dragent_model_data 2016-12-06 12:11:03.232 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81, rbac_qos_policy 2016-12-06 12:11:03.321 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6, Add resource_versions row to agent table 2016-12-06 12:11:03.399 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532, tag support 2016-12-06 12:11:03.450 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f, add_timestamp_to_base_resources 2016-12-06 12:11:03.597 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a, Add desc to standard attr table 2016-12-06 12:11:03.673 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b, qos dscp db addition 2016-12-06 12:11:03.729 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73, Add support for VLAN trunking 2016-12-06 12:11:03.883 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502, Add device_id index to Port 2016-12-06 12:11:03.927 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee, provisioning_blocks.py 2016-12-06 12:11:03.981 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048, add revisions table 2016-12-06 12:11:04.055 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4, add dns name to portdnses 2016-12-06 12:11:04.132 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99, Initial no-op Liberty contract rule. 2016-12-06 12:11:04.143 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada, network_rbac 2016-12-06 12:11:04.313 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016, Drop legacy OVS and LB plugin tables 2016-12-06 12:11:04.444 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3, Metaplugin removal 2016-12-06 12:11:04.499 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d, Add missing foreign keys 2016-12-06 12:11:04.782 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d, add geneve ml2 type driver 2016-12-06 12:11:04.896 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297, Drop cisco monolithic tables 2016-12-06 12:11:05.164 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c, Drop embrane plugin table 2016-12-06 12:11:05.192 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39, standardattributes migration 2016-12-06 12:11:07.277 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b, DVR sheduling refactoring 2016-12-06 12:11:07.311 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050, Drop NEC plugin tables 2016-12-06 12:11:07.469 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9, rbac_qos_policy 2016-12-06 12:11:07.562 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada, network_rbac_external 2016-12-06 12:11:07.570 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc, standard_desc 2016-12-06 12:11:07.661 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53, device_owner_ha_replicate_int 2016-12-06 12:11:07.671 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70, Rename ml2_network_segments table 2016-12-06 12:11:07.796 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37, Add flavor_id to Router 2016-12-06 12:11:07.999 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa, uniq_routerports0port_id 2016-12-06 12:11:08.054 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf, Add support for Subnet Service Types 2016-12-06 12:11:08.105 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4, add_qos_minimum_bandwidth_rules 2016-12-06 12:11:08.208 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e, add standardattr to qos policies 2016-12-06 12:11:08.281 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90, Add segment_id to subnet 2016-12-06 12:11:08.483 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4, Add segment_host_mapping table. 2016-12-06 12:11:08.592 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426, Rename ml2_dvr_port_bindings 2016-12-06 12:11:08.615 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524, Remove mtu column from networks. 2016-12-06 12:11:08.697 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a, migrate dns name from port 2016-12-06 12:11:08.820 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad, rename tenant to project 2016-12-06 12:11:09.915 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab, Add routerport bindings for L3 HA 2016-12-06 12:11:09.931 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0, migrate to pluggable ipam 2016-12-06 12:11:09.948 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62, add standardattr to qos policies 2016-12-06 12:11:10.266 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353, Add Name and Description to the networksegments table 2016-12-06 12:11:10.681 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586, Add binding index to RouterL3AgentBinding 2016-12-06 12:11:10.818 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d, Remove availability ranges. 2016-12-06 12:11:10.866 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc, uniq_floatingips0floating_network_id0fixed_port_id0fixed_ip_addr 2016-12-06 12:11:10.902 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d, Add ip_allocation to port 2016-12-06 12:11:11.141 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2016-12-06 12:11:11.141 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2016-12-06 12:11:11.197 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2016-12-06 12:11:11.197 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2016-12-06 12:11:11.202 | INFO [alembic.runtime.migration] Running upgrade -> start_neutron_lbaas, start neutron-lbaas chain 2016-12-06 12:11:11.209 | INFO [alembic.runtime.migration] Running upgrade start_neutron_lbaas -> lbaasv2, lbaas version 2 api 2016-12-06 12:11:11.579 | INFO [alembic.runtime.migration] Running upgrade lbaasv2 -> 4deef6d81931, add provisioning and operating statuses 2016-12-06 12:11:12.605 | INFO [alembic.runtime.migration] Running upgrade 4deef6d81931 -> 4b6d8d5310b8, add_index_tenant_id 2016-12-06 12:11:12.916 | INFO [alembic.runtime.migration] Running upgrade 4b6d8d5310b8 -> 364f9b6064f0, agentv2 2016-12-06 12:11:12.973 | INFO [alembic.runtime.migration] Running upgrade 364f9b6064f0 -> lbaasv2_tls, lbaasv2 TLS 2016-12-06 12:11:13.115 | INFO [alembic.runtime.migration] Running upgrade lbaasv2_tls -> 4ba00375f715, edge_driver 2016-12-06 12:11:13.263 | INFO [alembic.runtime.migration] Running upgrade 4ba00375f715 -> kilo, kilo 2016-12-06 12:11:13.268 | INFO [alembic.runtime.migration] Running upgrade kilo -> 3345facd0452, Initial Liberty no-op expand script. 2016-12-06 12:11:13.274 | INFO [alembic.runtime.migration] Running upgrade 3345facd0452 -> 4a408dd491c2, Addition of Name column to lbaas_members and lbaas_healthmonitors table 2016-12-06 12:11:13.412 | INFO [alembic.runtime.migration] Running upgrade 4a408dd491c2 -> 3426acbc12de, Add flavor id 2016-12-06 12:11:13.605 | INFO [alembic.runtime.migration] Running upgrade 3426acbc12de -> 6aee0434f911, independent pools 2016-12-06 12:11:13.964 | INFO [alembic.runtime.migration] Running upgrade 6aee0434f911 -> 3543deab1547, add_l7_tables 2016-12-06 12:11:14.092 | INFO [alembic.runtime.migration] Running upgrade 3543deab1547 -> 62deca5010cd, Add tenant-id index for L7 tables 2016-12-06 12:11:14.205 | INFO [alembic.runtime.migration] Running upgrade kilo -> 130ebfdef43, Initial Liberty no-op contract revision. 2016-12-06 12:11:14.218 | INFO [alembic.runtime.migration] Running upgrade 130ebfdef43 -> 4b4dc6d5d843, rename tenant to project 2016-12-06 12:11:14.973 | INFO [alembic.runtime.migration] Running upgrade 4b4dc6d5d843 -> e6417a8b114d, Drop v1 tables 2016-12-06 12:11:15.267 | INFO [alembic.runtime.migration] Running upgrade 62deca5010cd -> 844352f9fe6f, Add healthmonitor max retries down 2016-12-06 12:11:15.354 | Running upgrade for neutron ... 2016-12-06 12:11:15.354 | OK 2016-12-06 12:11:15.354 | Running upgrade for neutron-lbaas ... 2016-12-06 12:11:15.354 | OK 2016-12-06 12:11:15.428 | +./stack.sh:main:1119  is_service_enabled n-net q-dhcp 2016-12-06 12:11:15.456 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:11:15.462 | ++./stack.sh:main:1122  pidof NetworkManager 2016-12-06 12:11:15.471 | ++./stack.sh:main:1122  true 2016-12-06 12:11:15.475 | +./stack.sh:main:1122  netman_pid= 2016-12-06 12:11:15.478 | +./stack.sh:main:1123  '[' -z '' ']' 2016-12-06 12:11:15.482 | +./stack.sh:main:1124  sudo killall dnsmasq 2016-12-06 12:11:15.492 | +./stack.sh:main:1129  clean_iptables 2016-12-06 12:11:15.496 | +lib/nova:clean_iptables:184  sudo iptables -S -v 2016-12-06 12:11:15.498 | +lib/nova:clean_iptables:184  sed s/-A/-D/g 2016-12-06 12:11:15.498 | +lib/nova:clean_iptables:184  sed 's/-c [0-9]* [0-9]* //g' 2016-12-06 12:11:15.498 | +lib/nova:clean_iptables:184  grep nova 2016-12-06 12:11:15.498 | +lib/nova:clean_iptables:184  grep '\-A' 2016-12-06 12:11:15.498 | +lib/nova:clean_iptables:184  awk '{print "sudo iptables",$0}' 2016-12-06 12:11:15.499 | +lib/nova:clean_iptables:184  bash 2016-12-06 12:11:15.506 | +lib/nova:clean_iptables:186  sed 's/-c [0-9]* [0-9]* //g' 2016-12-06 12:11:15.506 | +lib/nova:clean_iptables:186  grep nova 2016-12-06 12:11:15.507 | +lib/nova:clean_iptables:186  sudo iptables -S -v -t nat 2016-12-06 12:11:15.507 | +lib/nova:clean_iptables:186  awk '{print "sudo iptables -t nat",$0}' 2016-12-06 12:11:15.507 | +lib/nova:clean_iptables:186  sed s/-A/-D/g 2016-12-06 12:11:15.507 | +lib/nova:clean_iptables:186  grep '\-A' 2016-12-06 12:11:15.507 | +lib/nova:clean_iptables:186  bash 2016-12-06 12:11:15.516 | +lib/nova:clean_iptables:188  sudo iptables -S -v 2016-12-06 12:11:15.516 | +lib/nova:clean_iptables:188  grep nova 2016-12-06 12:11:15.516 | +lib/nova:clean_iptables:188  sed 's/-c [0-9]* [0-9]* //g' 2016-12-06 12:11:15.516 | +lib/nova:clean_iptables:188  sed s/-N/-X/g 2016-12-06 12:11:15.517 | +lib/nova:clean_iptables:188  grep '\-N' 2016-12-06 12:11:15.518 | +lib/nova:clean_iptables:188  awk '{print "sudo iptables",$0}' 2016-12-06 12:11:15.519 | +lib/nova:clean_iptables:188  bash 2016-12-06 12:11:15.525 | +lib/nova:clean_iptables:190  sudo iptables -S -v -t nat 2016-12-06 12:11:15.525 | +lib/nova:clean_iptables:190  grep '\-N' 2016-12-06 12:11:15.525 | +lib/nova:clean_iptables:190  sed 's/-c [0-9]* [0-9]* //g' 2016-12-06 12:11:15.526 | +lib/nova:clean_iptables:190  bash 2016-12-06 12:11:15.526 | +lib/nova:clean_iptables:190  sed s/-N/-X/g 2016-12-06 12:11:15.526 | +lib/nova:clean_iptables:190  grep nova 2016-12-06 12:11:15.527 | +lib/nova:clean_iptables:190  awk '{print "sudo iptables -t nat",$0}' 2016-12-06 12:11:15.533 | +./stack.sh:main:1131  is_service_enabled n-net 2016-12-06 12:11:15.553 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:11:15.556 | +./stack.sh:main:1138  sudo sysctl -w net.ipv4.ip_forward=1 2016-12-06 12:11:15.559 | net.ipv4.ip_forward = 1 2016-12-06 12:11:15.563 | +./stack.sh:main:1145  is_service_enabled swift 2016-12-06 12:11:15.583 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:11:15.587 | +./stack.sh:main:1154  is_service_enabled cinder 2016-12-06 12:11:15.606 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:11:15.610 | +./stack.sh:main:1155  echo_summary 'Configuring Cinder' 2016-12-06 12:11:15.614 | +./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:11:15.617 | +./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:11:15.621 | +./stack.sh:echo_summary:398  echo -e Configuring Cinder 2016-12-06 12:11:15.624 | +./stack.sh:main:1156  init_cinder 2016-12-06 12:11:15.628 | +lib/cinder:init_cinder:429  is_service_enabled mysql postgresql 2016-12-06 12:11:15.648 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:11:15.651 | +lib/cinder:init_cinder:431  recreate_database cinder 2016-12-06 12:11:15.655 | +lib/database:recreate_database:112  local db=cinder 2016-12-06 12:11:15.658 | +lib/database:recreate_database:113  recreate_database_mysql cinder 2016-12-06 12:11:15.661 | +lib/databases/mysql:recreate_database_mysql:56  local db=cinder 2016-12-06 12:11:15.664 | +lib/databases/mysql:recreate_database_mysql:57  mysql -uroot -ppasswd2 -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2016-12-06 12:11:15.666 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:11:16.375 | +lib/databases/mysql:recreate_database_mysql:58  mysql -uroot -ppasswd2 -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2016-12-06 12:11:16.376 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:11:16.382 | +lib/cinder:init_cinder:434  /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2016-12-06 12:11:17.613 | 2016-12-06 12:11:17.612 WARNING py.warnings [-] /usr/local/lib/python2.7/dist-packages/pymysql/cursors.py:166: Warning: (3090, u"Changing sql mode 'NO_AUTO_CREATE_USER' is deprecated. It will be removed in a future release.") 2016-12-06 12:11:17.613 | result = self._query(query) 2016-12-06 12:11:17.613 |  2016-12-06 12:11:17.614 | 2016-12-06 12:11:17.614 DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION from (pid=25828) _check_effective_sql_mode /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/engines.py:261 2016-12-06 12:11:18.226 | 2016-12-06 12:11:18.226 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:11:18.226 | 2016-12-06 12:11:18.226 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/061_cinder_init.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.227 | 2016-12-06 12:11:18.226 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/061_cinder_init.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.227 | 2016-12-06 12:11:18.227 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_sqlite_upgrade.sql... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.227 | 2016-12-06 12:11:18.227 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_sqlite_upgrade.sql loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.227 | 2016-12-06 12:11:18.227 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_deleted_type_to_Integer.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.227 | 2016-12-06 12:11:18.227 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_deleted_type_to_Integer.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.227 | 2016-12-06 12:11:18.227 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/063_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.227 | 2016-12-06 12:11:18.227 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/063_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.228 | 2016-12-06 12:11:18.227 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/064_add_restore_volume_id_to_backups.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.228 | 2016-12-06 12:11:18.228 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/064_add_restore_volume_id_to_backups.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.228 | 2016-12-06 12:11:18.228 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/065_add_replication_info_to_service.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.228 | 2016-12-06 12:11:18.228 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/065_add_replication_info_to_service.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.228 | 2016-12-06 12:11:18.228 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/066_add_allocated_id_column_to_reservations.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.228 | 2016-12-06 12:11:18.228 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/066_add_allocated_id_column_to_reservations.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.228 | 2016-12-06 12:11:18.228 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/067_readd_iscsi_targets_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.228 | 2016-12-06 12:11:18.228 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/067_readd_iscsi_targets_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.229 | 2016-12-06 12:11:18.228 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/068_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.229 | 2016-12-06 12:11:18.229 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/068_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.229 | 2016-12-06 12:11:18.229 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/069_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.229 | 2016-12-06 12:11:18.229 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/069_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.229 | 2016-12-06 12:11:18.229 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/070_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.229 | 2016-12-06 12:11:18.229 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/070_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.229 | 2016-12-06 12:11:18.229 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/071_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.230 | 2016-12-06 12:11:18.229 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/071_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.230 | 2016-12-06 12:11:18.230 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/072_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.230 | 2016-12-06 12:11:18.230 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/072_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.230 | 2016-12-06 12:11:18.230 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/073_drop_available_versions_and_iscsi_targets.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.230 | 2016-12-06 12:11:18.230 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/073_drop_available_versions_and_iscsi_targets.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.230 | 2016-12-06 12:11:18.230 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/074_add_message_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.230 | 2016-12-06 12:11:18.230 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/074_add_message_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.231 | 2016-12-06 12:11:18.230 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/075_add_cluster_and_fields.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.231 | 2016-12-06 12:11:18.231 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/075_add_cluster_and_fields.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.231 | 2016-12-06 12:11:18.231 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/076_add_workers_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.231 | 2016-12-06 12:11:18.231 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/076_add_workers_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.231 | 2016-12-06 12:11:18.231 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/077_add_group_types_and_group_specs_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.231 | 2016-12-06 12:11:18.231 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/077_add_group_types_and_group_specs_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.231 | 2016-12-06 12:11:18.231 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/078_add_groups_and_group_volume_type_mapping_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.231 | 2016-12-06 12:11:18.231 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/078_add_groups_and_group_volume_type_mapping_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.232 | 2016-12-06 12:11:18.231 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/079_add_group_snapshots.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.232 | 2016-12-06 12:11:18.232 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/079_add_group_snapshots.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.232 | 2016-12-06 12:11:18.232 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/080_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.232 | 2016-12-06 12:11:18.232 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/080_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.232 | 2016-12-06 12:11:18.232 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/081_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.232 | 2016-12-06 12:11:18.232 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/081_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.232 | 2016-12-06 12:11:18.232 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/082_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.232 | 2016-12-06 12:11:18.232 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/082_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.233 | 2016-12-06 12:11:18.233 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/083_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.233 | 2016-12-06 12:11:18.233 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/083_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.233 | 2016-12-06 12:11:18.233 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/084_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.233 | 2016-12-06 12:11:18.233 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/084_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.233 | 2016-12-06 12:11:18.233 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/085_modify_workers_updated_at.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.233 | 2016-12-06 12:11:18.233 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/085_modify_workers_updated_at.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.233 | 2016-12-06 12:11:18.233 DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:11:18.234 | 2016-12-06 12:11:18.233 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:11:18.250 | 2016-12-06 12:11:18.250 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:11:18.251 | 2016-12-06 12:11:18.251 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/061_cinder_init.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.251 | 2016-12-06 12:11:18.251 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/061_cinder_init.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.251 | 2016-12-06 12:11:18.251 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_sqlite_upgrade.sql... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.251 | 2016-12-06 12:11:18.251 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_sqlite_upgrade.sql loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.251 | 2016-12-06 12:11:18.251 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_deleted_type_to_Integer.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.252 | 2016-12-06 12:11:18.251 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_deleted_type_to_Integer.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.252 | 2016-12-06 12:11:18.252 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/063_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.252 | 2016-12-06 12:11:18.252 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/063_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.252 | 2016-12-06 12:11:18.252 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/064_add_restore_volume_id_to_backups.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.252 | 2016-12-06 12:11:18.252 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/064_add_restore_volume_id_to_backups.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.252 | 2016-12-06 12:11:18.252 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/065_add_replication_info_to_service.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.252 | 2016-12-06 12:11:18.252 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/065_add_replication_info_to_service.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.252 | 2016-12-06 12:11:18.252 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/066_add_allocated_id_column_to_reservations.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.253 | 2016-12-06 12:11:18.252 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/066_add_allocated_id_column_to_reservations.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.253 | 2016-12-06 12:11:18.253 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/067_readd_iscsi_targets_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.253 | 2016-12-06 12:11:18.253 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/067_readd_iscsi_targets_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.253 | 2016-12-06 12:11:18.253 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/068_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.253 | 2016-12-06 12:11:18.253 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/068_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.253 | 2016-12-06 12:11:18.253 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/069_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.253 | 2016-12-06 12:11:18.253 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/069_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.254 | 2016-12-06 12:11:18.253 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/070_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.254 | 2016-12-06 12:11:18.254 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/070_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.254 | 2016-12-06 12:11:18.254 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/071_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.254 | 2016-12-06 12:11:18.254 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/071_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.254 | 2016-12-06 12:11:18.254 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/072_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.254 | 2016-12-06 12:11:18.254 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/072_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.254 | 2016-12-06 12:11:18.254 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/073_drop_available_versions_and_iscsi_targets.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.254 | 2016-12-06 12:11:18.254 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/073_drop_available_versions_and_iscsi_targets.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.255 | 2016-12-06 12:11:18.255 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/074_add_message_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.255 | 2016-12-06 12:11:18.255 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/074_add_message_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.255 | 2016-12-06 12:11:18.255 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/075_add_cluster_and_fields.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.255 | 2016-12-06 12:11:18.255 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/075_add_cluster_and_fields.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.255 | 2016-12-06 12:11:18.255 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/076_add_workers_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.255 | 2016-12-06 12:11:18.255 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/076_add_workers_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.255 | 2016-12-06 12:11:18.255 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/077_add_group_types_and_group_specs_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.256 | 2016-12-06 12:11:18.255 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/077_add_group_types_and_group_specs_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.256 | 2016-12-06 12:11:18.256 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/078_add_groups_and_group_volume_type_mapping_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.256 | 2016-12-06 12:11:18.256 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/078_add_groups_and_group_volume_type_mapping_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.256 | 2016-12-06 12:11:18.256 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/079_add_group_snapshots.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.256 | 2016-12-06 12:11:18.256 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/079_add_group_snapshots.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.256 | 2016-12-06 12:11:18.256 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/080_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.256 | 2016-12-06 12:11:18.256 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/080_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.256 | 2016-12-06 12:11:18.256 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/081_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.257 | 2016-12-06 12:11:18.256 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/081_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.257 | 2016-12-06 12:11:18.257 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/082_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.257 | 2016-12-06 12:11:18.257 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/082_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.257 | 2016-12-06 12:11:18.257 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/083_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.257 | 2016-12-06 12:11:18.257 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/083_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.257 | 2016-12-06 12:11:18.257 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/084_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.257 | 2016-12-06 12:11:18.257 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/084_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.258 | 2016-12-06 12:11:18.257 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/085_modify_workers_updated_at.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.258 | 2016-12-06 12:11:18.258 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/085_modify_workers_updated_at.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.258 | 2016-12-06 12:11:18.258 DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:11:18.258 | 2016-12-06 12:11:18.258 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:11:18.326 | 2016-12-06 12:11:18.325 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:11:18.326 | 2016-12-06 12:11:18.326 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/061_cinder_init.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.326 | 2016-12-06 12:11:18.326 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/061_cinder_init.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.326 | 2016-12-06 12:11:18.326 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_sqlite_upgrade.sql... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.327 | 2016-12-06 12:11:18.326 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_sqlite_upgrade.sql loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.327 | 2016-12-06 12:11:18.327 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_deleted_type_to_Integer.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.327 | 2016-12-06 12:11:18.327 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_deleted_type_to_Integer.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.327 | 2016-12-06 12:11:18.327 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/063_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.327 | 2016-12-06 12:11:18.327 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/063_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.327 | 2016-12-06 12:11:18.327 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/064_add_restore_volume_id_to_backups.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.327 | 2016-12-06 12:11:18.327 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/064_add_restore_volume_id_to_backups.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.328 | 2016-12-06 12:11:18.327 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/065_add_replication_info_to_service.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.328 | 2016-12-06 12:11:18.328 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/065_add_replication_info_to_service.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.328 | 2016-12-06 12:11:18.328 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/066_add_allocated_id_column_to_reservations.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.328 | 2016-12-06 12:11:18.328 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/066_add_allocated_id_column_to_reservations.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.328 | 2016-12-06 12:11:18.328 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/067_readd_iscsi_targets_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.328 | 2016-12-06 12:11:18.328 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/067_readd_iscsi_targets_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.328 | 2016-12-06 12:11:18.328 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/068_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.329 | 2016-12-06 12:11:18.328 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/068_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.329 | 2016-12-06 12:11:18.329 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/069_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.329 | 2016-12-06 12:11:18.329 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/069_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.329 | 2016-12-06 12:11:18.329 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/070_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.329 | 2016-12-06 12:11:18.329 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/070_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.329 | 2016-12-06 12:11:18.329 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/071_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.329 | 2016-12-06 12:11:18.329 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/071_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.330 | 2016-12-06 12:11:18.329 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/072_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.330 | 2016-12-06 12:11:18.330 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/072_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.330 | 2016-12-06 12:11:18.330 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/073_drop_available_versions_and_iscsi_targets.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.330 | 2016-12-06 12:11:18.330 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/073_drop_available_versions_and_iscsi_targets.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.330 | 2016-12-06 12:11:18.330 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/074_add_message_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.330 | 2016-12-06 12:11:18.330 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/074_add_message_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.330 | 2016-12-06 12:11:18.330 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/075_add_cluster_and_fields.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.331 | 2016-12-06 12:11:18.330 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/075_add_cluster_and_fields.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.331 | 2016-12-06 12:11:18.331 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/076_add_workers_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.331 | 2016-12-06 12:11:18.331 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/076_add_workers_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.331 | 2016-12-06 12:11:18.331 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/077_add_group_types_and_group_specs_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.331 | 2016-12-06 12:11:18.331 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/077_add_group_types_and_group_specs_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.331 | 2016-12-06 12:11:18.331 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/078_add_groups_and_group_volume_type_mapping_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.331 | 2016-12-06 12:11:18.331 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/078_add_groups_and_group_volume_type_mapping_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.331 | 2016-12-06 12:11:18.331 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/079_add_group_snapshots.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.332 | 2016-12-06 12:11:18.332 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/079_add_group_snapshots.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.332 | 2016-12-06 12:11:18.332 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/080_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.332 | 2016-12-06 12:11:18.332 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/080_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.332 | 2016-12-06 12:11:18.332 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/081_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.332 | 2016-12-06 12:11:18.332 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/081_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.332 | 2016-12-06 12:11:18.332 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/082_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.332 | 2016-12-06 12:11:18.332 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/082_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.333 | 2016-12-06 12:11:18.332 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/083_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.333 | 2016-12-06 12:11:18.333 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/083_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.333 | 2016-12-06 12:11:18.333 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/084_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.333 | 2016-12-06 12:11:18.333 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/084_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.333 | 2016-12-06 12:11:18.333 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/085_modify_workers_updated_at.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.333 | 2016-12-06 12:11:18.333 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/085_modify_workers_updated_at.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.333 | 2016-12-06 12:11:18.333 DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:11:18.334 | 2016-12-06 12:11:18.333 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:11:18.338 | 2016-12-06 12:11:18.337 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:11:18.338 | 2016-12-06 12:11:18.338 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/061_cinder_init.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.338 | 2016-12-06 12:11:18.338 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/061_cinder_init.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.338 | 2016-12-06 12:11:18.338 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_sqlite_upgrade.sql... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.339 | 2016-12-06 12:11:18.338 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_sqlite_upgrade.sql loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.339 | 2016-12-06 12:11:18.339 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_deleted_type_to_Integer.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.339 | 2016-12-06 12:11:18.339 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/062_deleted_type_to_Integer.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.339 | 2016-12-06 12:11:18.339 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/063_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.339 | 2016-12-06 12:11:18.339 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/063_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.339 | 2016-12-06 12:11:18.339 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/064_add_restore_volume_id_to_backups.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.340 | 2016-12-06 12:11:18.339 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/064_add_restore_volume_id_to_backups.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.340 | 2016-12-06 12:11:18.340 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/065_add_replication_info_to_service.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.340 | 2016-12-06 12:11:18.340 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/065_add_replication_info_to_service.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.340 | 2016-12-06 12:11:18.340 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/066_add_allocated_id_column_to_reservations.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.340 | 2016-12-06 12:11:18.340 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/066_add_allocated_id_column_to_reservations.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.340 | 2016-12-06 12:11:18.340 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/067_readd_iscsi_targets_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.340 | 2016-12-06 12:11:18.340 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/067_readd_iscsi_targets_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.341 | 2016-12-06 12:11:18.340 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/068_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.341 | 2016-12-06 12:11:18.341 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/068_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.341 | 2016-12-06 12:11:18.341 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/069_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.341 | 2016-12-06 12:11:18.341 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/069_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.341 | 2016-12-06 12:11:18.341 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/070_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.341 | 2016-12-06 12:11:18.341 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/070_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.341 | 2016-12-06 12:11:18.341 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/071_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.342 | 2016-12-06 12:11:18.341 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/071_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.342 | 2016-12-06 12:11:18.342 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/072_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.342 | 2016-12-06 12:11:18.342 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/072_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.342 | 2016-12-06 12:11:18.342 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/073_drop_available_versions_and_iscsi_targets.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.342 | 2016-12-06 12:11:18.342 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/073_drop_available_versions_and_iscsi_targets.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.342 | 2016-12-06 12:11:18.342 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/074_add_message_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.342 | 2016-12-06 12:11:18.342 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/074_add_message_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.343 | 2016-12-06 12:11:18.342 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/075_add_cluster_and_fields.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.343 | 2016-12-06 12:11:18.343 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/075_add_cluster_and_fields.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.343 | 2016-12-06 12:11:18.343 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/076_add_workers_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.343 | 2016-12-06 12:11:18.343 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/076_add_workers_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.343 | 2016-12-06 12:11:18.343 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/077_add_group_types_and_group_specs_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.343 | 2016-12-06 12:11:18.343 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/077_add_group_types_and_group_specs_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.343 | 2016-12-06 12:11:18.343 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/078_add_groups_and_group_volume_type_mapping_table.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.343 | 2016-12-06 12:11:18.343 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/078_add_groups_and_group_volume_type_mapping_table.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.344 | 2016-12-06 12:11:18.344 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/079_add_group_snapshots.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.344 | 2016-12-06 12:11:18.344 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/079_add_group_snapshots.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.344 | 2016-12-06 12:11:18.344 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/080_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.344 | 2016-12-06 12:11:18.344 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/080_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.344 | 2016-12-06 12:11:18.344 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/081_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.344 | 2016-12-06 12:11:18.344 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/081_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.344 | 2016-12-06 12:11:18.344 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/082_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.345 | 2016-12-06 12:11:18.344 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/082_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.345 | 2016-12-06 12:11:18.345 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/083_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.345 | 2016-12-06 12:11:18.345 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/083_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.345 | 2016-12-06 12:11:18.345 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/084_placeholder.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.345 | 2016-12-06 12:11:18.345 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/084_placeholder.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.345 | 2016-12-06 12:11:18.345 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/085_modify_workers_updated_at.py... from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:18.345 | 2016-12-06 12:11:18.345 DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/085_modify_workers_updated_at.py loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:18.345 | 2016-12-06 12:11:18.345 DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:11:18.346 | 2016-12-06 12:11:18.345 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=25828) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:11:18.351 | 2016-12-06 12:11:18.351 INFO migrate.versioning.api [-] 60 -> 61...  2016-12-06 12:11:20.238 | 2016-12-06 12:11:20.237 INFO migrate.versioning.api [-] done 2016-12-06 12:11:20.238 | 2016-12-06 12:11:20.238 INFO migrate.versioning.api [-] 61 -> 62...  2016-12-06 12:11:20.348 | 2016-12-06 12:11:20.347 INFO migrate.versioning.api [-] done 2016-12-06 12:11:20.348 | 2016-12-06 12:11:20.347 INFO migrate.versioning.api [-] 62 -> 63...  2016-12-06 12:11:20.356 | 2016-12-06 12:11:20.355 INFO migrate.versioning.api [-] done 2016-12-06 12:11:20.356 | 2016-12-06 12:11:20.356 INFO migrate.versioning.api [-] 63 -> 64...  2016-12-06 12:11:20.431 | 2016-12-06 12:11:20.431 INFO migrate.versioning.api [-] done 2016-12-06 12:11:20.431 | 2016-12-06 12:11:20.431 INFO migrate.versioning.api [-] 64 -> 65...  2016-12-06 12:11:20.662 | 2016-12-06 12:11:20.662 INFO migrate.versioning.api [-] done 2016-12-06 12:11:20.662 | 2016-12-06 12:11:20.662 INFO migrate.versioning.api [-] 65 -> 66...  2016-12-06 12:11:20.993 | 2016-12-06 12:11:20.992 INFO migrate.versioning.api [-] done 2016-12-06 12:11:20.993 | 2016-12-06 12:11:20.993 INFO migrate.versioning.api [-] 66 -> 67...  2016-12-06 12:11:21.020 | 2016-12-06 12:11:21.020 INFO migrate.versioning.api [-] done 2016-12-06 12:11:21.020 | 2016-12-06 12:11:21.020 INFO migrate.versioning.api [-] 67 -> 68...  2016-12-06 12:11:21.029 | 2016-12-06 12:11:21.029 INFO migrate.versioning.api [-] done 2016-12-06 12:11:21.029 | 2016-12-06 12:11:21.029 INFO migrate.versioning.api [-] 68 -> 69...  2016-12-06 12:11:21.039 | 2016-12-06 12:11:21.039 INFO migrate.versioning.api [-] done 2016-12-06 12:11:21.039 | 2016-12-06 12:11:21.039 INFO migrate.versioning.api [-] 69 -> 70...  2016-12-06 12:11:21.048 | 2016-12-06 12:11:21.048 INFO migrate.versioning.api [-] done 2016-12-06 12:11:21.049 | 2016-12-06 12:11:21.048 INFO migrate.versioning.api [-] 70 -> 71...  2016-12-06 12:11:21.058 | 2016-12-06 12:11:21.058 INFO migrate.versioning.api [-] done 2016-12-06 12:11:21.058 | 2016-12-06 12:11:21.058 INFO migrate.versioning.api [-] 71 -> 72...  2016-12-06 12:11:21.068 | 2016-12-06 12:11:21.068 INFO migrate.versioning.api [-] done 2016-12-06 12:11:21.068 | 2016-12-06 12:11:21.068 INFO migrate.versioning.api [-] 72 -> 73...  2016-12-06 12:11:21.246 | 2016-12-06 12:11:21.246 INFO migrate.versioning.api [-] done 2016-12-06 12:11:21.246 | 2016-12-06 12:11:21.246 INFO migrate.versioning.api [-] 73 -> 74...  2016-12-06 12:11:21.299 | 2016-12-06 12:11:21.298 INFO migrate.versioning.api [-] done 2016-12-06 12:11:21.299 | 2016-12-06 12:11:21.299 INFO migrate.versioning.api [-] 74 -> 75...  2016-12-06 12:11:21.612 | 2016-12-06 12:11:21.612 INFO migrate.versioning.api [-] done 2016-12-06 12:11:21.612 | 2016-12-06 12:11:21.612 INFO migrate.versioning.api [-] 75 -> 76...  2016-12-06 12:11:21.790 | 2016-12-06 12:11:21.790 INFO migrate.versioning.api [-] done 2016-12-06 12:11:21.790 | 2016-12-06 12:11:21.790 INFO migrate.versioning.api [-] 76 -> 77...  2016-12-06 12:11:21.942 | 2016-12-06 12:11:21.941 INFO migrate.versioning.api [-] done 2016-12-06 12:11:21.942 | 2016-12-06 12:11:21.942 INFO migrate.versioning.api [-] 77 -> 78...  2016-12-06 12:11:22.267 | 2016-12-06 12:11:22.266 INFO migrate.versioning.api [-] done 2016-12-06 12:11:22.267 | 2016-12-06 12:11:22.267 INFO migrate.versioning.api [-] 78 -> 79...  2016-12-06 12:11:22.646 | 2016-12-06 12:11:22.646 INFO migrate.versioning.api [-] done 2016-12-06 12:11:22.647 | 2016-12-06 12:11:22.646 INFO migrate.versioning.api [-] 79 -> 80...  2016-12-06 12:11:22.656 | 2016-12-06 12:11:22.656 INFO migrate.versioning.api [-] done 2016-12-06 12:11:22.656 | 2016-12-06 12:11:22.656 INFO migrate.versioning.api [-] 80 -> 81...  2016-12-06 12:11:22.665 | 2016-12-06 12:11:22.665 INFO migrate.versioning.api [-] done 2016-12-06 12:11:22.665 | 2016-12-06 12:11:22.665 INFO migrate.versioning.api [-] 81 -> 82...  2016-12-06 12:11:22.674 | 2016-12-06 12:11:22.674 INFO migrate.versioning.api [-] done 2016-12-06 12:11:22.675 | 2016-12-06 12:11:22.674 INFO migrate.versioning.api [-] 82 -> 83...  2016-12-06 12:11:22.684 | 2016-12-06 12:11:22.684 INFO migrate.versioning.api [-] done 2016-12-06 12:11:22.684 | 2016-12-06 12:11:22.684 INFO migrate.versioning.api [-] 83 -> 84...  2016-12-06 12:11:22.694 | 2016-12-06 12:11:22.694 INFO migrate.versioning.api [-] done 2016-12-06 12:11:22.694 | 2016-12-06 12:11:22.694 INFO migrate.versioning.api [-] 84 -> 85...  2016-12-06 12:11:22.824 | 2016-12-06 12:11:22.824 INFO migrate.versioning.api [-] done 2016-12-06 12:11:22.894 | +lib/cinder:init_cinder:437  is_service_enabled c-vol 2016-12-06 12:11:22.916 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:11:22.919 | +lib/cinder:init_cinder:437  [[ -n lvm:lvmdriver-1 ]] 2016-12-06 12:11:22.923 | +lib/cinder:init_cinder:438  local be be_name be_type 2016-12-06 12:11:22.926 | +lib/cinder:init_cinder:439  for be in '${CINDER_ENABLED_BACKENDS//,/ }' 2016-12-06 12:11:22.929 | +lib/cinder:init_cinder:440  be_type=lvm 2016-12-06 12:11:22.932 | +lib/cinder:init_cinder:441  be_name=lvmdriver-1 2016-12-06 12:11:22.936 | +lib/cinder:init_cinder:442  type init_cinder_backend_lvm 2016-12-06 12:11:22.939 | +lib/cinder:init_cinder:444  [[ lvm == \l\v\m ]] 2016-12-06 12:11:22.942 | +lib/cinder:init_cinder:445  init_default_lvm_volume_group 2016-12-06 12:11:22.946 | +lib/lvm:init_default_lvm_volume_group:142  [[ 0 = \0 ]] 2016-12-06 12:11:22.949 | +lib/lvm:init_default_lvm_volume_group:143  init_lvm_volume_group stack-volumes-default 10250M 2016-12-06 12:11:22.952 | +lib/lvm:init_lvm_volume_group:106  local vg=stack-volumes-default 2016-12-06 12:11:22.955 | +lib/lvm:init_lvm_volume_group:107  local size=10250M 2016-12-06 12:11:22.959 | +lib/lvm:init_lvm_volume_group:110  is_fedora 2016-12-06 12:11:22.962 | +functions-common:is_fedora:439  [[ -z Ubuntu ]] 2016-12-06 12:11:22.965 | +functions-common:is_fedora:443  '[' Ubuntu = Fedora ']' 2016-12-06 12:11:22.968 | +functions-common:is_fedora:443  '[' Ubuntu = 'Red Hat' ']' 2016-12-06 12:11:22.971 | +functions-common:is_fedora:444  '[' Ubuntu = RedHatEnterpriseServer ']' 2016-12-06 12:11:22.975 | +functions-common:is_fedora:445  '[' Ubuntu = CentOS ']' 2016-12-06 12:11:22.978 | +functions-common:is_fedora:445  '[' Ubuntu = OracleServer ']' 2016-12-06 12:11:22.981 | +functions-common:is_fedora:446  '[' Ubuntu = Virtuozzo ']' 2016-12-06 12:11:22.984 | +functions-common:is_fedora:446  '[' Ubuntu = kvmibm ']' 2016-12-06 12:11:22.988 | +lib/lvm:init_lvm_volume_group:110  is_suse 2016-12-06 12:11:22.991 | +functions-common:is_suse:454  [[ -z Ubuntu ]] 2016-12-06 12:11:22.994 | +functions-common:is_suse:458  [[ Ubuntu =~ (openSUSE) ]] 2016-12-06 12:11:22.997 | +functions-common:is_suse:458  [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]] 2016-12-06 12:11:23.000 | +lib/lvm:init_lvm_volume_group:119  _create_lvm_volume_group stack-volumes-default 10250M 2016-12-06 12:11:23.003 | +lib/lvm:_create_lvm_volume_group:84  local vg=stack-volumes-default 2016-12-06 12:11:23.007 | +lib/lvm:_create_lvm_volume_group:85  local size=10250M 2016-12-06 12:11:23.010 | +lib/lvm:_create_lvm_volume_group:87  local backing_file=/opt/stack/data/stack-volumes-default-backing-file 2016-12-06 12:11:23.013 | +lib/lvm:_create_lvm_volume_group:88  sudo vgs stack-volumes-default 2016-12-06 12:11:23.022 | VG #PV #LV #SN Attr VSize VFree 2016-12-06 12:11:23.022 | stack-volumes-default 1 0 0 wz--n- 10.01g 10.01g 2016-12-06 12:11:23.026 | +lib/lvm:init_lvm_volume_group:122  '[' tgtadm = lioadm ']' 2016-12-06 12:11:23.030 | +lib/lvm:init_lvm_volume_group:125  sudo tgtadm --op show --mode target 2016-12-06 12:11:23.030 | +lib/lvm:init_lvm_volume_group:125  awk '/Target/ {print $3}' 2016-12-06 12:11:23.031 | +lib/lvm:init_lvm_volume_group:125  sudo xargs -r -n1 tgt-admin --delete 2016-12-06 12:11:23.034 | tgtadm: failed to send request hdr to tgt daemon, Transport endpoint is not connected 2016-12-06 12:11:23.039 | +lib/lvm:init_lvm_volume_group:127  _clean_lvm_volume_group stack-volumes-default 2016-12-06 12:11:23.043 | +lib/lvm:_clean_lvm_volume_group:40  local vg=stack-volumes-default 2016-12-06 12:11:23.046 | +lib/lvm:_clean_lvm_volume_group:43  sudo lvremove -f stack-volumes-default 2016-12-06 12:11:23.058 | +lib/lvm:init_default_lvm_volume_group:144  _DEFAULT_LVM_INIT=1 2016-12-06 12:11:23.061 | +lib/cinder:init_cinder:447  init_cinder_backend_lvm lvmdriver-1 2016-12-06 12:11:23.064 | +lib/cinder_backends/lvm:init_cinder_backend_lvm:64  local be_name=lvmdriver-1 2016-12-06 12:11:23.068 | +lib/cinder_backends/lvm:init_cinder_backend_lvm:67  init_lvm_volume_group stack-volumes-lvmdriver-1 10250M 2016-12-06 12:11:23.071 | +lib/lvm:init_lvm_volume_group:106  local vg=stack-volumes-lvmdriver-1 2016-12-06 12:11:23.074 | +lib/lvm:init_lvm_volume_group:107  local size=10250M 2016-12-06 12:11:23.078 | +lib/lvm:init_lvm_volume_group:110  is_fedora 2016-12-06 12:11:23.081 | +functions-common:is_fedora:439  [[ -z Ubuntu ]] 2016-12-06 12:11:23.084 | +functions-common:is_fedora:443  '[' Ubuntu = Fedora ']' 2016-12-06 12:11:23.088 | +functions-common:is_fedora:443  '[' Ubuntu = 'Red Hat' ']' 2016-12-06 12:11:23.091 | +functions-common:is_fedora:444  '[' Ubuntu = RedHatEnterpriseServer ']' 2016-12-06 12:11:23.094 | +functions-common:is_fedora:445  '[' Ubuntu = CentOS ']' 2016-12-06 12:11:23.097 | +functions-common:is_fedora:445  '[' Ubuntu = OracleServer ']' 2016-12-06 12:11:23.101 | +functions-common:is_fedora:446  '[' Ubuntu = Virtuozzo ']' 2016-12-06 12:11:23.104 | +functions-common:is_fedora:446  '[' Ubuntu = kvmibm ']' 2016-12-06 12:11:23.107 | +lib/lvm:init_lvm_volume_group:110  is_suse 2016-12-06 12:11:23.112 | +functions-common:is_suse:454  [[ -z Ubuntu ]] 2016-12-06 12:11:23.116 | +functions-common:is_suse:458  [[ Ubuntu =~ (openSUSE) ]] 2016-12-06 12:11:23.119 | +functions-common:is_suse:458  [[ Ubuntu == \S\U\S\E\ \L\I\N\U\X ]] 2016-12-06 12:11:23.122 | +lib/lvm:init_lvm_volume_group:119  _create_lvm_volume_group stack-volumes-lvmdriver-1 10250M 2016-12-06 12:11:23.127 | +lib/lvm:_create_lvm_volume_group:84  local vg=stack-volumes-lvmdriver-1 2016-12-06 12:11:23.130 | +lib/lvm:_create_lvm_volume_group:85  local size=10250M 2016-12-06 12:11:23.133 | +lib/lvm:_create_lvm_volume_group:87  local backing_file=/opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2016-12-06 12:11:23.137 | +lib/lvm:_create_lvm_volume_group:88  sudo vgs stack-volumes-lvmdriver-1 2016-12-06 12:11:23.145 | VG #PV #LV #SN Attr VSize VFree 2016-12-06 12:11:23.145 | stack-volumes-lvmdriver-1 1 0 0 wz--n- 10.01g 10.01g 2016-12-06 12:11:23.150 | +lib/lvm:init_lvm_volume_group:122  '[' tgtadm = lioadm ']' 2016-12-06 12:11:23.153 | +lib/lvm:init_lvm_volume_group:125  sudo tgtadm --op show --mode target 2016-12-06 12:11:23.153 | +lib/lvm:init_lvm_volume_group:125  awk '/Target/ {print $3}' 2016-12-06 12:11:23.154 | +lib/lvm:init_lvm_volume_group:125  sudo xargs -r -n1 tgt-admin --delete 2016-12-06 12:11:23.157 | tgtadm: failed to send request hdr to tgt daemon, Transport endpoint is not connected 2016-12-06 12:11:23.162 | +lib/lvm:init_lvm_volume_group:127  _clean_lvm_volume_group stack-volumes-lvmdriver-1 2016-12-06 12:11:23.165 | +lib/lvm:_clean_lvm_volume_group:40  local vg=stack-volumes-lvmdriver-1 2016-12-06 12:11:23.168 | +lib/lvm:_clean_lvm_volume_group:43  sudo lvremove -f stack-volumes-lvmdriver-1 2016-12-06 12:11:23.180 | +lib/cinder:init_cinder:452  mkdir -p /opt/stack/data/cinder/volumes 2016-12-06 12:11:23.184 | +lib/cinder:init_cinder:453  create_cinder_cache_dir 2016-12-06 12:11:23.187 | +lib/cinder:create_cinder_cache_dir:423  sudo install -d -o ubuntu /var/cache/cinder 2016-12-06 12:11:23.195 | +lib/cinder:create_cinder_cache_dir:424  rm -f '/var/cache/cinder/*' 2016-12-06 12:11:23.199 | +./stack.sh:main:1163  is_service_enabled nova 2016-12-06 12:11:23.220 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:11:23.223 | +./stack.sh:main:1164  echo_summary 'Configuring Nova' 2016-12-06 12:11:23.227 | +./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:11:23.230 | +./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:11:23.234 | +./stack.sh:echo_summary:398  echo -e Configuring Nova 2016-12-06 12:11:23.238 | +./stack.sh:main:1165  init_nova 2016-12-06 12:11:23.243 | +lib/nova:init_nova:678  is_service_enabled mysql postgresql 2016-12-06 12:11:23.264 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:11:23.267 | +lib/nova:init_nova:678  is_service_enabled n-api 2016-12-06 12:11:23.288 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:11:23.291 | +lib/nova:init_nova:680  recreate_database nova 2016-12-06 12:11:23.295 | +lib/database:recreate_database:112  local db=nova 2016-12-06 12:11:23.298 | +lib/database:recreate_database:113  recreate_database_mysql nova 2016-12-06 12:11:23.302 | +lib/databases/mysql:recreate_database_mysql:56  local db=nova 2016-12-06 12:11:23.306 | +lib/databases/mysql:recreate_database_mysql:57  mysql -uroot -ppasswd2 -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova;' 2016-12-06 12:11:23.307 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:11:25.565 | +lib/databases/mysql:recreate_database_mysql:58  mysql -uroot -ppasswd2 -h127.0.0.1 -e 'CREATE DATABASE nova CHARACTER SET utf8;' 2016-12-06 12:11:25.567 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:11:25.574 | +lib/nova:init_nova:681  recreate_database nova_api_cell0 2016-12-06 12:11:25.578 | +lib/database:recreate_database:112  local db=nova_api_cell0 2016-12-06 12:11:25.581 | +lib/database:recreate_database:113  recreate_database_mysql nova_api_cell0 2016-12-06 12:11:25.585 | +lib/databases/mysql:recreate_database_mysql:56  local db=nova_api_cell0 2016-12-06 12:11:25.588 | +lib/databases/mysql:recreate_database_mysql:57  mysql -uroot -ppasswd2 -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api_cell0;' 2016-12-06 12:11:25.589 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:11:25.603 | +lib/databases/mysql:recreate_database_mysql:58  mysql -uroot -ppasswd2 -h127.0.0.1 -e 'CREATE DATABASE nova_api_cell0 CHARACTER SET utf8;' 2016-12-06 12:11:25.605 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:11:25.610 | +lib/nova:init_nova:686  /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2016-12-06 12:11:28.413 | 2016-12-06 12:11:28.412 DEBUG oslo_policy.policy [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] The policy file policy.json could not be found. from (pid=26367) load_rules /usr/local/lib/python2.7/dist-packages/oslo_policy/policy.py:520 2016-12-06 12:11:28.435 | /usr/local/lib/python2.7/dist-packages/pymysql/cursors.py:166: Warning: (3090, u"Changing sql mode 'NO_AUTO_CREATE_USER' is deprecated. It will be removed in a future release.") 2016-12-06 12:11:28.435 | result = self._query(query) 2016-12-06 12:11:28.602 | WARNING: cell0 mapping not found - not syncing cell0. 2016-12-06 12:11:28.602 | 2016-12-06 12:11:28.601 DEBUG migrate.versioning.repository [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:11:28.603 | 2016-12-06 12:11:28.603 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.603 | 2016-12-06 12:11:28.603 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.604 | 2016-12-06 12:11:28.603 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.604 | 2016-12-06 12:11:28.604 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.604 | 2016-12-06 12:11:28.604 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.604 | 2016-12-06 12:11:28.604 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.604 | 2016-12-06 12:11:28.604 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.605 | 2016-12-06 12:11:28.604 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.605 | 2016-12-06 12:11:28.605 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.605 | 2016-12-06 12:11:28.605 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.605 | 2016-12-06 12:11:28.605 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.607 | 2016-12-06 12:11:28.605 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.607 | 2016-12-06 12:11:28.606 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.607 | 2016-12-06 12:11:28.606 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.607 | 2016-12-06 12:11:28.606 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.607 | 2016-12-06 12:11:28.606 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.607 | 2016-12-06 12:11:28.606 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.607 | 2016-12-06 12:11:28.607 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.607 | 2016-12-06 12:11:28.607 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.607 | 2016-12-06 12:11:28.607 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.607 | 2016-12-06 12:11:28.607 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.608 | 2016-12-06 12:11:28.607 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.608 | 2016-12-06 12:11:28.608 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.608 | 2016-12-06 12:11:28.608 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.608 | 2016-12-06 12:11:28.608 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.609 | 2016-12-06 12:11:28.608 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.609 | 2016-12-06 12:11:28.609 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.609 | 2016-12-06 12:11:28.609 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.609 | 2016-12-06 12:11:28.609 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.609 | 2016-12-06 12:11:28.609 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.610 | 2016-12-06 12:11:28.609 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.610 | 2016-12-06 12:11:28.610 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.610 | 2016-12-06 12:11:28.610 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.610 | 2016-12-06 12:11:28.610 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.612 | 2016-12-06 12:11:28.610 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.612 | 2016-12-06 12:11:28.611 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.612 | 2016-12-06 12:11:28.611 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.612 | 2016-12-06 12:11:28.611 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.612 | 2016-12-06 12:11:28.611 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.612 | 2016-12-06 12:11:28.611 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.612 | 2016-12-06 12:11:28.612 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.612 | 2016-12-06 12:11:28.612 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.612 | 2016-12-06 12:11:28.612 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.612 | 2016-12-06 12:11:28.612 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.613 | 2016-12-06 12:11:28.612 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.613 | 2016-12-06 12:11:28.613 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.613 | 2016-12-06 12:11:28.613 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.613 | 2016-12-06 12:11:28.613 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.614 | 2016-12-06 12:11:28.613 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.614 | 2016-12-06 12:11:28.614 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.614 | 2016-12-06 12:11:28.614 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.614 | 2016-12-06 12:11:28.614 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.614 | 2016-12-06 12:11:28.614 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.615 | 2016-12-06 12:11:28.614 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.616 | 2016-12-06 12:11:28.615 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.616 | 2016-12-06 12:11:28.615 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.616 | 2016-12-06 12:11:28.615 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.616 | 2016-12-06 12:11:28.615 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.616 | 2016-12-06 12:11:28.616 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.616 | 2016-12-06 12:11:28.616 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.616 | 2016-12-06 12:11:28.616 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.616 | 2016-12-06 12:11:28.616 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.617 | 2016-12-06 12:11:28.616 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.617 | 2016-12-06 12:11:28.617 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.617 | 2016-12-06 12:11:28.617 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.617 | 2016-12-06 12:11:28.617 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.617 | 2016-12-06 12:11:28.617 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.618 | 2016-12-06 12:11:28.617 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.618 | 2016-12-06 12:11:28.618 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.618 | 2016-12-06 12:11:28.618 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.618 | 2016-12-06 12:11:28.618 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.619 | 2016-12-06 12:11:28.618 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.619 | 2016-12-06 12:11:28.619 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.619 | 2016-12-06 12:11:28.619 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.620 | 2016-12-06 12:11:28.619 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.620 | 2016-12-06 12:11:28.619 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.620 | 2016-12-06 12:11:28.619 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.620 | 2016-12-06 12:11:28.620 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.620 | 2016-12-06 12:11:28.620 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.620 | 2016-12-06 12:11:28.620 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.620 | 2016-12-06 12:11:28.620 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.621 | 2016-12-06 12:11:28.620 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.621 | 2016-12-06 12:11:28.621 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.621 | 2016-12-06 12:11:28.621 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.621 | 2016-12-06 12:11:28.621 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.621 | 2016-12-06 12:11:28.621 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.622 | 2016-12-06 12:11:28.621 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.622 | 2016-12-06 12:11:28.622 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.622 | 2016-12-06 12:11:28.622 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.622 | 2016-12-06 12:11:28.622 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.623 | 2016-12-06 12:11:28.622 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.623 | 2016-12-06 12:11:28.623 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.624 | 2016-12-06 12:11:28.623 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.624 | 2016-12-06 12:11:28.623 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.624 | 2016-12-06 12:11:28.623 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.624 | 2016-12-06 12:11:28.623 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.624 | 2016-12-06 12:11:28.624 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.624 | 2016-12-06 12:11:28.624 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.624 | 2016-12-06 12:11:28.624 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.624 | 2016-12-06 12:11:28.624 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.625 | 2016-12-06 12:11:28.624 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.625 | 2016-12-06 12:11:28.625 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.626 | 2016-12-06 12:11:28.625 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.626 | 2016-12-06 12:11:28.626 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.626 | 2016-12-06 12:11:28.626 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.626 | 2016-12-06 12:11:28.626 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.627 | 2016-12-06 12:11:28.626 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.627 | 2016-12-06 12:11:28.627 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.627 | 2016-12-06 12:11:28.627 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.627 | 2016-12-06 12:11:28.627 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.627 | 2016-12-06 12:11:28.627 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.629 | 2016-12-06 12:11:28.627 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.629 | 2016-12-06 12:11:28.628 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.629 | 2016-12-06 12:11:28.628 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.629 | 2016-12-06 12:11:28.628 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.629 | 2016-12-06 12:11:28.628 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.629 | 2016-12-06 12:11:28.628 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.629 | 2016-12-06 12:11:28.629 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.629 | 2016-12-06 12:11:28.629 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.629 | 2016-12-06 12:11:28.629 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.629 | 2016-12-06 12:11:28.629 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.630 | 2016-12-06 12:11:28.629 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.630 | 2016-12-06 12:11:28.630 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.630 | 2016-12-06 12:11:28.630 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.630 | 2016-12-06 12:11:28.630 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.631 | 2016-12-06 12:11:28.630 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.631 | 2016-12-06 12:11:28.631 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.631 | 2016-12-06 12:11:28.631 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.631 | 2016-12-06 12:11:28.631 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.631 | 2016-12-06 12:11:28.631 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.632 | 2016-12-06 12:11:28.631 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.632 | 2016-12-06 12:11:28.632 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.633 | 2016-12-06 12:11:28.632 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.633 | 2016-12-06 12:11:28.632 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.633 | 2016-12-06 12:11:28.632 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.633 | 2016-12-06 12:11:28.632 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.633 | 2016-12-06 12:11:28.633 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.634 | 2016-12-06 12:11:28.633 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.634 | 2016-12-06 12:11:28.633 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.634 | 2016-12-06 12:11:28.633 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.634 | 2016-12-06 12:11:28.633 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.634 | 2016-12-06 12:11:28.634 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.634 | 2016-12-06 12:11:28.634 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.634 | 2016-12-06 12:11:28.634 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.635 | 2016-12-06 12:11:28.634 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.635 | 2016-12-06 12:11:28.635 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.635 | 2016-12-06 12:11:28.635 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.635 | 2016-12-06 12:11:28.635 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.635 | 2016-12-06 12:11:28.635 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.636 | 2016-12-06 12:11:28.635 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.636 | 2016-12-06 12:11:28.636 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.636 | 2016-12-06 12:11:28.636 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.637 | 2016-12-06 12:11:28.636 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.637 | 2016-12-06 12:11:28.636 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.637 | 2016-12-06 12:11:28.636 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.637 | 2016-12-06 12:11:28.637 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.638 | 2016-12-06 12:11:28.637 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.638 | 2016-12-06 12:11:28.637 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.638 | 2016-12-06 12:11:28.637 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.638 | 2016-12-06 12:11:28.637 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.638 | 2016-12-06 12:11:28.638 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.638 | 2016-12-06 12:11:28.638 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.638 | 2016-12-06 12:11:28.638 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.639 | 2016-12-06 12:11:28.638 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.639 | 2016-12-06 12:11:28.639 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.639 | 2016-12-06 12:11:28.639 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.639 | 2016-12-06 12:11:28.639 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.640 | 2016-12-06 12:11:28.639 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.640 | 2016-12-06 12:11:28.640 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.640 | 2016-12-06 12:11:28.640 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.640 | 2016-12-06 12:11:28.640 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.640 | 2016-12-06 12:11:28.640 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.642 | 2016-12-06 12:11:28.640 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/301_add_cpu_and_ram_ratios_for_compute_nodes.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.642 | 2016-12-06 12:11:28.641 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/301_add_cpu_and_ram_ratios_for_compute_nodes.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.642 | 2016-12-06 12:11:28.641 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.642 | 2016-12-06 12:11:28.641 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.642 | 2016-12-06 12:11:28.641 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.642 | 2016-12-06 12:11:28.642 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.642 | 2016-12-06 12:11:28.642 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.642 | 2016-12-06 12:11:28.642 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.642 | 2016-12-06 12:11:28.642 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.643 | 2016-12-06 12:11:28.642 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.643 | 2016-12-06 12:11:28.643 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.643 | 2016-12-06 12:11:28.643 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.643 | 2016-12-06 12:11:28.643 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.643 | 2016-12-06 12:11:28.643 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.644 | 2016-12-06 12:11:28.643 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.644 | 2016-12-06 12:11:28.644 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.644 | 2016-12-06 12:11:28.644 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.644 | 2016-12-06 12:11:28.644 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.645 | 2016-12-06 12:11:28.644 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.645 | 2016-12-06 12:11:28.645 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.646 | 2016-12-06 12:11:28.645 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.646 | 2016-12-06 12:11:28.645 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.646 | 2016-12-06 12:11:28.645 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.646 | 2016-12-06 12:11:28.645 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.646 | 2016-12-06 12:11:28.646 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.646 | 2016-12-06 12:11:28.646 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.646 | 2016-12-06 12:11:28.646 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.646 | 2016-12-06 12:11:28.646 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.647 | 2016-12-06 12:11:28.646 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.647 | 2016-12-06 12:11:28.647 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.647 | 2016-12-06 12:11:28.647 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.647 | 2016-12-06 12:11:28.647 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.647 | 2016-12-06 12:11:28.647 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.648 | 2016-12-06 12:11:28.647 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.648 | 2016-12-06 12:11:28.648 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.648 | 2016-12-06 12:11:28.648 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.649 | 2016-12-06 12:11:28.648 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.649 | 2016-12-06 12:11:28.649 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.649 | 2016-12-06 12:11:28.649 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.649 | 2016-12-06 12:11:28.649 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.649 | 2016-12-06 12:11:28.649 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.650 | 2016-12-06 12:11:28.649 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.650 | 2016-12-06 12:11:28.650 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.650 | 2016-12-06 12:11:28.650 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.651 | 2016-12-06 12:11:28.650 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.651 | 2016-12-06 12:11:28.651 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.651 | 2016-12-06 12:11:28.651 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.651 | 2016-12-06 12:11:28.651 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.651 | 2016-12-06 12:11:28.651 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.652 | 2016-12-06 12:11:28.651 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.653 | 2016-12-06 12:11:28.652 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.653 | 2016-12-06 12:11:28.652 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.653 | 2016-12-06 12:11:28.652 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.653 | 2016-12-06 12:11:28.652 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.653 | 2016-12-06 12:11:28.652 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.654 | 2016-12-06 12:11:28.653 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.654 | 2016-12-06 12:11:28.653 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.654 | 2016-12-06 12:11:28.653 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.654 | 2016-12-06 12:11:28.653 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.654 | 2016-12-06 12:11:28.653 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.654 | 2016-12-06 12:11:28.654 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/331_add_tag_to_vifs_and_bdm.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.654 | 2016-12-06 12:11:28.654 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/331_add_tag_to_vifs_and_bdm.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.654 | 2016-12-06 12:11:28.654 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.654 | 2016-12-06 12:11:28.654 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.655 | 2016-12-06 12:11:28.654 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.655 | 2016-12-06 12:11:28.655 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.655 | 2016-12-06 12:11:28.655 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.655 | 2016-12-06 12:11:28.655 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.656 | 2016-12-06 12:11:28.655 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.656 | 2016-12-06 12:11:28.656 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.656 | 2016-12-06 12:11:28.656 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.656 | 2016-12-06 12:11:28.656 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.656 | 2016-12-06 12:11:28.656 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.657 | 2016-12-06 12:11:28.656 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.657 | 2016-12-06 12:11:28.657 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.657 | 2016-12-06 12:11:28.657 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.659 | 2016-12-06 12:11:28.657 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.659 | 2016-12-06 12:11:28.657 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.659 | 2016-12-06 12:11:28.657 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.659 | 2016-12-06 12:11:28.658 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.659 | 2016-12-06 12:11:28.658 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.659 | 2016-12-06 12:11:28.658 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.659 | 2016-12-06 12:11:28.658 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.659 | 2016-12-06 12:11:28.658 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.659 | 2016-12-06 12:11:28.659 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.659 | 2016-12-06 12:11:28.659 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.659 | 2016-12-06 12:11:28.659 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.659 | 2016-12-06 12:11:28.659 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.660 | 2016-12-06 12:11:28.659 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.660 | 2016-12-06 12:11:28.660 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.660 | 2016-12-06 12:11:28.660 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.660 | 2016-12-06 12:11:28.660 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.661 | 2016-12-06 12:11:28.660 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py... from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:28.661 | 2016-12-06 12:11:28.661 DEBUG migrate.versioning.script.base [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:28.661 | 2016-12-06 12:11:28.661 DEBUG migrate.versioning.repository [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo loaded successfully from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:11:28.661 | 2016-12-06 12:11:28.661 DEBUG migrate.versioning.repository [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'nova'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=26367) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:11:28.821 | 2016-12-06 12:11:28.820 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 215 -> 216...  2016-12-06 12:11:33.155 | /usr/local/lib/python2.7/dist-packages/pymysql/cursors.py:166: Warning: (1831, u"Duplicate index 'block_device_mapping_instance_uuid_virtual_name_device_name_idx' defined on the table 'nova.block_device_mapping'. This is deprecated and will be disallowed in a future release.") 2016-12-06 12:11:33.155 | result = self._query(query) 2016-12-06 12:11:40.278 | 2016-12-06 12:11:40.278 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:40.279 | 2016-12-06 12:11:40.278 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 216 -> 217...  2016-12-06 12:11:40.288 | 2016-12-06 12:11:40.287 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:40.289 | 2016-12-06 12:11:40.288 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 217 -> 218...  2016-12-06 12:11:40.297 | 2016-12-06 12:11:40.297 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:40.297 | 2016-12-06 12:11:40.297 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 218 -> 219...  2016-12-06 12:11:40.306 | 2016-12-06 12:11:40.306 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:40.307 | 2016-12-06 12:11:40.307 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 219 -> 220...  2016-12-06 12:11:40.317 | 2016-12-06 12:11:40.317 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:40.317 | 2016-12-06 12:11:40.317 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 220 -> 221...  2016-12-06 12:11:40.327 | 2016-12-06 12:11:40.327 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:40.327 | 2016-12-06 12:11:40.327 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 221 -> 222...  2016-12-06 12:11:40.337 | 2016-12-06 12:11:40.336 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:40.337 | 2016-12-06 12:11:40.337 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 222 -> 223...  2016-12-06 12:11:40.347 | 2016-12-06 12:11:40.347 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:40.348 | 2016-12-06 12:11:40.347 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 223 -> 224...  2016-12-06 12:11:40.357 | 2016-12-06 12:11:40.357 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:40.358 | 2016-12-06 12:11:40.357 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 224 -> 225...  2016-12-06 12:11:40.367 | 2016-12-06 12:11:40.367 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:40.368 | 2016-12-06 12:11:40.367 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 225 -> 226...  2016-12-06 12:11:40.378 | 2016-12-06 12:11:40.377 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:40.378 | 2016-12-06 12:11:40.378 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 226 -> 227...  2016-12-06 12:11:40.400 | 2016-12-06 12:11:40.400 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:40.401 | 2016-12-06 12:11:40.400 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 227 -> 228...  2016-12-06 12:11:40.587 | 2016-12-06 12:11:40.586 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:40.587 | 2016-12-06 12:11:40.587 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 228 -> 229...  2016-12-06 12:11:40.747 | 2016-12-06 12:11:40.747 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:40.747 | 2016-12-06 12:11:40.747 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 229 -> 230...  2016-12-06 12:11:41.079 | 2016-12-06 12:11:41.078 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:41.079 | 2016-12-06 12:11:41.079 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 230 -> 231...  2016-12-06 12:11:41.340 | 2016-12-06 12:11:41.340 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:41.341 | 2016-12-06 12:11:41.340 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 231 -> 232...  2016-12-06 12:11:41.750 | 2016-12-06 12:11:41.750 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:41.751 | 2016-12-06 12:11:41.750 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 232 -> 233...  2016-12-06 12:11:41.986 | 2016-12-06 12:11:41.985 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:41.986 | 2016-12-06 12:11:41.986 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 233 -> 234...  2016-12-06 12:11:42.035 | 2016-12-06 12:11:42.035 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:42.036 | 2016-12-06 12:11:42.035 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 234 -> 235...  2016-12-06 12:11:42.044 | 2016-12-06 12:11:42.044 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:42.045 | 2016-12-06 12:11:42.044 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 235 -> 236...  2016-12-06 12:11:42.053 | 2016-12-06 12:11:42.053 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:42.053 | 2016-12-06 12:11:42.053 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 236 -> 237...  2016-12-06 12:11:42.062 | 2016-12-06 12:11:42.062 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:42.062 | 2016-12-06 12:11:42.062 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 237 -> 238...  2016-12-06 12:11:42.071 | 2016-12-06 12:11:42.070 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:42.071 | 2016-12-06 12:11:42.071 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 238 -> 239...  2016-12-06 12:11:42.080 | 2016-12-06 12:11:42.080 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:42.080 | 2016-12-06 12:11:42.080 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 239 -> 240...  2016-12-06 12:11:42.089 | 2016-12-06 12:11:42.089 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:42.089 | 2016-12-06 12:11:42.089 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 240 -> 241...  2016-12-06 12:11:42.098 | 2016-12-06 12:11:42.097 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:42.098 | 2016-12-06 12:11:42.098 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 241 -> 242...  2016-12-06 12:11:42.106 | 2016-12-06 12:11:42.106 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:42.107 | 2016-12-06 12:11:42.106 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 242 -> 243...  2016-12-06 12:11:42.115 | 2016-12-06 12:11:42.115 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:42.116 | 2016-12-06 12:11:42.115 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 243 -> 244...  2016-12-06 12:11:42.143 | 2016-12-06 12:11:42.143 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:42.143 | 2016-12-06 12:11:42.143 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 244 -> 245...  2016-12-06 12:11:42.960 | 2016-12-06 12:11:42.959 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:42.960 | 2016-12-06 12:11:42.960 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 245 -> 246...  2016-12-06 12:11:43.106 | 2016-12-06 12:11:43.105 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:43.106 | 2016-12-06 12:11:43.106 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 246 -> 247...  2016-12-06 12:11:43.549 | 2016-12-06 12:11:43.548 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:43.549 | 2016-12-06 12:11:43.549 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 247 -> 248...  2016-12-06 12:11:43.556 | 2016-12-06 12:11:43.556 INFO 248_add_expire_reservations_index [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] Skipped adding reservations_deleted_expire_idx because an equivalent index already exists. 2016-12-06 12:11:43.567 | 2016-12-06 12:11:43.566 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:43.570 | 2016-12-06 12:11:43.567 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 248 -> 249...  2016-12-06 12:11:43.613 | 2016-12-06 12:11:43.612 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:43.613 | 2016-12-06 12:11:43.613 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 249 -> 250...  2016-12-06 12:11:43.682 | 2016-12-06 12:11:43.682 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:43.683 | 2016-12-06 12:11:43.682 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 250 -> 251...  2016-12-06 12:11:43.864 | 2016-12-06 12:11:43.863 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:43.867 | 2016-12-06 12:11:43.864 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 251 -> 252...  2016-12-06 12:11:44.217 | 2016-12-06 12:11:44.216 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:44.221 | 2016-12-06 12:11:44.217 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 252 -> 253...  2016-12-06 12:11:44.424 | 2016-12-06 12:11:44.424 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:44.425 | 2016-12-06 12:11:44.424 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 253 -> 254...  2016-12-06 12:11:44.651 | 2016-12-06 12:11:44.651 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:44.651 | 2016-12-06 12:11:44.651 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 254 -> 255...  2016-12-06 12:11:44.662 | 2016-12-06 12:11:44.662 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:44.662 | 2016-12-06 12:11:44.662 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 255 -> 256...  2016-12-06 12:11:44.671 | 2016-12-06 12:11:44.671 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:44.672 | 2016-12-06 12:11:44.671 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 256 -> 257...  2016-12-06 12:11:44.681 | 2016-12-06 12:11:44.680 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:44.682 | 2016-12-06 12:11:44.681 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 257 -> 258...  2016-12-06 12:11:44.691 | 2016-12-06 12:11:44.691 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:44.691 | 2016-12-06 12:11:44.691 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 258 -> 259...  2016-12-06 12:11:44.700 | 2016-12-06 12:11:44.700 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:44.701 | 2016-12-06 12:11:44.700 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 259 -> 260...  2016-12-06 12:11:44.710 | 2016-12-06 12:11:44.709 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:44.710 | 2016-12-06 12:11:44.710 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 260 -> 261...  2016-12-06 12:11:44.718 | 2016-12-06 12:11:44.718 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:44.719 | 2016-12-06 12:11:44.718 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 261 -> 262...  2016-12-06 12:11:44.728 | 2016-12-06 12:11:44.728 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:44.728 | 2016-12-06 12:11:44.728 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 262 -> 263...  2016-12-06 12:11:44.738 | 2016-12-06 12:11:44.738 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:44.738 | 2016-12-06 12:11:44.738 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 263 -> 264...  2016-12-06 12:11:44.748 | 2016-12-06 12:11:44.747 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:44.748 | 2016-12-06 12:11:44.748 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 264 -> 265...  2016-12-06 12:11:44.823 | 2016-12-06 12:11:44.823 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:44.823 | 2016-12-06 12:11:44.823 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 265 -> 266...  2016-12-06 12:11:44.913 | 2016-12-06 12:11:44.912 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:44.913 | 2016-12-06 12:11:44.912 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 266 -> 267...  2016-12-06 12:11:45.527 | /usr/local/lib/python2.7/dist-packages/pymysql/cursors.py:166: Warning: (1831, u"Duplicate index 'uniq_instances0uuid' defined on the table 'nova.instances'. This is deprecated and will be disallowed in a future release.") 2016-12-06 12:11:45.527 | result = self._query(query) 2016-12-06 12:11:45.536 | 2016-12-06 12:11:45.536 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:45.537 | 2016-12-06 12:11:45.536 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 267 -> 268...  2016-12-06 12:11:45.750 | 2016-12-06 12:11:45.749 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:45.750 | 2016-12-06 12:11:45.749 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 268 -> 269...  2016-12-06 12:11:45.937 | 2016-12-06 12:11:45.936 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:45.937 | 2016-12-06 12:11:45.937 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 269 -> 270...  2016-12-06 12:11:46.101 | 2016-12-06 12:11:46.101 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:46.102 | 2016-12-06 12:11:46.101 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 270 -> 271...  2016-12-06 12:11:46.261 | 2016-12-06 12:11:46.260 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:46.261 | 2016-12-06 12:11:46.261 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 271 -> 272...  2016-12-06 12:11:46.270 | 2016-12-06 12:11:46.269 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:46.270 | 2016-12-06 12:11:46.270 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 272 -> 273...  2016-12-06 12:11:46.279 | 2016-12-06 12:11:46.279 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:46.279 | 2016-12-06 12:11:46.279 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 273 -> 274...  2016-12-06 12:11:46.352 | 2016-12-06 12:11:46.352 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:46.352 | 2016-12-06 12:11:46.352 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 274 -> 275...  2016-12-06 12:11:46.512 | 2016-12-06 12:11:46.511 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:46.512 | 2016-12-06 12:11:46.512 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 275 -> 276...  2016-12-06 12:11:46.708 | 2016-12-06 12:11:46.708 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:46.709 | 2016-12-06 12:11:46.708 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 276 -> 277...  2016-12-06 12:11:46.760 | 2016-12-06 12:11:46.760 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:46.760 | 2016-12-06 12:11:46.760 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 277 -> 278...  2016-12-06 12:11:46.959 | 2016-12-06 12:11:46.959 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:46.960 | 2016-12-06 12:11:46.959 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 278 -> 279...  2016-12-06 12:11:47.024 | 2016-12-06 12:11:47.024 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:47.025 | 2016-12-06 12:11:47.024 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 279 -> 280...  2016-12-06 12:11:47.173 | 2016-12-06 12:11:47.173 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:47.177 | 2016-12-06 12:11:47.173 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 280 -> 281...  2016-12-06 12:11:47.187 | 2016-12-06 12:11:47.187 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:47.188 | 2016-12-06 12:11:47.187 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 281 -> 282...  2016-12-06 12:11:47.198 | 2016-12-06 12:11:47.197 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:47.198 | 2016-12-06 12:11:47.198 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 282 -> 283...  2016-12-06 12:11:47.208 | 2016-12-06 12:11:47.208 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:47.209 | 2016-12-06 12:11:47.208 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 283 -> 284...  2016-12-06 12:11:47.219 | 2016-12-06 12:11:47.219 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:47.219 | 2016-12-06 12:11:47.219 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 284 -> 285...  2016-12-06 12:11:47.228 | 2016-12-06 12:11:47.228 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:47.229 | 2016-12-06 12:11:47.228 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 285 -> 286...  2016-12-06 12:11:47.238 | 2016-12-06 12:11:47.238 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:47.238 | 2016-12-06 12:11:47.238 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 286 -> 287...  2016-12-06 12:11:47.248 | 2016-12-06 12:11:47.248 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:47.248 | 2016-12-06 12:11:47.248 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 287 -> 288...  2016-12-06 12:11:47.257 | 2016-12-06 12:11:47.257 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:47.257 | 2016-12-06 12:11:47.257 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 288 -> 289...  2016-12-06 12:11:47.266 | 2016-12-06 12:11:47.266 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:47.266 | 2016-12-06 12:11:47.266 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 289 -> 290...  2016-12-06 12:11:47.275 | 2016-12-06 12:11:47.275 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:47.275 | 2016-12-06 12:11:47.275 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 290 -> 291...  2016-12-06 12:11:47.297 | 2016-12-06 12:11:47.297 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:47.298 | 2016-12-06 12:11:47.297 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 291 -> 292...  2016-12-06 12:11:47.497 | 2016-12-06 12:11:47.497 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:47.497 | 2016-12-06 12:11:47.497 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 292 -> 293...  2016-12-06 12:11:47.878 | 2016-12-06 12:11:47.878 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:47.879 | 2016-12-06 12:11:47.878 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 293 -> 294...  2016-12-06 12:11:48.058 | 2016-12-06 12:11:48.058 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:48.058 | 2016-12-06 12:11:48.058 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 294 -> 295...  2016-12-06 12:11:48.120 | 2016-12-06 12:11:48.119 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:48.120 | 2016-12-06 12:11:48.120 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 295 -> 296...  2016-12-06 12:11:48.130 | 2016-12-06 12:11:48.129 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:48.130 | 2016-12-06 12:11:48.130 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 296 -> 297...  2016-12-06 12:11:48.307 | 2016-12-06 12:11:48.307 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:48.307 | 2016-12-06 12:11:48.307 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 297 -> 298...  2016-12-06 12:11:48.431 | 2016-12-06 12:11:48.430 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:48.431 | 2016-12-06 12:11:48.431 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 298 -> 299...  2016-12-06 12:11:48.633 | 2016-12-06 12:11:48.632 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:48.633 | 2016-12-06 12:11:48.632 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 299 -> 300...  2016-12-06 12:11:48.823 | 2016-12-06 12:11:48.822 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:48.823 | 2016-12-06 12:11:48.823 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 300 -> 301...  2016-12-06 12:11:49.170 | 2016-12-06 12:11:49.170 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:49.175 | 2016-12-06 12:11:49.170 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 301 -> 302...  2016-12-06 12:11:49.183 | 2016-12-06 12:11:49.183 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:49.184 | 2016-12-06 12:11:49.183 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 302 -> 303...  2016-12-06 12:11:49.193 | 2016-12-06 12:11:49.192 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:49.193 | 2016-12-06 12:11:49.193 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 303 -> 304...  2016-12-06 12:11:49.202 | 2016-12-06 12:11:49.201 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:49.202 | 2016-12-06 12:11:49.202 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 304 -> 305...  2016-12-06 12:11:49.211 | 2016-12-06 12:11:49.210 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:49.211 | 2016-12-06 12:11:49.211 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 305 -> 306...  2016-12-06 12:11:49.220 | 2016-12-06 12:11:49.220 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:49.220 | 2016-12-06 12:11:49.220 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 306 -> 307...  2016-12-06 12:11:49.230 | 2016-12-06 12:11:49.229 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:49.230 | 2016-12-06 12:11:49.230 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 307 -> 308...  2016-12-06 12:11:49.239 | 2016-12-06 12:11:49.239 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:49.239 | 2016-12-06 12:11:49.239 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 308 -> 309...  2016-12-06 12:11:49.248 | 2016-12-06 12:11:49.248 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:49.249 | 2016-12-06 12:11:49.248 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 309 -> 310...  2016-12-06 12:11:49.260 | 2016-12-06 12:11:49.260 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:49.261 | 2016-12-06 12:11:49.260 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 310 -> 311...  2016-12-06 12:11:49.272 | 2016-12-06 12:11:49.272 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:49.273 | 2016-12-06 12:11:49.272 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 311 -> 312...  2016-12-06 12:11:49.282 | 2016-12-06 12:11:49.282 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:49.283 | 2016-12-06 12:11:49.282 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 312 -> 313...  2016-12-06 12:11:49.502 | 2016-12-06 12:11:49.501 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:49.502 | 2016-12-06 12:11:49.502 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 313 -> 314...  2016-12-06 12:11:49.963 | 2016-12-06 12:11:49.963 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:49.966 | 2016-12-06 12:11:49.963 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 314 -> 315...  2016-12-06 12:11:50.978 | 2016-12-06 12:11:50.978 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:50.979 | 2016-12-06 12:11:50.978 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 315 -> 316...  2016-12-06 12:11:51.155 | 2016-12-06 12:11:51.154 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:51.155 | 2016-12-06 12:11:51.155 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 316 -> 317...  2016-12-06 12:11:51.349 | 2016-12-06 12:11:51.349 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:51.349 | 2016-12-06 12:11:51.349 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 317 -> 318...  2016-12-06 12:11:52.135 | 2016-12-06 12:11:52.135 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:52.135 | 2016-12-06 12:11:52.135 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 318 -> 319...  2016-12-06 12:11:52.186 | 2016-12-06 12:11:52.185 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:52.186 | 2016-12-06 12:11:52.186 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 319 -> 320...  2016-12-06 12:11:52.199 | 2016-12-06 12:11:52.198 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:52.199 | 2016-12-06 12:11:52.199 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 320 -> 321...  2016-12-06 12:11:52.210 | 2016-12-06 12:11:52.210 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:52.211 | 2016-12-06 12:11:52.210 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 321 -> 322...  2016-12-06 12:11:52.221 | 2016-12-06 12:11:52.221 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:52.221 | 2016-12-06 12:11:52.221 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 322 -> 323...  2016-12-06 12:11:52.232 | 2016-12-06 12:11:52.231 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:52.232 | 2016-12-06 12:11:52.232 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 323 -> 324...  2016-12-06 12:11:52.243 | 2016-12-06 12:11:52.242 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:52.243 | 2016-12-06 12:11:52.243 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 324 -> 325...  2016-12-06 12:11:52.252 | 2016-12-06 12:11:52.252 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:52.252 | 2016-12-06 12:11:52.252 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 325 -> 326...  2016-12-06 12:11:52.262 | 2016-12-06 12:11:52.262 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:52.262 | 2016-12-06 12:11:52.262 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 326 -> 327...  2016-12-06 12:11:52.272 | 2016-12-06 12:11:52.272 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:52.272 | 2016-12-06 12:11:52.272 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 327 -> 328...  2016-12-06 12:11:52.281 | 2016-12-06 12:11:52.281 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:52.281 | 2016-12-06 12:11:52.281 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 328 -> 329...  2016-12-06 12:11:52.291 | 2016-12-06 12:11:52.290 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:52.291 | 2016-12-06 12:11:52.291 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 329 -> 330...  2016-12-06 12:11:52.316 | 2016-12-06 12:11:52.315 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:52.316 | 2016-12-06 12:11:52.316 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 330 -> 331...  2016-12-06 12:11:52.715 | 2016-12-06 12:11:52.715 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:52.715 | 2016-12-06 12:11:52.715 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 331 -> 332...  2016-12-06 12:11:52.911 | 2016-12-06 12:11:52.911 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:52.911 | 2016-12-06 12:11:52.911 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 332 -> 333...  2016-12-06 12:11:53.085 | 2016-12-06 12:11:53.085 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:53.085 | 2016-12-06 12:11:53.085 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 333 -> 334...  2016-12-06 12:11:53.256 | 2016-12-06 12:11:53.255 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:53.257 | 2016-12-06 12:11:53.256 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 334 -> 335...  2016-12-06 12:11:53.267 | 2016-12-06 12:11:53.267 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:53.267 | 2016-12-06 12:11:53.267 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 335 -> 336...  2016-12-06 12:11:53.276 | 2016-12-06 12:11:53.276 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:53.277 | 2016-12-06 12:11:53.276 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 336 -> 337...  2016-12-06 12:11:53.286 | 2016-12-06 12:11:53.286 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:53.286 | 2016-12-06 12:11:53.286 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 337 -> 338...  2016-12-06 12:11:53.296 | 2016-12-06 12:11:53.295 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:53.296 | 2016-12-06 12:11:53.296 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 338 -> 339...  2016-12-06 12:11:53.305 | 2016-12-06 12:11:53.305 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:53.306 | 2016-12-06 12:11:53.305 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 339 -> 340...  2016-12-06 12:11:53.315 | 2016-12-06 12:11:53.315 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:53.316 | 2016-12-06 12:11:53.315 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 340 -> 341...  2016-12-06 12:11:53.324 | 2016-12-06 12:11:53.324 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:53.324 | 2016-12-06 12:11:53.324 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 341 -> 342...  2016-12-06 12:11:53.334 | 2016-12-06 12:11:53.334 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:53.334 | 2016-12-06 12:11:53.334 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 342 -> 343...  2016-12-06 12:11:53.344 | 2016-12-06 12:11:53.343 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:53.344 | 2016-12-06 12:11:53.344 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 343 -> 344...  2016-12-06 12:11:53.356 | 2016-12-06 12:11:53.356 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:53.357 | 2016-12-06 12:11:53.356 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 344 -> 345...  2016-12-06 12:11:53.399 | 2016-12-06 12:11:53.399 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:53.400 | 2016-12-06 12:11:53.399 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 345 -> 346...  2016-12-06 12:11:53.701 | 2016-12-06 12:11:53.700 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:53.701 | 2016-12-06 12:11:53.701 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] 346 -> 347...  2016-12-06 12:11:53.796 | 2016-12-06 12:11:53.795 INFO migrate.versioning.api [req-c7b866ee-b06b-4b44-b19b-72c66f817d30 None None] done 2016-12-06 12:11:53.894 | +lib/nova:init_nova:688  is_service_enabled n-cell 2016-12-06 12:11:53.920 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:11:53.924 | +lib/nova:init_nova:692  recreate_database nova_api 2016-12-06 12:11:53.929 | +lib/database:recreate_database:112  local db=nova_api 2016-12-06 12:11:53.935 | +lib/database:recreate_database:113  recreate_database_mysql nova_api 2016-12-06 12:11:53.939 | +lib/databases/mysql:recreate_database_mysql:56  local db=nova_api 2016-12-06 12:11:53.945 | +lib/databases/mysql:recreate_database_mysql:57  mysql -uroot -ppasswd2 -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2016-12-06 12:11:53.947 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:11:54.468 | +lib/databases/mysql:recreate_database_mysql:58  mysql -uroot -ppasswd2 -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2016-12-06 12:11:54.470 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:11:54.476 | +lib/nova:init_nova:693  /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2016-12-06 12:11:57.191 | 2016-12-06 12:11:57.190 DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:76 2016-12-06 12:11:57.191 | 2016-12-06 12:11:57.191 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/001_cell_mapping.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.192 | 2016-12-06 12:11:57.191 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/001_cell_mapping.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.192 | 2016-12-06 12:11:57.192 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/002_instance_mapping.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.192 | 2016-12-06 12:11:57.192 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/002_instance_mapping.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.192 | 2016-12-06 12:11:57.192 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/003_host_mapping.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.192 | 2016-12-06 12:11:57.192 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/003_host_mapping.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.192 | 2016-12-06 12:11:57.192 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/004_add_request_spec.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.193 | 2016-12-06 12:11:57.192 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/004_add_request_spec.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.193 | 2016-12-06 12:11:57.193 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/005_flavors.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.193 | 2016-12-06 12:11:57.193 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/005_flavors.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.193 | 2016-12-06 12:11:57.193 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/006_build_request.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.193 | 2016-12-06 12:11:57.193 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/006_build_request.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.194 | 2016-12-06 12:11:57.193 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/007_instance_mapping_nullable_cellid.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.194 | 2016-12-06 12:11:57.194 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/007_instance_mapping_nullable_cellid.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.194 | 2016-12-06 12:11:57.194 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/008_placeholder.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.194 | 2016-12-06 12:11:57.194 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/008_placeholder.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.194 | 2016-12-06 12:11:57.194 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/009_placeholder.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.195 | 2016-12-06 12:11:57.194 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/009_placeholder.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.195 | 2016-12-06 12:11:57.195 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/010_placeholder.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.195 | 2016-12-06 12:11:57.195 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/010_placeholder.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.195 | 2016-12-06 12:11:57.195 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/011_placeholder.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.195 | 2016-12-06 12:11:57.195 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/011_placeholder.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.196 | 2016-12-06 12:11:57.195 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/012_placeholder.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.196 | 2016-12-06 12:11:57.196 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/012_placeholder.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.196 | 2016-12-06 12:11:57.196 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/013_build_request_extended_attrs.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.196 | 2016-12-06 12:11:57.196 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/013_build_request_extended_attrs.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.196 | 2016-12-06 12:11:57.196 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/014_keypairs.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.197 | 2016-12-06 12:11:57.196 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/014_keypairs.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.197 | 2016-12-06 12:11:57.197 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/015_build_request_nullable_columns.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.197 | 2016-12-06 12:11:57.197 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/015_build_request_nullable_columns.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.197 | 2016-12-06 12:11:57.197 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.197 | 2016-12-06 12:11:57.197 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.198 | 2016-12-06 12:11:57.197 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/017_aggregates.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.198 | 2016-12-06 12:11:57.198 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/017_aggregates.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.198 | 2016-12-06 12:11:57.198 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/018_instance_groups.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.198 | 2016-12-06 12:11:57.198 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/018_instance_groups.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.198 | 2016-12-06 12:11:57.198 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/019_build_request_add_block_device_mapping.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.199 | 2016-12-06 12:11:57.198 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/019_build_request_add_block_device_mapping.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.199 | 2016-12-06 12:11:57.199 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/020_block_device_mappings_mediumtext.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.199 | 2016-12-06 12:11:57.199 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/020_block_device_mappings_mediumtext.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.199 | 2016-12-06 12:11:57.199 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/021_placeholder.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.199 | 2016-12-06 12:11:57.199 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/021_placeholder.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.200 | 2016-12-06 12:11:57.199 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/022_placeholder.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.200 | 2016-12-06 12:11:57.200 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/022_placeholder.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.200 | 2016-12-06 12:11:57.200 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/023_placeholder.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.200 | 2016-12-06 12:11:57.200 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/023_placeholder.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.200 | 2016-12-06 12:11:57.200 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/024_placeholder.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.201 | 2016-12-06 12:11:57.200 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/024_placeholder.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.201 | 2016-12-06 12:11:57.201 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/025_placeholder.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.201 | 2016-12-06 12:11:57.201 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/025_placeholder.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.201 | 2016-12-06 12:11:57.201 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/026_add_resource_classes.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.201 | 2016-12-06 12:11:57.201 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/026_add_resource_classes.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.201 | 2016-12-06 12:11:57.201 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/027_quotas.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.202 | 2016-12-06 12:11:57.202 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/027_quotas.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.202 | 2016-12-06 12:11:57.202 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/028_build_requests_instance_mediumtext.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.202 | 2016-12-06 12:11:57.202 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/028_build_requests_instance_mediumtext.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.202 | 2016-12-06 12:11:57.202 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/029_placement_aggregates.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.202 | 2016-12-06 12:11:57.202 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/029_placement_aggregates.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.203 | 2016-12-06 12:11:57.203 DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/030_require_cell_setup.py... from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:27 2016-12-06 12:11:57.203 | 2016-12-06 12:11:57.203 DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/030_require_cell_setup.py loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/script/base.py:30 2016-12-06 12:11:57.203 | 2016-12-06 12:11:57.203 DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo loaded successfully from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:82 2016-12-06 12:11:57.203 | 2016-12-06 12:11:57.203 DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('__name__', 'db_settings'), ('repository_id', 'nova_api'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) from (pid=26447) __init__ /usr/local/lib/python2.7/dist-packages/migrate/versioning/repository.py:83 2016-12-06 12:11:57.220 | /usr/local/lib/python2.7/dist-packages/pymysql/cursors.py:166: Warning: (3090, u"Changing sql mode 'NO_AUTO_CREATE_USER' is deprecated. It will be removed in a future release.") 2016-12-06 12:11:57.220 | result = self._query(query) 2016-12-06 12:11:57.307 | 2016-12-06 12:11:57.306 INFO migrate.versioning.api [-] 0 -> 1...  2016-12-06 12:11:57.399 | 2016-12-06 12:11:57.399 INFO migrate.versioning.api [-] done 2016-12-06 12:11:57.399 | 2016-12-06 12:11:57.399 INFO migrate.versioning.api [-] 1 -> 2...  2016-12-06 12:11:57.536 | 2016-12-06 12:11:57.536 INFO migrate.versioning.api [-] done 2016-12-06 12:11:57.536 | 2016-12-06 12:11:57.536 INFO migrate.versioning.api [-] 2 -> 3...  2016-12-06 12:11:57.643 | 2016-12-06 12:11:57.643 INFO migrate.versioning.api [-] done 2016-12-06 12:11:57.643 | 2016-12-06 12:11:57.643 INFO migrate.versioning.api [-] 3 -> 4...  2016-12-06 12:11:57.738 | 2016-12-06 12:11:57.738 INFO migrate.versioning.api [-] done 2016-12-06 12:11:57.738 | 2016-12-06 12:11:57.738 INFO migrate.versioning.api [-] 4 -> 5...  2016-12-06 12:11:57.953 | 2016-12-06 12:11:57.953 INFO migrate.versioning.api [-] done 2016-12-06 12:11:57.954 | 2016-12-06 12:11:57.953 INFO migrate.versioning.api [-] 5 -> 6...  2016-12-06 12:11:58.052 | 2016-12-06 12:11:58.052 INFO migrate.versioning.api [-] done 2016-12-06 12:11:58.053 | 2016-12-06 12:11:58.052 INFO migrate.versioning.api [-] 6 -> 7...  2016-12-06 12:11:58.173 | 2016-12-06 12:11:58.173 INFO migrate.versioning.api [-] done 2016-12-06 12:11:58.174 | 2016-12-06 12:11:58.174 INFO migrate.versioning.api [-] 7 -> 8...  2016-12-06 12:11:58.184 | 2016-12-06 12:11:58.183 INFO migrate.versioning.api [-] done 2016-12-06 12:11:58.184 | 2016-12-06 12:11:58.184 INFO migrate.versioning.api [-] 8 -> 9...  2016-12-06 12:11:58.194 | 2016-12-06 12:11:58.193 INFO migrate.versioning.api [-] done 2016-12-06 12:11:58.194 | 2016-12-06 12:11:58.194 INFO migrate.versioning.api [-] 9 -> 10...  2016-12-06 12:11:58.203 | 2016-12-06 12:11:58.203 INFO migrate.versioning.api [-] done 2016-12-06 12:11:58.203 | 2016-12-06 12:11:58.203 INFO migrate.versioning.api [-] 10 -> 11...  2016-12-06 12:11:58.213 | 2016-12-06 12:11:58.213 INFO migrate.versioning.api [-] done 2016-12-06 12:11:58.213 | 2016-12-06 12:11:58.213 INFO migrate.versioning.api [-] 11 -> 12...  2016-12-06 12:11:58.224 | 2016-12-06 12:11:58.224 INFO migrate.versioning.api [-] done 2016-12-06 12:11:58.224 | 2016-12-06 12:11:58.224 INFO migrate.versioning.api [-] 12 -> 13...  2016-12-06 12:11:58.494 | 2016-12-06 12:11:58.494 INFO migrate.versioning.api [-] done 2016-12-06 12:11:58.494 | 2016-12-06 12:11:58.494 INFO migrate.versioning.api [-] 13 -> 14...  2016-12-06 12:11:58.576 | 2016-12-06 12:11:58.576 INFO migrate.versioning.api [-] done 2016-12-06 12:11:58.577 | 2016-12-06 12:11:58.577 INFO migrate.versioning.api [-] 14 -> 15...  2016-12-06 12:11:59.064 | 2016-12-06 12:11:59.064 INFO migrate.versioning.api [-] done 2016-12-06 12:11:59.064 | 2016-12-06 12:11:59.064 INFO migrate.versioning.api [-] 15 -> 16...  2016-12-06 12:11:59.625 | 2016-12-06 12:11:59.625 INFO migrate.versioning.api [-] done 2016-12-06 12:11:59.625 | 2016-12-06 12:11:59.625 INFO migrate.versioning.api [-] 16 -> 17...  2016-12-06 12:11:59.879 | 2016-12-06 12:11:59.879 INFO migrate.versioning.api [-] done 2016-12-06 12:11:59.879 | 2016-12-06 12:11:59.879 INFO migrate.versioning.api [-] 17 -> 18...  2016-12-06 12:12:00.101 | 2016-12-06 12:12:00.101 INFO migrate.versioning.api [-] done 2016-12-06 12:12:00.102 | 2016-12-06 12:12:00.101 INFO migrate.versioning.api [-] 18 -> 19...  2016-12-06 12:12:00.213 | 2016-12-06 12:12:00.213 INFO migrate.versioning.api [-] done 2016-12-06 12:12:00.213 | 2016-12-06 12:12:00.213 INFO migrate.versioning.api [-] 19 -> 20...  2016-12-06 12:12:00.355 | 2016-12-06 12:12:00.355 INFO migrate.versioning.api [-] done 2016-12-06 12:12:00.356 | 2016-12-06 12:12:00.355 INFO migrate.versioning.api [-] 20 -> 21...  2016-12-06 12:12:00.366 | 2016-12-06 12:12:00.366 INFO migrate.versioning.api [-] done 2016-12-06 12:12:00.366 | 2016-12-06 12:12:00.366 INFO migrate.versioning.api [-] 21 -> 22...  2016-12-06 12:12:00.376 | 2016-12-06 12:12:00.376 INFO migrate.versioning.api [-] done 2016-12-06 12:12:00.376 | 2016-12-06 12:12:00.376 INFO migrate.versioning.api [-] 22 -> 23...  2016-12-06 12:12:00.386 | 2016-12-06 12:12:00.386 INFO migrate.versioning.api [-] done 2016-12-06 12:12:00.386 | 2016-12-06 12:12:00.386 INFO migrate.versioning.api [-] 23 -> 24...  2016-12-06 12:12:00.398 | 2016-12-06 12:12:00.398 INFO migrate.versioning.api [-] done 2016-12-06 12:12:00.399 | 2016-12-06 12:12:00.398 INFO migrate.versioning.api [-] 24 -> 25...  2016-12-06 12:12:00.409 | 2016-12-06 12:12:00.409 INFO migrate.versioning.api [-] done 2016-12-06 12:12:00.409 | 2016-12-06 12:12:00.409 INFO migrate.versioning.api [-] 25 -> 26...  2016-12-06 12:12:00.475 | 2016-12-06 12:12:00.475 INFO migrate.versioning.api [-] done 2016-12-06 12:12:00.475 | 2016-12-06 12:12:00.475 INFO migrate.versioning.api [-] 26 -> 27...  2016-12-06 12:12:01.112 | 2016-12-06 12:12:01.112 INFO migrate.versioning.api [-] done 2016-12-06 12:12:01.112 | 2016-12-06 12:12:01.112 INFO migrate.versioning.api [-] 27 -> 28...  2016-12-06 12:12:01.237 | 2016-12-06 12:12:01.236 INFO migrate.versioning.api [-] done 2016-12-06 12:12:01.237 | 2016-12-06 12:12:01.237 INFO migrate.versioning.api [-] 28 -> 29...  2016-12-06 12:12:01.322 | 2016-12-06 12:12:01.321 INFO migrate.versioning.api [-] done 2016-12-06 12:12:01.322 | 2016-12-06 12:12:01.322 INFO migrate.versioning.api [-] 29 -> 30...  2016-12-06 12:12:01.337 | 2016-12-06 12:12:01.336 INFO migrate.versioning.api [-] done 2016-12-06 12:12:01.427 | +lib/nova:init_nova:697  /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2016-12-06 12:12:04.293 | /usr/local/lib/python2.7/dist-packages/pymysql/cursors.py:166: Warning: (3090, u"Changing sql mode 'NO_AUTO_CREATE_USER' is deprecated. It will be removed in a future release.") 2016-12-06 12:12:04.293 | result = self._query(query) 2016-12-06 12:12:04.602 | Running batches of 50 until complete 2016-12-06 12:12:04.602 | +---------------------------------------+--------------+-----------+ 2016-12-06 12:12:04.602 | | Migration | Total Needed | Completed | 2016-12-06 12:12:04.602 | +---------------------------------------+--------------+-----------+ 2016-12-06 12:12:04.602 | | aggregate_uuids_online_data_migration | 0 | 0 | 2016-12-06 12:12:04.602 | | migrate_aggregate_reset_autoincrement | 0 | 0 | 2016-12-06 12:12:04.602 | | migrate_aggregates | 0 | 0 | 2016-12-06 12:12:04.602 | | migrate_flavor_reset_autoincrement | 0 | 0 | 2016-12-06 12:12:04.602 | | migrate_flavors | 0 | 0 | 2016-12-06 12:12:04.602 | | migrate_instance_groups_to_api_db | 0 | 0 | 2016-12-06 12:12:04.602 | | migrate_instance_keypairs | 0 | 0 | 2016-12-06 12:12:04.602 | | migrate_instances_add_request_spec | 0 | 0 | 2016-12-06 12:12:04.602 | | migrate_keypairs_to_api_db | 0 | 0 | 2016-12-06 12:12:04.602 | +---------------------------------------+--------------+-----------+ 2016-12-06 12:12:04.688 | +lib/nova:init_nova:700  create_nova_cache_dir 2016-12-06 12:12:04.691 | +lib/nova:create_nova_cache_dir:653  sudo install -d -o ubuntu /var/cache/nova 2016-12-06 12:12:04.701 | +lib/nova:create_nova_cache_dir:654  rm -f '/var/cache/nova/*' 2016-12-06 12:12:04.705 | +lib/nova:init_nova:701  create_nova_keys_dir 2016-12-06 12:12:04.709 | +lib/nova:create_nova_keys_dir:671  sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys 2016-12-06 12:12:04.718 | +lib/nova:init_nova:703  [[ '' == \L\V\M ]] 2016-12-06 12:12:04.722 | +./stack.sh:main:1168  is_service_enabled neutron 2016-12-06 12:12:04.748 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:04.752 | +./stack.sh:main:1169  configure_neutron_nova 2016-12-06 12:12:04.756 | +lib/neutron:configure_neutron_nova:527  is_neutron_legacy_enabled 2016-12-06 12:12:04.760 | +lib/neutron:is_neutron_legacy_enabled:89  [[ ,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api =~ ,q- ]] 2016-12-06 12:12:04.764 | +lib/neutron:is_neutron_legacy_enabled:89  return 0 2016-12-06 12:12:04.769 | +lib/neutron:configure_neutron_nova:529  create_nova_conf_neutron 2016-12-06 12:12:04.772 | +lib/neutron-legacy:create_nova_conf_neutron:337  iniset /etc/nova/nova.conf DEFAULT use_neutron True 2016-12-06 12:12:04.799 | +lib/neutron-legacy:create_nova_conf_neutron:338  iniset /etc/nova/nova.conf neutron auth_type password 2016-12-06 12:12:04.830 | +lib/neutron-legacy:create_nova_conf_neutron:339  iniset /etc/nova/nova.conf neutron auth_url http://10.42.0.106/identity_admin/v3 2016-12-06 12:12:04.857 | +lib/neutron-legacy:create_nova_conf_neutron:340  iniset /etc/nova/nova.conf neutron username neutron 2016-12-06 12:12:04.887 | +lib/neutron-legacy:create_nova_conf_neutron:341  iniset /etc/nova/nova.conf neutron password passwd4 2016-12-06 12:12:04.914 | +lib/neutron-legacy:create_nova_conf_neutron:342  iniset /etc/nova/nova.conf neutron user_domain_name Default 2016-12-06 12:12:04.944 | +lib/neutron-legacy:create_nova_conf_neutron:343  iniset /etc/nova/nova.conf neutron project_name service 2016-12-06 12:12:04.977 | +lib/neutron-legacy:create_nova_conf_neutron:344  iniset /etc/nova/nova.conf neutron project_domain_name Default 2016-12-06 12:12:05.006 | +lib/neutron-legacy:create_nova_conf_neutron:345  iniset /etc/nova/nova.conf neutron auth_strategy keystone 2016-12-06 12:12:05.033 | +lib/neutron-legacy:create_nova_conf_neutron:346  iniset /etc/nova/nova.conf neutron region_name RegionOne 2016-12-06 12:12:05.060 | +lib/neutron-legacy:create_nova_conf_neutron:347  iniset /etc/nova/nova.conf neutron url http://10.42.0.106:9696 2016-12-06 12:12:05.089 | +lib/neutron-legacy:create_nova_conf_neutron:349  [[ False == \T\r\u\e ]] 2016-12-06 12:12:05.094 | +lib/neutron-legacy:create_nova_conf_neutron:355  neutron_plugin_create_nova_conf 2016-12-06 12:12:05.097 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13  _neutron_ovs_base_configure_nova_vif_driver 2016-12-06 12:12:05.101 | +lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:120  : 2016-12-06 12:12:05.105 | +lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:14  '[' libvirt == xenserver ']' 2016-12-06 12:12:05.109 | +lib/neutron-legacy:create_nova_conf_neutron:357  is_service_enabled q-meta 2016-12-06 12:12:05.132 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:05.135 | +lib/neutron-legacy:create_nova_conf_neutron:358  iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2016-12-06 12:12:05.163 | +lib/neutron-legacy:create_nova_conf_neutron:361  iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2016-12-06 12:12:05.193 | +lib/neutron-legacy:create_nova_conf_neutron:362  iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2016-12-06 12:12:05.221 | +./stack.sh:main:1174  init_nova_cells 2016-12-06 12:12:05.225 | +lib/nova:init_nova_cells:625  is_service_enabled n-cell 2016-12-06 12:12:05.246 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:12:05.249 | +./stack.sh:main:1177  is_service_enabled placement 2016-12-06 12:12:05.268 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:12:05.272 | +./stack.sh:main:1187  run_phase stack post-config 2016-12-06 12:12:05.275 | +functions-common:run_phase:1869  local mode=stack 2016-12-06 12:12:05.278 | +functions-common:run_phase:1870  local phase=post-config 2016-12-06 12:12:05.281 | +functions-common:run_phase:1871  [[ -d /home/ubuntu/devstack/extras.d ]] 2016-12-06 12:12:05.284 | +functions-common:run_phase:1872  local extra_plugin_file_name 2016-12-06 12:12:05.288 | +functions-common:run_phase:1873  for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2016-12-06 12:12:05.291 | +functions-common:run_phase:1878  local exceptions=80-tempest.sh 2016-12-06 12:12:05.295 | +functions-common:run_phase:1879  local extra 2016-12-06 12:12:05.299 | ++functions-common:run_phase:1880  basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2016-12-06 12:12:05.303 | +functions-common:run_phase:1880  extra=80-tempest.sh 2016-12-06 12:12:05.306 | +functions-common:run_phase:1881  [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2016-12-06 12:12:05.310 | +functions-common:run_phase:1885  [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2016-12-06 12:12:05.313 | +functions-common:run_phase:1885  source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config 2016-12-06 12:12:05.317 | ++extras.d/80-tempest.sh:source:3  is_service_enabled tempest 2016-12-06 12:12:05.341 | ++functions-common:is_service_enabled:2073  return 1 2016-12-06 12:12:05.345 | +functions-common:run_phase:1890  [[ stack == \s\o\u\r\c\e ]] 2016-12-06 12:12:05.348 | +functions-common:run_phase:1893  [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2016-12-06 12:12:05.351 | +functions-common:run_phase:1896  run_plugins stack post-config 2016-12-06 12:12:05.355 | +functions-common:run_plugins:1855  local mode=stack 2016-12-06 12:12:05.358 | +functions-common:run_plugins:1856  local phase=post-config 2016-12-06 12:12:05.361 | +functions-common:run_plugins:1858  local plugins=,neutron-lbaas,octavia 2016-12-06 12:12:05.364 | +functions-common:run_plugins:1859  local plugin 2016-12-06 12:12:05.368 | +functions-common:run_plugins:1860  for plugin in '${plugins//,/ }' 2016-12-06 12:12:05.371 | +functions-common:run_plugins:1861  local dir=/opt/stack/neutron-lbaas 2016-12-06 12:12:05.374 | +functions-common:run_plugins:1862  [[ -f /opt/stack/neutron-lbaas/devstack/plugin.sh ]] 2016-12-06 12:12:05.378 | +functions-common:run_plugins:1863  source /opt/stack/neutron-lbaas/devstack/plugin.sh stack post-config 2016-12-06 12:12:05.383 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:112  is_service_enabled q-lbaasv2 2016-12-06 12:12:05.407 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:05.412 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:114  is_service_enabled q-svc 2016-12-06 12:12:05.435 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:05.440 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:118  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:12:05.444 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:118  [[ post-config == \i\n\s\t\a\l\l ]] 2016-12-06 12:12:05.448 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:123  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:12:05.453 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:123  [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2016-12-06 12:12:05.457 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:125  echo_summary 'Configuring neutron-lbaas' 2016-12-06 12:12:05.461 | ++./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:12:05.467 | ++./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:12:05.472 | ++./stack.sh:echo_summary:398  echo -e Configuring neutron-lbaas 2016-12-06 12:12:05.477 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:126  neutron_lbaas_generate_config_files 2016-12-06 12:12:05.482 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_generate_config_files:78  cd /opt/stack/neutron-lbaas 2016-12-06 12:12:05.488 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_generate_config_files:78  exec ./tools/generate_config_file_samples.sh 2016-12-06 12:12:10.520 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:127  neutron_lbaas_configure_common 2016-12-06 12:12:10.527 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:29  cp /opt/stack/neutron-lbaas/etc/neutron_lbaas.conf.sample /etc/neutron/neutron_lbaas.conf 2016-12-06 12:12:10.535 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:30  cp /opt/stack/neutron-lbaas/etc/services_lbaas.conf.sample /etc/neutron/services_lbaas.conf 2016-12-06 12:12:10.542 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:32  inicomment /etc/neutron/neutron_lbaas.conf service_providers service_provider 2016-12-06 12:12:10.571 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:33  iniadd /etc/neutron/neutron_lbaas.conf service_providers service_provider LOADBALANCERV2:Octavia:neutron_lbaas.drivers.octavia.driver.OctaviaDriver:default 2016-12-06 12:12:10.604 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:35  _neutron_service_plugin_class_add lbaasv2 2016-12-06 12:12:10.608 | ++lib/neutron-legacy:_neutron_service_plugin_class_add:858  local service_plugin_class=lbaasv2 2016-12-06 12:12:10.613 | ++lib/neutron-legacy:_neutron_service_plugin_class_add:859  [[ neutron.services.l3_router.l3_router_plugin.L3RouterPlugin == '' ]] 2016-12-06 12:12:10.617 | ++lib/neutron-legacy:_neutron_service_plugin_class_add:861  [[ ! ,neutron.services.l3_router.l3_router_plugin.L3RouterPlugin, =~ ,lbaasv2, ]] 2016-12-06 12:12:10.621 | ++lib/neutron-legacy:_neutron_service_plugin_class_add:862  Q_SERVICE_PLUGIN_CLASSES=neutron.services.l3_router.l3_router_plugin.L3RouterPlugin,lbaasv2 2016-12-06 12:12:10.626 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:36  iniset /etc/neutron/neutron.conf DEFAULT service_plugins neutron.services.l3_router.l3_router_plugin.L3RouterPlugin,lbaasv2 2016-12-06 12:12:10.659 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:39  iniset /etc/neutron/neutron_lbaas.conf service_auth auth_url http://127.0.0.1:5000/v2.0 2016-12-06 12:12:10.690 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:40  iniset /etc/neutron/neutron_lbaas.conf service_auth admin_tenant_name admin 2016-12-06 12:12:10.719 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:41  iniset /etc/neutron/neutron_lbaas.conf service_auth admin_user admin 2016-12-06 12:12:10.748 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:42  iniset /etc/neutron/neutron_lbaas.conf service_auth admin_password passwd1 2016-12-06 12:12:10.778 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:43  iniset /etc/neutron/neutron_lbaas.conf service_auth auth_version 2 2016-12-06 12:12:10.807 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:46  iniset /etc/neutron/neutron.conf service_auth auth_url http://127.0.0.1:5000/v2.0 2016-12-06 12:12:10.842 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:47  iniset /etc/neutron/neutron.conf service_auth admin_tenant_name admin 2016-12-06 12:12:10.879 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:48  iniset /etc/neutron/neutron.conf service_auth admin_user admin 2016-12-06 12:12:10.922 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:49  iniset /etc/neutron/neutron.conf service_auth admin_password passwd1 2016-12-06 12:12:10.966 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:50  iniset /etc/neutron/neutron.conf service_auth auth_version 2 2016-12-06 12:12:11.002 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:52  _neutron_deploy_rootwrap_filters /opt/stack/neutron-lbaas 2016-12-06 12:12:11.007 | ++lib/neutron-legacy:_neutron_deploy_rootwrap_filters:868  [[ True == \F\a\l\s\e ]] 2016-12-06 12:12:11.014 | ++lib/neutron-legacy:_neutron_deploy_rootwrap_filters:871  local srcdir=/opt/stack/neutron-lbaas 2016-12-06 12:12:11.018 | ++lib/neutron-legacy:_neutron_deploy_rootwrap_filters:872  sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2016-12-06 12:12:11.027 | ++lib/neutron-legacy:_neutron_deploy_rootwrap_filters:873  sudo install -o root -m 644 /opt/stack/neutron-lbaas/etc/neutron/rootwrap.d/lbaas-haproxy.filters /etc/neutron/rootwrap.d/ 2016-12-06 12:12:11.036 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_common:54  /usr/local/bin/neutron-db-manage --subproject neutron-lbaas --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2016-12-06 12:12:12.856 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2016-12-06 12:12:12.856 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2016-12-06 12:12:12.872 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2016-12-06 12:12:12.872 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2016-12-06 12:12:12.876 | Running upgrade for neutron-lbaas ... 2016-12-06 12:12:12.877 | OK 2016-12-06 12:12:12.939 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:128  neutron_lbaas_configure_agent 2016-12-06 12:12:12.945 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_agent:58  '[' -z '' ']' 2016-12-06 12:12:12.951 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_agent:59  mkdir -p /etc/neutron/services/loadbalancer/haproxy 2016-12-06 12:12:12.957 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_agent:61  conf=/etc/neutron/services/loadbalancer/haproxy/lbaas_agent.ini 2016-12-06 12:12:12.962 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_agent:62  cp /opt/stack/neutron-lbaas/etc/lbaas_agent.ini.sample /etc/neutron/services/loadbalancer/haproxy/lbaas_agent.ini 2016-12-06 12:12:12.968 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_agent:66  iniset /etc/neutron/services/loadbalancer/haproxy/lbaas_agent.ini DEFAULT ovs_use_veth False 2016-12-06 12:12:13.005 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_agent:68  neutron_plugin_setup_interface_driver /etc/neutron/services/loadbalancer/haproxy/lbaas_agent.ini 2016-12-06 12:12:13.009 | ++lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:126  local conf_file=/etc/neutron/services/loadbalancer/haproxy/lbaas_agent.ini 2016-12-06 12:12:13.014 | ++lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:127  iniset /etc/neutron/services/loadbalancer/haproxy/lbaas_agent.ini DEFAULT interface_driver openvswitch 2016-12-06 12:12:13.045 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_configure_agent:70  is_fedora 2016-12-06 12:12:13.050 | ++functions-common:is_fedora:439  [[ -z Ubuntu ]] 2016-12-06 12:12:13.055 | ++functions-common:is_fedora:443  '[' Ubuntu = Fedora ']' 2016-12-06 12:12:13.059 | ++functions-common:is_fedora:443  '[' Ubuntu = 'Red Hat' ']' 2016-12-06 12:12:13.064 | ++functions-common:is_fedora:444  '[' Ubuntu = RedHatEnterpriseServer ']' 2016-12-06 12:12:13.068 | ++functions-common:is_fedora:445  '[' Ubuntu = CentOS ']' 2016-12-06 12:12:13.073 | ++functions-common:is_fedora:445  '[' Ubuntu = OracleServer ']' 2016-12-06 12:12:13.077 | ++functions-common:is_fedora:446  '[' Ubuntu = Virtuozzo ']' 2016-12-06 12:12:13.081 | ++functions-common:is_fedora:446  '[' Ubuntu = kvmibm ']' 2016-12-06 12:12:13.086 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:137  [[ stack == \u\n\s\t\a\c\k ]] 2016-12-06 12:12:13.090 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:142  [[ stack == \c\l\e\a\n ]] 2016-12-06 12:12:13.093 | +functions-common:run_plugins:1860  for plugin in '${plugins//,/ }' 2016-12-06 12:12:13.097 | +functions-common:run_plugins:1861  local dir=/opt/stack/octavia 2016-12-06 12:12:13.100 | +functions-common:run_plugins:1862  [[ -f /opt/stack/octavia/devstack/plugin.sh ]] 2016-12-06 12:12:13.103 | +functions-common:run_plugins:1863  source /opt/stack/octavia/devstack/plugin.sh stack post-config 2016-12-06 12:12:13.107 | ++/opt/stack/octavia/devstack/plugin.sh:source:5  GET_PIP_CACHE_LOCATION=/opt/stack/cache/files/get-pip.py 2016-12-06 12:12:13.115 | ++/opt/stack/octavia/devstack/plugin.sh:source:401  is_service_enabled octavia 2016-12-06 12:12:13.139 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:13.143 | ++/opt/stack/octavia/devstack/plugin.sh:source:402  '[' standalone == main ']' 2016-12-06 12:12:13.148 | ++/opt/stack/octavia/devstack/plugin.sh:source:402  '[' standalone == standalone ']' 2016-12-06 12:12:13.152 | ++/opt/stack/octavia/devstack/plugin.sh:source:403  is_service_enabled q-svc 2016-12-06 12:12:13.175 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:13.180 | ++/opt/stack/octavia/devstack/plugin.sh:source:407  '[' '' == True ']' 2016-12-06 12:12:13.184 | ++/opt/stack/octavia/devstack/plugin.sh:source:414  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:12:13.188 | ++/opt/stack/octavia/devstack/plugin.sh:source:414  [[ post-config == \i\n\s\t\a\l\l ]] 2016-12-06 12:12:13.192 | ++/opt/stack/octavia/devstack/plugin.sh:source:419  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:12:13.196 | ++/opt/stack/octavia/devstack/plugin.sh:source:419  [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2016-12-06 12:12:13.200 | ++/opt/stack/octavia/devstack/plugin.sh:source:422  echo_summary 'Configuring octavia' 2016-12-06 12:12:13.204 | ++./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:12:13.209 | ++./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:12:13.213 | ++./stack.sh:echo_summary:398  echo -e Configuring octavia 2016-12-06 12:12:13.217 | ++/opt/stack/octavia/devstack/plugin.sh:source:424  octavia_configure 2016-12-06 12:12:13.221 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:58  create_octavia_cache_dir 2016-12-06 12:12:13.225 | ++/opt/stack/octavia/devstack/plugin.sh:create_octavia_cache_dir:396  sudo install -d -o ubuntu /var/cache/octavia 2016-12-06 12:12:13.235 | ++/opt/stack/octavia/devstack/plugin.sh:create_octavia_cache_dir:397  rm -f '/var/cache/octavia/*' 2016-12-06 12:12:13.240 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:60  sudo mkdir -m 755 -p /etc/octavia 2016-12-06 12:12:13.249 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:61  safe_chown ubuntu /etc/octavia 2016-12-06 12:12:13.253 | ++functions-common:safe_chown:2299  _safe_permission_operation chown ubuntu /etc/octavia 2016-12-06 12:12:13.276 | ++functions-common:_safe_permission_operation:2170  sudo chown ubuntu /etc/octavia 2016-12-06 12:12:13.285 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:63  '[' -e /etc/octavia/octavia.conf ']' 2016-12-06 12:12:13.289 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:67  iniset /etc/octavia/octavia.conf database connection mysql+pymysql://root:passwd2@127.0.0.1:3306/octavia 2016-12-06 12:12:13.318 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:70  configure_auth_token_middleware /etc/octavia/octavia.conf octavia /var/cache/octavia 2016-12-06 12:12:13.322 | ++lib/keystone:configure_auth_token_middleware:466  local conf_file=/etc/octavia/octavia.conf 2016-12-06 12:12:13.326 | ++lib/keystone:configure_auth_token_middleware:467  local admin_user=octavia 2016-12-06 12:12:13.330 | ++lib/keystone:configure_auth_token_middleware:468  local signing_dir=/var/cache/octavia 2016-12-06 12:12:13.334 | ++lib/keystone:configure_auth_token_middleware:469  local section=keystone_authtoken 2016-12-06 12:12:13.337 | ++lib/keystone:configure_auth_token_middleware:471  iniset /etc/octavia/octavia.conf keystone_authtoken auth_type password 2016-12-06 12:12:13.365 | ++lib/keystone:configure_auth_token_middleware:472  iniset /etc/octavia/octavia.conf keystone_authtoken auth_url http://10.42.0.106/identity_admin 2016-12-06 12:12:13.394 | ++lib/keystone:configure_auth_token_middleware:473  iniset /etc/octavia/octavia.conf keystone_authtoken username octavia 2016-12-06 12:12:13.423 | ++lib/keystone:configure_auth_token_middleware:474  iniset /etc/octavia/octavia.conf keystone_authtoken password passwd4 2016-12-06 12:12:13.452 | ++lib/keystone:configure_auth_token_middleware:475  iniset /etc/octavia/octavia.conf keystone_authtoken user_domain_name Default 2016-12-06 12:12:13.481 | ++lib/keystone:configure_auth_token_middleware:476  iniset /etc/octavia/octavia.conf keystone_authtoken project_name service 2016-12-06 12:12:13.511 | ++lib/keystone:configure_auth_token_middleware:477  iniset /etc/octavia/octavia.conf keystone_authtoken project_domain_name Default 2016-12-06 12:12:13.541 | ++lib/keystone:configure_auth_token_middleware:479  iniset /etc/octavia/octavia.conf keystone_authtoken auth_uri http://10.42.0.106/identity 2016-12-06 12:12:13.570 | ++lib/keystone:configure_auth_token_middleware:480  iniset /etc/octavia/octavia.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2016-12-06 12:12:13.598 | ++lib/keystone:configure_auth_token_middleware:481  iniset /etc/octavia/octavia.conf keystone_authtoken signing_dir /var/cache/octavia 2016-12-06 12:12:13.628 | ++lib/keystone:configure_auth_token_middleware:482  iniset /etc/octavia/octavia.conf keystone_authtoken memcached_servers 10.42.0.106:11211 2016-12-06 12:12:13.656 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:73  iniset /etc/octavia/octavia.conf service_auth auth_url http://10.42.0.106/identity_admin 2016-12-06 12:12:13.686 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:74  iniset /etc/octavia/octavia.conf service_auth auth_type password 2016-12-06 12:12:13.716 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:75  iniset /etc/octavia/octavia.conf service_auth username admin 2016-12-06 12:12:13.745 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:76  iniset /etc/octavia/octavia.conf service_auth password passwd1 2016-12-06 12:12:13.775 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:77  iniset /etc/octavia/octavia.conf service_auth user_domain_name Default 2016-12-06 12:12:13.804 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:78  iniset /etc/octavia/octavia.conf service_auth project_name admin 2016-12-06 12:12:13.835 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:79  iniset /etc/octavia/octavia.conf service_auth project_domain_name Default 2016-12-06 12:12:13.869 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:80  iniset /etc/octavia/octavia.conf service_auth cafile /opt/stack/data/ca-bundle.pem 2016-12-06 12:12:13.898 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:81  iniset /etc/octavia/octavia.conf service_auth signing_dir 2016-12-06 12:12:13.926 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:82  iniset /etc/octavia/octavia.conf service_auth memcached_servers 10.42.0.106:11211 2016-12-06 12:12:13.955 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:85  iniset /etc/octavia/octavia.conf controller_worker amphora_driver amphora_haproxy_rest_driver 2016-12-06 12:12:13.987 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:86  iniset /etc/octavia/octavia.conf controller_worker compute_driver compute_nova_driver 2016-12-06 12:12:14.017 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:87  iniset /etc/octavia/octavia.conf controller_worker network_driver allowed_address_pairs_driver 2016-12-06 12:12:14.047 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:89  iniuncomment /etc/octavia/octavia.conf health_manager heartbeat_key 2016-12-06 12:12:14.071 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:90  iniset /etc/octavia/octavia.conf health_manager heartbeat_key insecure 2016-12-06 12:12:14.103 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:92  iniset /etc/octavia/octavia.conf house_keeping amphora_expiry_age 3600 2016-12-06 12:12:14.134 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:93  iniset /etc/octavia/octavia.conf house_keeping load_balancer_expiry_age 3600 2016-12-06 12:12:14.164 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:95  iniset /etc/octavia/octavia.conf DEFAULT api_handler queue_producer 2016-12-06 12:12:14.193 | +++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:97  get_transport_url 2016-12-06 12:12:14.197 | +++lib/rpc_backend:get_transport_url:109  local virtual_host= 2016-12-06 12:12:14.201 | +++lib/rpc_backend:get_transport_url:110  is_service_enabled rabbit 2016-12-06 12:12:14.224 | +++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:14.229 | +++lib/rpc_backend:get_transport_url:111  echo rabbit://stackrabbit:passwd3@10.42.0.106:5672/ 2016-12-06 12:12:14.234 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:97  iniset /etc/octavia/octavia.conf DEFAULT transport_url rabbit://stackrabbit:passwd3@10.42.0.106:5672/ 2016-12-06 12:12:14.264 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:99  iniset /etc/octavia/octavia.conf oslo_messaging rpc_thread_pool_size 2 2016-12-06 12:12:14.294 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:100  iniset /etc/octavia/octavia.conf oslo_messaging topic octavia_prov 2016-12-06 12:12:14.328 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:103  iniset /etc/neutron/neutron.conf octavia request_poll_timeout 3000 2016-12-06 12:12:14.366 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:106  iniuncomment /etc/octavia/octavia.conf haproxy_amphora base_path 2016-12-06 12:12:14.392 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:107  iniuncomment /etc/octavia/octavia.conf haproxy_amphora base_cert_dir 2016-12-06 12:12:14.417 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:108  iniuncomment /etc/octavia/octavia.conf haproxy_amphora connection_max_retries 2016-12-06 12:12:14.442 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:109  iniuncomment /etc/octavia/octavia.conf haproxy_amphora connection_retry_interval 2016-12-06 12:12:14.467 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:110  iniuncomment /etc/octavia/octavia.conf haproxy_amphora rest_request_conn_timeout 2016-12-06 12:12:14.492 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:111  iniuncomment /etc/octavia/octavia.conf haproxy_amphora rest_request_read_timeout 2016-12-06 12:12:14.517 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:112  iniuncomment /etc/octavia/octavia.conf controller_worker amp_active_retries 2016-12-06 12:12:14.544 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:113  iniuncomment /etc/octavia/octavia.conf controller_worker amp_active_wait_sec 2016-12-06 12:12:14.569 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:116  iniset /etc/octavia/octavia.conf haproxy_amphora connection_max_retries 1500 2016-12-06 12:12:14.600 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:117  iniset /etc/octavia/octavia.conf haproxy_amphora connection_retry_interval 1 2016-12-06 12:12:14.630 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:118  iniset /etc/octavia/octavia.conf haproxy_amphora rest_request_conn_timeout 10 2016-12-06 12:12:14.663 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:119  iniset /etc/octavia/octavia.conf haproxy_amphora rest_request_read_timeout 120 2016-12-06 12:12:14.693 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:120  iniset /etc/octavia/octavia.conf controller_worker amp_active_retries 100 2016-12-06 12:12:14.724 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:121  iniset /etc/octavia/octavia.conf controller_worker amp_active_wait_sec 2 2016-12-06 12:12:14.754 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:123  [[ -a /etc/octavia/.ssh ]] 2016-12-06 12:12:14.759 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:124  rm -rf /etc/octavia/.ssh 2016-12-06 12:12:14.764 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:127  mkdir -m755 /etc/octavia/.ssh 2016-12-06 12:12:14.770 | +++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:129  trueorfalse False OCTAVIA_USE_PREGENERATED_SSH_KEY 2016-12-06 12:12:14.794 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:129  [[ False == \T\r\u\e ]] 2016-12-06 12:12:14.799 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:134  ssh-keygen -b 2048 -t rsa -N '' -f /etc/octavia/.ssh/octavia_ssh_key 2016-12-06 12:12:14.971 | Generating public/private rsa key pair. 2016-12-06 12:12:14.971 | Your identification has been saved in /etc/octavia/.ssh/octavia_ssh_key. 2016-12-06 12:12:14.971 | Your public key has been saved in /etc/octavia/.ssh/octavia_ssh_key.pub. 2016-12-06 12:12:14.971 | The key fingerprint is: 2016-12-06 12:12:14.971 | SHA256:mgzlVReeq5fHF9eCSiNGjEXdNFfRRVuBrpHy6lywsxI ubuntu@jr-x8 2016-12-06 12:12:14.971 | The key's randomart image is: 2016-12-06 12:12:14.971 | +---[RSA 2048]----+ 2016-12-06 12:12:14.971 | | .o..o=.o=X| 2016-12-06 12:12:14.971 | | + ..o.= +| 2016-12-06 12:12:14.971 | | o + = . | 2016-12-06 12:12:14.971 | | o o . o + .| 2016-12-06 12:12:14.971 | | . . S.= = ..o| 2016-12-06 12:12:14.971 | | o E oo* o .o| 2016-12-06 12:12:14.971 | | + .o+.o o .| 2016-12-06 12:12:14.971 | | ...+. . . | 2016-12-06 12:12:14.971 | | o+ | 2016-12-06 12:12:14.971 | +----[SHA256]-----+ 2016-12-06 12:12:14.975 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:136  iniset /etc/octavia/octavia.conf controller_worker amp_ssh_key_name octavia_ssh_key 2016-12-06 12:12:15.007 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:139  iniset /etc/octavia/octavia.conf haproxy_amphora key_path /etc/octavia/.ssh/octavia_ssh_key 2016-12-06 12:12:15.036 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:141  '[' standalone == main ']' 2016-12-06 12:12:15.040 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:141  '[' standalone == standalone ']' 2016-12-06 12:12:15.044 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:142  recreate_database_mysql octavia 2016-12-06 12:12:15.048 | ++lib/databases/mysql:recreate_database_mysql:56  local db=octavia 2016-12-06 12:12:15.051 | ++lib/databases/mysql:recreate_database_mysql:57  mysql -uroot -ppasswd2 -h127.0.0.1 -e 'DROP DATABASE IF EXISTS octavia;' 2016-12-06 12:12:15.053 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:12:15.613 | ++lib/databases/mysql:recreate_database_mysql:58  mysql -uroot -ppasswd2 -h127.0.0.1 -e 'CREATE DATABASE octavia CHARACTER SET utf8;' 2016-12-06 12:12:15.616 | mysql: [Warning] Using a password on the command line interface can be insecure. 2016-12-06 12:12:15.624 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:143  octavia-db-manage upgrade head 2016-12-06 12:12:16.134 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2016-12-06 12:12:16.134 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2016-12-06 12:12:16.185 | INFO [alembic.runtime.migration] Running upgrade -> 35dee79d5865, initial_create 2016-12-06 12:12:17.203 | INFO [alembic.runtime.migration] Running upgrade 35dee79d5865 -> 4c094013699a, update load balancer amphora relationship 2016-12-06 12:12:17.575 | INFO [alembic.runtime.migration] Running upgrade 4c094013699a -> 13500e2e978d, update url and name size 2016-12-06 12:12:17.582 | INFO [alembic.runtime.migration] Running upgrade 13500e2e978d -> 4faaa983e7a9, update member address column 2016-12-06 12:12:17.670 | INFO [alembic.runtime.migration] Running upgrade 4faaa983e7a9 -> 3a1e1cdb7b27, rename amphora host id 2016-12-06 12:12:17.756 | INFO [alembic.runtime.migration] Running upgrade 3a1e1cdb7b27 -> 14892634e228, update vip 2016-12-06 12:12:17.923 | INFO [alembic.runtime.migration] Running upgrade 14892634e228 -> 256852d5ff7c, add lb_network_ip to amphora 2016-12-06 12:12:18.017 | INFO [alembic.runtime.migration] Running upgrade 256852d5ff7c -> 92fe9857279, create healthmanager table 2016-12-06 12:12:18.068 | INFO [alembic.runtime.migration] Running upgrade 92fe9857279 -> 3e5b37a0bdb9, Add vrrp_ip and ha_ip to amphora 2016-12-06 12:12:18.241 | INFO [alembic.runtime.migration] Running upgrade 3e5b37a0bdb9 -> 48660b6643f0, add new states for amphora 2016-12-06 12:12:18.255 | INFO [alembic.runtime.migration] Running upgrade 48660b6643f0 -> 4fe8240425b4, update vip add subnet id 2016-12-06 12:12:18.274 | INFO [alembic.runtime.migration] Running upgrade 4fe8240425b4 -> 298eac0640a7, Add vrrp_port_id and ha_port_id to amphora 2016-12-06 12:12:18.452 | INFO [alembic.runtime.migration] Running upgrade 298eac0640a7 -> 357d17a6d5ac, update lb and amphora data model for active passive 2016-12-06 12:12:18.995 | INFO [alembic.runtime.migration] Running upgrade 357d17a6d5ac -> 2351ea316465, Adding TERMINATED_HTTPS support and TLS ref ID char length increase 2016-12-06 12:12:19.157 | INFO [alembic.runtime.migration] Running upgrade 2351ea316465 -> 543f5d8e4e56, Add a column busy in table amphora health 2016-12-06 12:12:19.252 | INFO [alembic.runtime.migration] Running upgrade 543f5d8e4e56 -> 3b199c848b96, Create NO_MONITOR operational_status 2016-12-06 12:12:19.280 | INFO [alembic.runtime.migration] Running upgrade 3b199c848b96 -> 5a3ee5472c31, add cert expiration infor in amphora table 2016-12-06 12:12:19.476 | INFO [alembic.runtime.migration] Running upgrade 5a3ee5472c31 -> 1e4c1d83044c, Keepalived configuration datamodel 2016-12-06 12:12:19.928 | INFO [alembic.runtime.migration] Running upgrade 1e4c1d83044c -> 6abb04f24c5, Tenant id to project id 2016-12-06 12:12:20.469 | INFO [alembic.runtime.migration] Running upgrade 6abb04f24c5 -> 43287cd10fef, Make pool.lb_algorithm larger 2016-12-06 12:12:20.897 | INFO [alembic.runtime.migration] Running upgrade 43287cd10fef -> 29ff921a6eb, Shared pools 2016-12-06 12:12:21.280 | INFO [alembic.runtime.migration] Running upgrade 29ff921a6eb -> 458c9ee2a011, L7 Policies and Rules 2016-12-06 12:12:21.611 | INFO [alembic.runtime.migration] Running upgrade 458c9ee2a011 -> 186509101b9b, add_server_group_id_to_loadbalancer 2016-12-06 12:12:21.715 | INFO [alembic.runtime.migration] Running upgrade 186509101b9b -> 8c0851bdf6c3, change_tls_container_id_length_in_sni_table 2016-12-06 12:12:21.813 | INFO [alembic.runtime.migration] Running upgrade 8c0851bdf6c3 -> 9bf4d21caaea, adding Amphora ID to listener_statistics table 2016-12-06 12:12:22.251 | INFO [alembic.runtime.migration] Running upgrade 9bf4d21caaea -> 4d9cf7d32f2, Insert headers 2016-12-06 12:12:22.356 | INFO [alembic.runtime.migration] Running upgrade 4d9cf7d32f2 -> 36b94648fef8, add timestamp 2016-12-06 12:12:23.091 | INFO [alembic.runtime.migration] Running upgrade 36b94648fef8 -> 62816c232310, Fix migration for MySQL 5.7 2016-12-06 12:12:23.106 | INFO [alembic.runtime.migration] Running upgrade 62816c232310 -> 4a6ec0ab7284, Remove FK constraints on listener_statistics because it will be cross-DB 2016-12-06 12:12:23.138 | INFO [alembic.runtime.migration] Running upgrade 4a6ec0ab7284 -> 82b9402e71fd, Update vip address size 2016-12-06 12:12:23.145 | INFO [alembic.runtime.migration] Running upgrade 82b9402e71fd -> 9b5473976d6d, Add provisioning_status to objects 2016-12-06 12:12:24.239 | INFO [alembic.runtime.migration] Running upgrade 9b5473976d6d -> c11292016060, adding request error number to listener_statistics table 2016-12-06 12:12:24.342 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:146  [[ -a /etc/octavia/certs ]] 2016-12-06 12:12:24.347 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:147  rm -rf /etc/octavia/certs 2016-12-06 12:12:24.354 | +++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:150  trueorfalse False OCTAVIA_USE_PREGENERATED_CERTS 2016-12-06 12:12:24.378 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:150  [[ False == \T\r\u\e ]] 2016-12-06 12:12:24.382 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:153  source /opt/stack/octavia/bin/create_certificates.sh /etc/octavia/certs /opt/stack/octavia/etc/certificates/openssl.cnf 2016-12-06 12:12:24.386 | +++/opt/stack/octavia/bin/create_certificates.sh:source:35  CERT_DIR=/etc/octavia/certs 2016-12-06 12:12:24.391 | +++/opt/stack/octavia/bin/create_certificates.sh:source:36  OPEN_SSL_CONF=/opt/stack/octavia/etc/certificates/openssl.cnf 2016-12-06 12:12:24.395 | +++/opt/stack/octavia/bin/create_certificates.sh:source:37  VALIDITY_DAYS=18250 2016-12-06 12:12:24.400 | +++/opt/stack/octavia/bin/create_certificates.sh:source:39  echo /etc/octavia/certs 2016-12-06 12:12:24.400 | /etc/octavia/certs 2016-12-06 12:12:24.404 | +++/opt/stack/octavia/bin/create_certificates.sh:source:42  mkdir /etc/octavia/certs 2016-12-06 12:12:24.409 | +++/opt/stack/octavia/bin/create_certificates.sh:source:43  cd /etc/octavia/certs 2016-12-06 12:12:24.413 | +++/opt/stack/octavia/bin/create_certificates.sh:source:44  mkdir newcerts private 2016-12-06 12:12:24.419 | +++/opt/stack/octavia/bin/create_certificates.sh:source:45  chmod 700 private 2016-12-06 12:12:24.424 | +++/opt/stack/octavia/bin/create_certificates.sh:source:48  touch index.txt 2016-12-06 12:12:24.429 | +++/opt/stack/octavia/bin/create_certificates.sh:source:49  echo 01 2016-12-06 12:12:24.434 | +++/opt/stack/octavia/bin/create_certificates.sh:source:52  echo 'Create the CA'\''s private and public keypair (2k long)' 2016-12-06 12:12:24.434 | Create the CA's private and public keypair (2k long) 2016-12-06 12:12:24.438 | +++/opt/stack/octavia/bin/create_certificates.sh:source:53  openssl genrsa -passout pass:foobar -des3 -out private/cakey.pem 2048 2016-12-06 12:12:24.441 | Generating RSA private key, 2048 bit long modulus 2016-12-06 12:12:24.475 | ........................+++ 2016-12-06 12:12:24.501 | ..................+++ 2016-12-06 12:12:24.501 | e is 65537 (0x10001) 2016-12-06 12:12:24.507 | +++/opt/stack/octavia/bin/create_certificates.sh:source:55  echo 'You will be asked to enter some information about the certificate.' 2016-12-06 12:12:24.507 | You will be asked to enter some information about the certificate. 2016-12-06 12:12:24.513 | +++/opt/stack/octavia/bin/create_certificates.sh:source:56  openssl req -x509 -passin pass:foobar -new -nodes -key private/cakey.pem -config /opt/stack/octavia/etc/certificates/openssl.cnf -subj /C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com -days 18250 -out ca_01.pem 2016-12-06 12:12:24.524 | +++/opt/stack/octavia/bin/create_certificates.sh:source:63  echo 'Here is the certificate' 2016-12-06 12:12:24.524 | Here is the certificate 2016-12-06 12:12:24.529 | +++/opt/stack/octavia/bin/create_certificates.sh:source:64  openssl x509 -in ca_01.pem -text -noout 2016-12-06 12:12:24.532 | Certificate: 2016-12-06 12:12:24.532 | Data: 2016-12-06 12:12:24.532 | Version: 3 (0x2) 2016-12-06 12:12:24.532 | Serial Number: 10874219884393923133 (0x96e8fd5eeaca023d) 2016-12-06 12:12:24.532 | Signature Algorithm: sha256WithRSAEncryption 2016-12-06 12:12:24.532 | Issuer: C=US, ST=Denial, L=Springfield, O=Dis, CN=www.example.com 2016-12-06 12:12:24.532 | Validity 2016-12-06 12:12:24.532 | Not Before: Dec 6 12:12:24 2016 GMT 2016-12-06 12:12:24.532 | Not After : Nov 24 12:12:24 2066 GMT 2016-12-06 12:12:24.532 | Subject: C=US, ST=Denial, L=Springfield, O=Dis, CN=www.example.com 2016-12-06 12:12:24.532 | Subject Public Key Info: 2016-12-06 12:12:24.532 | Public Key Algorithm: rsaEncryption 2016-12-06 12:12:24.532 | Public-Key: (2048 bit) 2016-12-06 12:12:24.532 | Modulus: 2016-12-06 12:12:24.532 | 00:b8:93:62:09:bd:d5:7a:08:82:15:3a:77:b6:34: 2016-12-06 12:12:24.532 | b2:b5:4e:23:f0:93:2e:8e:fd:34:b6:72:8b:7b:f2: 2016-12-06 12:12:24.532 | 5c:da:60:95:fd:6a:60:f4:95:86:38:9d:4b:21:72: 2016-12-06 12:12:24.532 | cf:c4:84:53:e1:fe:7f:7f:a9:de:1b:2f:1e:e8:fc: 2016-12-06 12:12:24.533 | 3d:33:ae:1d:34:55:c8:ba:75:1e:4a:19:6d:5d:73: 2016-12-06 12:12:24.533 | 5a:e2:92:85:0c:55:5d:6b:8d:81:50:2b:04:a1:a0: 2016-12-06 12:12:24.533 | 16:f6:51:c5:28:2d:b7:c2:40:1b:ef:58:de:05:dd: 2016-12-06 12:12:24.533 | a9:de:70:6c:f5:9f:16:5c:ca:ed:e0:b9:7f:c5:d4: 2016-12-06 12:12:24.533 | ac:2b:97:8f:b7:5d:41:2e:15:31:db:89:77:2d:3c: 2016-12-06 12:12:24.533 | 35:f6:15:9f:dc:00:1a:be:e1:18:6c:82:09:c6:75: 2016-12-06 12:12:24.533 | 60:3a:20:8c:97:9f:43:b8:48:1e:3f:f2:c8:87:13: 2016-12-06 12:12:24.533 | ea:6a:ac:41:8a:79:ac:ca:02:9d:d9:fd:30:46:63: 2016-12-06 12:12:24.533 | 20:5f:46:75:c4:6f:a3:12:77:01:41:ee:46:65:92: 2016-12-06 12:12:24.533 | 90:5f:b9:c2:7e:7f:a2:47:cf:14:b3:67:03:44:7c: 2016-12-06 12:12:24.533 | 0b:bd:c1:d8:36:fd:3e:db:85:b1:f8:02:da:f5:a3: 2016-12-06 12:12:24.533 | 1f:51:8d:50:61:5c:05:9b:6c:95:77:d1:f1:36:41: 2016-12-06 12:12:24.533 | 7b:b4:b5:2d:79:f2:16:3b:0f:8f:bc:bb:81:2c:b2: 2016-12-06 12:12:24.533 | 8d:1d 2016-12-06 12:12:24.533 | Exponent: 65537 (0x10001) 2016-12-06 12:12:24.533 | X509v3 extensions: 2016-12-06 12:12:24.533 | X509v3 Subject Key Identifier: 2016-12-06 12:12:24.533 | 00:FD:B7:DB:14:7B:70:82:FD:F2:57:E4:A2:B9:CE:A6:1C:E8:A2:3D 2016-12-06 12:12:24.533 | X509v3 Authority Key Identifier: 2016-12-06 12:12:24.533 | keyid:00:FD:B7:DB:14:7B:70:82:FD:F2:57:E4:A2:B9:CE:A6:1C:E8:A2:3D 2016-12-06 12:12:24.533 | 2016-12-06 12:12:24.533 | X509v3 Basic Constraints: 2016-12-06 12:12:24.533 | CA:TRUE 2016-12-06 12:12:24.533 | Signature Algorithm: sha256WithRSAEncryption 2016-12-06 12:12:24.533 | 16:15:c3:06:a3:2e:75:52:c3:e0:b4:d9:59:45:91:59:32:ac: 2016-12-06 12:12:24.533 | f1:27:a2:f6:20:e5:61:a9:5b:33:8f:86:8a:e2:8b:fb:15:0e: 2016-12-06 12:12:24.533 | 51:7f:ff:50:be:94:3d:63:bc:2d:e8:4e:cb:dc:14:56:7c:fe: 2016-12-06 12:12:24.533 | 7f:fe:ad:ef:a8:7c:6d:68:78:6e:f1:a2:40:60:a2:06:32:5b: 2016-12-06 12:12:24.533 | 0b:0c:b7:15:37:d7:88:ef:b7:65:03:4f:c6:32:41:ad:31:bb: 2016-12-06 12:12:24.533 | 77:6b:4d:1e:51:85:0f:75:aa:5a:14:8b:13:a7:dc:19:36:c3: 2016-12-06 12:12:24.533 | d7:26:87:09:e7:3f:2f:c8:7f:8e:66:29:08:94:33:68:98:f3: 2016-12-06 12:12:24.533 | a4:43:81:d1:d3:42:75:8c:e7:db:68:2f:e7:fe:33:90:c8:12: 2016-12-06 12:12:24.533 | 53:1e:91:ff:74:9f:3e:ba:ba:37:89:aa:cc:44:70:c9:53:33: 2016-12-06 12:12:24.533 | 53:1f:3e:b9:bb:7f:d2:60:80:9c:8f:6f:0d:14:79:13:4b:89: 2016-12-06 12:12:24.533 | 19:8a:4e:14:c4:a8:8a:ba:ef:5c:82:1c:5a:17:52:9c:cf:c2: 2016-12-06 12:12:24.533 | 19:89:ff:33:4b:47:93:95:16:0d:4c:bb:74:6f:41:75:18:a7: 2016-12-06 12:12:24.533 | 6c:44:33:f8:cb:81:f5:f3:70:29:d2:fb:80:ef:d3:54:f0:81: 2016-12-06 12:12:24.533 | 19:79:81:12:6a:df:0b:32:67:51:e5:d5:89:ba:4f:3c:5b:0c: 2016-12-06 12:12:24.533 | 78:fa:f9:7b 2016-12-06 12:12:24.536 | +++/opt/stack/octavia/bin/create_certificates.sh:source:68  echo 'Generate a server key and a CSR' 2016-12-06 12:12:24.536 | Generate a server key and a CSR 2016-12-06 12:12:24.540 | +++/opt/stack/octavia/bin/create_certificates.sh:source:69  openssl req -newkey rsa:2048 -nodes -keyout client.key -subj /C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com -out client.csr 2016-12-06 12:12:24.543 | Generating a 2048 bit RSA private key 2016-12-06 12:12:24.564 | ..............+++ 2016-12-06 12:12:24.579 | ..........+++ 2016-12-06 12:12:24.579 | writing new private key to 'client.key' 2016-12-06 12:12:24.579 | ----- 2016-12-06 12:12:24.586 | +++/opt/stack/octavia/bin/create_certificates.sh:source:74  echo 'Sign request' 2016-12-06 12:12:24.586 | Sign request 2016-12-06 12:12:24.590 | +++/opt/stack/octavia/bin/create_certificates.sh:source:75  openssl ca -passin pass:foobar -config /opt/stack/octavia/etc/certificates/openssl.cnf -in client.csr -days 18250 -out client-.pem -batch 2016-12-06 12:12:24.593 | Using configuration from /opt/stack/octavia/etc/certificates/openssl.cnf 2016-12-06 12:12:24.593 | Check that the request matches the signature 2016-12-06 12:12:24.593 | Signature ok 2016-12-06 12:12:24.593 | Certificate Details: 2016-12-06 12:12:24.593 | Serial Number: 1 (0x1) 2016-12-06 12:12:24.593 | Validity 2016-12-06 12:12:24.593 | Not Before: Dec 6 12:12:24 2016 GMT 2016-12-06 12:12:24.593 | Not After : Nov 24 12:12:24 2066 GMT 2016-12-06 12:12:24.593 | Subject: 2016-12-06 12:12:24.593 | countryName = US 2016-12-06 12:12:24.594 | stateOrProvinceName = Denial 2016-12-06 12:12:24.594 | organizationName = Dis 2016-12-06 12:12:24.594 | commonName = www.example.com 2016-12-06 12:12:24.594 | X509v3 extensions: 2016-12-06 12:12:24.594 | X509v3 Basic Constraints: 2016-12-06 12:12:24.594 | CA:FALSE 2016-12-06 12:12:24.594 | Netscape Comment: 2016-12-06 12:12:24.594 | OpenSSL Generated Certificate 2016-12-06 12:12:24.594 | X509v3 Subject Key Identifier: 2016-12-06 12:12:24.594 | 1B:2A:0B:0E:18:4D:47:60:46:9B:A7:50:76:D1:CB:C1:0F:74:36:3E 2016-12-06 12:12:24.594 | X509v3 Authority Key Identifier: 2016-12-06 12:12:24.594 | keyid:00:FD:B7:DB:14:7B:70:82:FD:F2:57:E4:A2:B9:CE:A6:1C:E8:A2:3D 2016-12-06 12:12:24.594 | 2016-12-06 12:12:24.594 | Certificate is to be certified until Nov 24 12:12:24 2066 GMT (18250 days) 2016-12-06 12:12:24.595 | 2016-12-06 12:12:24.595 | Write out database with 1 new entries 2016-12-06 12:12:24.596 | Data Base Updated 2016-12-06 12:12:24.600 | +++/opt/stack/octavia/bin/create_certificates.sh:source:78  echo 'Generate single pem client.pem' 2016-12-06 12:12:24.600 | Generate single pem client.pem 2016-12-06 12:12:24.605 | +++/opt/stack/octavia/bin/create_certificates.sh:source:79  cat client-.pem client.key 2016-12-06 12:12:24.610 | +++/opt/stack/octavia/bin/create_certificates.sh:source:81  echo 'Note: For production use the ca issuing the client certificate and the ca issuing the server' 2016-12-06 12:12:24.610 | Note: For production use the ca issuing the client certificate and the ca issuing the server 2016-12-06 12:12:24.614 | +++/opt/stack/octavia/bin/create_certificates.sh:source:82  echo 'certificate need to be different so a hacker can'\''t just use the server certificate from a' 2016-12-06 12:12:24.614 | certificate need to be different so a hacker can't just use the server certificate from a 2016-12-06 12:12:24.618 | +++/opt/stack/octavia/bin/create_certificates.sh:source:83  echo 'compromised amphora to control all the others.' 2016-12-06 12:12:24.618 | compromised amphora to control all the others. 2016-12-06 12:12:24.622 | +++/opt/stack/octavia/bin/create_certificates.sh:source:84  echo '\nTo use the certificates copy them to the directory specified in the octavia.conf' 2016-12-06 12:12:24.622 | \nTo use the certificates copy them to the directory specified in the octavia.conf 2016-12-06 12:12:24.626 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:156  iniset /etc/octavia/octavia.conf haproxy_amphora client_cert /etc/octavia/certs/client.pem 2016-12-06 12:12:24.656 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:157  iniset /etc/octavia/octavia.conf haproxy_amphora server_ca /etc/octavia/certs/ca_01.pem 2016-12-06 12:12:24.686 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:158  iniset /etc/octavia/octavia.conf certificates ca_certificate /etc/octavia/certs/ca_01.pem 2016-12-06 12:12:24.721 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:159  iniset /etc/octavia/octavia.conf certificates ca_private_key /etc/octavia/certs/private/cakey.pem 2016-12-06 12:12:24.751 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:160  iniset /etc/octavia/octavia.conf certificates ca_private_key_passphrase foobar 2016-12-06 12:12:24.781 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:163  mkdir -m755 -p /etc/octavia/dhcp 2016-12-06 12:12:24.787 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_configure:164  cp /opt/stack/octavia/etc/dhcp/dhclient.conf /etc/octavia/dhcp/dhclient.conf 2016-12-06 12:12:24.792 | ++/opt/stack/octavia/devstack/plugin.sh:source:433  [[ stack == \u\n\s\t\a\c\k ]] 2016-12-06 12:12:24.797 | ++/opt/stack/octavia/devstack/plugin.sh:source:441  [[ stack == \c\l\e\a\n ]] 2016-12-06 12:12:24.800 | +./stack.sh:main:1195  merge_config_group /home/ubuntu/devstack/local.conf post-config 2016-12-06 12:12:24.804 | +inc/meta-config:merge_config_group:171  local localfile=/home/ubuntu/devstack/local.conf 2016-12-06 12:12:24.808 | +inc/meta-config:merge_config_group:171  shift 2016-12-06 12:12:24.812 | +inc/meta-config:merge_config_group:172  local matchgroups=post-config 2016-12-06 12:12:24.815 | +inc/meta-config:merge_config_group:174  [[ -r /home/ubuntu/devstack/local.conf ]] 2016-12-06 12:12:24.818 | +inc/meta-config:merge_config_group:176  local configfile group 2016-12-06 12:12:24.822 | +inc/meta-config:merge_config_group:177  for group in '$matchgroups' 2016-12-06 12:12:24.827 | ++inc/meta-config:merge_config_group:178  get_meta_section_files /home/ubuntu/devstack/local.conf post-config 2016-12-06 12:12:24.832 | ++inc/meta-config:get_meta_section_files:63  local file=/home/ubuntu/devstack/local.conf 2016-12-06 12:12:24.837 | ++inc/meta-config:get_meta_section_files:64  local matchgroup=post-config 2016-12-06 12:12:24.841 | ++inc/meta-config:get_meta_section_files:66  [[ -r /home/ubuntu/devstack/local.conf ]] 2016-12-06 12:12:24.845 | ++inc/meta-config:get_meta_section_files:68  awk -v matchgroup=post-config ' 2016-12-06 12:12:24.845 | /^\[\[.+\|.*\]\]/ { 2016-12-06 12:12:24.845 | gsub("[][]", "", $1); 2016-12-06 12:12:24.845 | split($1, a, "|"); 2016-12-06 12:12:24.845 | if (a[1] == matchgroup) 2016-12-06 12:12:24.845 | print a[2] 2016-12-06 12:12:24.845 | } 2016-12-06 12:12:24.845 | ' /home/ubuntu/devstack/local.conf 2016-12-06 12:12:24.850 | +./stack.sh:main:1204  is_service_enabled swift 2016-12-06 12:12:24.871 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:12:24.875 | +./stack.sh:main:1210  is_service_enabled glance 2016-12-06 12:12:24.895 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:24.898 | +./stack.sh:main:1211  echo_summary 'Starting Glance' 2016-12-06 12:12:24.902 | +./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:12:24.905 | +./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:12:24.910 | +./stack.sh:echo_summary:398  echo -e Starting Glance 2016-12-06 12:12:24.914 | +./stack.sh:main:1212  start_glance 2016-12-06 12:12:24.917 | +lib/glance:start_glance:387  local service_protocol=http 2016-12-06 12:12:24.921 | +lib/glance:start_glance:388  is_service_enabled tls-proxy 2016-12-06 12:12:24.944 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:12:24.947 | +lib/glance:start_glance:393  run_process g-reg '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2016-12-06 12:12:24.950 | +functions-common:run_process:1474  local service=g-reg 2016-12-06 12:12:24.953 | +functions-common:run_process:1475  local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2016-12-06 12:12:24.957 | +functions-common:run_process:1476  local group= 2016-12-06 12:12:24.960 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:12:24.964 | +functions-common:run_process:1479  local name=g-reg 2016-12-06 12:12:24.967 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:12:24.971 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:12:24.975 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:12:24.979 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:12:24.984 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:12:24.988 | +functions-common:time_start:2389  _TIME_START[$name]=1481026344 2016-12-06 12:12:24.992 | +functions-common:run_process:1482  is_service_enabled g-reg 2016-12-06 12:12:25.012 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:25.016 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:12:25.019 | +functions-common:run_process:1484  screen_process g-reg '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' '' 2016-12-06 12:12:25.022 | +functions-common:screen_process:1500  local name=g-reg 2016-12-06 12:12:25.025 | +functions-common:screen_process:1501  local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2016-12-06 12:12:25.029 | +functions-common:screen_process:1502  local group= 2016-12-06 12:12:25.032 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:12:25.035 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:12:25.038 | +functions-common:screen_process:1507  screen -S stack -X screen -t g-reg 2016-12-06 12:12:25.044 | +functions-common:screen_process:1509  local logfile=g-reg.log.2016-12-06-120336 2016-12-06 12:12:25.047 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/g-reg.log.2016-12-06-120336 2016-12-06 12:12:25.051 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:12:25.051 | LOGDIR: /opt/stack/logs 2016-12-06 12:12:25.054 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:12:25.054 | SCREEN_LOGDIR: 2016-12-06 12:12:25.057 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/g-reg.log.2016-12-06-120336' 2016-12-06 12:12:25.057 | log: /opt/stack/logs/g-reg.log.2016-12-06-120336 2016-12-06 12:12:25.060 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:12:25.063 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:12:25.067 | +functions-common:screen_process:1516  screen -S stack -p g-reg -X logfile /opt/stack/logs/g-reg.log.2016-12-06-120336 2016-12-06 12:12:25.072 | +functions-common:screen_process:1517  screen -S stack -p g-reg -X log on 2016-12-06 12:12:25.078 | +functions-common:screen_process:1520  touch /opt/stack/logs/g-reg.log.2016-12-06-120336 2016-12-06 12:12:25.082 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''g-reg.log.2016-12-06-120336'\'' g-reg.log' 2016-12-06 12:12:25.087 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:12:25.090 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:12:28.101 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:12:28.110 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:12:28.118 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:12:28.127 | +functions-common:screen_process:1553  screen_rc g-reg '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2016-12-06 12:12:28.135 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:12:28.142 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:12:28.150 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:12:28.156 | +functions-common:screen_rc:1574  grep g-reg /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:12:28.166 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:12:28.173 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:12:28.180 | +functions-common:screen_rc:1576  echo 'screen -t g-reg bash' 2016-12-06 12:12:28.186 | +functions-common:screen_rc:1577  echo 'stuff "/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf "' 2016-12-06 12:12:28.191 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:12:28.198 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:12:28.203 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/g-reg.log.2016-12-06-120336' 2016-12-06 12:12:28.209 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:12:28.215 | +functions-common:screen_process:1555  screen -S stack -p g-reg -X stuff '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf & echo $! >/opt/stack/status/stack/g-reg.pid; fg || echo "g-reg failed to start" | tee "/opt/stack/status/stack/g-reg.failure" ' 2016-12-06 12:12:28.222 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:12:28.226 | +functions-common:time_stop:2398  local name 2016-12-06 12:12:28.230 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:12:28.234 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:12:28.238 | +functions-common:time_stop:2401  local total 2016-12-06 12:12:28.241 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:12:28.245 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:12:28.248 | +functions-common:time_stop:2405  start_time=1481026344 2016-12-06 12:12:28.252 | +functions-common:time_stop:2407  [[ -z 1481026344 ]] 2016-12-06 12:12:28.257 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:12:28.260 | +functions-common:time_stop:2410  end_time=1481026348 2016-12-06 12:12:28.264 | +functions-common:time_stop:2411  elapsed_time=4 2016-12-06 12:12:28.267 | +functions-common:time_stop:2412  total=4 2016-12-06 12:12:28.270 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:12:28.274 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=8 2016-12-06 12:12:28.277 | +lib/glance:start_glance:394  run_process g-api '/usr/local/bin/glance-api --config-file=/etc/glance/glance-api.conf' 2016-12-06 12:12:28.281 | +functions-common:run_process:1474  local service=g-api 2016-12-06 12:12:28.284 | +functions-common:run_process:1475  local 'command=/usr/local/bin/glance-api --config-file=/etc/glance/glance-api.conf' 2016-12-06 12:12:28.287 | +functions-common:run_process:1476  local group= 2016-12-06 12:12:28.290 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:12:28.294 | +functions-common:run_process:1479  local name=g-api 2016-12-06 12:12:28.297 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:12:28.300 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:12:28.303 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:12:28.307 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:12:28.311 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:12:28.315 | +functions-common:time_start:2389  _TIME_START[$name]=1481026348 2016-12-06 12:12:28.318 | +functions-common:run_process:1482  is_service_enabled g-api 2016-12-06 12:12:28.338 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:28.342 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:12:28.345 | +functions-common:run_process:1484  screen_process g-api '/usr/local/bin/glance-api --config-file=/etc/glance/glance-api.conf' '' 2016-12-06 12:12:28.348 | +functions-common:screen_process:1500  local name=g-api 2016-12-06 12:12:28.353 | +functions-common:screen_process:1501  local 'command=/usr/local/bin/glance-api --config-file=/etc/glance/glance-api.conf' 2016-12-06 12:12:28.359 | +functions-common:screen_process:1502  local group= 2016-12-06 12:12:28.365 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:12:28.370 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:12:28.376 | +functions-common:screen_process:1507  screen -S stack -X screen -t g-api 2016-12-06 12:12:28.382 | +functions-common:screen_process:1509  local logfile=g-api.log.2016-12-06-120336 2016-12-06 12:12:28.385 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/g-api.log.2016-12-06-120336 2016-12-06 12:12:28.389 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:12:28.389 | LOGDIR: /opt/stack/logs 2016-12-06 12:12:28.392 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:12:28.392 | SCREEN_LOGDIR: 2016-12-06 12:12:28.396 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/g-api.log.2016-12-06-120336' 2016-12-06 12:12:28.396 | log: /opt/stack/logs/g-api.log.2016-12-06-120336 2016-12-06 12:12:28.399 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:12:28.403 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:12:28.406 | +functions-common:screen_process:1516  screen -S stack -p g-api -X logfile /opt/stack/logs/g-api.log.2016-12-06-120336 2016-12-06 12:12:28.411 | +functions-common:screen_process:1517  screen -S stack -p g-api -X log on 2016-12-06 12:12:28.416 | +functions-common:screen_process:1520  touch /opt/stack/logs/g-api.log.2016-12-06-120336 2016-12-06 12:12:28.421 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''g-api.log.2016-12-06-120336'\'' g-api.log' 2016-12-06 12:12:28.426 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:12:28.429 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:12:31.441 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:12:31.449 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:12:31.457 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:12:31.464 | +functions-common:screen_process:1553  screen_rc g-api '/usr/local/bin/glance-api --config-file=/etc/glance/glance-api.conf' 2016-12-06 12:12:31.469 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:12:31.476 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:12:31.482 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:12:31.487 | +functions-common:screen_rc:1574  grep g-api /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:12:31.496 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:12:31.501 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:12:31.506 | +functions-common:screen_rc:1576  echo 'screen -t g-api bash' 2016-12-06 12:12:31.512 | +functions-common:screen_rc:1577  echo 'stuff "/usr/local/bin/glance-api --config-file=/etc/glance/glance-api.conf "' 2016-12-06 12:12:31.517 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:12:31.522 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:12:31.527 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/g-api.log.2016-12-06-120336' 2016-12-06 12:12:31.531 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:12:31.536 | +functions-common:screen_process:1555  screen -S stack -p g-api -X stuff '/usr/local/bin/glance-api --config-file=/etc/glance/glance-api.conf & echo $! >/opt/stack/status/stack/g-api.pid; fg || echo "g-api failed to start" | tee "/opt/stack/status/stack/g-api.failure" ' 2016-12-06 12:12:31.542 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:12:31.546 | +functions-common:time_stop:2398  local name 2016-12-06 12:12:31.550 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:12:31.554 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:12:31.558 | +functions-common:time_stop:2401  local total 2016-12-06 12:12:31.562 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:12:31.565 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:12:31.569 | +functions-common:time_stop:2405  start_time=1481026348 2016-12-06 12:12:31.572 | +functions-common:time_stop:2407  [[ -z 1481026348 ]] 2016-12-06 12:12:31.577 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:12:31.581 | +functions-common:time_stop:2410  end_time=1481026351 2016-12-06 12:12:31.585 | +functions-common:time_stop:2411  elapsed_time=3 2016-12-06 12:12:31.588 | +functions-common:time_stop:2412  total=8 2016-12-06 12:12:31.591 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:12:31.595 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=11 2016-12-06 12:12:31.598 | +lib/glance:start_glance:396  echo 'Waiting for g-api (10.42.0.106:9292) to start...' 2016-12-06 12:12:31.599 | Waiting for g-api (10.42.0.106:9292) to start... 2016-12-06 12:12:31.602 | +lib/glance:start_glance:397  wait_for_service 60 http://10.42.0.106:9292 2016-12-06 12:12:31.605 | +functions:wait_for_service:392  local timeout=60 2016-12-06 12:12:31.608 | +functions:wait_for_service:393  local url=http://10.42.0.106:9292 2016-12-06 12:12:31.612 | +functions:wait_for_service:394  local rval=0 2016-12-06 12:12:31.615 | +functions:wait_for_service:395  time_start wait_for_service 2016-12-06 12:12:31.618 | +functions-common:time_start:2384  local name=wait_for_service 2016-12-06 12:12:31.622 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:12:31.625 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:12:31.630 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:12:31.633 | +functions-common:time_start:2389  _TIME_START[$name]=1481026351 2016-12-06 12:12:31.637 | +functions:wait_for_service:396  timeout 60 bash -x 2016-12-06 12:12:31.641 | ++::  curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.42.0.106:9292 2016-12-06 12:12:31.648 | +::  [[ 000 == 503 ]] 2016-12-06 12:12:31.650 | +::  [[ 7 -eq 7 ]] 2016-12-06 12:12:31.652 | +::  sleep 1 2016-12-06 12:12:32.656 | ++::  curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.42.0.106:9292 2016-12-06 12:12:32.663 | +::  [[ 000 == 503 ]] 2016-12-06 12:12:32.665 | +::  [[ 7 -eq 7 ]] 2016-12-06 12:12:32.668 | +::  sleep 1 2016-12-06 12:12:33.672 | ++::  curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.42.0.106:9292 2016-12-06 12:12:33.685 | +::  [[ 300 == 503 ]] 2016-12-06 12:12:33.688 | +::  [[ 0 -eq 7 ]] 2016-12-06 12:12:33.695 | +functions:wait_for_service:401  time_stop wait_for_service 2016-12-06 12:12:33.699 | +functions-common:time_stop:2398  local name 2016-12-06 12:12:33.703 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:12:33.707 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:12:33.711 | +functions-common:time_stop:2401  local total 2016-12-06 12:12:33.714 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:12:33.718 | +functions-common:time_stop:2404  name=wait_for_service 2016-12-06 12:12:33.722 | +functions-common:time_stop:2405  start_time=1481026351 2016-12-06 12:12:33.726 | +functions-common:time_stop:2407  [[ -z 1481026351 ]] 2016-12-06 12:12:33.731 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:12:33.736 | +functions-common:time_stop:2410  end_time=1481026353 2016-12-06 12:12:33.739 | +functions-common:time_stop:2411  elapsed_time=2 2016-12-06 12:12:33.743 | +functions-common:time_stop:2412  total=4 2016-12-06 12:12:33.747 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:12:33.751 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=6 2016-12-06 12:12:33.754 | +functions:wait_for_service:402  return 0 2016-12-06 12:12:33.758 | +lib/glance:start_glance:402  is_service_enabled g-glare 2016-12-06 12:12:33.779 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:12:33.783 | +./stack.sh:main:1226  is_service_enabled g-reg 2016-12-06 12:12:33.804 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:33.808 | +./stack.sh:main:1228  echo_summary 'Uploading images' 2016-12-06 12:12:33.811 | +./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:12:33.815 | +./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:12:33.818 | +./stack.sh:echo_summary:398  echo -e Uploading images 2016-12-06 12:12:33.821 | +./stack.sh:main:1230  for image_url in '${IMAGE_URLS//,/ }' 2016-12-06 12:12:33.825 | +./stack.sh:main:1231  upload_image http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz 2016-12-06 12:12:33.828 | +functions:upload_image:57  local image_url=http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz 2016-12-06 12:12:33.832 | +functions:upload_image:59  local image image_fname image_name 2016-12-06 12:12:33.835 | +functions:upload_image:62  mkdir -p /home/ubuntu/devstack/files/images 2016-12-06 12:12:33.841 | ++functions:upload_image:63  basename http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz 2016-12-06 12:12:33.844 | +functions:upload_image:63  image_fname=cirros-0.3.4-x86_64-uec.tar.gz 2016-12-06 12:12:33.848 | +functions:upload_image:64  [[ http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz != file* ]] 2016-12-06 12:12:33.851 | +functions:upload_image:66  [[ ! -f /home/ubuntu/devstack/files/cirros-0.3.4-x86_64-uec.tar.gz ]] 2016-12-06 12:12:33.856 | ++functions:upload_image:66  stat -c %s /home/ubuntu/devstack/files/cirros-0.3.4-x86_64-uec.tar.gz 2016-12-06 12:12:33.861 | +functions:upload_image:66  [[ 8683894 = \0 ]] 2016-12-06 12:12:33.864 | +functions:upload_image:73  image=/home/ubuntu/devstack/files/cirros-0.3.4-x86_64-uec.tar.gz 2016-12-06 12:12:33.868 | +functions:upload_image:87  [[ http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz =~ openvz ]] 2016-12-06 12:12:33.872 | +functions:upload_image:94  [[ http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz =~ \.vmdk ]] 2016-12-06 12:12:33.875 | +functions:upload_image:209  [[ http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz =~ \.vhd\.tgz ]] 2016-12-06 12:12:33.879 | +functions:upload_image:231  [[ http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz =~ \.xen-raw\.tgz ]] 2016-12-06 12:12:33.882 | +functions:upload_image:242  [[ http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz =~ \.hds ]] 2016-12-06 12:12:33.885 | +functions:upload_image:259  local kernel= 2016-12-06 12:12:33.889 | +functions:upload_image:260  local ramdisk= 2016-12-06 12:12:33.893 | +functions:upload_image:261  local disk_format= 2016-12-06 12:12:33.897 | +functions:upload_image:262  local container_format= 2016-12-06 12:12:33.900 | +functions:upload_image:263  local unpack= 2016-12-06 12:12:33.904 | +functions:upload_image:264  local img_property= 2016-12-06 12:12:33.908 | +functions:upload_image:265  case "$image_fname" in 2016-12-06 12:12:33.912 | +functions:upload_image:268  '[' cirros-0.3.4-x86_64-uec '!=' cirros-0.3.4-x86_64-uec.tar.gz ']' 2016-12-06 12:12:33.916 | +functions:upload_image:269  image_name=cirros-0.3.4-x86_64-uec 2016-12-06 12:12:33.921 | +functions:upload_image:271  local xdir=/home/ubuntu/devstack/files/images/cirros-0.3.4-x86_64-uec 2016-12-06 12:12:33.926 | +functions:upload_image:272  rm -Rf /home/ubuntu/devstack/files/images/cirros-0.3.4-x86_64-uec 2016-12-06 12:12:33.935 | +functions:upload_image:273  mkdir /home/ubuntu/devstack/files/images/cirros-0.3.4-x86_64-uec 2016-12-06 12:12:33.941 | +functions:upload_image:274  tar -zxf /home/ubuntu/devstack/files/cirros-0.3.4-x86_64-uec.tar.gz -C /home/ubuntu/devstack/files/images/cirros-0.3.4-x86_64-uec 2016-12-06 12:12:34.139 | ++functions:upload_image:276  for f in '"$xdir/"*-vmlinuz*' '"$xdir/"aki-*/image' 2016-12-06 12:12:34.144 | ++functions:upload_image:277  '[' -f /home/ubuntu/devstack/files/images/cirros-0.3.4-x86_64-uec/cirros-0.3.4-x86_64-vmlinuz ']' 2016-12-06 12:12:34.149 | ++functions:upload_image:277  echo /home/ubuntu/devstack/files/images/cirros-0.3.4-x86_64-uec/cirros-0.3.4-x86_64-vmlinuz 2016-12-06 12:12:34.154 | ++functions:upload_image:277  break 2016-12-06 12:12:34.161 | ++functions:upload_image:277  true 2016-12-06 12:12:34.165 | +functions:upload_image:276  kernel=/home/ubuntu/devstack/files/images/cirros-0.3.4-x86_64-uec/cirros-0.3.4-x86_64-vmlinuz 2016-12-06 12:12:34.171 | ++functions:upload_image:278  for f in '"$xdir/"*-initrd*' '"$xdir/"ari-*/image' 2016-12-06 12:12:34.176 | ++functions:upload_image:279  '[' -f /home/ubuntu/devstack/files/images/cirros-0.3.4-x86_64-uec/cirros-0.3.4-x86_64-initrd ']' 2016-12-06 12:12:34.181 | ++functions:upload_image:279  echo /home/ubuntu/devstack/files/images/cirros-0.3.4-x86_64-uec/cirros-0.3.4-x86_64-initrd 2016-12-06 12:12:34.186 | ++functions:upload_image:279  break 2016-12-06 12:12:34.191 | ++functions:upload_image:279  true 2016-12-06 12:12:34.196 | +functions:upload_image:278  ramdisk=/home/ubuntu/devstack/files/images/cirros-0.3.4-x86_64-uec/cirros-0.3.4-x86_64-initrd 2016-12-06 12:12:34.202 | ++functions:upload_image:280  for f in '"$xdir/"*.img' '"$xdir/"ami-*/image' 2016-12-06 12:12:34.207 | ++functions:upload_image:281  '[' -f /home/ubuntu/devstack/files/images/cirros-0.3.4-x86_64-uec/cirros-0.3.4-x86_64-blank.img ']' 2016-12-06 12:12:34.211 | ++functions:upload_image:281  echo /home/ubuntu/devstack/files/images/cirros-0.3.4-x86_64-uec/cirros-0.3.4-x86_64-blank.img 2016-12-06 12:12:34.216 | ++functions:upload_image:281  break 2016-12-06 12:12:34.220 | ++functions:upload_image:281  true 2016-12-06 12:12:34.224 | +functions:upload_image:280  image=/home/ubuntu/devstack/files/images/cirros-0.3.4-x86_64-uec/cirros-0.3.4-x86_64-blank.img 2016-12-06 12:12:34.228 | +functions:upload_image:281  [[ -z cirros-0.3.4-x86_64-uec ]] 2016-12-06 12:12:34.231 | +functions:upload_image:330  is_arch ppc64le 2016-12-06 12:12:34.236 | ++functions-common:is_arch:421  uname -m 2016-12-06 12:12:34.240 | +functions-common:is_arch:421  [[ x86_64 == \p\p\c\6\4\l\e ]] 2016-12-06 12:12:34.243 | +functions:upload_image:330  is_arch ppc64 2016-12-06 12:12:34.248 | ++functions-common:is_arch:421  uname -m 2016-12-06 12:12:34.253 | +functions-common:is_arch:421  [[ x86_64 == \p\p\c\6\4 ]] 2016-12-06 12:12:34.256 | +functions:upload_image:330  is_arch ppc 2016-12-06 12:12:34.262 | ++functions-common:is_arch:421  uname -m 2016-12-06 12:12:34.266 | +functions-common:is_arch:421  [[ x86_64 == \p\p\c ]] 2016-12-06 12:12:34.269 | +functions:upload_image:334  is_arch aarch64 2016-12-06 12:12:34.274 | ++functions-common:is_arch:421  uname -m 2016-12-06 12:12:34.278 | +functions-common:is_arch:421  [[ x86_64 == \a\a\r\c\h\6\4 ]] 2016-12-06 12:12:34.282 | +functions:upload_image:338  '[' '' = bare ']' 2016-12-06 12:12:34.285 | +functions:upload_image:350  local kernel_id= ramdisk_id= 2016-12-06 12:12:34.288 | +functions:upload_image:351  '[' -n /home/ubuntu/devstack/files/images/cirros-0.3.4-x86_64-uec/cirros-0.3.4-x86_64-vmlinuz ']' 2016-12-06 12:12:34.294 | ++functions:upload_image:352  openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create cirros-0.3.4-x86_64-uec-kernel --public --container-format aki --disk-format aki 2016-12-06 12:12:34.294 | ++functions:upload_image:352  grep ' id ' 2016-12-06 12:12:34.295 | ++functions:upload_image:352  get_field 2 2016-12-06 12:12:34.299 | ++functions-common:get_field:699  local data field 2016-12-06 12:12:34.303 | ++functions-common:get_field:700  read data 2016-12-06 12:12:36.466 | ++functions-common:get_field:701  '[' 2 -lt 0 ']' 2016-12-06 12:12:36.471 | ++functions-common:get_field:704  field='$3' 2016-12-06 12:12:36.477 | ++functions-common:get_field:706  echo '| id | acaa022d-e43e-4802-bb55-51c660972bfc |' 2016-12-06 12:12:36.477 | ++functions-common:get_field:706  awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2016-12-06 12:12:36.484 | ++functions-common:get_field:700  read data 2016-12-06 12:12:36.490 | +functions:upload_image:352  kernel_id=acaa022d-e43e-4802-bb55-51c660972bfc 2016-12-06 12:12:36.494 | +functions:upload_image:354  '[' -n /home/ubuntu/devstack/files/images/cirros-0.3.4-x86_64-uec/cirros-0.3.4-x86_64-initrd ']' 2016-12-06 12:12:36.499 | ++functions:upload_image:355  grep ' id ' 2016-12-06 12:12:36.500 | ++functions:upload_image:355  openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create cirros-0.3.4-x86_64-uec-ramdisk --public --container-format ari --disk-format ari 2016-12-06 12:12:36.500 | ++functions:upload_image:355  get_field 2 2016-12-06 12:12:36.505 | ++functions-common:get_field:699  local data field 2016-12-06 12:12:36.508 | ++functions-common:get_field:700  read data 2016-12-06 12:12:38.393 | ++functions-common:get_field:701  '[' 2 -lt 0 ']' 2016-12-06 12:12:38.398 | ++functions-common:get_field:704  field='$3' 2016-12-06 12:12:38.402 | ++functions-common:get_field:706  echo '| id | 8e510b1d-f226-4fbc-b0b4-0aedaee56a6c |' 2016-12-06 12:12:38.403 | ++functions-common:get_field:706  awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2016-12-06 12:12:38.409 | ++functions-common:get_field:700  read data 2016-12-06 12:12:38.413 | +functions:upload_image:355  ramdisk_id=8e510b1d-f226-4fbc-b0b4-0aedaee56a6c 2016-12-06 12:12:38.417 | +functions:upload_image:357  openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create cirros-0.3.4-x86_64-uec --public --container-format ami --disk-format ami --property kernel_id=acaa022d-e43e-4802-bb55-51c660972bfc --property ramdisk_id=8e510b1d-f226-4fbc-b0b4-0aedaee56a6c 2016-12-06 12:12:40.467 | +------------------+-----------------------------------------------------------------------------------------------------+ 2016-12-06 12:12:40.467 | | Field | Value | 2016-12-06 12:12:40.467 | +------------------+-----------------------------------------------------------------------------------------------------+ 2016-12-06 12:12:40.467 | | checksum | eb9139e4942121f22bbc2afc0400b2a4 | 2016-12-06 12:12:40.467 | | container_format | ami | 2016-12-06 12:12:40.467 | | created_at | 2016-12-06T12:12:40Z | 2016-12-06 12:12:40.467 | | disk_format | ami | 2016-12-06 12:12:40.467 | | file | /v2/images/a5fe0a2d-0c9f-4330-ad63-2b92299a0fc9/file | 2016-12-06 12:12:40.467 | | id | a5fe0a2d-0c9f-4330-ad63-2b92299a0fc9 | 2016-12-06 12:12:40.467 | | min_disk | 0 | 2016-12-06 12:12:40.467 | | min_ram | 0 | 2016-12-06 12:12:40.467 | | name | cirros-0.3.4-x86_64-uec | 2016-12-06 12:12:40.467 | | owner | 52d498661a774bffbf6fe1b00960e6f8 | 2016-12-06 12:12:40.467 | | properties | kernel_id='acaa022d-e43e-4802-bb55-51c660972bfc', ramdisk_id='8e510b1d-f226-4fbc-b0b4-0aedaee56a6c' | 2016-12-06 12:12:40.467 | | protected | False | 2016-12-06 12:12:40.467 | | schema | /v2/schemas/image | 2016-12-06 12:12:40.467 | | size | 25165824 | 2016-12-06 12:12:40.467 | | status | active | 2016-12-06 12:12:40.467 | | tags | | 2016-12-06 12:12:40.467 | | updated_at | 2016-12-06T12:12:40Z | 2016-12-06 12:12:40.467 | | virtual_size | None | 2016-12-06 12:12:40.467 | | visibility | public | 2016-12-06 12:12:40.467 | +------------------+-----------------------------------------------------------------------------------------------------+ 2016-12-06 12:12:40.500 | +./stack.sh:main:1236  is_service_enabled nova 2016-12-06 12:12:40.523 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:40.529 | ++./stack.sh:main:1237  generate_hex_string 32 2016-12-06 12:12:40.534 | ++functions-common:generate_hex_string:690  local size=32 2016-12-06 12:12:40.539 | ++functions-common:generate_hex_string:691  hexdump -n 32 -v -e '/1 "%02x"' /dev/urandom 2016-12-06 12:12:40.543 | +./stack.sh:main:1237  iniset /etc/nova/nova.conf key_manager fixed_key 9622a6637ee664e511f2da5c23ee26996f069f03e617a0e4d37f0151d2ea16a2 2016-12-06 12:12:40.571 | +./stack.sh:main:1241  is_service_enabled n-api 2016-12-06 12:12:40.591 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:40.594 | +./stack.sh:main:1242  echo_summary 'Starting Nova API' 2016-12-06 12:12:40.597 | +./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:12:40.601 | +./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:12:40.605 | +./stack.sh:echo_summary:398  echo -e Starting Nova API 2016-12-06 12:12:40.609 | +./stack.sh:main:1243  start_nova_api 2016-12-06 12:12:40.613 | +lib/nova:start_nova_api:769  local service_port=8774 2016-12-06 12:12:40.616 | +lib/nova:start_nova_api:770  local service_protocol=http 2016-12-06 12:12:40.620 | +lib/nova:start_nova_api:771  is_service_enabled tls-proxy 2016-12-06 12:12:40.641 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:12:40.645 | +lib/nova:start_nova_api:777  local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2016-12-06 12:12:40.649 | +lib/nova:start_nova_api:778  export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2016-12-06 12:12:40.653 | +lib/nova:start_nova_api:778  PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2016-12-06 12:12:40.657 | +lib/nova:start_nova_api:781  local enabled_site_file 2016-12-06 12:12:40.662 | ++lib/nova:start_nova_api:782  apache_site_config_for nova-api 2016-12-06 12:12:40.668 | ++lib/apache:apache_site_config_for:141  local site=nova-api 2016-12-06 12:12:40.673 | ++lib/apache:apache_site_config_for:142  is_ubuntu 2016-12-06 12:12:40.677 | ++functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:12:40.681 | ++functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:12:40.686 | ++lib/apache:apache_site_config_for:143  local apache_version 2016-12-06 12:12:40.691 | +++lib/apache:apache_site_config_for:144  get_apache_version 2016-12-06 12:12:40.696 | +++lib/apache:get_apache_version:96  is_ubuntu 2016-12-06 12:12:40.700 | +++functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:12:40.704 | +++functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:12:40.709 | +++lib/apache:get_apache_version:97  local version_str 2016-12-06 12:12:40.714 | ++++lib/apache:get_apache_version:98  sudo /usr/sbin/apache2ctl -v 2016-12-06 12:12:40.714 | ++++lib/apache:get_apache_version:98  cut -f2 -d/ 2016-12-06 12:12:40.714 | ++++lib/apache:get_apache_version:98  awk '/Server version/ {print $3}' 2016-12-06 12:12:40.745 | +++lib/apache:get_apache_version:98  version_str=2.4.18 2016-12-06 12:12:40.749 | +++lib/apache:get_apache_version:108  [[ 2.4.18 =~ ^2\.2\. ]] 2016-12-06 12:12:40.755 | +++lib/apache:get_apache_version:110  [[ 2.4.18 =~ ^2\.4\. ]] 2016-12-06 12:12:40.759 | +++lib/apache:get_apache_version:111  echo 2.4 2016-12-06 12:12:40.765 | ++lib/apache:apache_site_config_for:144  apache_version=2.4 2016-12-06 12:12:40.770 | ++lib/apache:apache_site_config_for:145  [[ 2.4 == \2\.\2 ]] 2016-12-06 12:12:40.775 | ++lib/apache:apache_site_config_for:150  echo /etc/apache2/sites-available/nova-api.conf 2016-12-06 12:12:40.778 | +lib/nova:start_nova_api:782  enabled_site_file=/etc/apache2/sites-available/nova-api.conf 2016-12-06 12:12:40.782 | +lib/nova:start_nova_api:783  '[' -f /etc/apache2/sites-available/nova-api.conf ']' 2016-12-06 12:12:40.787 | +lib/nova:start_nova_api:790  run_process n-api /usr/local/bin/nova-api 2016-12-06 12:12:40.790 | +functions-common:run_process:1474  local service=n-api 2016-12-06 12:12:40.794 | +functions-common:run_process:1475  local command=/usr/local/bin/nova-api 2016-12-06 12:12:40.798 | +functions-common:run_process:1476  local group= 2016-12-06 12:12:40.802 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:12:40.805 | +functions-common:run_process:1479  local name=n-api 2016-12-06 12:12:40.809 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:12:40.812 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:12:40.816 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:12:40.819 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:12:40.823 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:12:40.828 | +functions-common:time_start:2389  _TIME_START[$name]=1481026360 2016-12-06 12:12:40.831 | +functions-common:run_process:1482  is_service_enabled n-api 2016-12-06 12:12:40.854 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:40.857 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:12:40.860 | +functions-common:run_process:1484  screen_process n-api /usr/local/bin/nova-api '' 2016-12-06 12:12:40.864 | +functions-common:screen_process:1500  local name=n-api 2016-12-06 12:12:40.867 | +functions-common:screen_process:1501  local command=/usr/local/bin/nova-api 2016-12-06 12:12:40.871 | +functions-common:screen_process:1502  local group= 2016-12-06 12:12:40.874 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:12:40.878 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:12:40.882 | +functions-common:screen_process:1507  screen -S stack -X screen -t n-api 2016-12-06 12:12:40.887 | +functions-common:screen_process:1509  local logfile=n-api.log.2016-12-06-120336 2016-12-06 12:12:40.892 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/n-api.log.2016-12-06-120336 2016-12-06 12:12:40.896 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:12:40.896 | LOGDIR: /opt/stack/logs 2016-12-06 12:12:40.900 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:12:40.900 | SCREEN_LOGDIR: 2016-12-06 12:12:40.903 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/n-api.log.2016-12-06-120336' 2016-12-06 12:12:40.903 | log: /opt/stack/logs/n-api.log.2016-12-06-120336 2016-12-06 12:12:40.906 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:12:40.910 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:12:40.913 | +functions-common:screen_process:1516  screen -S stack -p n-api -X logfile /opt/stack/logs/n-api.log.2016-12-06-120336 2016-12-06 12:12:40.917 | +functions-common:screen_process:1517  screen -S stack -p n-api -X log on 2016-12-06 12:12:40.922 | +functions-common:screen_process:1520  touch /opt/stack/logs/n-api.log.2016-12-06-120336 2016-12-06 12:12:40.927 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''n-api.log.2016-12-06-120336'\'' n-api.log' 2016-12-06 12:12:40.931 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:12:40.935 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:12:43.946 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:12:43.952 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:12:43.958 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:12:43.963 | +functions-common:screen_process:1553  screen_rc n-api /usr/local/bin/nova-api 2016-12-06 12:12:43.969 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:12:43.975 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:12:43.979 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:12:43.985 | +functions-common:screen_rc:1574  grep n-api /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:12:43.993 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:12:44.000 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:12:44.005 | +functions-common:screen_rc:1576  echo 'screen -t n-api bash' 2016-12-06 12:12:44.010 | +functions-common:screen_rc:1577  echo 'stuff "/usr/local/bin/nova-api "' 2016-12-06 12:12:44.017 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:12:44.022 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:12:44.026 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/n-api.log.2016-12-06-120336' 2016-12-06 12:12:44.031 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:12:44.035 | +functions-common:screen_process:1555  screen -S stack -p n-api -X stuff '/usr/local/bin/nova-api & echo $! >/opt/stack/status/stack/n-api.pid; fg || echo "n-api failed to start" | tee "/opt/stack/status/stack/n-api.failure" ' 2016-12-06 12:12:44.041 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:12:44.046 | +functions-common:time_stop:2398  local name 2016-12-06 12:12:44.051 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:12:44.054 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:12:44.058 | +functions-common:time_stop:2401  local total 2016-12-06 12:12:44.061 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:12:44.064 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:12:44.068 | +functions-common:time_stop:2405  start_time=1481026360 2016-12-06 12:12:44.072 | +functions-common:time_stop:2407  [[ -z 1481026360 ]] 2016-12-06 12:12:44.076 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:12:44.080 | +functions-common:time_stop:2410  end_time=1481026364 2016-12-06 12:12:44.084 | +functions-common:time_stop:2411  elapsed_time=4 2016-12-06 12:12:44.087 | +functions-common:time_stop:2412  total=11 2016-12-06 12:12:44.090 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:12:44.094 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=15 2016-12-06 12:12:44.097 | +lib/nova:start_nova_api:793  echo 'Waiting for nova-api to start...' 2016-12-06 12:12:44.097 | Waiting for nova-api to start... 2016-12-06 12:12:44.100 | +lib/nova:start_nova_api:794  wait_for_service 60 http://10.42.0.106:8774 2016-12-06 12:12:44.104 | +functions:wait_for_service:392  local timeout=60 2016-12-06 12:12:44.107 | +functions:wait_for_service:393  local url=http://10.42.0.106:8774 2016-12-06 12:12:44.110 | +functions:wait_for_service:394  local rval=0 2016-12-06 12:12:44.113 | +functions:wait_for_service:395  time_start wait_for_service 2016-12-06 12:12:44.117 | +functions-common:time_start:2384  local name=wait_for_service 2016-12-06 12:12:44.120 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:12:44.124 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:12:44.128 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:12:44.132 | +functions-common:time_start:2389  _TIME_START[$name]=1481026364 2016-12-06 12:12:44.135 | +functions:wait_for_service:396  timeout 60 bash -x 2016-12-06 12:12:44.140 | ++::  curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.42.0.106:8774 2016-12-06 12:12:44.146 | +::  [[ 000 == 503 ]] 2016-12-06 12:12:44.148 | +::  [[ 7 -eq 7 ]] 2016-12-06 12:12:44.151 | +::  sleep 1 2016-12-06 12:12:45.155 | ++::  curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.42.0.106:8774 2016-12-06 12:12:45.161 | +::  [[ 000 == 503 ]] 2016-12-06 12:12:45.163 | +::  [[ 7 -eq 7 ]] 2016-12-06 12:12:45.166 | +::  sleep 1 2016-12-06 12:12:46.170 | ++::  curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.42.0.106:8774 2016-12-06 12:12:46.176 | +::  [[ 000 == 503 ]] 2016-12-06 12:12:46.178 | +::  [[ 7 -eq 7 ]] 2016-12-06 12:12:46.180 | +::  sleep 1 2016-12-06 12:12:47.185 | ++::  curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.42.0.106:8774 2016-12-06 12:12:47.191 | +::  [[ 000 == 503 ]] 2016-12-06 12:12:47.194 | +::  [[ 7 -eq 7 ]] 2016-12-06 12:12:47.196 | +::  sleep 1 2016-12-06 12:12:48.200 | ++::  curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.42.0.106:8774 2016-12-06 12:12:48.362 | +::  [[ 200 == 503 ]] 2016-12-06 12:12:48.365 | +::  [[ 0 -eq 7 ]] 2016-12-06 12:12:48.368 | +functions:wait_for_service:401  time_stop wait_for_service 2016-12-06 12:12:48.372 | +functions-common:time_stop:2398  local name 2016-12-06 12:12:48.375 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:12:48.378 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:12:48.382 | +functions-common:time_stop:2401  local total 2016-12-06 12:12:48.385 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:12:48.388 | +functions-common:time_stop:2404  name=wait_for_service 2016-12-06 12:12:48.392 | +functions-common:time_stop:2405  start_time=1481026364 2016-12-06 12:12:48.395 | +functions-common:time_stop:2407  [[ -z 1481026364 ]] 2016-12-06 12:12:48.399 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:12:48.404 | +functions-common:time_stop:2410  end_time=1481026368 2016-12-06 12:12:48.407 | +functions-common:time_stop:2411  elapsed_time=4 2016-12-06 12:12:48.410 | +functions-common:time_stop:2412  total=6 2016-12-06 12:12:48.414 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:12:48.417 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=10 2016-12-06 12:12:48.420 | +functions:wait_for_service:402  return 0 2016-12-06 12:12:48.423 | +lib/nova:start_nova_api:799  is_service_enabled tls-proxy 2016-12-06 12:12:48.443 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:12:48.447 | +lib/nova:start_nova_api:803  export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2016-12-06 12:12:48.450 | +lib/nova:start_nova_api:803  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2016-12-06 12:12:48.454 | +./stack.sh:main:1246  is_service_enabled neutron-api 2016-12-06 12:12:48.474 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:12:48.477 | +./stack.sh:main:1249  is_service_enabled q-svc 2016-12-06 12:12:48.498 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:48.501 | +./stack.sh:main:1250  echo_summary 'Starting Neutron' 2016-12-06 12:12:48.504 | +./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:12:48.507 | +./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:12:48.511 | +./stack.sh:echo_summary:398  echo -e Starting Neutron 2016-12-06 12:12:48.514 | +./stack.sh:main:1251  start_neutron_service_and_check 2016-12-06 12:12:48.517 | +lib/neutron-legacy:start_neutron_service_and_check:439  local service_port=9696 2016-12-06 12:12:48.521 | +lib/neutron-legacy:start_neutron_service_and_check:440  local service_protocol=http 2016-12-06 12:12:48.524 | +lib/neutron-legacy:start_neutron_service_and_check:441  local cfg_file_options 2016-12-06 12:12:48.529 | ++lib/neutron-legacy:start_neutron_service_and_check:443  determine_config_files neutron-server 2016-12-06 12:12:48.534 | ++lib/neutron-legacy:determine_config_files:289  local opts= 2016-12-06 12:12:48.538 | ++lib/neutron-legacy:determine_config_files:290  case "$1" in 2016-12-06 12:12:48.543 | +++lib/neutron-legacy:determine_config_files:291  _determine_config_server 2016-12-06 12:12:48.547 | +++lib/neutron-legacy:_determine_config_server:273  local cfg_file 2016-12-06 12:12:48.551 | +++lib/neutron-legacy:_determine_config_server:274  local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2016-12-06 12:12:48.555 | +++lib/neutron-legacy:_determine_config_server:275  for cfg_file in '${Q_PLUGIN_EXTRA_CONF_FILES[@]}' 2016-12-06 12:12:48.559 | +++lib/neutron-legacy:_determine_config_server:276  opts+=' --config-file /etc/neutron/neutron_lbaas.conf' 2016-12-06 12:12:48.564 | +++lib/neutron-legacy:_determine_config_server:275  for cfg_file in '${Q_PLUGIN_EXTRA_CONF_FILES[@]}' 2016-12-06 12:12:48.568 | +++lib/neutron-legacy:_determine_config_server:276  opts+=' --config-file /etc/neutron/services_lbaas.conf' 2016-12-06 12:12:48.572 | +++lib/neutron-legacy:_determine_config_server:278  echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file /etc/neutron/neutron_lbaas.conf --config-file /etc/neutron/services_lbaas.conf' 2016-12-06 12:12:48.577 | ++lib/neutron-legacy:determine_config_files:291  opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file /etc/neutron/neutron_lbaas.conf --config-file /etc/neutron/services_lbaas.conf' 2016-12-06 12:12:48.581 | ++lib/neutron-legacy:determine_config_files:294  '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file /etc/neutron/neutron_lbaas.conf --config-file /etc/neutron/services_lbaas.conf' ']' 2016-12-06 12:12:48.585 | ++lib/neutron-legacy:determine_config_files:297  echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file /etc/neutron/neutron_lbaas.conf --config-file /etc/neutron/services_lbaas.conf' 2016-12-06 12:12:48.589 | +lib/neutron-legacy:start_neutron_service_and_check:443  cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file /etc/neutron/neutron_lbaas.conf --config-file /etc/neutron/services_lbaas.conf' 2016-12-06 12:12:48.592 | +lib/neutron-legacy:start_neutron_service_and_check:445  is_service_enabled tls-proxy 2016-12-06 12:12:48.611 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:12:48.614 | +lib/neutron-legacy:start_neutron_service_and_check:450  run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file /etc/neutron/neutron_lbaas.conf --config-file /etc/neutron/services_lbaas.conf' 2016-12-06 12:12:48.618 | +functions-common:run_process:1474  local service=q-svc 2016-12-06 12:12:48.621 | +functions-common:run_process:1475  local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file /etc/neutron/neutron_lbaas.conf --config-file /etc/neutron/services_lbaas.conf' 2016-12-06 12:12:48.624 | +functions-common:run_process:1476  local group= 2016-12-06 12:12:48.628 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:12:48.631 | +functions-common:run_process:1479  local name=q-svc 2016-12-06 12:12:48.634 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:12:48.638 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:12:48.641 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:12:48.645 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:12:48.649 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:12:48.653 | +functions-common:time_start:2389  _TIME_START[$name]=1481026368 2016-12-06 12:12:48.656 | +functions-common:run_process:1482  is_service_enabled q-svc 2016-12-06 12:12:48.676 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:48.680 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:12:48.683 | +functions-common:run_process:1484  screen_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file /etc/neutron/neutron_lbaas.conf --config-file /etc/neutron/services_lbaas.conf' '' 2016-12-06 12:12:48.687 | +functions-common:screen_process:1500  local name=q-svc 2016-12-06 12:12:48.690 | +functions-common:screen_process:1501  local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file /etc/neutron/neutron_lbaas.conf --config-file /etc/neutron/services_lbaas.conf' 2016-12-06 12:12:48.694 | +functions-common:screen_process:1502  local group= 2016-12-06 12:12:48.697 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:12:48.700 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:12:48.704 | +functions-common:screen_process:1507  screen -S stack -X screen -t q-svc 2016-12-06 12:12:48.709 | +functions-common:screen_process:1509  local logfile=q-svc.log.2016-12-06-120336 2016-12-06 12:12:48.725 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/q-svc.log.2016-12-06-120336 2016-12-06 12:12:48.729 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:12:48.729 | LOGDIR: /opt/stack/logs 2016-12-06 12:12:48.732 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:12:48.732 | SCREEN_LOGDIR: 2016-12-06 12:12:48.736 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/q-svc.log.2016-12-06-120336' 2016-12-06 12:12:48.736 | log: /opt/stack/logs/q-svc.log.2016-12-06-120336 2016-12-06 12:12:48.739 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:12:48.743 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:12:48.746 | +functions-common:screen_process:1516  screen -S stack -p q-svc -X logfile /opt/stack/logs/q-svc.log.2016-12-06-120336 2016-12-06 12:12:48.751 | +functions-common:screen_process:1517  screen -S stack -p q-svc -X log on 2016-12-06 12:12:48.756 | +functions-common:screen_process:1520  touch /opt/stack/logs/q-svc.log.2016-12-06-120336 2016-12-06 12:12:48.760 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''q-svc.log.2016-12-06-120336'\'' q-svc.log' 2016-12-06 12:12:48.765 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:12:48.768 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:12:51.779 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:12:51.787 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:12:51.794 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:12:51.801 | +functions-common:screen_process:1553  screen_rc q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file /etc/neutron/neutron_lbaas.conf --config-file /etc/neutron/services_lbaas.conf' 2016-12-06 12:12:51.807 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:12:51.813 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:12:51.818 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:12:51.822 | +functions-common:screen_rc:1574  grep q-svc /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:12:51.828 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:12:51.832 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:12:51.836 | +functions-common:screen_rc:1576  echo 'screen -t q-svc bash' 2016-12-06 12:12:51.840 | +functions-common:screen_rc:1577  echo 'stuff "/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file /etc/neutron/neutron_lbaas.conf --config-file /etc/neutron/services_lbaas.conf "' 2016-12-06 12:12:51.844 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:12:51.848 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:12:51.852 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/q-svc.log.2016-12-06-120336' 2016-12-06 12:12:51.855 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:12:51.859 | +functions-common:screen_process:1555  screen -S stack -p q-svc -X stuff '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file /etc/neutron/neutron_lbaas.conf --config-file /etc/neutron/services_lbaas.conf & echo $! >/opt/stack/status/stack/q-svc.pid; fg || echo "q-svc failed to start" | tee "/opt/stack/status/stack/q-svc.failure" ' 2016-12-06 12:12:51.868 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:12:51.871 | +functions-common:time_stop:2398  local name 2016-12-06 12:12:51.875 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:12:51.879 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:12:51.882 | +functions-common:time_stop:2401  local total 2016-12-06 12:12:51.885 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:12:51.889 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:12:51.892 | +functions-common:time_stop:2405  start_time=1481026368 2016-12-06 12:12:51.895 | +functions-common:time_stop:2407  [[ -z 1481026368 ]] 2016-12-06 12:12:51.900 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:12:51.904 | +functions-common:time_stop:2410  end_time=1481026371 2016-12-06 12:12:51.907 | +functions-common:time_stop:2411  elapsed_time=3 2016-12-06 12:12:51.910 | +functions-common:time_stop:2412  total=15 2016-12-06 12:12:51.914 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:12:51.917 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=18 2016-12-06 12:12:51.920 | +lib/neutron-legacy:start_neutron_service_and_check:451  echo 'Waiting for Neutron to start...' 2016-12-06 12:12:51.920 | Waiting for Neutron to start... 2016-12-06 12:12:51.924 | +lib/neutron-legacy:start_neutron_service_and_check:452  is_ssl_enabled_service neutron 2016-12-06 12:12:51.927 | +lib/tls:is_ssl_enabled_service:375  local services=neutron 2016-12-06 12:12:51.930 | +lib/tls:is_ssl_enabled_service:376  local service= 2016-12-06 12:12:51.934 | +lib/tls:is_ssl_enabled_service:377  '[' False == False ']' 2016-12-06 12:12:51.937 | +lib/tls:is_ssl_enabled_service:378  return 1 2016-12-06 12:12:51.940 | +lib/neutron-legacy:start_neutron_service_and_check:456  local 'testcmd=wget --no-proxy -q -O- http://10.42.0.106:9696' 2016-12-06 12:12:51.944 | +lib/neutron-legacy:start_neutron_service_and_check:457  test_with_retry 'wget --no-proxy -q -O- http://10.42.0.106:9696' 'Neutron did not start' 60 2016-12-06 12:12:51.947 | +functions-common:test_with_retry:2336  local 'testcmd=wget --no-proxy -q -O- http://10.42.0.106:9696' 2016-12-06 12:12:51.950 | +functions-common:test_with_retry:2337  local 'failmsg=Neutron did not start' 2016-12-06 12:12:51.954 | +functions-common:test_with_retry:2338  local until=60 2016-12-06 12:12:51.957 | +functions-common:test_with_retry:2339  local sleep=0.5 2016-12-06 12:12:51.960 | +functions-common:test_with_retry:2341  time_start test_with_retry 2016-12-06 12:12:51.964 | +functions-common:time_start:2384  local name=test_with_retry 2016-12-06 12:12:51.967 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:12:51.970 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:12:51.975 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:12:51.979 | +functions-common:time_start:2389  _TIME_START[$name]=1481026371 2016-12-06 12:12:51.982 | +functions-common:test_with_retry:2342  timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.42.0.106:9696; do sleep 0.5; done' 2016-12-06 12:12:55.014 | {"versions": [{"status": "CURRENT", "id": "v2.0", "links": [{"href": "http://10.42.0.106:9696/v2.0/", "rel": "self"}]}]}+functions-common:test_with_retry:2345  time_stop test_with_retry 2016-12-06 12:12:55.020 | +functions-common:time_stop:2398  local name 2016-12-06 12:12:55.026 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:12:55.033 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:12:55.038 | +functions-common:time_stop:2401  local total 2016-12-06 12:12:55.043 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:12:55.049 | +functions-common:time_stop:2404  name=test_with_retry 2016-12-06 12:12:55.054 | +functions-common:time_stop:2405  start_time=1481026371 2016-12-06 12:12:55.059 | +functions-common:time_stop:2407  [[ -z 1481026371 ]] 2016-12-06 12:12:55.066 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:12:55.073 | +functions-common:time_stop:2410  end_time=1481026375 2016-12-06 12:12:55.078 | +functions-common:time_stop:2411  elapsed_time=4 2016-12-06 12:12:55.082 | +functions-common:time_stop:2412  total=0 2016-12-06 12:12:55.087 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:12:55.092 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=4 2016-12-06 12:12:55.097 | +lib/neutron-legacy:start_neutron_service_and_check:460  is_service_enabled tls-proxy 2016-12-06 12:12:55.125 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:12:55.131 | +./stack.sh:main:1268  is_service_enabled neutron 2016-12-06 12:12:55.156 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:55.161 | +./stack.sh:main:1269  start_neutron 2016-12-06 12:12:55.166 | +lib/neutron:start_neutron:572  is_neutron_legacy_enabled 2016-12-06 12:12:55.170 | +lib/neutron:is_neutron_legacy_enabled:89  [[ ,key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api =~ ,q- ]] 2016-12-06 12:12:55.174 | +lib/neutron:is_neutron_legacy_enabled:89  return 0 2016-12-06 12:12:55.178 | +lib/neutron:start_neutron:574  start_mutnauq_l2_agent 2016-12-06 12:12:55.182 | +lib/neutron-legacy:start_mutnauq_l2_agent:468  run_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2016-12-06 12:12:55.188 | +functions-common:run_process:1474  local service=q-agt 2016-12-06 12:12:55.193 | +functions-common:run_process:1475  local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2016-12-06 12:12:55.197 | +functions-common:run_process:1476  local group= 2016-12-06 12:12:55.202 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:12:55.206 | +functions-common:run_process:1479  local name=q-agt 2016-12-06 12:12:55.212 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:12:55.217 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:12:55.222 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:12:55.226 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:12:55.233 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:12:55.238 | +functions-common:time_start:2389  _TIME_START[$name]=1481026375 2016-12-06 12:12:55.243 | +functions-common:run_process:1482  is_service_enabled q-agt 2016-12-06 12:12:55.269 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:55.274 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:12:55.280 | +functions-common:run_process:1484  screen_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' 2016-12-06 12:12:55.285 | +functions-common:screen_process:1500  local name=q-agt 2016-12-06 12:12:55.289 | +functions-common:screen_process:1501  local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2016-12-06 12:12:55.294 | +functions-common:screen_process:1502  local group= 2016-12-06 12:12:55.299 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:12:55.304 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:12:55.308 | +functions-common:screen_process:1507  screen -S stack -X screen -t q-agt 2016-12-06 12:12:55.315 | +functions-common:screen_process:1509  local logfile=q-agt.log.2016-12-06-120336 2016-12-06 12:12:55.319 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/q-agt.log.2016-12-06-120336 2016-12-06 12:12:55.323 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:12:55.323 | LOGDIR: /opt/stack/logs 2016-12-06 12:12:55.327 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:12:55.327 | SCREEN_LOGDIR: 2016-12-06 12:12:55.331 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/q-agt.log.2016-12-06-120336' 2016-12-06 12:12:55.331 | log: /opt/stack/logs/q-agt.log.2016-12-06-120336 2016-12-06 12:12:55.335 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:12:55.338 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:12:55.342 | +functions-common:screen_process:1516  screen -S stack -p q-agt -X logfile /opt/stack/logs/q-agt.log.2016-12-06-120336 2016-12-06 12:12:55.348 | +functions-common:screen_process:1517  screen -S stack -p q-agt -X log on 2016-12-06 12:12:55.355 | +functions-common:screen_process:1520  touch /opt/stack/logs/q-agt.log.2016-12-06-120336 2016-12-06 12:12:55.359 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''q-agt.log.2016-12-06-120336'\'' q-agt.log' 2016-12-06 12:12:55.365 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:12:55.368 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:12:58.379 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:12:58.386 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:12:58.393 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:12:58.400 | +functions-common:screen_process:1553  screen_rc q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2016-12-06 12:12:58.406 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:12:58.412 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:12:58.418 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:12:58.424 | +functions-common:screen_rc:1574  grep q-agt /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:12:58.433 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:12:58.440 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:12:58.445 | +functions-common:screen_rc:1576  echo 'screen -t q-agt bash' 2016-12-06 12:12:58.450 | +functions-common:screen_rc:1577  echo 'stuff "/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini "' 2016-12-06 12:12:58.455 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:12:58.460 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:12:58.465 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/q-agt.log.2016-12-06-120336' 2016-12-06 12:12:58.470 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:12:58.475 | +functions-common:screen_process:1555  screen -S stack -p q-agt -X stuff '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini & echo $! >/opt/stack/status/stack/q-agt.pid; fg || echo "q-agt failed to start" | tee "/opt/stack/status/stack/q-agt.failure" ' 2016-12-06 12:12:58.485 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:12:58.489 | +functions-common:time_stop:2398  local name 2016-12-06 12:12:58.493 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:12:58.497 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:12:58.501 | +functions-common:time_stop:2401  local total 2016-12-06 12:12:58.505 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:12:58.508 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:12:58.512 | +functions-common:time_stop:2405  start_time=1481026375 2016-12-06 12:12:58.515 | +functions-common:time_stop:2407  [[ -z 1481026375 ]] 2016-12-06 12:12:58.521 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:12:58.525 | +functions-common:time_stop:2410  end_time=1481026378 2016-12-06 12:12:58.528 | +functions-common:time_stop:2411  elapsed_time=3 2016-12-06 12:12:58.532 | +functions-common:time_stop:2412  total=18 2016-12-06 12:12:58.536 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:12:58.539 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=21 2016-12-06 12:12:58.543 | +lib/neutron-legacy:start_mutnauq_l2_agent:470  is_provider_network 2016-12-06 12:12:58.546 | +functions-common:is_provider_network:2265  '[' '' == True ']' 2016-12-06 12:12:58.549 | +functions-common:is_provider_network:2268  return 1 2016-12-06 12:12:58.553 | +lib/neutron:start_neutron:575  start_mutnauq_other_agents 2016-12-06 12:12:58.556 | +lib/neutron-legacy:start_mutnauq_other_agents:486  run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2016-12-06 12:12:58.559 | +functions-common:run_process:1474  local service=q-dhcp 2016-12-06 12:12:58.563 | +functions-common:run_process:1475  local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2016-12-06 12:12:58.566 | +functions-common:run_process:1476  local group= 2016-12-06 12:12:58.569 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:12:58.572 | +functions-common:run_process:1479  local name=q-dhcp 2016-12-06 12:12:58.576 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:12:58.579 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:12:58.582 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:12:58.586 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:12:58.590 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:12:58.594 | +functions-common:time_start:2389  _TIME_START[$name]=1481026378 2016-12-06 12:12:58.597 | +functions-common:run_process:1482  is_service_enabled q-dhcp 2016-12-06 12:12:58.617 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:12:58.620 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:12:58.623 | +functions-common:run_process:1484  screen_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' 2016-12-06 12:12:58.627 | +functions-common:screen_process:1500  local name=q-dhcp 2016-12-06 12:12:58.630 | +functions-common:screen_process:1501  local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2016-12-06 12:12:58.634 | +functions-common:screen_process:1502  local group= 2016-12-06 12:12:58.637 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:12:58.646 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:12:58.655 | +functions-common:screen_process:1507  screen -S stack -X screen -t q-dhcp 2016-12-06 12:12:58.669 | +functions-common:screen_process:1509  local logfile=q-dhcp.log.2016-12-06-120336 2016-12-06 12:12:58.685 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/q-dhcp.log.2016-12-06-120336 2016-12-06 12:12:58.692 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:12:58.692 | LOGDIR: /opt/stack/logs 2016-12-06 12:12:58.699 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:12:58.699 | SCREEN_LOGDIR: 2016-12-06 12:12:58.706 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/q-dhcp.log.2016-12-06-120336' 2016-12-06 12:12:58.706 | log: /opt/stack/logs/q-dhcp.log.2016-12-06-120336 2016-12-06 12:12:58.712 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:12:58.720 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:12:58.727 | +functions-common:screen_process:1516  screen -S stack -p q-dhcp -X logfile /opt/stack/logs/q-dhcp.log.2016-12-06-120336 2016-12-06 12:12:58.736 | +functions-common:screen_process:1517  screen -S stack -p q-dhcp -X log on 2016-12-06 12:12:58.746 | +functions-common:screen_process:1520  touch /opt/stack/logs/q-dhcp.log.2016-12-06-120336 2016-12-06 12:12:58.754 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''q-dhcp.log.2016-12-06-120336'\'' q-dhcp.log' 2016-12-06 12:12:58.764 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:12:58.771 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:13:01.778 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:13:01.782 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:13:01.785 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:13:01.789 | +functions-common:screen_process:1553  screen_rc q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2016-12-06 12:13:01.792 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:13:01.795 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:01.799 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:13:01.802 | +functions-common:screen_rc:1574  grep q-dhcp /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:01.808 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:13:01.812 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:13:01.815 | +functions-common:screen_rc:1576  echo 'screen -t q-dhcp bash' 2016-12-06 12:13:01.819 | +functions-common:screen_rc:1577  echo 'stuff "/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini "' 2016-12-06 12:13:01.822 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:01.826 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:13:01.829 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/q-dhcp.log.2016-12-06-120336' 2016-12-06 12:13:01.833 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:13:01.837 | +functions-common:screen_process:1555  screen -S stack -p q-dhcp -X stuff '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini & echo $! >/opt/stack/status/stack/q-dhcp.pid; fg || echo "q-dhcp failed to start" | tee "/opt/stack/status/stack/q-dhcp.failure" ' 2016-12-06 12:13:01.842 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:01.845 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:01.849 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:01.852 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:01.856 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:01.860 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:01.863 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:01.867 | +functions-common:time_stop:2405  start_time=1481026378 2016-12-06 12:13:01.870 | +functions-common:time_stop:2407  [[ -z 1481026378 ]] 2016-12-06 12:13:01.875 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:01.880 | +functions-common:time_stop:2410  end_time=1481026381 2016-12-06 12:13:01.883 | +functions-common:time_stop:2411  elapsed_time=3 2016-12-06 12:13:01.886 | +functions-common:time_stop:2412  total=21 2016-12-06 12:13:01.890 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:01.893 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=24 2016-12-06 12:13:01.896 | +lib/neutron-legacy:start_mutnauq_other_agents:488  is_service_enabled neutron-vpnaas 2016-12-06 12:13:01.917 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:13:01.921 | ++lib/neutron-legacy:start_mutnauq_other_agents:491  determine_config_files neutron-l3-agent 2016-12-06 12:13:01.925 | ++lib/neutron-legacy:determine_config_files:289  local opts= 2016-12-06 12:13:01.930 | ++lib/neutron-legacy:determine_config_files:290  case "$1" in 2016-12-06 12:13:01.934 | +++lib/neutron-legacy:determine_config_files:292  _determine_config_l3 2016-12-06 12:13:01.939 | +++lib/neutron-legacy:_determine_config_l3:282  local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2016-12-06 12:13:01.943 | +++lib/neutron-legacy:_determine_config_l3:283  echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2016-12-06 12:13:01.947 | ++lib/neutron-legacy:determine_config_files:292  opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2016-12-06 12:13:01.951 | ++lib/neutron-legacy:determine_config_files:294  '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2016-12-06 12:13:01.955 | ++lib/neutron-legacy:determine_config_files:297  echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2016-12-06 12:13:01.959 | +lib/neutron-legacy:start_mutnauq_other_agents:491  run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2016-12-06 12:13:01.963 | +functions-common:run_process:1474  local service=q-l3 2016-12-06 12:13:01.966 | +functions-common:run_process:1475  local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2016-12-06 12:13:01.969 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:01.993 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:01.998 | +functions-common:run_process:1479  local name=q-l3 2016-12-06 12:13:02.004 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:02.009 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:02.027 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:02.027 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:02.027 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:02.030 | +functions-common:time_start:2389  _TIME_START[$name]=1481026382 2016-12-06 12:13:02.033 | +functions-common:run_process:1482  is_service_enabled q-l3 2016-12-06 12:13:02.057 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:13:02.061 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:13:02.064 | +functions-common:run_process:1484  screen_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' 2016-12-06 12:13:02.069 | +functions-common:screen_process:1500  local name=q-l3 2016-12-06 12:13:02.074 | +functions-common:screen_process:1501  local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2016-12-06 12:13:02.079 | +functions-common:screen_process:1502  local group= 2016-12-06 12:13:02.082 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:13:02.086 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:13:02.090 | +functions-common:screen_process:1507  screen -S stack -X screen -t q-l3 2016-12-06 12:13:02.095 | +functions-common:screen_process:1509  local logfile=q-l3.log.2016-12-06-120336 2016-12-06 12:13:02.113 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/q-l3.log.2016-12-06-120336 2016-12-06 12:13:02.116 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:13:02.117 | LOGDIR: /opt/stack/logs 2016-12-06 12:13:02.120 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:13:02.120 | SCREEN_LOGDIR: 2016-12-06 12:13:02.123 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/q-l3.log.2016-12-06-120336' 2016-12-06 12:13:02.123 | log: /opt/stack/logs/q-l3.log.2016-12-06-120336 2016-12-06 12:13:02.127 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:02.130 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:13:02.133 | +functions-common:screen_process:1516  screen -S stack -p q-l3 -X logfile /opt/stack/logs/q-l3.log.2016-12-06-120336 2016-12-06 12:13:02.138 | +functions-common:screen_process:1517  screen -S stack -p q-l3 -X log on 2016-12-06 12:13:02.143 | +functions-common:screen_process:1520  touch /opt/stack/logs/q-l3.log.2016-12-06-120336 2016-12-06 12:13:02.147 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''q-l3.log.2016-12-06-120336'\'' q-l3.log' 2016-12-06 12:13:02.152 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:13:02.155 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:13:05.165 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:13:05.171 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:13:05.178 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:13:05.184 | +functions-common:screen_process:1553  screen_rc q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2016-12-06 12:13:05.190 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:13:05.195 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:05.200 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:13:05.206 | +functions-common:screen_rc:1574  grep q-l3 /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:05.214 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:13:05.219 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:13:05.223 | +functions-common:screen_rc:1576  echo 'screen -t q-l3 bash' 2016-12-06 12:13:05.229 | +functions-common:screen_rc:1577  echo 'stuff "/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini "' 2016-12-06 12:13:05.234 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:05.238 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:13:05.244 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/q-l3.log.2016-12-06-120336' 2016-12-06 12:13:05.248 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:13:05.253 | +functions-common:screen_process:1555  screen -S stack -p q-l3 -X stuff '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini & echo $! >/opt/stack/status/stack/q-l3.pid; fg || echo "q-l3 failed to start" | tee "/opt/stack/status/stack/q-l3.failure" ' 2016-12-06 12:13:05.259 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:05.262 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:05.266 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:05.269 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:05.273 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:05.276 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:05.279 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:05.283 | +functions-common:time_stop:2405  start_time=1481026382 2016-12-06 12:13:05.286 | +functions-common:time_stop:2407  [[ -z 1481026382 ]] 2016-12-06 12:13:05.291 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:05.295 | +functions-common:time_stop:2410  end_time=1481026385 2016-12-06 12:13:05.298 | +functions-common:time_stop:2411  elapsed_time=3 2016-12-06 12:13:05.301 | +functions-common:time_stop:2412  total=24 2016-12-06 12:13:05.305 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:05.308 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=27 2016-12-06 12:13:05.311 | +lib/neutron-legacy:start_mutnauq_other_agents:494  run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2016-12-06 12:13:05.315 | +functions-common:run_process:1474  local service=q-meta 2016-12-06 12:13:05.318 | +functions-common:run_process:1475  local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2016-12-06 12:13:05.322 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:05.325 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:05.328 | +functions-common:run_process:1479  local name=q-meta 2016-12-06 12:13:05.332 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:05.335 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:05.339 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:05.342 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:05.347 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:05.351 | +functions-common:time_start:2389  _TIME_START[$name]=1481026385 2016-12-06 12:13:05.354 | +functions-common:run_process:1482  is_service_enabled q-meta 2016-12-06 12:13:05.375 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:13:05.378 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:13:05.381 | +functions-common:run_process:1484  screen_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' 2016-12-06 12:13:05.385 | +functions-common:screen_process:1500  local name=q-meta 2016-12-06 12:13:05.388 | +functions-common:screen_process:1501  local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2016-12-06 12:13:05.391 | +functions-common:screen_process:1502  local group= 2016-12-06 12:13:05.395 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:13:05.398 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:13:05.402 | +functions-common:screen_process:1507  screen -S stack -X screen -t q-meta 2016-12-06 12:13:05.406 | +functions-common:screen_process:1509  local logfile=q-meta.log.2016-12-06-120336 2016-12-06 12:13:05.410 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/q-meta.log.2016-12-06-120336 2016-12-06 12:13:05.413 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:13:05.413 | LOGDIR: /opt/stack/logs 2016-12-06 12:13:05.416 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:13:05.416 | SCREEN_LOGDIR: 2016-12-06 12:13:05.420 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/q-meta.log.2016-12-06-120336' 2016-12-06 12:13:05.420 | log: /opt/stack/logs/q-meta.log.2016-12-06-120336 2016-12-06 12:13:05.423 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:05.426 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:13:05.429 | +functions-common:screen_process:1516  screen -S stack -p q-meta -X logfile /opt/stack/logs/q-meta.log.2016-12-06-120336 2016-12-06 12:13:05.434 | +functions-common:screen_process:1517  screen -S stack -p q-meta -X log on 2016-12-06 12:13:05.439 | +functions-common:screen_process:1520  touch /opt/stack/logs/q-meta.log.2016-12-06-120336 2016-12-06 12:13:05.443 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''q-meta.log.2016-12-06-120336'\'' q-meta.log' 2016-12-06 12:13:05.449 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:13:05.452 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:13:08.458 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:13:08.462 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:13:08.466 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:13:08.469 | +functions-common:screen_process:1553  screen_rc q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2016-12-06 12:13:08.472 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:13:08.475 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:08.479 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:13:08.482 | +functions-common:screen_rc:1574  grep q-meta /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:08.488 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:13:08.491 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:13:08.495 | +functions-common:screen_rc:1576  echo 'screen -t q-meta bash' 2016-12-06 12:13:08.498 | +functions-common:screen_rc:1577  echo 'stuff "/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini "' 2016-12-06 12:13:08.501 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:08.505 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:13:08.508 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/q-meta.log.2016-12-06-120336' 2016-12-06 12:13:08.511 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:13:08.515 | +functions-common:screen_process:1555  screen -S stack -p q-meta -X stuff '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini & echo $! >/opt/stack/status/stack/q-meta.pid; fg || echo "q-meta failed to start" | tee "/opt/stack/status/stack/q-meta.failure" ' 2016-12-06 12:13:08.520 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:08.523 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:08.526 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:08.530 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:08.533 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:08.536 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:08.540 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:08.543 | +functions-common:time_stop:2405  start_time=1481026385 2016-12-06 12:13:08.546 | +functions-common:time_stop:2407  [[ -z 1481026385 ]] 2016-12-06 12:13:08.552 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:08.556 | +functions-common:time_stop:2410  end_time=1481026388 2016-12-06 12:13:08.559 | +functions-common:time_stop:2411  elapsed_time=3 2016-12-06 12:13:08.562 | +functions-common:time_stop:2412  total=27 2016-12-06 12:13:08.566 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:08.569 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=30 2016-12-06 12:13:08.572 | +lib/neutron-legacy:start_mutnauq_other_agents:495  run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2016-12-06 12:13:08.575 | +functions-common:run_process:1474  local service=q-metering 2016-12-06 12:13:08.579 | +functions-common:run_process:1475  local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2016-12-06 12:13:08.582 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:08.585 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:08.588 | +functions-common:run_process:1479  local name=q-metering 2016-12-06 12:13:08.592 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:08.595 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:08.598 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:08.601 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:08.606 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:08.610 | +functions-common:time_start:2389  _TIME_START[$name]=1481026388 2016-12-06 12:13:08.613 | +functions-common:run_process:1482  is_service_enabled q-metering 2016-12-06 12:13:08.634 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:13:08.637 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:08.641 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:08.644 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:08.647 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:08.651 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:08.654 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:08.657 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:08.661 | +functions-common:time_stop:2405  start_time=1481026388 2016-12-06 12:13:08.664 | +functions-common:time_stop:2407  [[ -z 1481026388 ]] 2016-12-06 12:13:08.668 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:08.672 | +functions-common:time_stop:2410  end_time=1481026388 2016-12-06 12:13:08.675 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:13:08.679 | +functions-common:time_stop:2412  total=30 2016-12-06 12:13:08.683 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:08.686 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=30 2016-12-06 12:13:08.689 | +lib/neutron-legacy:start_mutnauq_other_agents:497  '[' libvirt = xenserver ']' 2016-12-06 12:13:08.692 | +./stack.sh:main:1272  is_service_enabled q-svc 2016-12-06 12:13:08.712 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:13:08.715 | +./stack.sh:main:1272  [[ False == \T\r\u\e ]] 2016-12-06 12:13:08.719 | +./stack.sh:main:1277  is_service_enabled nova 2016-12-06 12:13:08.739 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:13:08.743 | +./stack.sh:main:1278  echo_summary 'Starting Nova' 2016-12-06 12:13:08.746 | +./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:13:08.750 | +./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:13:08.753 | +./stack.sh:echo_summary:398  echo -e Starting Nova 2016-12-06 12:13:08.757 | +./stack.sh:main:1279  start_nova 2016-12-06 12:13:08.760 | +lib/nova:start_nova:884  start_nova_rest 2016-12-06 12:13:08.763 | +lib/nova:start_nova_rest:850  local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2016-12-06 12:13:08.767 | +lib/nova:start_nova_rest:851  export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2016-12-06 12:13:08.770 | +lib/nova:start_nova_rest:851  PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2016-12-06 12:13:08.773 | +lib/nova:start_nova_rest:853  local api_cell_conf=/etc/nova/nova.conf 2016-12-06 12:13:08.776 | +lib/nova:start_nova_rest:854  is_service_enabled n-cell 2016-12-06 12:13:08.796 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:13:08.800 | +lib/nova:start_nova_rest:857  local compute_cell_conf=/etc/nova/nova.conf 2016-12-06 12:13:08.803 | +lib/nova:start_nova_rest:861  run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2016-12-06 12:13:08.806 | +functions-common:run_process:1474  local service=n-cond 2016-12-06 12:13:08.810 | +functions-common:run_process:1475  local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2016-12-06 12:13:08.813 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:08.816 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:08.820 | +functions-common:run_process:1479  local name=n-cond 2016-12-06 12:13:08.823 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:08.826 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:08.830 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:08.833 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:08.840 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:08.844 | +functions-common:time_start:2389  _TIME_START[$name]=1481026388 2016-12-06 12:13:08.849 | +functions-common:run_process:1482  is_service_enabled n-cond 2016-12-06 12:13:08.871 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:13:08.874 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:13:08.877 | +functions-common:run_process:1484  screen_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' 2016-12-06 12:13:08.880 | +functions-common:screen_process:1500  local name=n-cond 2016-12-06 12:13:08.884 | +functions-common:screen_process:1501  local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2016-12-06 12:13:08.887 | +functions-common:screen_process:1502  local group= 2016-12-06 12:13:08.890 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:13:08.894 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:13:08.897 | +functions-common:screen_process:1507  screen -S stack -X screen -t n-cond 2016-12-06 12:13:08.902 | +functions-common:screen_process:1509  local logfile=n-cond.log.2016-12-06-120336 2016-12-06 12:13:08.924 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/n-cond.log.2016-12-06-120336 2016-12-06 12:13:08.928 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:13:08.928 | LOGDIR: /opt/stack/logs 2016-12-06 12:13:08.931 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:13:08.931 | SCREEN_LOGDIR: 2016-12-06 12:13:08.934 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/n-cond.log.2016-12-06-120336' 2016-12-06 12:13:08.934 | log: /opt/stack/logs/n-cond.log.2016-12-06-120336 2016-12-06 12:13:08.937 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:08.941 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:13:08.944 | +functions-common:screen_process:1516  screen -S stack -p n-cond -X logfile /opt/stack/logs/n-cond.log.2016-12-06-120336 2016-12-06 12:13:08.949 | +functions-common:screen_process:1517  screen -S stack -p n-cond -X log on 2016-12-06 12:13:08.954 | +functions-common:screen_process:1520  touch /opt/stack/logs/n-cond.log.2016-12-06-120336 2016-12-06 12:13:08.958 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''n-cond.log.2016-12-06-120336'\'' n-cond.log' 2016-12-06 12:13:08.963 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:13:08.967 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:13:11.980 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:13:11.988 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:13:11.995 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:13:12.003 | +functions-common:screen_process:1553  screen_rc n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2016-12-06 12:13:12.010 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:13:12.016 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:12.022 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:13:12.027 | +functions-common:screen_rc:1574  grep n-cond /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:12.036 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:13:12.040 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:13:12.045 | +functions-common:screen_rc:1576  echo 'screen -t n-cond bash' 2016-12-06 12:13:12.049 | +functions-common:screen_rc:1577  echo 'stuff "/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf "' 2016-12-06 12:13:12.055 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:12.061 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:13:12.066 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/n-cond.log.2016-12-06-120336' 2016-12-06 12:13:12.072 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:13:12.079 | +functions-common:screen_process:1555  screen -S stack -p n-cond -X stuff '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf & echo $! >/opt/stack/status/stack/n-cond.pid; fg || echo "n-cond failed to start" | tee "/opt/stack/status/stack/n-cond.failure" ' 2016-12-06 12:13:12.086 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:12.090 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:12.097 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:12.101 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:12.104 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:12.108 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:12.112 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:12.115 | +functions-common:time_stop:2405  start_time=1481026388 2016-12-06 12:13:12.119 | +functions-common:time_stop:2407  [[ -z 1481026388 ]] 2016-12-06 12:13:12.123 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:12.127 | +functions-common:time_stop:2410  end_time=1481026392 2016-12-06 12:13:12.131 | +functions-common:time_stop:2411  elapsed_time=4 2016-12-06 12:13:12.134 | +functions-common:time_stop:2412  total=30 2016-12-06 12:13:12.138 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:12.141 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=34 2016-12-06 12:13:12.145 | +lib/nova:start_nova_rest:862  run_process n-cell-region '/usr/local/bin/nova-cells --config-file /etc/nova/nova.conf' 2016-12-06 12:13:12.148 | +functions-common:run_process:1474  local service=n-cell-region 2016-12-06 12:13:12.152 | +functions-common:run_process:1475  local 'command=/usr/local/bin/nova-cells --config-file /etc/nova/nova.conf' 2016-12-06 12:13:12.155 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:12.159 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:12.162 | +functions-common:run_process:1479  local name=n-cell-region 2016-12-06 12:13:12.165 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:12.169 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:12.172 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:12.176 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:12.180 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:12.184 | +functions-common:time_start:2389  _TIME_START[$name]=1481026392 2016-12-06 12:13:12.187 | +functions-common:run_process:1482  is_service_enabled n-cell-region 2016-12-06 12:13:12.208 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:13:12.211 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:12.215 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:12.218 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:12.222 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:12.225 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:12.228 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:12.232 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:12.235 | +functions-common:time_stop:2405  start_time=1481026392 2016-12-06 12:13:12.238 | +functions-common:time_stop:2407  [[ -z 1481026392 ]] 2016-12-06 12:13:12.243 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:12.247 | +functions-common:time_stop:2410  end_time=1481026392 2016-12-06 12:13:12.251 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:13:12.255 | +functions-common:time_stop:2412  total=34 2016-12-06 12:13:12.258 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:12.261 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=34 2016-12-06 12:13:12.265 | +lib/nova:start_nova_rest:863  run_process n-cell-child '/usr/local/bin/nova-cells --config-file /etc/nova/nova.conf' 2016-12-06 12:13:12.268 | +functions-common:run_process:1474  local service=n-cell-child 2016-12-06 12:13:12.271 | +functions-common:run_process:1475  local 'command=/usr/local/bin/nova-cells --config-file /etc/nova/nova.conf' 2016-12-06 12:13:12.275 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:12.278 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:12.282 | +functions-common:run_process:1479  local name=n-cell-child 2016-12-06 12:13:12.285 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:12.288 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:12.292 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:12.295 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:12.300 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:12.304 | +functions-common:time_start:2389  _TIME_START[$name]=1481026392 2016-12-06 12:13:12.307 | +functions-common:run_process:1482  is_service_enabled n-cell-child 2016-12-06 12:13:12.329 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:13:12.333 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:12.336 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:12.339 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:12.343 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:12.346 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:12.349 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:12.353 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:12.356 | +functions-common:time_stop:2405  start_time=1481026392 2016-12-06 12:13:12.360 | +functions-common:time_stop:2407  [[ -z 1481026392 ]] 2016-12-06 12:13:12.364 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:12.368 | +functions-common:time_stop:2410  end_time=1481026392 2016-12-06 12:13:12.372 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:13:12.375 | +functions-common:time_stop:2412  total=34 2016-12-06 12:13:12.379 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:12.382 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=34 2016-12-06 12:13:12.386 | +lib/nova:start_nova_rest:864  run_process n-crt '/usr/local/bin/nova-cert --config-file /etc/nova/nova.conf' 2016-12-06 12:13:12.389 | +functions-common:run_process:1474  local service=n-crt 2016-12-06 12:13:12.393 | +functions-common:run_process:1475  local 'command=/usr/local/bin/nova-cert --config-file /etc/nova/nova.conf' 2016-12-06 12:13:12.397 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:12.400 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:12.404 | +functions-common:run_process:1479  local name=n-crt 2016-12-06 12:13:12.408 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:12.412 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:12.416 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:12.420 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:12.424 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:12.429 | +functions-common:time_start:2389  _TIME_START[$name]=1481026392 2016-12-06 12:13:12.432 | +functions-common:run_process:1482  is_service_enabled n-crt 2016-12-06 12:13:12.454 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:13:12.458 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:12.461 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:12.464 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:12.468 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:12.471 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:12.475 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:12.478 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:12.481 | +functions-common:time_stop:2405  start_time=1481026392 2016-12-06 12:13:12.485 | +functions-common:time_stop:2407  [[ -z 1481026392 ]] 2016-12-06 12:13:12.490 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:12.494 | +functions-common:time_stop:2410  end_time=1481026392 2016-12-06 12:13:12.497 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:13:12.501 | +functions-common:time_stop:2412  total=34 2016-12-06 12:13:12.504 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:12.507 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=34 2016-12-06 12:13:12.511 | +lib/nova:start_nova_rest:866  is_service_enabled n-net 2016-12-06 12:13:12.532 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:13:12.536 | +lib/nova:start_nova_rest:869  run_process n-net '/usr/local/bin/nova-network --config-file /etc/nova/nova.conf' 2016-12-06 12:13:12.539 | +functions-common:run_process:1474  local service=n-net 2016-12-06 12:13:12.543 | +functions-common:run_process:1475  local 'command=/usr/local/bin/nova-network --config-file /etc/nova/nova.conf' 2016-12-06 12:13:12.550 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:12.553 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:12.557 | +functions-common:run_process:1479  local name=n-net 2016-12-06 12:13:12.561 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:12.570 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:12.579 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:12.588 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:12.599 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:12.608 | +functions-common:time_start:2389  _TIME_START[$name]=1481026392 2016-12-06 12:13:12.616 | +functions-common:run_process:1482  is_service_enabled n-net 2016-12-06 12:13:12.652 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:13:12.658 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:12.663 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:12.668 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:12.673 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:12.678 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:12.683 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:12.687 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:12.691 | +functions-common:time_stop:2405  start_time=1481026392 2016-12-06 12:13:12.695 | +functions-common:time_stop:2407  [[ -z 1481026392 ]] 2016-12-06 12:13:12.700 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:12.705 | +functions-common:time_stop:2410  end_time=1481026392 2016-12-06 12:13:12.708 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:13:12.712 | +functions-common:time_stop:2412  total=34 2016-12-06 12:13:12.716 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:12.720 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=34 2016-12-06 12:13:12.723 | +lib/nova:start_nova_rest:871  run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2016-12-06 12:13:12.727 | +functions-common:run_process:1474  local service=n-sch 2016-12-06 12:13:12.731 | +functions-common:run_process:1475  local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2016-12-06 12:13:12.734 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:12.737 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:12.741 | +functions-common:run_process:1479  local name=n-sch 2016-12-06 12:13:12.745 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:12.748 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:12.752 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:12.756 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:12.761 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:12.766 | +functions-common:time_start:2389  _TIME_START[$name]=1481026392 2016-12-06 12:13:12.769 | +functions-common:run_process:1482  is_service_enabled n-sch 2016-12-06 12:13:12.796 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:13:12.800 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:13:12.804 | +functions-common:run_process:1484  screen_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' 2016-12-06 12:13:12.808 | +functions-common:screen_process:1500  local name=n-sch 2016-12-06 12:13:12.812 | +functions-common:screen_process:1501  local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2016-12-06 12:13:12.816 | +functions-common:screen_process:1502  local group= 2016-12-06 12:13:12.820 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:13:12.829 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:13:12.833 | +functions-common:screen_process:1507  screen -S stack -X screen -t n-sch 2016-12-06 12:13:12.837 | +functions-common:screen_process:1509  local logfile=n-sch.log.2016-12-06-120336 2016-12-06 12:13:12.841 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/n-sch.log.2016-12-06-120336 2016-12-06 12:13:12.844 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:13:12.844 | LOGDIR: /opt/stack/logs 2016-12-06 12:13:12.847 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:13:12.847 | SCREEN_LOGDIR: 2016-12-06 12:13:12.850 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/n-sch.log.2016-12-06-120336' 2016-12-06 12:13:12.850 | log: /opt/stack/logs/n-sch.log.2016-12-06-120336 2016-12-06 12:13:12.854 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:12.857 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:13:12.860 | +functions-common:screen_process:1516  screen -S stack -p n-sch -X logfile /opt/stack/logs/n-sch.log.2016-12-06-120336 2016-12-06 12:13:12.865 | +functions-common:screen_process:1517  screen -S stack -p n-sch -X log on 2016-12-06 12:13:12.869 | +functions-common:screen_process:1520  touch /opt/stack/logs/n-sch.log.2016-12-06-120336 2016-12-06 12:13:12.873 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''n-sch.log.2016-12-06-120336'\'' n-sch.log' 2016-12-06 12:13:12.878 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:13:12.882 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:13:15.891 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:13:15.895 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:13:15.900 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:13:15.903 | +functions-common:screen_process:1553  screen_rc n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2016-12-06 12:13:15.907 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:13:15.911 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:15.915 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:13:15.920 | +functions-common:screen_rc:1574  grep n-sch /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:15.926 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:13:15.930 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:13:15.934 | +functions-common:screen_rc:1576  echo 'screen -t n-sch bash' 2016-12-06 12:13:15.938 | +functions-common:screen_rc:1577  echo 'stuff "/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf "' 2016-12-06 12:13:15.941 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:15.945 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:13:15.949 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/n-sch.log.2016-12-06-120336' 2016-12-06 12:13:15.954 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:13:15.957 | +functions-common:screen_process:1555  screen -S stack -p n-sch -X stuff '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf & echo $! >/opt/stack/status/stack/n-sch.pid; fg || echo "n-sch failed to start" | tee "/opt/stack/status/stack/n-sch.failure" ' 2016-12-06 12:13:15.963 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:15.966 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:15.969 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:15.973 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:15.976 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:15.979 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:15.982 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:15.986 | +functions-common:time_stop:2405  start_time=1481026392 2016-12-06 12:13:15.989 | +functions-common:time_stop:2407  [[ -z 1481026392 ]] 2016-12-06 12:13:15.994 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:15.997 | +functions-common:time_stop:2410  end_time=1481026395 2016-12-06 12:13:16.001 | +functions-common:time_stop:2411  elapsed_time=3 2016-12-06 12:13:16.005 | +functions-common:time_stop:2412  total=34 2016-12-06 12:13:16.009 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:16.012 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=37 2016-12-06 12:13:16.019 | +lib/nova:start_nova_rest:872  run_process n-api-meta '/usr/local/bin/nova-api-metadata --config-file /etc/nova/nova.conf' 2016-12-06 12:13:16.019 | +functions-common:run_process:1474  local service=n-api-meta 2016-12-06 12:13:16.022 | +functions-common:run_process:1475  local 'command=/usr/local/bin/nova-api-metadata --config-file /etc/nova/nova.conf' 2016-12-06 12:13:16.025 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:16.029 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:16.032 | +functions-common:run_process:1479  local name=n-api-meta 2016-12-06 12:13:16.035 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:16.039 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:16.042 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:16.045 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:16.050 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:16.054 | +functions-common:time_start:2389  _TIME_START[$name]=1481026396 2016-12-06 12:13:16.057 | +functions-common:run_process:1482  is_service_enabled n-api-meta 2016-12-06 12:13:16.078 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:13:16.081 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:16.085 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:16.088 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:16.091 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:16.095 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:16.098 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:16.101 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:16.105 | +functions-common:time_stop:2405  start_time=1481026396 2016-12-06 12:13:16.108 | +functions-common:time_stop:2407  [[ -z 1481026396 ]] 2016-12-06 12:13:16.112 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:16.116 | +functions-common:time_stop:2410  end_time=1481026396 2016-12-06 12:13:16.119 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:13:16.123 | +functions-common:time_stop:2412  total=37 2016-12-06 12:13:16.126 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:16.129 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=37 2016-12-06 12:13:16.133 | +lib/nova:start_nova_rest:874  run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web /opt/stack/noVNC' 2016-12-06 12:13:16.136 | +functions-common:run_process:1474  local service=n-novnc 2016-12-06 12:13:16.139 | +functions-common:run_process:1475  local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web /opt/stack/noVNC' 2016-12-06 12:13:16.142 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:16.146 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:16.149 | +functions-common:run_process:1479  local name=n-novnc 2016-12-06 12:13:16.152 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:16.155 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:16.159 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:16.162 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:16.167 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:16.170 | +functions-common:time_start:2389  _TIME_START[$name]=1481026396 2016-12-06 12:13:16.174 | +functions-common:run_process:1482  is_service_enabled n-novnc 2016-12-06 12:13:16.194 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:13:16.197 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:13:16.200 | +functions-common:run_process:1484  screen_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web /opt/stack/noVNC' '' 2016-12-06 12:13:16.204 | +functions-common:screen_process:1500  local name=n-novnc 2016-12-06 12:13:16.207 | +functions-common:screen_process:1501  local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web /opt/stack/noVNC' 2016-12-06 12:13:16.210 | +functions-common:screen_process:1502  local group= 2016-12-06 12:13:16.213 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:13:16.217 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:13:16.220 | +functions-common:screen_process:1507  screen -S stack -X screen -t n-novnc 2016-12-06 12:13:16.224 | +functions-common:screen_process:1509  local logfile=n-novnc.log.2016-12-06-120336 2016-12-06 12:13:16.228 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/n-novnc.log.2016-12-06-120336 2016-12-06 12:13:16.231 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:13:16.231 | LOGDIR: /opt/stack/logs 2016-12-06 12:13:16.234 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:13:16.234 | SCREEN_LOGDIR: 2016-12-06 12:13:16.237 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/n-novnc.log.2016-12-06-120336' 2016-12-06 12:13:16.237 | log: /opt/stack/logs/n-novnc.log.2016-12-06-120336 2016-12-06 12:13:16.240 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:16.244 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:13:16.247 | +functions-common:screen_process:1516  screen -S stack -p n-novnc -X logfile /opt/stack/logs/n-novnc.log.2016-12-06-120336 2016-12-06 12:13:16.252 | +functions-common:screen_process:1517  screen -S stack -p n-novnc -X log on 2016-12-06 12:13:16.257 | +functions-common:screen_process:1520  touch /opt/stack/logs/n-novnc.log.2016-12-06-120336 2016-12-06 12:13:16.260 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''n-novnc.log.2016-12-06-120336'\'' n-novnc.log' 2016-12-06 12:13:16.265 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:13:16.269 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:13:19.275 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:13:19.279 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:13:19.282 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:13:19.285 | +functions-common:screen_process:1553  screen_rc n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web /opt/stack/noVNC' 2016-12-06 12:13:19.289 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:13:19.292 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:19.295 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:13:19.299 | +functions-common:screen_rc:1574  grep n-novnc /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:19.304 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:13:19.308 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:13:19.311 | +functions-common:screen_rc:1576  echo 'screen -t n-novnc bash' 2016-12-06 12:13:19.314 | +functions-common:screen_rc:1577  echo 'stuff "/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web /opt/stack/noVNC "' 2016-12-06 12:13:19.318 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:19.321 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:13:19.324 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/n-novnc.log.2016-12-06-120336' 2016-12-06 12:13:19.327 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:13:19.331 | +functions-common:screen_process:1555  screen -S stack -p n-novnc -X stuff '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web /opt/stack/noVNC & echo $! >/opt/stack/status/stack/n-novnc.pid; fg || echo "n-novnc failed to start" | tee "/opt/stack/status/stack/n-novnc.failure" ' 2016-12-06 12:13:19.340 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:19.343 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:19.346 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:19.350 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:19.353 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:19.357 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:19.360 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:19.363 | +functions-common:time_stop:2405  start_time=1481026396 2016-12-06 12:13:19.367 | +functions-common:time_stop:2407  [[ -z 1481026396 ]] 2016-12-06 12:13:19.372 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:19.376 | +functions-common:time_stop:2410  end_time=1481026399 2016-12-06 12:13:19.379 | +functions-common:time_stop:2411  elapsed_time=3 2016-12-06 12:13:19.383 | +functions-common:time_stop:2412  total=37 2016-12-06 12:13:19.386 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:19.389 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=40 2016-12-06 12:13:19.393 | +lib/nova:start_nova_rest:875  run_process n-xvnc '/usr/local/bin/nova-xvpvncproxy --config-file /etc/nova/nova.conf' 2016-12-06 12:13:19.396 | +functions-common:run_process:1474  local service=n-xvnc 2016-12-06 12:13:19.400 | +functions-common:run_process:1475  local 'command=/usr/local/bin/nova-xvpvncproxy --config-file /etc/nova/nova.conf' 2016-12-06 12:13:19.403 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:19.406 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:19.410 | +functions-common:run_process:1479  local name=n-xvnc 2016-12-06 12:13:19.413 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:19.416 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:19.419 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:19.423 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:19.428 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:19.432 | +functions-common:time_start:2389  _TIME_START[$name]=1481026399 2016-12-06 12:13:19.435 | +functions-common:run_process:1482  is_service_enabled n-xvnc 2016-12-06 12:13:19.455 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:13:19.458 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:19.462 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:19.465 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:19.469 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:19.472 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:19.475 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:19.479 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:19.482 | +functions-common:time_stop:2405  start_time=1481026399 2016-12-06 12:13:19.485 | +functions-common:time_stop:2407  [[ -z 1481026399 ]] 2016-12-06 12:13:19.490 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:19.494 | +functions-common:time_stop:2410  end_time=1481026399 2016-12-06 12:13:19.497 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:13:19.500 | +functions-common:time_stop:2412  total=40 2016-12-06 12:13:19.504 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:19.507 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=40 2016-12-06 12:13:19.511 | +lib/nova:start_nova_rest:876  run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2016-12-06 12:13:19.514 | +functions-common:run_process:1474  local service=n-spice 2016-12-06 12:13:19.517 | +functions-common:run_process:1475  local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2016-12-06 12:13:19.520 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:19.524 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:19.527 | +functions-common:run_process:1479  local name=n-spice 2016-12-06 12:13:19.530 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:19.534 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:19.537 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:19.540 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:19.545 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:19.549 | +functions-common:time_start:2389  _TIME_START[$name]=1481026399 2016-12-06 12:13:19.552 | +functions-common:run_process:1482  is_service_enabled n-spice 2016-12-06 12:13:19.574 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:13:19.577 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:19.580 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:19.584 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:19.587 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:19.590 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:19.594 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:19.597 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:19.600 | +functions-common:time_stop:2405  start_time=1481026399 2016-12-06 12:13:19.603 | +functions-common:time_stop:2407  [[ -z 1481026399 ]] 2016-12-06 12:13:19.608 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:19.612 | +functions-common:time_stop:2410  end_time=1481026399 2016-12-06 12:13:19.615 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:13:19.619 | +functions-common:time_stop:2412  total=40 2016-12-06 12:13:19.622 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:19.625 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=40 2016-12-06 12:13:19.629 | +lib/nova:start_nova_rest:877  run_process n-cauth '/usr/local/bin/nova-consoleauth --config-file /etc/nova/nova.conf' 2016-12-06 12:13:19.632 | +functions-common:run_process:1474  local service=n-cauth 2016-12-06 12:13:19.635 | +functions-common:run_process:1475  local 'command=/usr/local/bin/nova-consoleauth --config-file /etc/nova/nova.conf' 2016-12-06 12:13:19.639 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:19.642 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:19.645 | +functions-common:run_process:1479  local name=n-cauth 2016-12-06 12:13:19.649 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:19.652 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:19.655 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:19.659 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:19.663 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:19.667 | +functions-common:time_start:2389  _TIME_START[$name]=1481026399 2016-12-06 12:13:19.670 | +functions-common:run_process:1482  is_service_enabled n-cauth 2016-12-06 12:13:19.699 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:13:19.703 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:13:19.706 | +functions-common:run_process:1484  screen_process n-cauth '/usr/local/bin/nova-consoleauth --config-file /etc/nova/nova.conf' '' 2016-12-06 12:13:19.710 | +functions-common:screen_process:1500  local name=n-cauth 2016-12-06 12:13:19.713 | +functions-common:screen_process:1501  local 'command=/usr/local/bin/nova-consoleauth --config-file /etc/nova/nova.conf' 2016-12-06 12:13:19.717 | +functions-common:screen_process:1502  local group= 2016-12-06 12:13:19.721 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:13:19.725 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:13:19.729 | +functions-common:screen_process:1507  screen -S stack -X screen -t n-cauth 2016-12-06 12:13:19.734 | +functions-common:screen_process:1509  local logfile=n-cauth.log.2016-12-06-120336 2016-12-06 12:13:19.738 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/n-cauth.log.2016-12-06-120336 2016-12-06 12:13:19.743 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:13:19.743 | LOGDIR: /opt/stack/logs 2016-12-06 12:13:19.747 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:13:19.747 | SCREEN_LOGDIR: 2016-12-06 12:13:19.750 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/n-cauth.log.2016-12-06-120336' 2016-12-06 12:13:19.750 | log: /opt/stack/logs/n-cauth.log.2016-12-06-120336 2016-12-06 12:13:19.755 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:19.759 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:13:19.762 | +functions-common:screen_process:1516  screen -S stack -p n-cauth -X logfile /opt/stack/logs/n-cauth.log.2016-12-06-120336 2016-12-06 12:13:19.767 | +functions-common:screen_process:1517  screen -S stack -p n-cauth -X log on 2016-12-06 12:13:19.772 | +functions-common:screen_process:1520  touch /opt/stack/logs/n-cauth.log.2016-12-06-120336 2016-12-06 12:13:19.776 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''n-cauth.log.2016-12-06-120336'\'' n-cauth.log' 2016-12-06 12:13:19.783 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:13:19.787 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:13:22.795 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:13:22.800 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:13:22.804 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:13:22.809 | +functions-common:screen_process:1553  screen_rc n-cauth '/usr/local/bin/nova-consoleauth --config-file /etc/nova/nova.conf' 2016-12-06 12:13:22.814 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:13:22.819 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:22.823 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:13:22.826 | +functions-common:screen_rc:1574  grep n-cauth /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:22.833 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:13:22.837 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:13:22.840 | +functions-common:screen_rc:1576  echo 'screen -t n-cauth bash' 2016-12-06 12:13:22.844 | +functions-common:screen_rc:1577  echo 'stuff "/usr/local/bin/nova-consoleauth --config-file /etc/nova/nova.conf "' 2016-12-06 12:13:22.848 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:22.851 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:13:22.855 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/n-cauth.log.2016-12-06-120336' 2016-12-06 12:13:22.860 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:13:22.864 | +functions-common:screen_process:1555  screen -S stack -p n-cauth -X stuff '/usr/local/bin/nova-consoleauth --config-file /etc/nova/nova.conf & echo $! >/opt/stack/status/stack/n-cauth.pid; fg || echo "n-cauth failed to start" | tee "/opt/stack/status/stack/n-cauth.failure" ' 2016-12-06 12:13:22.869 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:22.873 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:22.876 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:22.880 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:22.883 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:22.886 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:22.890 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:22.893 | +functions-common:time_stop:2405  start_time=1481026399 2016-12-06 12:13:22.896 | +functions-common:time_stop:2407  [[ -z 1481026399 ]] 2016-12-06 12:13:22.901 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:22.905 | +functions-common:time_stop:2410  end_time=1481026402 2016-12-06 12:13:22.908 | +functions-common:time_stop:2411  elapsed_time=3 2016-12-06 12:13:22.911 | +functions-common:time_stop:2412  total=40 2016-12-06 12:13:22.915 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:22.918 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=43 2016-12-06 12:13:22.921 | +lib/nova:start_nova_rest:878  run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2016-12-06 12:13:22.925 | +functions-common:run_process:1474  local service=n-sproxy 2016-12-06 12:13:22.928 | +functions-common:run_process:1475  local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2016-12-06 12:13:22.932 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:22.935 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:22.938 | +functions-common:run_process:1479  local name=n-sproxy 2016-12-06 12:13:22.942 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:22.945 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:22.948 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:22.952 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:22.956 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:22.960 | +functions-common:time_start:2389  _TIME_START[$name]=1481026402 2016-12-06 12:13:22.964 | +functions-common:run_process:1482  is_service_enabled n-sproxy 2016-12-06 12:13:22.984 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:13:22.987 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:22.990 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:22.994 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:22.997 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:23.001 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:23.004 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:23.007 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:23.011 | +functions-common:time_stop:2405  start_time=1481026402 2016-12-06 12:13:23.019 | +functions-common:time_stop:2407  [[ -z 1481026402 ]] 2016-12-06 12:13:23.019 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:23.022 | +functions-common:time_stop:2410  end_time=1481026403 2016-12-06 12:13:23.025 | +functions-common:time_stop:2411  elapsed_time=1 2016-12-06 12:13:23.029 | +functions-common:time_stop:2412  total=43 2016-12-06 12:13:23.032 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:23.035 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=44 2016-12-06 12:13:23.039 | +lib/nova:start_nova_rest:880  export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2016-12-06 12:13:23.042 | +lib/nova:start_nova_rest:880  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2016-12-06 12:13:23.046 | +lib/nova:start_nova:885  start_nova_compute 2016-12-06 12:13:23.049 | +lib/nova:start_nova_compute:809  local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2016-12-06 12:13:23.053 | +lib/nova:start_nova_compute:810  export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2016-12-06 12:13:23.056 | +lib/nova:start_nova_compute:810  PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2016-12-06 12:13:23.059 | +lib/nova:start_nova_compute:812  is_service_enabled n-cell 2016-12-06 12:13:23.079 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:13:23.082 | +lib/nova:start_nova_compute:815  local compute_cell_conf=/etc/nova/nova.conf 2016-12-06 12:13:23.086 | +lib/nova:start_nova_compute:818  [[ libvirt = \l\i\b\v\i\r\t ]] 2016-12-06 12:13:23.089 | +lib/nova:start_nova_compute:822  run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova.conf' libvirtd 2016-12-06 12:13:23.092 | +functions-common:run_process:1474  local service=n-cpu 2016-12-06 12:13:23.095 | +functions-common:run_process:1475  local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova.conf' 2016-12-06 12:13:23.099 | +functions-common:run_process:1476  local group=libvirtd 2016-12-06 12:13:23.102 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:23.105 | +functions-common:run_process:1479  local name=n-cpu 2016-12-06 12:13:23.109 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:23.112 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:23.116 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:23.119 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:23.124 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:23.127 | +functions-common:time_start:2389  _TIME_START[$name]=1481026403 2016-12-06 12:13:23.131 | +functions-common:run_process:1482  is_service_enabled n-cpu 2016-12-06 12:13:23.151 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:13:23.157 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:13:23.161 | +functions-common:run_process:1484  screen_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova.conf' libvirtd 2016-12-06 12:13:23.165 | +functions-common:screen_process:1500  local name=n-cpu 2016-12-06 12:13:23.173 | +functions-common:screen_process:1501  local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova.conf' 2016-12-06 12:13:23.179 | +functions-common:screen_process:1502  local group=libvirtd 2016-12-06 12:13:23.183 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:13:23.187 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:13:23.190 | +functions-common:screen_process:1507  screen -S stack -X screen -t n-cpu 2016-12-06 12:13:23.195 | +functions-common:screen_process:1509  local logfile=n-cpu.log.2016-12-06-120336 2016-12-06 12:13:23.198 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/n-cpu.log.2016-12-06-120336 2016-12-06 12:13:23.202 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:13:23.202 | LOGDIR: /opt/stack/logs 2016-12-06 12:13:23.205 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:13:23.205 | SCREEN_LOGDIR: 2016-12-06 12:13:23.208 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/n-cpu.log.2016-12-06-120336' 2016-12-06 12:13:23.208 | log: /opt/stack/logs/n-cpu.log.2016-12-06-120336 2016-12-06 12:13:23.212 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:23.215 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:13:23.218 | +functions-common:screen_process:1516  screen -S stack -p n-cpu -X logfile /opt/stack/logs/n-cpu.log.2016-12-06-120336 2016-12-06 12:13:23.223 | +functions-common:screen_process:1517  screen -S stack -p n-cpu -X log on 2016-12-06 12:13:23.228 | +functions-common:screen_process:1520  touch /opt/stack/logs/n-cpu.log.2016-12-06-120336 2016-12-06 12:13:23.232 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''n-cpu.log.2016-12-06-120336'\'' n-cpu.log' 2016-12-06 12:13:23.237 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:13:23.240 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:13:26.249 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:13:26.255 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:13:26.261 | +functions-common:screen_process:1548  [[ -n libvirtd ]] 2016-12-06 12:13:26.266 | +functions-common:screen_process:1549  command='sg libvirtd '\''/usr/local/bin/nova-compute --config-file /etc/nova/nova.conf'\''' 2016-12-06 12:13:26.270 | +functions-common:screen_process:1553  screen_rc n-cpu 'sg libvirtd '\''/usr/local/bin/nova-compute --config-file /etc/nova/nova.conf'\''' 2016-12-06 12:13:26.275 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:13:26.279 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:26.284 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:13:26.288 | +functions-common:screen_rc:1574  grep n-cpu /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:26.295 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:13:26.299 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:13:26.303 | +functions-common:screen_rc:1576  echo 'screen -t n-cpu bash' 2016-12-06 12:13:26.306 | +functions-common:screen_rc:1577  echo 'stuff "sg libvirtd '\''/usr/local/bin/nova-compute --config-file /etc/nova/nova.conf'\'' "' 2016-12-06 12:13:26.310 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:26.313 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:13:26.316 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/n-cpu.log.2016-12-06-120336' 2016-12-06 12:13:26.320 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:13:26.324 | +functions-common:screen_process:1555  screen -S stack -p n-cpu -X stuff 'sg libvirtd '\''/usr/local/bin/nova-compute --config-file /etc/nova/nova.conf'\'' & echo $! >/opt/stack/status/stack/n-cpu.pid; fg || echo "n-cpu failed to start" | tee "/opt/stack/status/stack/n-cpu.failure" ' 2016-12-06 12:13:26.329 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:26.333 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:26.337 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:26.340 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:26.344 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:26.347 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:26.351 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:26.354 | +functions-common:time_stop:2405  start_time=1481026403 2016-12-06 12:13:26.358 | +functions-common:time_stop:2407  [[ -z 1481026403 ]] 2016-12-06 12:13:26.362 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:26.366 | +functions-common:time_stop:2410  end_time=1481026406 2016-12-06 12:13:26.370 | +functions-common:time_stop:2411  elapsed_time=3 2016-12-06 12:13:26.373 | +functions-common:time_stop:2412  total=44 2016-12-06 12:13:26.376 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:26.380 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=47 2016-12-06 12:13:26.383 | +lib/nova:start_nova_compute:844  export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2016-12-06 12:13:26.387 | +lib/nova:start_nova_compute:844  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin 2016-12-06 12:13:26.390 | +./stack.sh:main:1280  create_flavors 2016-12-06 12:13:26.394 | +lib/nova:create_flavors:926  is_service_enabled n-api 2016-12-06 12:13:26.414 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:13:26.418 | +lib/nova:create_flavors:927  openstack --os-region-name=RegionOne flavor list 2016-12-06 12:13:26.419 | +lib/nova:create_flavors:927  grep -q ds512M 2016-12-06 12:13:29.142 | +lib/nova:create_flavors:929  openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 0 --vcpus 1 cirros256 2016-12-06 12:13:31.696 | +----------------------------+-----------+ 2016-12-06 12:13:31.696 | | Field | Value | 2016-12-06 12:13:31.696 | +----------------------------+-----------+ 2016-12-06 12:13:31.696 | | OS-FLV-DISABLED:disabled | False | 2016-12-06 12:13:31.696 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2016-12-06 12:13:31.696 | | disk | 0 | 2016-12-06 12:13:31.696 | | id | c1 | 2016-12-06 12:13:31.696 | | name | cirros256 | 2016-12-06 12:13:31.696 | | os-flavor-access:is_public | True | 2016-12-06 12:13:31.697 | | properties | | 2016-12-06 12:13:31.697 | | ram | 256 | 2016-12-06 12:13:31.697 | | rxtx_factor | 1.0 | 2016-12-06 12:13:31.697 | | swap | | 2016-12-06 12:13:31.697 | | vcpus | 1 | 2016-12-06 12:13:31.697 | +----------------------------+-----------+ 2016-12-06 12:13:31.731 | +lib/nova:create_flavors:930  openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 ds512M 2016-12-06 12:13:33.426 | +----------------------------+--------+ 2016-12-06 12:13:33.426 | | Field | Value | 2016-12-06 12:13:33.426 | +----------------------------+--------+ 2016-12-06 12:13:33.426 | | OS-FLV-DISABLED:disabled | False | 2016-12-06 12:13:33.426 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2016-12-06 12:13:33.426 | | disk | 5 | 2016-12-06 12:13:33.426 | | id | d1 | 2016-12-06 12:13:33.426 | | name | ds512M | 2016-12-06 12:13:33.426 | | os-flavor-access:is_public | True | 2016-12-06 12:13:33.426 | | properties | | 2016-12-06 12:13:33.426 | | ram | 512 | 2016-12-06 12:13:33.426 | | rxtx_factor | 1.0 | 2016-12-06 12:13:33.427 | | swap | | 2016-12-06 12:13:33.427 | | vcpus | 1 | 2016-12-06 12:13:33.427 | +----------------------------+--------+ 2016-12-06 12:13:33.456 | +lib/nova:create_flavors:931  openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 ds1G 2016-12-06 12:13:34.944 | +----------------------------+-------+ 2016-12-06 12:13:34.944 | | Field | Value | 2016-12-06 12:13:34.944 | +----------------------------+-------+ 2016-12-06 12:13:34.944 | | OS-FLV-DISABLED:disabled | False | 2016-12-06 12:13:34.944 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2016-12-06 12:13:34.944 | | disk | 10 | 2016-12-06 12:13:34.944 | | id | d2 | 2016-12-06 12:13:34.944 | | name | ds1G | 2016-12-06 12:13:34.944 | | os-flavor-access:is_public | True | 2016-12-06 12:13:34.944 | | properties | | 2016-12-06 12:13:34.944 | | ram | 1024 | 2016-12-06 12:13:34.944 | | rxtx_factor | 1.0 | 2016-12-06 12:13:34.944 | | swap | | 2016-12-06 12:13:34.944 | | vcpus | 1 | 2016-12-06 12:13:34.945 | +----------------------------+-------+ 2016-12-06 12:13:34.984 | +lib/nova:create_flavors:932  openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 ds2G 2016-12-06 12:13:36.659 | +----------------------------+-------+ 2016-12-06 12:13:36.659 | | Field | Value | 2016-12-06 12:13:36.659 | +----------------------------+-------+ 2016-12-06 12:13:36.659 | | OS-FLV-DISABLED:disabled | False | 2016-12-06 12:13:36.659 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2016-12-06 12:13:36.659 | | disk | 10 | 2016-12-06 12:13:36.659 | | id | d3 | 2016-12-06 12:13:36.659 | | name | ds2G | 2016-12-06 12:13:36.659 | | os-flavor-access:is_public | True | 2016-12-06 12:13:36.659 | | properties | | 2016-12-06 12:13:36.659 | | ram | 2048 | 2016-12-06 12:13:36.659 | | rxtx_factor | 1.0 | 2016-12-06 12:13:36.659 | | swap | | 2016-12-06 12:13:36.659 | | vcpus | 2 | 2016-12-06 12:13:36.659 | +----------------------------+-------+ 2016-12-06 12:13:36.690 | +lib/nova:create_flavors:933  openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 ds4G 2016-12-06 12:13:38.321 | +----------------------------+-------+ 2016-12-06 12:13:38.321 | | Field | Value | 2016-12-06 12:13:38.321 | +----------------------------+-------+ 2016-12-06 12:13:38.321 | | OS-FLV-DISABLED:disabled | False | 2016-12-06 12:13:38.321 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2016-12-06 12:13:38.321 | | disk | 20 | 2016-12-06 12:13:38.321 | | id | d4 | 2016-12-06 12:13:38.321 | | name | ds4G | 2016-12-06 12:13:38.321 | | os-flavor-access:is_public | True | 2016-12-06 12:13:38.321 | | properties | | 2016-12-06 12:13:38.321 | | ram | 4096 | 2016-12-06 12:13:38.321 | | rxtx_factor | 1.0 | 2016-12-06 12:13:38.321 | | swap | | 2016-12-06 12:13:38.321 | | vcpus | 4 | 2016-12-06 12:13:38.321 | +----------------------------+-------+ 2016-12-06 12:13:38.352 | +lib/nova:create_flavors:936  openstack --os-region-name=RegionOne flavor list 2016-12-06 12:13:38.353 | +lib/nova:create_flavors:936  grep -q m1.tiny 2016-12-06 12:13:39.954 | +lib/nova:create_flavors:937  openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 m1.tiny 2016-12-06 12:13:41.616 | +----------------------------+---------+ 2016-12-06 12:13:41.617 | | Field | Value | 2016-12-06 12:13:41.617 | +----------------------------+---------+ 2016-12-06 12:13:41.617 | | OS-FLV-DISABLED:disabled | False | 2016-12-06 12:13:41.617 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2016-12-06 12:13:41.617 | | disk | 1 | 2016-12-06 12:13:41.617 | | id | 1 | 2016-12-06 12:13:41.617 | | name | m1.tiny | 2016-12-06 12:13:41.617 | | os-flavor-access:is_public | True | 2016-12-06 12:13:41.617 | | properties | | 2016-12-06 12:13:41.617 | | ram | 512 | 2016-12-06 12:13:41.617 | | rxtx_factor | 1.0 | 2016-12-06 12:13:41.617 | | swap | | 2016-12-06 12:13:41.617 | | vcpus | 1 | 2016-12-06 12:13:41.617 | +----------------------------+---------+ 2016-12-06 12:13:41.647 | +lib/nova:create_flavors:938  openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 m1.small 2016-12-06 12:13:43.289 | +----------------------------+----------+ 2016-12-06 12:13:43.289 | | Field | Value | 2016-12-06 12:13:43.289 | +----------------------------+----------+ 2016-12-06 12:13:43.289 | | OS-FLV-DISABLED:disabled | False | 2016-12-06 12:13:43.289 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2016-12-06 12:13:43.289 | | disk | 20 | 2016-12-06 12:13:43.289 | | id | 2 | 2016-12-06 12:13:43.289 | | name | m1.small | 2016-12-06 12:13:43.289 | | os-flavor-access:is_public | True | 2016-12-06 12:13:43.289 | | properties | | 2016-12-06 12:13:43.289 | | ram | 2048 | 2016-12-06 12:13:43.289 | | rxtx_factor | 1.0 | 2016-12-06 12:13:43.289 | | swap | | 2016-12-06 12:13:43.290 | | vcpus | 1 | 2016-12-06 12:13:43.290 | +----------------------------+----------+ 2016-12-06 12:13:43.320 | +lib/nova:create_flavors:939  openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 m1.medium 2016-12-06 12:13:44.973 | +----------------------------+-----------+ 2016-12-06 12:13:44.973 | | Field | Value | 2016-12-06 12:13:44.973 | +----------------------------+-----------+ 2016-12-06 12:13:44.973 | | OS-FLV-DISABLED:disabled | False | 2016-12-06 12:13:44.973 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2016-12-06 12:13:44.973 | | disk | 40 | 2016-12-06 12:13:44.973 | | id | 3 | 2016-12-06 12:13:44.973 | | name | m1.medium | 2016-12-06 12:13:44.973 | | os-flavor-access:is_public | True | 2016-12-06 12:13:44.973 | | properties | | 2016-12-06 12:13:44.973 | | ram | 4096 | 2016-12-06 12:13:44.973 | | rxtx_factor | 1.0 | 2016-12-06 12:13:44.973 | | swap | | 2016-12-06 12:13:44.973 | | vcpus | 2 | 2016-12-06 12:13:44.973 | +----------------------------+-----------+ 2016-12-06 12:13:45.005 | +lib/nova:create_flavors:940  openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 m1.large 2016-12-06 12:13:46.698 | +----------------------------+----------+ 2016-12-06 12:13:46.698 | | Field | Value | 2016-12-06 12:13:46.698 | +----------------------------+----------+ 2016-12-06 12:13:46.698 | | OS-FLV-DISABLED:disabled | False | 2016-12-06 12:13:46.698 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2016-12-06 12:13:46.698 | | disk | 80 | 2016-12-06 12:13:46.698 | | id | 4 | 2016-12-06 12:13:46.699 | | name | m1.large | 2016-12-06 12:13:46.699 | | os-flavor-access:is_public | True | 2016-12-06 12:13:46.699 | | properties | | 2016-12-06 12:13:46.699 | | ram | 8192 | 2016-12-06 12:13:46.699 | | rxtx_factor | 1.0 | 2016-12-06 12:13:46.699 | | swap | | 2016-12-06 12:13:46.699 | | vcpus | 4 | 2016-12-06 12:13:46.699 | +----------------------------+----------+ 2016-12-06 12:13:46.729 | +lib/nova:create_flavors:941  openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 m1.xlarge 2016-12-06 12:13:48.422 | +----------------------------+-----------+ 2016-12-06 12:13:48.422 | | Field | Value | 2016-12-06 12:13:48.422 | +----------------------------+-----------+ 2016-12-06 12:13:48.422 | | OS-FLV-DISABLED:disabled | False | 2016-12-06 12:13:48.422 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2016-12-06 12:13:48.422 | | disk | 160 | 2016-12-06 12:13:48.422 | | id | 5 | 2016-12-06 12:13:48.422 | | name | m1.xlarge | 2016-12-06 12:13:48.422 | | os-flavor-access:is_public | True | 2016-12-06 12:13:48.422 | | properties | | 2016-12-06 12:13:48.422 | | ram | 16384 | 2016-12-06 12:13:48.422 | | rxtx_factor | 1.0 | 2016-12-06 12:13:48.422 | | swap | | 2016-12-06 12:13:48.422 | | vcpus | 8 | 2016-12-06 12:13:48.422 | +----------------------------+-----------+ 2016-12-06 12:13:48.462 | +./stack.sh:main:1282  is_service_enabled placement 2016-12-06 12:13:48.489 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:13:48.492 | +./stack.sh:main:1286  is_service_enabled cinder 2016-12-06 12:13:48.519 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:13:48.523 | +./stack.sh:main:1287  echo_summary 'Starting Cinder' 2016-12-06 12:13:48.527 | +./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:13:48.531 | +./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:13:48.534 | +./stack.sh:echo_summary:398  echo -e Starting Cinder 2016-12-06 12:13:48.538 | +./stack.sh:main:1288  start_cinder 2016-12-06 12:13:48.542 | +lib/cinder:start_cinder:502  local service_port=8776 2016-12-06 12:13:48.546 | +lib/cinder:start_cinder:503  local service_protocol=http 2016-12-06 12:13:48.549 | +lib/cinder:start_cinder:504  is_service_enabled tls-proxy 2016-12-06 12:13:48.571 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:13:48.574 | +lib/cinder:start_cinder:508  '[' tgtadm = tgtadm ']' 2016-12-06 12:13:48.577 | +lib/cinder:start_cinder:509  is_service_enabled c-vol 2016-12-06 12:13:48.597 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:13:48.601 | +lib/cinder:start_cinder:511  sudo rm -f /etc/tgt/conf.d/stack.conf 2016-12-06 12:13:48.608 | +lib/cinder:start_cinder:512  _configure_tgt_for_config_d 2016-12-06 12:13:48.611 | +lib/cinder:_configure_tgt_for_config_d:492  [[ ! -d /etc/tgt/stack.d/ ]] 2016-12-06 12:13:48.615 | +lib/cinder:_configure_tgt_for_config_d:495  grep -q 'include /etc/tgt/stack.d/*' /etc/tgt/targets.conf 2016-12-06 12:13:48.619 | +lib/cinder:start_cinder:513  is_ubuntu 2016-12-06 12:13:48.622 | +functions-common:is_ubuntu:466  [[ -z deb ]] 2016-12-06 12:13:48.625 | +functions-common:is_ubuntu:469  '[' deb = deb ']' 2016-12-06 12:13:48.628 | +lib/cinder:start_cinder:514  sudo service tgt restart 2016-12-06 12:13:48.725 | +lib/cinder:start_cinder:524  sudo tgtadm --mode system --op update --name debug --value on 2016-12-06 12:13:48.735 | +lib/cinder:start_cinder:528  '[' False == True ']' 2016-12-06 12:13:48.740 | +lib/cinder:start_cinder:533  run_process c-api '/usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf' 2016-12-06 12:13:48.744 | +functions-common:run_process:1474  local service=c-api 2016-12-06 12:13:48.748 | +functions-common:run_process:1475  local 'command=/usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf' 2016-12-06 12:13:48.751 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:48.755 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:48.760 | +functions-common:run_process:1479  local name=c-api 2016-12-06 12:13:48.766 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:48.769 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:48.773 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:48.777 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:48.781 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:48.785 | +functions-common:time_start:2389  _TIME_START[$name]=1481026428 2016-12-06 12:13:48.788 | +functions-common:run_process:1482  is_service_enabled c-api 2016-12-06 12:13:48.810 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:13:48.813 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:13:48.816 | +functions-common:run_process:1484  screen_process c-api '/usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf' '' 2016-12-06 12:13:48.819 | +functions-common:screen_process:1500  local name=c-api 2016-12-06 12:13:48.823 | +functions-common:screen_process:1501  local 'command=/usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf' 2016-12-06 12:13:48.829 | +functions-common:screen_process:1502  local group= 2016-12-06 12:13:48.833 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:13:48.837 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:13:48.840 | +functions-common:screen_process:1507  screen -S stack -X screen -t c-api 2016-12-06 12:13:48.845 | +functions-common:screen_process:1509  local logfile=c-api.log.2016-12-06-120336 2016-12-06 12:13:48.848 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/c-api.log.2016-12-06-120336 2016-12-06 12:13:48.860 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:13:48.860 | LOGDIR: /opt/stack/logs 2016-12-06 12:13:48.863 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:13:48.863 | SCREEN_LOGDIR: 2016-12-06 12:13:48.867 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/c-api.log.2016-12-06-120336' 2016-12-06 12:13:48.867 | log: /opt/stack/logs/c-api.log.2016-12-06-120336 2016-12-06 12:13:48.870 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:48.874 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:13:48.877 | +functions-common:screen_process:1516  screen -S stack -p c-api -X logfile /opt/stack/logs/c-api.log.2016-12-06-120336 2016-12-06 12:13:48.882 | +functions-common:screen_process:1517  screen -S stack -p c-api -X log on 2016-12-06 12:13:48.888 | +functions-common:screen_process:1520  touch /opt/stack/logs/c-api.log.2016-12-06-120336 2016-12-06 12:13:48.892 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''c-api.log.2016-12-06-120336'\'' c-api.log' 2016-12-06 12:13:48.897 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:13:48.900 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:13:51.909 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:13:51.917 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:13:51.923 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:13:51.929 | +functions-common:screen_process:1553  screen_rc c-api '/usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf' 2016-12-06 12:13:51.934 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:13:51.941 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:51.948 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:13:51.955 | +functions-common:screen_rc:1574  grep c-api /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:51.965 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:13:51.970 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:13:51.975 | +functions-common:screen_rc:1576  echo 'screen -t c-api bash' 2016-12-06 12:13:51.980 | +functions-common:screen_rc:1577  echo 'stuff "/usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf "' 2016-12-06 12:13:51.986 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:51.993 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:13:51.999 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/c-api.log.2016-12-06-120336' 2016-12-06 12:13:52.004 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:13:52.009 | +functions-common:screen_process:1555  screen -S stack -p c-api -X stuff '/usr/local/bin/cinder-api --config-file /etc/cinder/cinder.conf & echo $! >/opt/stack/status/stack/c-api.pid; fg || echo "c-api failed to start" | tee "/opt/stack/status/stack/c-api.failure" ' 2016-12-06 12:13:52.016 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:52.020 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:52.024 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:52.028 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:52.031 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:52.035 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:52.038 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:52.042 | +functions-common:time_stop:2405  start_time=1481026428 2016-12-06 12:13:52.045 | +functions-common:time_stop:2407  [[ -z 1481026428 ]] 2016-12-06 12:13:52.050 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:52.054 | +functions-common:time_stop:2410  end_time=1481026432 2016-12-06 12:13:52.057 | +functions-common:time_stop:2411  elapsed_time=4 2016-12-06 12:13:52.061 | +functions-common:time_stop:2412  total=47 2016-12-06 12:13:52.064 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:52.067 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=51 2016-12-06 12:13:52.071 | +lib/cinder:start_cinder:534  echo 'Waiting for Cinder API to start...' 2016-12-06 12:13:52.071 | Waiting for Cinder API to start... 2016-12-06 12:13:52.074 | +lib/cinder:start_cinder:535  wait_for_service 60 http://10.42.0.106:8776 2016-12-06 12:13:52.078 | +functions:wait_for_service:392  local timeout=60 2016-12-06 12:13:52.081 | +functions:wait_for_service:393  local url=http://10.42.0.106:8776 2016-12-06 12:13:52.084 | +functions:wait_for_service:394  local rval=0 2016-12-06 12:13:52.087 | +functions:wait_for_service:395  time_start wait_for_service 2016-12-06 12:13:52.091 | +functions-common:time_start:2384  local name=wait_for_service 2016-12-06 12:13:52.094 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:52.098 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:52.102 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:52.106 | +functions-common:time_start:2389  _TIME_START[$name]=1481026432 2016-12-06 12:13:52.110 | +functions:wait_for_service:396  timeout 60 bash -x 2016-12-06 12:13:52.114 | ++::  curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.42.0.106:8776 2016-12-06 12:13:52.121 | +::  [[ 000 == 503 ]] 2016-12-06 12:13:52.123 | +::  [[ 7 -eq 7 ]] 2016-12-06 12:13:52.125 | +::  sleep 1 2016-12-06 12:13:53.129 | ++::  curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.42.0.106:8776 2016-12-06 12:13:53.136 | +::  [[ 000 == 503 ]] 2016-12-06 12:13:53.138 | +::  [[ 7 -eq 7 ]] 2016-12-06 12:13:53.140 | +::  sleep 1 2016-12-06 12:13:54.145 | ++::  curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.42.0.106:8776 2016-12-06 12:13:54.151 | +::  [[ 000 == 503 ]] 2016-12-06 12:13:54.153 | +::  [[ 7 -eq 7 ]] 2016-12-06 12:13:54.156 | +::  sleep 1 2016-12-06 12:13:55.160 | ++::  curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.42.0.106:8776 2016-12-06 12:13:55.287 | +::  [[ 300 == 503 ]] 2016-12-06 12:13:55.290 | +::  [[ 0 -eq 7 ]] 2016-12-06 12:13:55.294 | +functions:wait_for_service:401  time_stop wait_for_service 2016-12-06 12:13:55.297 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:55.301 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:55.304 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:55.308 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:55.311 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:55.314 | +functions-common:time_stop:2404  name=wait_for_service 2016-12-06 12:13:55.318 | +functions-common:time_stop:2405  start_time=1481026432 2016-12-06 12:13:55.321 | +functions-common:time_stop:2407  [[ -z 1481026432 ]] 2016-12-06 12:13:55.325 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:55.329 | +functions-common:time_stop:2410  end_time=1481026435 2016-12-06 12:13:55.333 | +functions-common:time_stop:2411  elapsed_time=3 2016-12-06 12:13:55.336 | +functions-common:time_stop:2412  total=10 2016-12-06 12:13:55.339 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:55.343 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=13 2016-12-06 12:13:55.346 | +functions:wait_for_service:402  return 0 2016-12-06 12:13:55.349 | +lib/cinder:start_cinder:540  run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2016-12-06 12:13:55.353 | +functions-common:run_process:1474  local service=c-sch 2016-12-06 12:13:55.358 | +functions-common:run_process:1475  local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2016-12-06 12:13:55.361 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:55.363 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:55.368 | +functions-common:run_process:1479  local name=c-sch 2016-12-06 12:13:55.371 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:55.375 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:55.380 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:55.384 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:55.389 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:55.394 | +functions-common:time_start:2389  _TIME_START[$name]=1481026435 2016-12-06 12:13:55.398 | +functions-common:run_process:1482  is_service_enabled c-sch 2016-12-06 12:13:55.419 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:13:55.423 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:13:55.426 | +functions-common:run_process:1484  screen_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' 2016-12-06 12:13:55.430 | +functions-common:screen_process:1500  local name=c-sch 2016-12-06 12:13:55.434 | +functions-common:screen_process:1501  local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2016-12-06 12:13:55.437 | +functions-common:screen_process:1502  local group= 2016-12-06 12:13:55.441 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:13:55.444 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:13:55.447 | +functions-common:screen_process:1507  screen -S stack -X screen -t c-sch 2016-12-06 12:13:55.452 | +functions-common:screen_process:1509  local logfile=c-sch.log.2016-12-06-120336 2016-12-06 12:13:55.455 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/c-sch.log.2016-12-06-120336 2016-12-06 12:13:55.459 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:13:55.459 | LOGDIR: /opt/stack/logs 2016-12-06 12:13:55.462 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:13:55.462 | SCREEN_LOGDIR: 2016-12-06 12:13:55.467 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/c-sch.log.2016-12-06-120336' 2016-12-06 12:13:55.467 | log: /opt/stack/logs/c-sch.log.2016-12-06-120336 2016-12-06 12:13:55.470 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:55.473 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:13:55.477 | +functions-common:screen_process:1516  screen -S stack -p c-sch -X logfile /opt/stack/logs/c-sch.log.2016-12-06-120336 2016-12-06 12:13:55.482 | +functions-common:screen_process:1517  screen -S stack -p c-sch -X log on 2016-12-06 12:13:55.486 | +functions-common:screen_process:1520  touch /opt/stack/logs/c-sch.log.2016-12-06-120336 2016-12-06 12:13:55.490 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''c-sch.log.2016-12-06-120336'\'' c-sch.log' 2016-12-06 12:13:55.495 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:13:55.499 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:13:58.510 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:13:58.519 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:13:58.526 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:13:58.532 | +functions-common:screen_process:1553  screen_rc c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2016-12-06 12:13:58.539 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:13:58.546 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:58.553 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:13:58.559 | +functions-common:screen_rc:1574  grep c-sch /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:13:58.572 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:13:58.578 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:13:58.584 | +functions-common:screen_rc:1576  echo 'screen -t c-sch bash' 2016-12-06 12:13:58.590 | +functions-common:screen_rc:1577  echo 'stuff "/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf "' 2016-12-06 12:13:58.595 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:58.600 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:13:58.605 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/c-sch.log.2016-12-06-120336' 2016-12-06 12:13:58.610 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:13:58.615 | +functions-common:screen_process:1555  screen -S stack -p c-sch -X stuff '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf & echo $! >/opt/stack/status/stack/c-sch.pid; fg || echo "c-sch failed to start" | tee "/opt/stack/status/stack/c-sch.failure" ' 2016-12-06 12:13:58.621 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:58.624 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:58.628 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:58.631 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:58.635 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:58.640 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:58.643 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:58.647 | +functions-common:time_stop:2405  start_time=1481026435 2016-12-06 12:13:58.651 | +functions-common:time_stop:2407  [[ -z 1481026435 ]] 2016-12-06 12:13:58.655 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:58.659 | +functions-common:time_stop:2410  end_time=1481026438 2016-12-06 12:13:58.662 | +functions-common:time_stop:2411  elapsed_time=3 2016-12-06 12:13:58.666 | +functions-common:time_stop:2412  total=51 2016-12-06 12:13:58.669 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:58.672 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=54 2016-12-06 12:13:58.676 | +lib/cinder:start_cinder:541  run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2016-12-06 12:13:58.679 | +functions-common:run_process:1474  local service=c-bak 2016-12-06 12:13:58.683 | +functions-common:run_process:1475  local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2016-12-06 12:13:58.686 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:58.689 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:58.693 | +functions-common:run_process:1479  local name=c-bak 2016-12-06 12:13:58.696 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:58.700 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:58.703 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:58.706 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:58.711 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:58.715 | +functions-common:time_start:2389  _TIME_START[$name]=1481026438 2016-12-06 12:13:58.718 | +functions-common:run_process:1482  is_service_enabled c-bak 2016-12-06 12:13:58.738 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:13:58.741 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:13:58.745 | +functions-common:time_stop:2398  local name 2016-12-06 12:13:58.748 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:13:58.752 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:13:58.755 | +functions-common:time_stop:2401  local total 2016-12-06 12:13:58.758 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:13:58.762 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:13:58.765 | +functions-common:time_stop:2405  start_time=1481026438 2016-12-06 12:13:58.768 | +functions-common:time_stop:2407  [[ -z 1481026438 ]] 2016-12-06 12:13:58.773 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:13:58.777 | +functions-common:time_stop:2410  end_time=1481026438 2016-12-06 12:13:58.780 | +functions-common:time_stop:2411  elapsed_time=0 2016-12-06 12:13:58.784 | +functions-common:time_stop:2412  total=54 2016-12-06 12:13:58.787 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:13:58.790 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=54 2016-12-06 12:13:58.794 | +lib/cinder:start_cinder:542  run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2016-12-06 12:13:58.797 | +functions-common:run_process:1474  local service=c-vol 2016-12-06 12:13:58.801 | +functions-common:run_process:1475  local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2016-12-06 12:13:58.804 | +functions-common:run_process:1476  local group= 2016-12-06 12:13:58.807 | +functions-common:run_process:1477  local subservice= 2016-12-06 12:13:58.811 | +functions-common:run_process:1479  local name=c-vol 2016-12-06 12:13:58.815 | +functions-common:run_process:1481  time_start run_process 2016-12-06 12:13:58.818 | +functions-common:time_start:2384  local name=run_process 2016-12-06 12:13:58.822 | +functions-common:time_start:2385  local start_time= 2016-12-06 12:13:58.825 | +functions-common:time_start:2386  [[ -n '' ]] 2016-12-06 12:13:58.830 | ++functions-common:time_start:2389  date +%s 2016-12-06 12:13:58.834 | +functions-common:time_start:2389  _TIME_START[$name]=1481026438 2016-12-06 12:13:58.837 | +functions-common:run_process:1482  is_service_enabled c-vol 2016-12-06 12:13:58.858 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:13:58.862 | +functions-common:run_process:1483  [[ True = \T\r\u\e ]] 2016-12-06 12:13:58.865 | +functions-common:run_process:1484  screen_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' 2016-12-06 12:13:58.868 | +functions-common:screen_process:1500  local name=c-vol 2016-12-06 12:13:58.872 | +functions-common:screen_process:1501  local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2016-12-06 12:13:58.875 | +functions-common:screen_process:1502  local group= 2016-12-06 12:13:58.878 | +functions-common:screen_process:1504  SCREEN_NAME=stack 2016-12-06 12:13:58.882 | +functions-common:screen_process:1505  SERVICE_DIR=/opt/stack/status 2016-12-06 12:13:58.885 | +functions-common:screen_process:1507  screen -S stack -X screen -t c-vol 2016-12-06 12:13:58.890 | +functions-common:screen_process:1509  local logfile=c-vol.log.2016-12-06-120336 2016-12-06 12:13:58.893 | +functions-common:screen_process:1510  local real_logfile=/opt/stack/logs/c-vol.log.2016-12-06-120336 2016-12-06 12:13:58.897 | +functions-common:screen_process:1511  echo 'LOGDIR: /opt/stack/logs' 2016-12-06 12:13:58.897 | LOGDIR: /opt/stack/logs 2016-12-06 12:13:58.900 | +functions-common:screen_process:1512  echo 'SCREEN_LOGDIR: ' 2016-12-06 12:13:58.900 | SCREEN_LOGDIR: 2016-12-06 12:13:58.903 | +functions-common:screen_process:1513  echo 'log: /opt/stack/logs/c-vol.log.2016-12-06-120336' 2016-12-06 12:13:58.903 | log: /opt/stack/logs/c-vol.log.2016-12-06-120336 2016-12-06 12:13:58.907 | +functions-common:screen_process:1514  [[ -n /opt/stack/logs ]] 2016-12-06 12:13:58.911 | +functions-common:screen_process:1515  [[ True == \T\r\u\e ]] 2016-12-06 12:13:58.914 | +functions-common:screen_process:1516  screen -S stack -p c-vol -X logfile /opt/stack/logs/c-vol.log.2016-12-06-120336 2016-12-06 12:13:58.919 | +functions-common:screen_process:1517  screen -S stack -p c-vol -X log on 2016-12-06 12:13:58.923 | +functions-common:screen_process:1520  touch /opt/stack/logs/c-vol.log.2016-12-06-120336 2016-12-06 12:13:58.927 | +functions-common:screen_process:1521  bash -c 'cd '\''/opt/stack/logs'\'' && ln -sf '\''c-vol.log.2016-12-06-120336'\'' c-vol.log' 2016-12-06 12:13:58.932 | +functions-common:screen_process:1522  [[ -n '' ]] 2016-12-06 12:13:58.936 | +functions-common:screen_process:1536  sleep 3 2016-12-06 12:14:01.942 | ++functions-common:screen_process:1538  echo -ne '\015' 2016-12-06 12:14:01.946 | +functions-common:screen_process:1538  NL=$'\r' 2016-12-06 12:14:01.949 | +functions-common:screen_process:1548  [[ -n '' ]] 2016-12-06 12:14:01.953 | +functions-common:screen_process:1553  screen_rc c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2016-12-06 12:14:01.956 | +functions-common:screen_rc:1562  SCREEN_NAME=stack 2016-12-06 12:14:01.959 | +functions-common:screen_rc:1563  SCREENRC=/home/ubuntu/devstack/stack-screenrc 2016-12-06 12:14:01.963 | +functions-common:screen_rc:1564  [[ ! -e /home/ubuntu/devstack/stack-screenrc ]] 2016-12-06 12:14:01.966 | +functions-common:screen_rc:1574  grep c-vol /home/ubuntu/devstack/stack-screenrc 2016-12-06 12:14:01.972 | ++functions-common:screen_rc:1575  echo -ne '\015' 2016-12-06 12:14:01.975 | +functions-common:screen_rc:1575  NL=$'\r' 2016-12-06 12:14:01.979 | +functions-common:screen_rc:1576  echo 'screen -t c-vol bash' 2016-12-06 12:14:01.983 | +functions-common:screen_rc:1577  echo 'stuff "/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf "' 2016-12-06 12:14:01.986 | +functions-common:screen_rc:1579  [[ -n /opt/stack/logs ]] 2016-12-06 12:14:01.990 | +functions-common:screen_rc:1579  [[ True == \T\r\u\e ]] 2016-12-06 12:14:01.993 | +functions-common:screen_rc:1580  echo 'logfile /opt/stack/logs/c-vol.log.2016-12-06-120336' 2016-12-06 12:14:01.996 | +functions-common:screen_rc:1581  echo 'log on' 2016-12-06 12:14:02.000 | +functions-common:screen_process:1555  screen -S stack -p c-vol -X stuff '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf & echo $! >/opt/stack/status/stack/c-vol.pid; fg || echo "c-vol failed to start" | tee "/opt/stack/status/stack/c-vol.failure" ' 2016-12-06 12:14:02.006 | +functions-common:run_process:1490  time_stop run_process 2016-12-06 12:14:02.009 | +functions-common:time_stop:2398  local name 2016-12-06 12:14:02.013 | +functions-common:time_stop:2399  local end_time 2016-12-06 12:14:02.019 | +functions-common:time_stop:2400  local elapsed_time 2016-12-06 12:14:02.020 | +functions-common:time_stop:2401  local total 2016-12-06 12:14:02.023 | +functions-common:time_stop:2402  local start_time 2016-12-06 12:14:02.027 | +functions-common:time_stop:2404  name=run_process 2016-12-06 12:14:02.030 | +functions-common:time_stop:2405  start_time=1481026438 2016-12-06 12:14:02.034 | +functions-common:time_stop:2407  [[ -z 1481026438 ]] 2016-12-06 12:14:02.039 | ++functions-common:time_stop:2410  date +%s 2016-12-06 12:14:02.043 | +functions-common:time_stop:2410  end_time=1481026442 2016-12-06 12:14:02.046 | +functions-common:time_stop:2411  elapsed_time=4 2016-12-06 12:14:02.049 | +functions-common:time_stop:2412  total=54 2016-12-06 12:14:02.053 | +functions-common:time_stop:2414  _TIME_START[$name]= 2016-12-06 12:14:02.056 | +functions-common:time_stop:2415  _TIME_TOTAL[$name]=58 2016-12-06 12:14:02.060 | +lib/cinder:start_cinder:549  is_service_enabled c-api 2016-12-06 12:14:02.081 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:14:02.084 | +lib/cinder:start_cinder:549  is_service_enabled tls-proxy 2016-12-06 12:14:02.104 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:14:02.108 | +./stack.sh:main:1289  create_volume_types 2016-12-06 12:14:02.111 | +lib/cinder:create_volume_types:573  is_service_enabled c-api 2016-12-06 12:14:02.132 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:14:02.135 | +lib/cinder:create_volume_types:573  [[ -n lvm:lvmdriver-1 ]] 2016-12-06 12:14:02.139 | +lib/cinder:create_volume_types:574  local be be_name 2016-12-06 12:14:02.142 | +lib/cinder:create_volume_types:575  for be in '${CINDER_ENABLED_BACKENDS//,/ }' 2016-12-06 12:14:02.146 | +lib/cinder:create_volume_types:576  be_name=lvmdriver-1 2016-12-06 12:14:02.149 | +lib/cinder:create_volume_types:577  openstack --os-region-name=RegionOne volume type create --property volume_backend_name=lvmdriver-1 lvmdriver-1 2016-12-06 12:14:04.241 | +-------------+--------------------------------------+ 2016-12-06 12:14:04.241 | | Field | Value | 2016-12-06 12:14:04.241 | +-------------+--------------------------------------+ 2016-12-06 12:14:04.241 | | description | None | 2016-12-06 12:14:04.241 | | id | 9d4edf44-ce9a-45d7-a134-d7b81df5daea | 2016-12-06 12:14:04.241 | | is_public | True | 2016-12-06 12:14:04.241 | | name | lvmdriver-1 | 2016-12-06 12:14:04.241 | | properties | volume_backend_name='lvmdriver-1' | 2016-12-06 12:14:04.241 | +-------------+--------------------------------------+ 2016-12-06 12:14:04.278 | +./stack.sh:main:1293  is_service_enabled heat 2016-12-06 12:14:04.298 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:14:04.301 | +./stack.sh:main:1305  is_service_enabled horizon 2016-12-06 12:14:04.322 | +functions-common:is_service_enabled:2073  return 1 2016-12-06 12:14:04.325 | +./stack.sh:main:1319  is_service_enabled nova 2016-12-06 12:14:04.346 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:14:04.350 | +./stack.sh:main:1319  is_service_enabled keystone 2016-12-06 12:14:04.371 | +functions-common:is_service_enabled:2073  return 0 2016-12-06 12:14:04.374 | +./stack.sh:main:1320  USERRC_PARAMS='-PA --target-dir /home/ubuntu/devstack/accrc' 2016-12-06 12:14:04.378 | +./stack.sh:main:1322  '[' -f /opt/stack/data/ca-bundle.pem ']' 2016-12-06 12:14:04.381 | +./stack.sh:main:1326  [[ False = \T\r\u\e ]] 2016-12-06 12:14:04.385 | +./stack.sh:main:1330  /home/ubuntu/devstack/tools/create_userrc.sh -PA --target-dir /home/ubuntu/devstack/accrc 2016-12-06 12:14:04.388 | +home/ubuntu/devstack/tools/create_userrc.sh:main:31  ACCOUNT_DIR=./accrc 2016-12-06 12:14:04.391 | ++home/ubuntu/devstack/tools/create_userrc.sh:main:80  getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /home/ubuntu/devstack/accrc 2016-12-06 12:14:04.394 | +home/ubuntu/devstack/tools/create_userrc.sh:main:80  options=' -P -A --target-dir '\''/home/ubuntu/devstack/accrc'\'' --' 2016-12-06 12:14:04.396 | +home/ubuntu/devstack/tools/create_userrc.sh:main:84  eval set -- -P -A --target-dir ''\''/home/ubuntu/devstack/accrc'\''' -- 2016-12-06 12:14:04.398 | ++home/ubuntu/devstack/tools/create_userrc.sh:main:84  set -- -P -A --target-dir /home/ubuntu/devstack/accrc -- 2016-12-06 12:14:04.401 | +home/ubuntu/devstack/tools/create_userrc.sh:main:85  ADDPASS= 2016-12-06 12:14:04.403 | +home/ubuntu/devstack/tools/create_userrc.sh:main:86  HEAT_URL= 2016-12-06 12:14:04.405 | +home/ubuntu/devstack/tools/create_userrc.sh:main:91  SKIP_PROJECT=service 2016-12-06 12:14:04.407 | +home/ubuntu/devstack/tools/create_userrc.sh:main:92  MODE= 2016-12-06 12:14:04.409 | +home/ubuntu/devstack/tools/create_userrc.sh:main:93  ROLE=Member 2016-12-06 12:14:04.411 | +home/ubuntu/devstack/tools/create_userrc.sh:main:94  USER_NAME= 2016-12-06 12:14:04.413 | +home/ubuntu/devstack/tools/create_userrc.sh:main:95  USER_PASS= 2016-12-06 12:14:04.415 | +home/ubuntu/devstack/tools/create_userrc.sh:main:96  '[' 5 -gt 0 ']' 2016-12-06 12:14:04.417 | +home/ubuntu/devstack/tools/create_userrc.sh:main:97  case "$1" in 2016-12-06 12:14:04.420 | +home/ubuntu/devstack/tools/create_userrc.sh:main:119  ADDPASS=yes 2016-12-06 12:14:04.422 | +home/ubuntu/devstack/tools/create_userrc.sh:main:126  shift 2016-12-06 12:14:04.424 | +home/ubuntu/devstack/tools/create_userrc.sh:main:96  '[' 4 -gt 0 ']' 2016-12-06 12:14:04.426 | +home/ubuntu/devstack/tools/create_userrc.sh:main:97  case "$1" in 2016-12-06 12:14:04.428 | +home/ubuntu/devstack/tools/create_userrc.sh:main:118  MODE=all 2016-12-06 12:14:04.431 | +home/ubuntu/devstack/tools/create_userrc.sh:main:126  shift 2016-12-06 12:14:04.433 | +home/ubuntu/devstack/tools/create_userrc.sh:main:96  '[' 3 -gt 0 ']' 2016-12-06 12:14:04.435 | +home/ubuntu/devstack/tools/create_userrc.sh:main:97  case "$1" in 2016-12-06 12:14:04.438 | +home/ubuntu/devstack/tools/create_userrc.sh:main:113  ACCOUNT_DIR=/home/ubuntu/devstack/accrc 2016-12-06 12:14:04.440 | +home/ubuntu/devstack/tools/create_userrc.sh:main:113  shift 2016-12-06 12:14:04.442 | +home/ubuntu/devstack/tools/create_userrc.sh:main:126  shift 2016-12-06 12:14:04.444 | +home/ubuntu/devstack/tools/create_userrc.sh:main:96  '[' 1 -gt 0 ']' 2016-12-06 12:14:04.446 | +home/ubuntu/devstack/tools/create_userrc.sh:main:97  case "$1" in 2016-12-06 12:14:04.448 | +home/ubuntu/devstack/tools/create_userrc.sh:main:122  shift 2016-12-06 12:14:04.451 | +home/ubuntu/devstack/tools/create_userrc.sh:main:122  break 2016-12-06 12:14:04.453 | +home/ubuntu/devstack/tools/create_userrc.sh:main:129  '[' -z passwd1 ']' 2016-12-06 12:14:04.455 | +home/ubuntu/devstack/tools/create_userrc.sh:main:138  '[' -z '' -a '' ']' 2016-12-06 12:14:04.458 | +home/ubuntu/devstack/tools/create_userrc.sh:main:142  '[' -z admin -a '' ']' 2016-12-06 12:14:04.460 | +home/ubuntu/devstack/tools/create_userrc.sh:main:146  '[' -z admin -a -z '' ']' 2016-12-06 12:14:04.462 | +home/ubuntu/devstack/tools/create_userrc.sh:main:150  '[' -z admin ']' 2016-12-06 12:14:04.464 | +home/ubuntu/devstack/tools/create_userrc.sh:main:154  '[' -z http://10.42.0.106/identity_admin ']' 2016-12-06 12:14:04.466 | +home/ubuntu/devstack/tools/create_userrc.sh:main:158  '[' -z default -a -z '' ']' 2016-12-06 12:14:04.469 | +home/ubuntu/devstack/tools/create_userrc.sh:main:163  '[' -z default -a -z '' ']' 2016-12-06 12:14:04.471 | +home/ubuntu/devstack/tools/create_userrc.sh:main:168  USER_PASS=passwd1 2016-12-06 12:14:04.473 | +home/ubuntu/devstack/tools/create_userrc.sh:main:169  USER_NAME=admin 2016-12-06 12:14:04.476 | +home/ubuntu/devstack/tools/create_userrc.sh:main:171  '[' -z all ']' 2016-12-06 12:14:04.478 | +home/ubuntu/devstack/tools/create_userrc.sh:main:239  '[' all '!=' create ']' 2016-12-06 12:14:04.481 | +home/ubuntu/devstack/tools/create_userrc.sh:main:241  openstack project list --long --quote none -f csv 2016-12-06 12:14:04.481 | +home/ubuntu/devstack/tools/create_userrc.sh:main:241  grep ,True 2016-12-06 12:14:04.481 | +home/ubuntu/devstack/tools/create_userrc.sh:main:241  IFS=, 2016-12-06 12:14:04.482 | +home/ubuntu/devstack/tools/create_userrc.sh:main:241  grep -v service 2016-12-06 12:14:04.483 | +home/ubuntu/devstack/tools/create_userrc.sh:main:241  read project_id project_name desc enabled 2016-12-06 12:14:05.944 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  openstack user list --project 483ebd1adeaf449f88381aae3d98a984 --long --quote none -f csv 2016-12-06 12:14:05.944 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  IFS=, 2016-12-06 12:14:05.944 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  grep ,True 2016-12-06 12:14:05.946 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  read user_id user_name project email enabled 2016-12-06 12:14:07.506 | +home/ubuntu/devstack/tools/create_userrc.sh:main:243  '[' all = one -a demo '!=' admin ']' 2016-12-06 12:14:07.508 | +home/ubuntu/devstack/tools/create_userrc.sh:main:250  eval 'SPECIFIC_UPASSWORD=$demo_password' 2016-12-06 12:14:07.511 | ++home/ubuntu/devstack/tools/create_userrc.sh:main:250  SPECIFIC_UPASSWORD= 2016-12-06 12:14:07.513 | +home/ubuntu/devstack/tools/create_userrc.sh:main:251  '[' -n '' ']' 2016-12-06 12:14:07.515 | +home/ubuntu/devstack/tools/create_userrc.sh:main:254  add_entry 9b9ea2458dbd4c809a07f493da6652bb demo 483ebd1adeaf449f88381aae3d98a984 demo passwd1 2016-12-06 12:14:07.518 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179  local user_id=9b9ea2458dbd4c809a07f493da6652bb 2016-12-06 12:14:07.520 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180  local user_name=demo 2016-12-06 12:14:07.522 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181  local project_id=483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:14:07.524 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182  local project_name=demo 2016-12-06 12:14:07.527 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183  local user_passwd=passwd1 2016-12-06 12:14:07.529 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185  mkdir -p /home/ubuntu/devstack/accrc/demo 2016-12-06 12:14:07.532 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186  local rcfile=/home/ubuntu/devstack/accrc/demo/demo 2016-12-06 12:14:07.534 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188  cat 2016-12-06 12:14:07.537 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197  '[' -n yes ']' 2016-12-06 12:14:07.539 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198  echo 'export OS_PASSWORD="passwd1"' 2016-12-06 12:14:07.541 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200  '[' -n '' ']' 2016-12-06 12:14:07.544 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:07.546 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' default ']' 2016-12-06 12:14:07.548 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206  echo 'export OS_USER_DOMAIN_ID=default' 2016-12-06 12:14:07.550 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:07.553 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' ']' 2016-12-06 12:14:07.555 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208  echo 'unset OS_USER_DOMAIN_NAME' 2016-12-06 12:14:07.557 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:07.559 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' default ']' 2016-12-06 12:14:07.562 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206  echo 'export OS_PROJECT_DOMAIN_ID=default' 2016-12-06 12:14:07.564 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:07.566 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' ']' 2016-12-06 12:14:07.569 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208  echo 'unset OS_PROJECT_DOMAIN_NAME' 2016-12-06 12:14:07.571 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  IFS=, 2016-12-06 12:14:07.573 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  read user_id user_name project email enabled 2016-12-06 12:14:07.575 | +home/ubuntu/devstack/tools/create_userrc.sh:main:243  '[' all = one -a admin '!=' admin ']' 2016-12-06 12:14:07.577 | +home/ubuntu/devstack/tools/create_userrc.sh:main:250  eval 'SPECIFIC_UPASSWORD=$admin_password' 2016-12-06 12:14:07.580 | ++home/ubuntu/devstack/tools/create_userrc.sh:main:250  SPECIFIC_UPASSWORD= 2016-12-06 12:14:07.582 | +home/ubuntu/devstack/tools/create_userrc.sh:main:251  '[' -n '' ']' 2016-12-06 12:14:07.585 | +home/ubuntu/devstack/tools/create_userrc.sh:main:254  add_entry 9bab359fd4be45ea8ebab70c8ebfc3cf admin 483ebd1adeaf449f88381aae3d98a984 demo passwd1 2016-12-06 12:14:07.587 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179  local user_id=9bab359fd4be45ea8ebab70c8ebfc3cf 2016-12-06 12:14:07.589 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180  local user_name=admin 2016-12-06 12:14:07.591 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181  local project_id=483ebd1adeaf449f88381aae3d98a984 2016-12-06 12:14:07.594 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182  local project_name=demo 2016-12-06 12:14:07.596 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183  local user_passwd=passwd1 2016-12-06 12:14:07.598 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185  mkdir -p /home/ubuntu/devstack/accrc/demo 2016-12-06 12:14:07.601 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186  local rcfile=/home/ubuntu/devstack/accrc/demo/admin 2016-12-06 12:14:07.603 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188  cat 2016-12-06 12:14:07.606 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197  '[' -n yes ']' 2016-12-06 12:14:07.609 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198  echo 'export OS_PASSWORD="passwd1"' 2016-12-06 12:14:07.611 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200  '[' -n '' ']' 2016-12-06 12:14:07.613 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:07.615 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' default ']' 2016-12-06 12:14:07.618 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206  echo 'export OS_USER_DOMAIN_ID=default' 2016-12-06 12:14:07.620 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:07.622 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' ']' 2016-12-06 12:14:07.625 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208  echo 'unset OS_USER_DOMAIN_NAME' 2016-12-06 12:14:07.627 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:07.629 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' default ']' 2016-12-06 12:14:07.632 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206  echo 'export OS_PROJECT_DOMAIN_ID=default' 2016-12-06 12:14:07.634 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:07.636 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' ']' 2016-12-06 12:14:07.638 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208  echo 'unset OS_PROJECT_DOMAIN_NAME' 2016-12-06 12:14:07.640 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  IFS=, 2016-12-06 12:14:07.643 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  read user_id user_name project email enabled 2016-12-06 12:14:07.645 | +home/ubuntu/devstack/tools/create_userrc.sh:main:241  IFS=, 2016-12-06 12:14:07.647 | +home/ubuntu/devstack/tools/create_userrc.sh:main:241  read project_id project_name desc enabled 2016-12-06 12:14:07.650 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  grep ,True 2016-12-06 12:14:07.650 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  openstack user list --project 52d498661a774bffbf6fe1b00960e6f8 --long --quote none -f csv 2016-12-06 12:14:07.650 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  IFS=, 2016-12-06 12:14:07.652 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  read user_id user_name project email enabled 2016-12-06 12:14:09.172 | +home/ubuntu/devstack/tools/create_userrc.sh:main:243  '[' all = one -a admin '!=' admin ']' 2016-12-06 12:14:09.175 | +home/ubuntu/devstack/tools/create_userrc.sh:main:250  eval 'SPECIFIC_UPASSWORD=$admin_password' 2016-12-06 12:14:09.179 | ++home/ubuntu/devstack/tools/create_userrc.sh:main:250  SPECIFIC_UPASSWORD= 2016-12-06 12:14:09.181 | +home/ubuntu/devstack/tools/create_userrc.sh:main:251  '[' -n '' ']' 2016-12-06 12:14:09.183 | +home/ubuntu/devstack/tools/create_userrc.sh:main:254  add_entry 9bab359fd4be45ea8ebab70c8ebfc3cf admin 52d498661a774bffbf6fe1b00960e6f8 admin passwd1 2016-12-06 12:14:09.186 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179  local user_id=9bab359fd4be45ea8ebab70c8ebfc3cf 2016-12-06 12:14:09.189 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180  local user_name=admin 2016-12-06 12:14:09.191 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181  local project_id=52d498661a774bffbf6fe1b00960e6f8 2016-12-06 12:14:09.194 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182  local project_name=admin 2016-12-06 12:14:09.197 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183  local user_passwd=passwd1 2016-12-06 12:14:09.199 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185  mkdir -p /home/ubuntu/devstack/accrc/admin 2016-12-06 12:14:09.202 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186  local rcfile=/home/ubuntu/devstack/accrc/admin/admin 2016-12-06 12:14:09.205 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188  cat 2016-12-06 12:14:09.208 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197  '[' -n yes ']' 2016-12-06 12:14:09.210 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198  echo 'export OS_PASSWORD="passwd1"' 2016-12-06 12:14:09.213 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200  '[' -n '' ']' 2016-12-06 12:14:09.215 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:09.217 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' default ']' 2016-12-06 12:14:09.219 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206  echo 'export OS_USER_DOMAIN_ID=default' 2016-12-06 12:14:09.222 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:09.224 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' ']' 2016-12-06 12:14:09.226 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208  echo 'unset OS_USER_DOMAIN_NAME' 2016-12-06 12:14:09.229 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:09.232 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' default ']' 2016-12-06 12:14:09.234 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206  echo 'export OS_PROJECT_DOMAIN_ID=default' 2016-12-06 12:14:09.237 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:09.239 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' ']' 2016-12-06 12:14:09.242 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208  echo 'unset OS_PROJECT_DOMAIN_NAME' 2016-12-06 12:14:09.244 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  IFS=, 2016-12-06 12:14:09.246 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  read user_id user_name project email enabled 2016-12-06 12:14:09.248 | +home/ubuntu/devstack/tools/create_userrc.sh:main:241  IFS=, 2016-12-06 12:14:09.251 | +home/ubuntu/devstack/tools/create_userrc.sh:main:241  read project_id project_name desc enabled 2016-12-06 12:14:09.253 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  IFS=, 2016-12-06 12:14:09.253 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  openstack user list --project 7ce32dd58a864ce3866f5ea015048293 --long --quote none -f csv 2016-12-06 12:14:09.254 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  grep ,True 2016-12-06 12:14:09.255 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  read user_id user_name project email enabled 2016-12-06 12:14:10.839 | +home/ubuntu/devstack/tools/create_userrc.sh:main:243  '[' all = one -a demo '!=' admin ']' 2016-12-06 12:14:10.841 | +home/ubuntu/devstack/tools/create_userrc.sh:main:250  eval 'SPECIFIC_UPASSWORD=$demo_password' 2016-12-06 12:14:10.848 | ++home/ubuntu/devstack/tools/create_userrc.sh:main:250  SPECIFIC_UPASSWORD= 2016-12-06 12:14:10.851 | +home/ubuntu/devstack/tools/create_userrc.sh:main:251  '[' -n '' ']' 2016-12-06 12:14:10.853 | +home/ubuntu/devstack/tools/create_userrc.sh:main:254  add_entry 9b9ea2458dbd4c809a07f493da6652bb demo 7ce32dd58a864ce3866f5ea015048293 invisible_to_admin passwd1 2016-12-06 12:14:10.855 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179  local user_id=9b9ea2458dbd4c809a07f493da6652bb 2016-12-06 12:14:10.858 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180  local user_name=demo 2016-12-06 12:14:10.860 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181  local project_id=7ce32dd58a864ce3866f5ea015048293 2016-12-06 12:14:10.862 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182  local project_name=invisible_to_admin 2016-12-06 12:14:10.864 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183  local user_passwd=passwd1 2016-12-06 12:14:10.867 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185  mkdir -p /home/ubuntu/devstack/accrc/invisible_to_admin 2016-12-06 12:14:10.870 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186  local rcfile=/home/ubuntu/devstack/accrc/invisible_to_admin/demo 2016-12-06 12:14:10.872 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188  cat 2016-12-06 12:14:10.875 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197  '[' -n yes ']' 2016-12-06 12:14:10.877 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198  echo 'export OS_PASSWORD="passwd1"' 2016-12-06 12:14:10.880 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200  '[' -n '' ']' 2016-12-06 12:14:10.882 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:10.884 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' default ']' 2016-12-06 12:14:10.886 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206  echo 'export OS_USER_DOMAIN_ID=default' 2016-12-06 12:14:10.889 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:10.891 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' ']' 2016-12-06 12:14:10.893 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208  echo 'unset OS_USER_DOMAIN_NAME' 2016-12-06 12:14:10.895 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:10.897 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' default ']' 2016-12-06 12:14:10.899 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206  echo 'export OS_PROJECT_DOMAIN_ID=default' 2016-12-06 12:14:10.901 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:10.903 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' ']' 2016-12-06 12:14:10.905 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208  echo 'unset OS_PROJECT_DOMAIN_NAME' 2016-12-06 12:14:10.908 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  IFS=, 2016-12-06 12:14:10.910 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  read user_id user_name project email enabled 2016-12-06 12:14:10.912 | +home/ubuntu/devstack/tools/create_userrc.sh:main:241  IFS=, 2016-12-06 12:14:10.915 | +home/ubuntu/devstack/tools/create_userrc.sh:main:241  read project_id project_name desc enabled 2016-12-06 12:14:10.917 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  openstack user list --project 8287706025c94c51b0d02847c4669447 --long --quote none -f csv 2016-12-06 12:14:10.917 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  IFS=, 2016-12-06 12:14:10.918 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  grep ,True 2016-12-06 12:14:10.920 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  read user_id user_name project email enabled 2016-12-06 12:14:12.530 | +home/ubuntu/devstack/tools/create_userrc.sh:main:243  '[' all = one -a alt_demo '!=' admin ']' 2016-12-06 12:14:12.532 | +home/ubuntu/devstack/tools/create_userrc.sh:main:250  eval 'SPECIFIC_UPASSWORD=$alt_demo_password' 2016-12-06 12:14:12.536 | ++home/ubuntu/devstack/tools/create_userrc.sh:main:250  SPECIFIC_UPASSWORD= 2016-12-06 12:14:12.539 | +home/ubuntu/devstack/tools/create_userrc.sh:main:251  '[' -n '' ']' 2016-12-06 12:14:12.541 | +home/ubuntu/devstack/tools/create_userrc.sh:main:254  add_entry c423df30c0044171810ac70ce151d16e alt_demo 8287706025c94c51b0d02847c4669447 alt_demo passwd1 2016-12-06 12:14:12.544 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179  local user_id=c423df30c0044171810ac70ce151d16e 2016-12-06 12:14:12.547 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180  local user_name=alt_demo 2016-12-06 12:14:12.549 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181  local project_id=8287706025c94c51b0d02847c4669447 2016-12-06 12:14:12.551 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182  local project_name=alt_demo 2016-12-06 12:14:12.554 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183  local user_passwd=passwd1 2016-12-06 12:14:12.556 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185  mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2016-12-06 12:14:12.559 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186  local rcfile=/home/ubuntu/devstack/accrc/alt_demo/alt_demo 2016-12-06 12:14:12.562 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188  cat 2016-12-06 12:14:12.565 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197  '[' -n yes ']' 2016-12-06 12:14:12.567 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198  echo 'export OS_PASSWORD="passwd1"' 2016-12-06 12:14:12.571 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200  '[' -n '' ']' 2016-12-06 12:14:12.573 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:12.576 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' default ']' 2016-12-06 12:14:12.578 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206  echo 'export OS_USER_DOMAIN_ID=default' 2016-12-06 12:14:12.580 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:12.583 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' ']' 2016-12-06 12:14:12.585 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208  echo 'unset OS_USER_DOMAIN_NAME' 2016-12-06 12:14:12.587 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:12.589 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' default ']' 2016-12-06 12:14:12.592 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206  echo 'export OS_PROJECT_DOMAIN_ID=default' 2016-12-06 12:14:12.595 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:12.597 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' ']' 2016-12-06 12:14:12.599 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208  echo 'unset OS_PROJECT_DOMAIN_NAME' 2016-12-06 12:14:12.602 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  IFS=, 2016-12-06 12:14:12.604 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  read user_id user_name project email enabled 2016-12-06 12:14:12.606 | +home/ubuntu/devstack/tools/create_userrc.sh:main:243  '[' all = one -a admin '!=' admin ']' 2016-12-06 12:14:12.608 | +home/ubuntu/devstack/tools/create_userrc.sh:main:250  eval 'SPECIFIC_UPASSWORD=$admin_password' 2016-12-06 12:14:12.611 | ++home/ubuntu/devstack/tools/create_userrc.sh:main:250  SPECIFIC_UPASSWORD= 2016-12-06 12:14:12.614 | +home/ubuntu/devstack/tools/create_userrc.sh:main:251  '[' -n '' ']' 2016-12-06 12:14:12.616 | +home/ubuntu/devstack/tools/create_userrc.sh:main:254  add_entry 9bab359fd4be45ea8ebab70c8ebfc3cf admin 8287706025c94c51b0d02847c4669447 alt_demo passwd1 2016-12-06 12:14:12.618 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179  local user_id=9bab359fd4be45ea8ebab70c8ebfc3cf 2016-12-06 12:14:12.621 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180  local user_name=admin 2016-12-06 12:14:12.623 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181  local project_id=8287706025c94c51b0d02847c4669447 2016-12-06 12:14:12.625 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182  local project_name=alt_demo 2016-12-06 12:14:12.628 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183  local user_passwd=passwd1 2016-12-06 12:14:12.630 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185  mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2016-12-06 12:14:12.633 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186  local rcfile=/home/ubuntu/devstack/accrc/alt_demo/admin 2016-12-06 12:14:12.636 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188  cat 2016-12-06 12:14:12.639 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197  '[' -n yes ']' 2016-12-06 12:14:12.641 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198  echo 'export OS_PASSWORD="passwd1"' 2016-12-06 12:14:12.643 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200  '[' -n '' ']' 2016-12-06 12:14:12.646 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:12.648 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' default ']' 2016-12-06 12:14:12.650 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206  echo 'export OS_USER_DOMAIN_ID=default' 2016-12-06 12:14:12.652 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:12.655 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' ']' 2016-12-06 12:14:12.657 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208  echo 'unset OS_USER_DOMAIN_NAME' 2016-12-06 12:14:12.660 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:12.662 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' default ']' 2016-12-06 12:14:12.664 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206  echo 'export OS_PROJECT_DOMAIN_ID=default' 2016-12-06 12:14:12.666 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204  for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2016-12-06 12:14:12.669 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205  '[' ']' 2016-12-06 12:14:12.671 | +home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208  echo 'unset OS_PROJECT_DOMAIN_NAME' 2016-12-06 12:14:12.673 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  IFS=, 2016-12-06 12:14:12.675 | +home/ubuntu/devstack/tools/create_userrc.sh:main:242  read user_id user_name project email enabled 2016-12-06 12:14:12.678 | +home/ubuntu/devstack/tools/create_userrc.sh:main:241  IFS=, 2016-12-06 12:14:12.680 | +home/ubuntu/devstack/tools/create_userrc.sh:main:241  read project_id project_name desc enabled 2016-12-06 12:14:12.684 | +./stack.sh:main:1335  save_stackenv 2016-12-06 12:14:12.688 | +functions-common:save_stackenv:61  local tag= 2016-12-06 12:14:12.692 | ++functions-common:save_stackenv:63  date +%F-%H%M%S 2016-12-06 12:14:12.696 | +functions-common:save_stackenv:63  time_stamp=2016-12-06-121412 2016-12-06 12:14:12.699 | +functions-common:save_stackenv:64  echo '# 2016-12-06-121412 ' 2016-12-06 12:14:12.703 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:14:12.707 | +functions-common:save_stackenv:66  echo BASE_SQL_CONN=mysql+pymysql://root:passwd2@127.0.0.1 2016-12-06 12:14:12.710 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:14:12.714 | +functions-common:save_stackenv:66  echo DATA_DIR=/opt/stack/data 2016-12-06 12:14:12.717 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:14:12.720 | +functions-common:save_stackenv:66  echo DEST=/opt/stack 2016-12-06 12:14:12.724 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:14:12.727 | +functions-common:save_stackenv:66  echo ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,q-lbaasv2,octavia,o-cw,o-hk,o-hm,o-api 2016-12-06 12:14:12.730 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:14:12.734 | +functions-common:save_stackenv:66  echo HOST_IP=10.42.0.106 2016-12-06 12:14:12.737 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:14:12.741 | +functions-common:save_stackenv:66  echo KEYSTONE_AUTH_PROTOCOL=http 2016-12-06 12:14:12.745 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:14:12.749 | +functions-common:save_stackenv:66  echo KEYSTONE_AUTH_URI=http://10.42.0.106/identity_admin 2016-12-06 12:14:12.753 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:14:12.756 | +functions-common:save_stackenv:66  echo KEYSTONE_SERVICE_URI=http://10.42.0.106/identity 2016-12-06 12:14:12.760 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:14:12.763 | +functions-common:save_stackenv:66  echo LOGFILE=/opt/stack/logs/stack.sh.log.2016-12-06-120336 2016-12-06 12:14:12.767 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:14:12.770 | +functions-common:save_stackenv:66  echo OS_CACERT= 2016-12-06 12:14:12.774 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:14:12.777 | +functions-common:save_stackenv:66  echo SERVICE_HOST=10.42.0.106 2016-12-06 12:14:12.780 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:14:12.784 | +functions-common:save_stackenv:66  echo SERVICE_PROTOCOL=http 2016-12-06 12:14:12.787 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:14:12.790 | +functions-common:save_stackenv:66  echo STACK_USER=ubuntu 2016-12-06 12:14:12.794 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:14:12.797 | +functions-common:save_stackenv:66  echo TLS_IP= 2016-12-06 12:14:12.801 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:14:12.804 | +functions-common:save_stackenv:66  echo HOST_IPV6=2a04:3b40:8010:1:f816:3eff:fe53:744d 2016-12-06 12:14:12.807 | +functions-common:save_stackenv:65  for i in '$STACK_ENV_VARS' 2016-12-06 12:14:12.811 | +functions-common:save_stackenv:66  echo SERVICE_IP_VERSION=4 2016-12-06 12:14:12.814 | +./stack.sh:main:1346  merge_config_group /home/ubuntu/devstack/local.conf extra 2016-12-06 12:14:12.817 | +inc/meta-config:merge_config_group:171  local localfile=/home/ubuntu/devstack/local.conf 2016-12-06 12:14:12.821 | +inc/meta-config:merge_config_group:171  shift 2016-12-06 12:14:12.824 | +inc/meta-config:merge_config_group:172  local matchgroups=extra 2016-12-06 12:14:12.827 | +inc/meta-config:merge_config_group:174  [[ -r /home/ubuntu/devstack/local.conf ]] 2016-12-06 12:14:12.830 | +inc/meta-config:merge_config_group:176  local configfile group 2016-12-06 12:14:12.834 | +inc/meta-config:merge_config_group:177  for group in '$matchgroups' 2016-12-06 12:14:12.839 | ++inc/meta-config:merge_config_group:178  get_meta_section_files /home/ubuntu/devstack/local.conf extra 2016-12-06 12:14:12.844 | ++inc/meta-config:get_meta_section_files:63  local file=/home/ubuntu/devstack/local.conf 2016-12-06 12:14:12.848 | ++inc/meta-config:get_meta_section_files:64  local matchgroup=extra 2016-12-06 12:14:12.852 | ++inc/meta-config:get_meta_section_files:66  [[ -r /home/ubuntu/devstack/local.conf ]] 2016-12-06 12:14:12.856 | ++inc/meta-config:get_meta_section_files:68  awk -v matchgroup=extra ' 2016-12-06 12:14:12.856 | /^\[\[.+\|.*\]\]/ { 2016-12-06 12:14:12.856 | gsub("[][]", "", $1); 2016-12-06 12:14:12.856 | split($1, a, "|"); 2016-12-06 12:14:12.856 | if (a[1] == matchgroup) 2016-12-06 12:14:12.856 | print a[2] 2016-12-06 12:14:12.856 | } 2016-12-06 12:14:12.856 | ' /home/ubuntu/devstack/local.conf 2016-12-06 12:14:12.861 | +./stack.sh:main:1353  run_phase stack extra 2016-12-06 12:14:12.865 | +functions-common:run_phase:1869  local mode=stack 2016-12-06 12:14:12.869 | +functions-common:run_phase:1870  local phase=extra 2016-12-06 12:14:12.873 | +functions-common:run_phase:1871  [[ -d /home/ubuntu/devstack/extras.d ]] 2016-12-06 12:14:12.877 | +functions-common:run_phase:1872  local extra_plugin_file_name 2016-12-06 12:14:12.881 | +functions-common:run_phase:1873  for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2016-12-06 12:14:12.885 | +functions-common:run_phase:1878  local exceptions=80-tempest.sh 2016-12-06 12:14:12.888 | +functions-common:run_phase:1879  local extra 2016-12-06 12:14:12.893 | ++functions-common:run_phase:1880  basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2016-12-06 12:14:12.898 | +functions-common:run_phase:1880  extra=80-tempest.sh 2016-12-06 12:14:12.902 | +functions-common:run_phase:1881  [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2016-12-06 12:14:12.905 | +functions-common:run_phase:1885  [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2016-12-06 12:14:12.909 | +functions-common:run_phase:1885  source /home/ubuntu/devstack/extras.d/80-tempest.sh stack extra 2016-12-06 12:14:12.915 | ++extras.d/80-tempest.sh:source:3  is_service_enabled tempest 2016-12-06 12:14:12.940 | ++functions-common:is_service_enabled:2073  return 1 2016-12-06 12:14:12.944 | +functions-common:run_phase:1890  [[ stack == \s\o\u\r\c\e ]] 2016-12-06 12:14:12.947 | +functions-common:run_phase:1893  [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2016-12-06 12:14:12.950 | +functions-common:run_phase:1896  run_plugins stack extra 2016-12-06 12:14:12.954 | +functions-common:run_plugins:1855  local mode=stack 2016-12-06 12:14:12.958 | +functions-common:run_plugins:1856  local phase=extra 2016-12-06 12:14:12.961 | +functions-common:run_plugins:1858  local plugins=,neutron-lbaas,octavia 2016-12-06 12:14:12.965 | +functions-common:run_plugins:1859  local plugin 2016-12-06 12:14:12.968 | +functions-common:run_plugins:1860  for plugin in '${plugins//,/ }' 2016-12-06 12:14:12.972 | +functions-common:run_plugins:1861  local dir=/opt/stack/neutron-lbaas 2016-12-06 12:14:12.975 | +functions-common:run_plugins:1862  [[ -f /opt/stack/neutron-lbaas/devstack/plugin.sh ]] 2016-12-06 12:14:12.979 | +functions-common:run_plugins:1863  source /opt/stack/neutron-lbaas/devstack/plugin.sh stack extra 2016-12-06 12:14:12.984 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:112  is_service_enabled q-lbaasv2 2016-12-06 12:14:13.008 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:14:13.013 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:114  is_service_enabled q-svc 2016-12-06 12:14:13.036 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:14:13.040 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:118  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:14:13.045 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:118  [[ extra == \i\n\s\t\a\l\l ]] 2016-12-06 12:14:13.049 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:123  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:14:13.053 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:123  [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2016-12-06 12:14:13.057 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:130  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:14:13.062 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:130  [[ extra == \e\x\t\r\a ]] 2016-12-06 12:14:13.066 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:132  echo_summary 'Initializing neutron-lbaas' 2016-12-06 12:14:13.070 | ++./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:14:13.075 | ++./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:14:13.079 | ++./stack.sh:echo_summary:398  echo -e Initializing neutron-lbaas 2016-12-06 12:14:13.083 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:133  neutron_lbaas_start 2016-12-06 12:14:13.087 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_start:82  local is_run_process=True 2016-12-06 12:14:13.091 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_start:84  LBAAS_VERSION=q-lbaasv2 2016-12-06 12:14:13.095 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_start:85  AGENT_LBAAS_BINARY=/usr/local/bin/neutron-lbaasv2-agent 2016-12-06 12:14:13.099 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_start:88  [[ LOADBALANCERV2:Octavia:neutron_lbaas.drivers.octavia.driver.OctaviaDriver:default == \L\O\A\D\B\A\L\A\N\C\E\R\V\2\:\O\c\t\a\v\i\a\:\n\e\u\t\r\o\n\_\l\b\a\a\s\.\d\r\i\v\e\r\s\.\o\c\t\a\v\i\a\.\d\r\i\v\e\r\.\O\c\t\a\v\i\a\D\r\i\v\e\r\:\d\e\f\a\u\l\t ]] 2016-12-06 12:14:13.104 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_start:89  is_run_process=False 2016-12-06 12:14:13.108 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:neutron_lbaas_start:92  [[ False == \T\r\u\e ]] 2016-12-06 12:14:13.112 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:137  [[ stack == \u\n\s\t\a\c\k ]] 2016-12-06 12:14:13.116 | ++/opt/stack/neutron-lbaas/devstack/plugin.sh:source:142  [[ stack == \c\l\e\a\n ]] 2016-12-06 12:14:13.119 | +functions-common:run_plugins:1860  for plugin in '${plugins//,/ }' 2016-12-06 12:14:13.122 | +functions-common:run_plugins:1861  local dir=/opt/stack/octavia 2016-12-06 12:14:13.126 | +functions-common:run_plugins:1862  [[ -f /opt/stack/octavia/devstack/plugin.sh ]] 2016-12-06 12:14:13.129 | +functions-common:run_plugins:1863  source /opt/stack/octavia/devstack/plugin.sh stack extra 2016-12-06 12:14:13.133 | ++/opt/stack/octavia/devstack/plugin.sh:source:5  GET_PIP_CACHE_LOCATION=/opt/stack/cache/files/get-pip.py 2016-12-06 12:14:13.140 | ++/opt/stack/octavia/devstack/plugin.sh:source:401  is_service_enabled octavia 2016-12-06 12:14:13.164 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:14:13.169 | ++/opt/stack/octavia/devstack/plugin.sh:source:402  '[' standalone == main ']' 2016-12-06 12:14:13.173 | ++/opt/stack/octavia/devstack/plugin.sh:source:402  '[' standalone == standalone ']' 2016-12-06 12:14:13.177 | ++/opt/stack/octavia/devstack/plugin.sh:source:403  is_service_enabled q-svc 2016-12-06 12:14:13.201 | ++functions-common:is_service_enabled:2073  return 0 2016-12-06 12:14:13.205 | ++/opt/stack/octavia/devstack/plugin.sh:source:407  '[' '' == True ']' 2016-12-06 12:14:13.209 | ++/opt/stack/octavia/devstack/plugin.sh:source:414  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:14:13.214 | ++/opt/stack/octavia/devstack/plugin.sh:source:414  [[ extra == \i\n\s\t\a\l\l ]] 2016-12-06 12:14:13.218 | ++/opt/stack/octavia/devstack/plugin.sh:source:419  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:14:13.222 | ++/opt/stack/octavia/devstack/plugin.sh:source:419  [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2016-12-06 12:14:13.226 | ++/opt/stack/octavia/devstack/plugin.sh:source:426  [[ stack == \s\t\a\c\k ]] 2016-12-06 12:14:13.230 | ++/opt/stack/octavia/devstack/plugin.sh:source:426  [[ extra == \e\x\t\r\a ]] 2016-12-06 12:14:13.235 | ++/opt/stack/octavia/devstack/plugin.sh:source:428  echo_summary 'Initializing octavia' 2016-12-06 12:14:13.239 | ++./stack.sh:echo_summary:392  [[ -t 3 ]] 2016-12-06 12:14:13.243 | ++./stack.sh:echo_summary:392  [[ True != \T\r\u\e ]] 2016-12-06 12:14:13.248 | ++./stack.sh:echo_summary:398  echo -e Initializing octavia 2016-12-06 12:14:13.252 | ++/opt/stack/octavia/devstack/plugin.sh:source:429  octavia_start 2016-12-06 12:14:13.257 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_start:272  '[' standalone '!=' main ']' 2016-12-06 12:14:13.261 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_start:272  '[' standalone '!=' standalone ']' 2016-12-06 12:14:13.265 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_start:279  '[' standalone == main ']' 2016-12-06 12:14:13.269 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_start:279  '[' standalone == standalone ']' 2016-12-06 12:14:13.274 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_start:281  openstack keypair create --public-key /etc/octavia/.ssh/octavia_ssh_key.pub octavia_ssh_key 2016-12-06 12:14:14.965 | +-------------+-------------------------------------------------+ 2016-12-06 12:14:14.965 | | Field | Value | 2016-12-06 12:14:14.966 | +-------------+-------------------------------------------------+ 2016-12-06 12:14:14.966 | | fingerprint | 8e:41:c7:53:f7:b8:4f:a0:75:7f:10:8c:4a:db:2e:e1 | 2016-12-06 12:14:14.966 | | name | octavia_ssh_key | 2016-12-06 12:14:14.966 | | user_id | 9bab359fd4be45ea8ebab70c8ebfc3cf | 2016-12-06 12:14:14.966 | +-------------+-------------------------------------------------+ 2016-12-06 12:14:14.999 | +++/opt/stack/octavia/devstack/plugin.sh:octavia_start:284  openstack image list --property name=amphora-x64-haproxy -f value -c Name 2016-12-06 12:14:16.601 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_start:284  AMPHORA_IMAGE_NAME= 2016-12-06 12:14:16.609 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_start:285  export AMPHORA_IMAGE_NAME 2016-12-06 12:14:16.615 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_start:287  '[' '' == amphora-x64-haproxy ']' 2016-12-06 12:14:16.622 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_start:293  '[' '' == True ']' 2016-12-06 12:14:16.627 | ++/opt/stack/octavia/devstack/plugin.sh:octavia_start:294  build_octavia_worker_image 2016-12-06 12:14:16.632 | ++/opt/stack/octavia/devstack/plugin.sh:build_octavia_worker_image:27  '[' -n '' ']' 2016-12-06 12:14:16.637 | ++/opt/stack/octavia/devstack/plugin.sh:build_octavia_worker_image:29  '[' -f /opt/stack/cache/files/get-pip.py ']' 2016-12-06 12:14:16.642 | ++/opt/stack/octavia/devstack/plugin.sh:build_octavia_worker_image:32  export DIB_REPOLOCATION_amphora_agent=/opt/stack/octavia 2016-12-06 12:14:16.647 | ++/opt/stack/octavia/devstack/plugin.sh:build_octavia_worker_image:32  DIB_REPOLOCATION_amphora_agent=/opt/stack/octavia 2016-12-06 12:14:16.653 | +++/opt/stack/octavia/devstack/plugin.sh:build_octavia_worker_image:33  git -C /opt/stack/octavia log -1 --pretty=format:%H 2016-12-06 12:14:16.659 | ++/opt/stack/octavia/devstack/plugin.sh:build_octavia_worker_image:33  export DIB_REPOREF_amphora_agent=2296d89073948d4f2a4e02f86231987b58233bce 2016-12-06 12:14:16.663 | ++/opt/stack/octavia/devstack/plugin.sh:build_octavia_worker_image:33  DIB_REPOREF_amphora_agent=2296d89073948d4f2a4e02f86231987b58233bce 2016-12-06 12:14:16.669 | +++/opt/stack/octavia/devstack/plugin.sh:build_octavia_worker_image:34  openstack token issue 2016-12-06 12:14:16.669 | +++/opt/stack/octavia/devstack/plugin.sh:build_octavia_worker_image:34  get_field 2 2016-12-06 12:14:16.670 | +++/opt/stack/octavia/devstack/plugin.sh:build_octavia_worker_image:34  grep ' id ' 2016-12-06 12:14:16.675 | +++functions-common:get_field:699  local data field 2016-12-06 12:14:16.679 | +++functions-common:get_field:700  read data 2016-12-06 12:14:18.148 | +++functions-common:get_field:701  '[' 2 -lt 0 ']' 2016-12-06 12:14:18.153 | +++functions-common:get_field:704  field='$3' 2016-12-06 12:14:18.159 | +++functions-common:get_field:706  echo '| id | gAAAAABYRqualZDyVQ8_9AEzE5qiNeL08BVv4DSzwBJJ7hkHY3LH2CMTc4xqIuXhPuwuyyohQD5-ljNys1AH6sQIriEDSMklm0LLsWo1QSwRHGD-xE93NTt3gJr_MBgCnww8dVLpGoF6wHXBo4W7Y34d2jSvt7X2aOBlf90GS2m2W66dcHeMK_Y |' 2016-12-06 12:14:18.160 | +++functions-common:get_field:706  awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2016-12-06 12:14:18.168 | +++functions-common:get_field:700  read data 2016-12-06 12:14:18.173 | ++/opt/stack/octavia/devstack/plugin.sh:build_octavia_worker_image:34  TOKEN=gAAAAABYRqualZDyVQ8_9AEzE5qiNeL08BVv4DSzwBJJ7hkHY3LH2CMTc4xqIuXhPuwuyyohQD5-ljNys1AH6sQIriEDSMklm0LLsWo1QSwRHGD-xE93NTt3gJr_MBgCnww8dVLpGoF6wHXBo4W7Y34d2jSvt7X2aOBlf90GS2m2W66dcHeMK_Y 2016-12-06 12:14:18.177 | ++/opt/stack/octavia/devstack/plugin.sh:build_octavia_worker_image:35  die_if_not_set 35 TOKEN 'Keystone failed to get token.' 2016-12-06 12:14:18.182 | ++functions-common:die_if_not_set:204  local exitcode=0 2016-12-06 12:14:18.209 | ++/opt/stack/octavia/devstack/plugin.sh:build_octavia_worker_image:37  '[' -f /opt/stack/octavia/diskimage-create/amphora-x64-haproxy.qcow2 ']' 2016-12-06 12:14:18.213 | ++/opt/stack/octavia/devstack/plugin.sh:build_octavia_worker_image:38  /opt/stack/octavia/diskimage-create/diskimage-create.sh -s 2 -o /opt/stack/octavia/diskimage-create/amphora-x64-haproxy.qcow2 2016-12-06 12:14:20.860 | Building elements: base base vm ubuntu haproxy-octavia-ubuntu rebind-sshd no-resolvconf amphora-agent-ubuntu keepalived-octavia-ubuntu pip-cache cert-ramfs-ecrypt 2016-12-06 12:14:20.896 | Expanded element dependencies to: sysctl install-bin pip-manifest dib-run-parts vm cert-ramfs-ecrypt os-svc-install amphora-agent-ubuntu os-apply-config manifests package-installs dkms dib-python pip-cache source-repositories amphora-agent keepalived-octavia-ubuntu no-resolvconf rebind-sshd dib-init-system haproxy-octavia-ubuntu install-types svc-map os-refresh-config base ubuntu bootloader dpkg pip-and-virtualenv cache-url pkg-map cloud-init-datasources 2016-12-06 12:14:20.925 | Building in /tmp/dib_build.fR1ASedD 2016-12-06 12:14:21.364 | dib-run-parts Tue Dec 6 12:14:21 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/10-ccache.bash 2016-12-06 12:14:21.367 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/10-ccache.bash 2016-12-06 12:14:21.369 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '"/usr/lib/ccache"' '"/usr/lib64/ccache"' 2016-12-06 12:14:21.371 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/stack/diskimage-builder/bin =~ /usr/lib/ccache ]] 2016-12-06 12:14:21.373 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/stack/diskimage-builder/bin 2016-12-06 12:14:21.375 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/stack/diskimage-builder/bin 2016-12-06 12:14:21.377 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '"/usr/lib/ccache"' '"/usr/lib64/ccache"' 2016-12-06 12:14:21.378 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/stack/diskimage-builder/bin =~ /usr/lib64/ccache ]] 2016-12-06 12:14:21.380 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/stack/diskimage-builder/bin 2016-12-06 12:14:21.383 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/stack/diskimage-builder/bin 2016-12-06 12:14:21.384 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:7 : export CCACHE_DIR=/tmp/ccache 2016-12-06 12:14:21.386 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:7 : CCACHE_DIR=/tmp/ccache 2016-12-06 12:14:21.388 | dib-run-parts Tue Dec 6 12:14:21 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/10-dib-init-system.bash 2016-12-06 12:14:21.391 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/10-dib-init-system.bash 2016-12-06 12:14:21.393 | ++++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-dib-init-system.bash:source:1 : dirname /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/10-dib-init-system.bash 2016-12-06 12:14:21.396 | +++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-dib-init-system.bash:source:1 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/stack/diskimage-builder/bin:/tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/.. 2016-12-06 12:14:21.398 | +++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-dib-init-system.bash:source:1 : dib-init-system 2016-12-06 12:14:21.401 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-dib-init-system.bash:source:1 : export DIB_INIT_SYSTEM=systemd 2016-12-06 12:14:21.402 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-dib-init-system.bash:source:1 : DIB_INIT_SYSTEM=systemd 2016-12-06 12:14:21.405 | dib-run-parts Tue Dec 6 12:14:21 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/10-os-apply-config-venv-dir.bash 2016-12-06 12:14:21.408 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/10-os-apply-config-venv-dir.bash 2016-12-06 12:14:21.410 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-os-apply-config-venv-dir.bash:source:1 : '[' -z '' ']' 2016-12-06 12:14:21.411 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-os-apply-config-venv-dir.bash:source:2 : export OS_APPLY_CONFIG_VENV_DIR=/opt/stack/venvs/os-apply-config 2016-12-06 12:14:21.413 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-os-apply-config-venv-dir.bash:source:2 : OS_APPLY_CONFIG_VENV_DIR=/opt/stack/venvs/os-apply-config 2016-12-06 12:14:21.416 | dib-run-parts Tue Dec 6 12:14:21 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/10-pip-cache 2016-12-06 12:14:21.419 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/10-pip-cache 2016-12-06 12:14:21.421 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-pip-cache:source:1 : export PIP_DOWNLOAD_CACHE=/tmp/pip 2016-12-06 12:14:21.423 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-pip-cache:source:1 : PIP_DOWNLOAD_CACHE=/tmp/pip 2016-12-06 12:14:21.426 | dib-run-parts Tue Dec 6 12:14:21 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/10-ubuntu-distro-name.bash 2016-12-06 12:14:21.429 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/10-ubuntu-distro-name.bash 2016-12-06 12:14:21.431 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : export DISTRO_NAME=ubuntu 2016-12-06 12:14:21.432 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : DISTRO_NAME=ubuntu 2016-12-06 12:14:21.434 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : export DIB_RELEASE=xenial 2016-12-06 12:14:21.436 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : DIB_RELEASE=xenial 2016-12-06 12:14:21.438 | dib-run-parts Tue Dec 6 12:14:21 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/14-manifests 2016-12-06 12:14:21.442 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/14-manifests 2016-12-06 12:14:21.443 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/14-manifests:source:16 : export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2016-12-06 12:14:21.445 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/14-manifests:source:16 : DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2016-12-06 12:14:21.447 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/14-manifests:source:17 : export DIB_MANIFEST_SAVE_DIR=/opt/stack/octavia/diskimage-create/amphora-x64-haproxy.d/ 2016-12-06 12:14:21.449 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/14-manifests:source:17 : DIB_MANIFEST_SAVE_DIR=/opt/stack/octavia/diskimage-create/amphora-x64-haproxy.d/ 2016-12-06 12:14:21.453 | dib-run-parts Tue Dec 6 12:14:21 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/15-pip-manifests 2016-12-06 12:14:21.456 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/15-pip-manifests 2016-12-06 12:14:21.458 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/15-pip-manifests:source:18 : set -eu 2016-12-06 12:14:21.459 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/15-pip-manifests:source:20 : export DIB_MANIFEST_PIP_DIR=/etc/dib-manifests/dib-manifests-pip 2016-12-06 12:14:21.461 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/15-pip-manifests:source:20 : DIB_MANIFEST_PIP_DIR=/etc/dib-manifests/dib-manifests-pip 2016-12-06 12:14:21.464 | dib-run-parts Tue Dec 6 12:14:21 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/99-cloud-init-datasources.bash 2016-12-06 12:14:21.467 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/root.d/../environment.d/99-cloud-init-datasources.bash 2016-12-06 12:14:21.469 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/99-cloud-init-datasources.bash:source:4 : export DIB_CLOUD_INIT_DATASOURCES=ConfigDrive 2016-12-06 12:14:21.471 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/99-cloud-init-datasources.bash:source:4 : DIB_CLOUD_INIT_DATASOURCES=ConfigDrive 2016-12-06 12:14:21.473 | dib-run-parts Tue Dec 6 12:14:21 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/root.d/01-ccache 2016-12-06 12:14:21.488 | dib-run-parts Tue Dec 6 12:14:21 UTC 2016 01-ccache completed 2016-12-06 12:14:21.489 | dib-run-parts Tue Dec 6 12:14:21 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/root.d/01-pip-cache 2016-12-06 12:14:21.503 | dib-run-parts Tue Dec 6 12:14:21 UTC 2016 01-pip-cache completed 2016-12-06 12:14:21.504 | dib-run-parts Tue Dec 6 12:14:21 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball 2016-12-06 12:14:21.507 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:main:7 : set -eu 2016-12-06 12:14:21.509 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:main:8 : set -o pipefail 2016-12-06 12:14:21.511 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:main:10 : '[' -n amd64 ']' 2016-12-06 12:14:21.513 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:main:11 : '[' -n /tmp/dib_build.fR1ASedD/mnt ']' 2016-12-06 12:14:21.514 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:main:13 : shopt -s extglob 2016-12-06 12:14:21.516 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:main:15 : DIB_CLOUD_IMAGES=http://cloud-images.ubuntu.com 2016-12-06 12:14:21.518 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:main:16 : DIB_RELEASE=xenial 2016-12-06 12:14:21.520 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:main:17 : BASE_IMAGE_FILE=xenial-server-cloudimg-amd64-root.tar.gz 2016-12-06 12:14:21.522 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:main:18 : SHA256SUMS=https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2016-12-06 12:14:21.523 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:main:19 : CACHED_FILE=/home/ubuntu/.cache/image-create/xenial-server-cloudimg-amd64-root.tar.gz 2016-12-06 12:14:21.525 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:main:20 : CACHED_FILE_LOCK=/home/ubuntu/.cache/image-create/xenial-server-cloudimg-amd64-root.tar.gz.lock 2016-12-06 12:14:21.527 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:main:21 : CACHED_SUMS=/home/ubuntu/.cache/image-create/SHA256SUMS.ubuntu.xenial.amd64 2016-12-06 12:14:21.530 | ++ /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:main:54 : date 2016-12-06 12:14:21.532 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:main:54 : echo 'Getting /home/ubuntu/.cache/image-create/xenial-server-cloudimg-amd64-root.tar.gz.lock: Tue Dec 6 12:14:21 UTC 2016' 2016-12-06 12:14:21.532 | Getting /home/ubuntu/.cache/image-create/xenial-server-cloudimg-amd64-root.tar.gz.lock: Tue Dec 6 12:14:21 UTC 2016 2016-12-06 12:14:21.534 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:main:56 : flock -w 1200 9 2016-12-06 12:14:21.536 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:main:60 : get_ubuntu_tarball 2016-12-06 12:14:21.538 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:24 : '[' -n '' -a -f /home/ubuntu/.cache/image-create/xenial-server-cloudimg-amd64-root.tar.gz ']' 2016-12-06 12:14:21.539 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:27 : echo 'Fetching Base Image' 2016-12-06 12:14:21.539 | Fetching Base Image 2016-12-06 12:14:21.541 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:28 : /tmp/dib_build.fR1ASedD/hooks/bin/cache-url https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS /home/ubuntu/.cache/image-create/SHA256SUMS.ubuntu.xenial.amd64 2016-12-06 12:14:21.553 | % Total % Received % Xferd Average Speed Time Time Time Current 2016-12-06 12:14:21.553 | Dload Upload Total Spent Left Speed 2016-12-06 12:14:21.582 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 2001:67c:1360:8001:ffff:ffff:ffff:fffe... 2016-12-06 12:14:21.602 | * Connected to cloud-images.ubuntu.com (2001:67c:1360:8001:ffff:ffff:ffff:fffe) port 443 (#0) 2016-12-06 12:14:21.619 | * found 173 certificates in /etc/ssl/certs/ca-certificates.crt 2016-12-06 12:14:21.675 | * found 694 certificates in /etc/ssl/certs 2016-12-06 12:14:21.675 | * ALPN, offering http/1.1 2016-12-06 12:14:21.790 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256 2016-12-06 12:14:21.791 | * server certificate verification OK 2016-12-06 12:14:21.791 | * server certificate status verification SKIPPED 2016-12-06 12:14:21.791 | * common name: cloud-images.ubuntu.com (matched) 2016-12-06 12:14:21.791 | * server certificate expiration date OK 2016-12-06 12:14:21.791 | * server certificate activation date OK 2016-12-06 12:14:21.791 | * certificate public key: RSA 2016-12-06 12:14:21.792 | * certificate version: #3 2016-12-06 12:14:21.792 | * subject: C=GB,L=London,O=Canonical Group Ltd,CN=cloud-images.ubuntu.com 2016-12-06 12:14:21.792 | * start date: Fri, 08 Jul 2016 00:00:00 GMT 2016-12-06 12:14:21.792 | * expire date: Wed, 09 Aug 2017 12:00:00 GMT 2016-12-06 12:14:21.792 | * issuer: C=US,O=DigiCert Inc,CN=DigiCert SHA2 Secure Server CA 2016-12-06 12:14:21.792 | * compression: NULL 2016-12-06 12:14:21.792 | * ALPN, server did not agree to a protocol 2016-12-06 12:14:21.792 | > GET /xenial/current/SHA256SUMS HTTP/1.1 2016-12-06 12:14:21.792 | > Host: cloud-images.ubuntu.com 2016-12-06 12:14:21.793 | > User-Agent: curl/7.47.0 2016-12-06 12:14:21.793 | > Accept: */* 2016-12-06 12:14:21.793 | > If-Modified-Since: Tue, 06 Dec 2016 11:28:17 GMT 2016-12-06 12:14:21.793 | > 2016-12-06 12:14:21.814 | < HTTP/1.1 304 Not Modified 2016-12-06 12:14:21.814 | < Date: Tue, 06 Dec 2016 12:14:21 GMT 2016-12-06 12:14:21.815 | < Server: Apache 2016-12-06 12:14:21.815 | < ETag: "1440632-14ff-542f996de6340" 2016-12-06 12:14:21.815 | < 2016-12-06 12:14:21.815 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2016-12-06 12:14:21.815 | * Connection #0 to host cloud-images.ubuntu.com left intact 2016-12-06 12:14:21.827 | Server copy has not changed. Using locally cached https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2016-12-06 12:14:21.830 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:30 : /tmp/dib_build.fR1ASedD/hooks/bin/cache-url http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-root.tar.gz /home/ubuntu/.cache/image-create/xenial-server-cloudimg-amd64-root.tar.gz 2016-12-06 12:14:21.847 | % Total % Received % Xferd Average Speed Time Time Time Current 2016-12-06 12:14:21.847 | Dload Upload Total Spent Left Speed 2016-12-06 12:14:21.851 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 2001:67c:1360:8001:ffff:ffff:ffff:fffe... 2016-12-06 12:14:21.871 | * Connected to cloud-images.ubuntu.com (2001:67c:1360:8001:ffff:ffff:ffff:fffe) port 80 (#0) 2016-12-06 12:14:21.871 | > GET /xenial/current/xenial-server-cloudimg-amd64-root.tar.gz HTTP/1.1 2016-12-06 12:14:21.872 | > Host: cloud-images.ubuntu.com 2016-12-06 12:14:21.872 | > User-Agent: curl/7.47.0 2016-12-06 12:14:21.872 | > Accept: */* 2016-12-06 12:14:21.872 | > If-Modified-Since: Tue, 06 Dec 2016 11:28:21 GMT 2016-12-06 12:14:21.872 | > 2016-12-06 12:14:21.893 | < HTTP/1.1 304 Not Modified 2016-12-06 12:14:21.893 | < Date: Tue, 06 Dec 2016 12:14:21 GMT 2016-12-06 12:14:21.893 | < Server: Apache 2016-12-06 12:14:21.893 | < ETag: "1440663-dddaf10-542f2f7796440" 2016-12-06 12:14:21.893 | < 2016-12-06 12:14:21.893 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2016-12-06 12:14:21.893 | * Connection #0 to host cloud-images.ubuntu.com left intact 2016-12-06 12:14:21.894 | Server copy has not changed. Using locally cached http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-root.tar.gz 2016-12-06 12:14:21.898 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:31 : pushd /home/ubuntu/.cache/image-create 2016-12-06 12:14:21.898 | ~/.cache/image-create /etc/octavia/certs/diskimage-create.q0Ieei 2016-12-06 12:14:21.901 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:32 : grep xenial-server-cloudimg-amd64-root.tar.gz /home/ubuntu/.cache/image-create/SHA256SUMS.ubuntu.xenial.amd64 2016-12-06 12:14:21.901 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:32 : sha256sum --check - 2016-12-06 12:14:23.265 | xenial-server-cloudimg-amd64-root.tar.gz: OK 2016-12-06 12:14:23.268 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:46 : popd 2016-12-06 12:14:23.268 | /etc/octavia/certs/diskimage-create.q0Ieei 2016-12-06 12:14:23.269 | + /tmp/dib_build.fR1ASedD/hooks/root.d/10-cache-ubuntu-tarball:get_ubuntu_tarball:50 : sudo tar -C /tmp/dib_build.fR1ASedD/mnt --numeric-owner -xzf /home/ubuntu/.cache/image-create/xenial-server-cloudimg-amd64-root.tar.gz 2016-12-06 12:14:28.855 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 10-cache-ubuntu-tarball completed 2016-12-06 12:14:28.857 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/root.d/50-block-apt-translations 2016-12-06 12:14:28.872 | 0+1 records in 2016-12-06 12:14:28.872 | 0+1 records out 2016-12-06 12:14:28.872 | 27 bytes copied, 3.7752e-05 s, 715 kB/s 2016-12-06 12:14:28.873 | /tmp/dib_build.fR1ASedD/mnt/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial_universe_i18n_Translation-en 2016-12-06 12:14:28.873 | /tmp/dib_build.fR1ASedD/mnt/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial-updates_multiverse_i18n_Translation-en 2016-12-06 12:14:28.873 | /tmp/dib_build.fR1ASedD/mnt/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial_main_i18n_Translation-en 2016-12-06 12:14:28.873 | /tmp/dib_build.fR1ASedD/mnt/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_xenial-security_restricted_i18n_Translation-en 2016-12-06 12:14:28.873 | /tmp/dib_build.fR1ASedD/mnt/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_xenial-security_main_i18n_Translation-en 2016-12-06 12:14:28.873 | /tmp/dib_build.fR1ASedD/mnt/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial-updates_main_i18n_Translation-en 2016-12-06 12:14:28.873 | /tmp/dib_build.fR1ASedD/mnt/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial_restricted_i18n_Translation-en 2016-12-06 12:14:28.873 | /tmp/dib_build.fR1ASedD/mnt/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial-updates_universe_i18n_Translation-en 2016-12-06 12:14:28.873 | /tmp/dib_build.fR1ASedD/mnt/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial_multiverse_i18n_Translation-en 2016-12-06 12:14:28.873 | /tmp/dib_build.fR1ASedD/mnt/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_xenial-security_universe_i18n_Translation-en 2016-12-06 12:14:28.873 | /tmp/dib_build.fR1ASedD/mnt/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_xenial-security_multiverse_i18n_Translation-en 2016-12-06 12:14:28.873 | /tmp/dib_build.fR1ASedD/mnt/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial-updates_restricted_i18n_Translation-en 2016-12-06 12:14:28.882 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 50-block-apt-translations completed 2016-12-06 12:14:28.882 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/root.d/50-block-daemons 2016-12-06 12:14:28.892 | 0+1 records in 2016-12-06 12:14:28.892 | 0+1 records out 2016-12-06 12:14:28.892 | 76 bytes copied, 9.8725e-05 s, 770 kB/s 2016-12-06 12:14:28.900 | 0+1 records in 2016-12-06 12:14:28.900 | 0+1 records out 2016-12-06 12:14:28.900 | 143 bytes copied, 0.000110289 s, 1.3 MB/s 2016-12-06 12:14:28.906 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 50-block-daemons completed 2016-12-06 12:14:28.907 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/root.d/50-build-with-http-cache 2016-12-06 12:14:28.910 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 50-build-with-http-cache completed 2016-12-06 12:14:28.910 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/root.d/50-shared-apt-cache 2016-12-06 12:14:28.917 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 50-shared-apt-cache completed 2016-12-06 12:14:28.918 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/root.d/50-trim-dpkg 2016-12-06 12:14:28.928 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 50-trim-dpkg completed 2016-12-06 12:14:28.928 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/root.d/90-base-dib-run-parts 2016-12-06 12:14:28.936 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 90-base-dib-run-parts completed 2016-12-06 12:14:28.937 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 ----------------------- PROFILING ----------------------- 2016-12-06 12:14:28.938 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 2016-12-06 12:14:28.939 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 Target: root.d 2016-12-06 12:14:28.939 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 2016-12-06 12:14:28.940 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 Script Seconds 2016-12-06 12:14:28.941 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 --------------------------------------- ---------- 2016-12-06 12:14:28.941 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 2016-12-06 12:14:28.947 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 01-ccache 0.013 2016-12-06 12:14:28.950 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 01-pip-cache 0.012 2016-12-06 12:14:28.954 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 10-cache-ubuntu-tarball 7.349 2016-12-06 12:14:28.957 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 50-block-apt-translations 0.023 2016-12-06 12:14:28.961 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 50-block-daemons 0.022 2016-12-06 12:14:28.964 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 50-build-with-http-cache 0.001 2016-12-06 12:14:28.968 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 50-shared-apt-cache 0.005 2016-12-06 12:14:28.972 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 50-trim-dpkg 0.009 2016-12-06 12:14:28.975 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 90-base-dib-run-parts 0.006 2016-12-06 12:14:28.977 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 2016-12-06 12:14:28.977 | dib-run-parts Tue Dec 6 12:14:28 UTC 2016 --------------------- END PROFILING --------------------- 2016-12-06 12:14:29.019 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/10-ccache.bash 2016-12-06 12:14:29.022 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/10-ccache.bash 2016-12-06 12:14:29.023 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '"/usr/lib/ccache"' '"/usr/lib64/ccache"' 2016-12-06 12:14:29.025 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/stack/diskimage-builder/bin =~ /usr/lib/ccache ]] 2016-12-06 12:14:29.027 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/stack/diskimage-builder/bin 2016-12-06 12:14:29.028 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/stack/diskimage-builder/bin 2016-12-06 12:14:29.029 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '"/usr/lib/ccache"' '"/usr/lib64/ccache"' 2016-12-06 12:14:29.031 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/stack/diskimage-builder/bin =~ /usr/lib64/ccache ]] 2016-12-06 12:14:29.032 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/stack/diskimage-builder/bin 2016-12-06 12:14:29.034 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/stack/diskimage-builder/bin 2016-12-06 12:14:29.035 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:7 : export CCACHE_DIR=/tmp/ccache 2016-12-06 12:14:29.037 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ccache.bash:source:7 : CCACHE_DIR=/tmp/ccache 2016-12-06 12:14:29.039 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/10-dib-init-system.bash 2016-12-06 12:14:29.041 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/10-dib-init-system.bash 2016-12-06 12:14:29.043 | ++++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-dib-init-system.bash:source:1 : dirname /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/10-dib-init-system.bash 2016-12-06 12:14:29.045 | +++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-dib-init-system.bash:source:1 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/stack/diskimage-builder/bin:/tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/.. 2016-12-06 12:14:29.047 | +++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-dib-init-system.bash:source:1 : dib-init-system 2016-12-06 12:14:29.049 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-dib-init-system.bash:source:1 : export DIB_INIT_SYSTEM=systemd 2016-12-06 12:14:29.051 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-dib-init-system.bash:source:1 : DIB_INIT_SYSTEM=systemd 2016-12-06 12:14:29.053 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/10-os-apply-config-venv-dir.bash 2016-12-06 12:14:29.055 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/10-os-apply-config-venv-dir.bash 2016-12-06 12:14:29.057 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-os-apply-config-venv-dir.bash:source:1 : '[' -z '' ']' 2016-12-06 12:14:29.058 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-os-apply-config-venv-dir.bash:source:2 : export OS_APPLY_CONFIG_VENV_DIR=/opt/stack/venvs/os-apply-config 2016-12-06 12:14:29.059 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-os-apply-config-venv-dir.bash:source:2 : OS_APPLY_CONFIG_VENV_DIR=/opt/stack/venvs/os-apply-config 2016-12-06 12:14:29.061 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/10-pip-cache 2016-12-06 12:14:29.064 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/10-pip-cache 2016-12-06 12:14:29.065 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-pip-cache:source:1 : export PIP_DOWNLOAD_CACHE=/tmp/pip 2016-12-06 12:14:29.067 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-pip-cache:source:1 : PIP_DOWNLOAD_CACHE=/tmp/pip 2016-12-06 12:14:29.069 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/10-ubuntu-distro-name.bash 2016-12-06 12:14:29.071 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/10-ubuntu-distro-name.bash 2016-12-06 12:14:29.073 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : export DISTRO_NAME=ubuntu 2016-12-06 12:14:29.074 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : DISTRO_NAME=ubuntu 2016-12-06 12:14:29.076 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : export DIB_RELEASE=xenial 2016-12-06 12:14:29.077 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : DIB_RELEASE=xenial 2016-12-06 12:14:29.080 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/11-dib-install-type.bash 2016-12-06 12:14:29.082 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/11-dib-install-type.bash 2016-12-06 12:14:29.084 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/11-dib-install-type.bash:source:1 : export DIB_DEFAULT_INSTALLTYPE=source 2016-12-06 12:14:29.085 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/11-dib-install-type.bash:source:1 : DIB_DEFAULT_INSTALLTYPE=source 2016-12-06 12:14:29.087 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/14-manifests 2016-12-06 12:14:29.090 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/14-manifests 2016-12-06 12:14:29.091 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/14-manifests:source:16 : export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2016-12-06 12:14:29.093 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/14-manifests:source:16 : DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2016-12-06 12:14:29.094 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/14-manifests:source:17 : export DIB_MANIFEST_SAVE_DIR=/opt/stack/octavia/diskimage-create/amphora-x64-haproxy.d/ 2016-12-06 12:14:29.096 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/14-manifests:source:17 : DIB_MANIFEST_SAVE_DIR=/opt/stack/octavia/diskimage-create/amphora-x64-haproxy.d/ 2016-12-06 12:14:29.098 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/15-pip-manifests 2016-12-06 12:14:29.100 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/15-pip-manifests 2016-12-06 12:14:29.102 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/15-pip-manifests:source:18 : set -eu 2016-12-06 12:14:29.103 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/15-pip-manifests:source:20 : export DIB_MANIFEST_PIP_DIR=/etc/dib-manifests/dib-manifests-pip 2016-12-06 12:14:29.105 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/15-pip-manifests:source:20 : DIB_MANIFEST_PIP_DIR=/etc/dib-manifests/dib-manifests-pip 2016-12-06 12:14:29.107 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Sourcing environment file /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/99-cloud-init-datasources.bash 2016-12-06 12:14:29.109 | + /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.fR1ASedD/hooks/extra-data.d/../environment.d/99-cloud-init-datasources.bash 2016-12-06 12:14:29.111 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/99-cloud-init-datasources.bash:source:4 : export DIB_CLOUD_INIT_DATASOURCES=ConfigDrive 2016-12-06 12:14:29.112 | ++ /tmp/dib_build.fR1ASedD/hooks/environment.d/99-cloud-init-datasources.bash:source:4 : DIB_CLOUD_INIT_DATASOURCES=ConfigDrive 2016-12-06 12:14:29.114 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/extra-data.d/01-copy-apt-keys 2016-12-06 12:14:29.116 | DIB_ADD_APT_KEYS is not set - not importing keys 2016-12-06 12:14:29.117 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 01-copy-apt-keys completed 2016-12-06 12:14:29.118 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir 2016-12-06 12:14:29.121 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:6 : set -eu 2016-12-06 12:14:29.122 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:7 : set -o pipefail 2016-12-06 12:14:29.124 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:9 : sudo mkdir -p /tmp/dib_build.fR1ASedD/mnt/usr/share/pkg-map/ 2016-12-06 12:14:29.129 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.131 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.132 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/sysctl/pkg-map ']' 2016-12-06 12:14:29.134 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.135 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/sysctl/pkg-map ']' 2016-12-06 12:14:29.137 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.138 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/sysctl/pkg-map ']' 2016-12-06 12:14:29.140 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.141 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/sysctl/pkg-map ']' 2016-12-06 12:14:29.142 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.144 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.145 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/install-bin/pkg-map ']' 2016-12-06 12:14:29.147 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.148 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/install-bin/pkg-map ']' 2016-12-06 12:14:29.150 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.151 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/install-bin/pkg-map ']' 2016-12-06 12:14:29.153 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.154 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/install-bin/pkg-map ']' 2016-12-06 12:14:29.155 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.157 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.158 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/pip-manifest/pkg-map ']' 2016-12-06 12:14:29.160 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.161 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/pip-manifest/pkg-map ']' 2016-12-06 12:14:29.163 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.164 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/pip-manifest/pkg-map ']' 2016-12-06 12:14:29.166 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.167 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/pip-manifest/pkg-map ']' 2016-12-06 12:14:29.168 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.170 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.171 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/dib-run-parts/pkg-map ']' 2016-12-06 12:14:29.173 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.175 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/dib-run-parts/pkg-map ']' 2016-12-06 12:14:29.176 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.177 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/dib-run-parts/pkg-map ']' 2016-12-06 12:14:29.179 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.180 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/dib-run-parts/pkg-map ']' 2016-12-06 12:14:29.182 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.183 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.185 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/vm/pkg-map ']' 2016-12-06 12:14:29.186 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.188 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/vm/pkg-map ']' 2016-12-06 12:14:29.189 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.190 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/vm/pkg-map ']' 2016-12-06 12:14:29.192 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.193 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/vm/pkg-map ']' 2016-12-06 12:14:29.195 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.196 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.198 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/cert-ramfs-ecrypt/pkg-map ']' 2016-12-06 12:14:29.199 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.200 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/cert-ramfs-ecrypt/pkg-map ']' 2016-12-06 12:14:29.202 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.203 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/cert-ramfs-ecrypt/pkg-map ']' 2016-12-06 12:14:29.205 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.206 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/cert-ramfs-ecrypt/pkg-map ']' 2016-12-06 12:14:29.208 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.209 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.211 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/os-svc-install/pkg-map ']' 2016-12-06 12:14:29.212 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.213 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/os-svc-install/pkg-map ']' 2016-12-06 12:14:29.215 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.216 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/os-svc-install/pkg-map ']' 2016-12-06 12:14:29.218 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.219 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/os-svc-install/pkg-map ']' 2016-12-06 12:14:29.221 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.222 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.223 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/amphora-agent-ubuntu/pkg-map ']' 2016-12-06 12:14:29.225 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.226 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/amphora-agent-ubuntu/pkg-map ']' 2016-12-06 12:14:29.228 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.229 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/amphora-agent-ubuntu/pkg-map ']' 2016-12-06 12:14:29.231 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.232 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/amphora-agent-ubuntu/pkg-map ']' 2016-12-06 12:14:29.234 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.235 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.237 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/os-apply-config/pkg-map ']' 2016-12-06 12:14:29.238 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.239 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/os-apply-config/pkg-map ']' 2016-12-06 12:14:29.241 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /opt/stack/tripleo-image-elements/elements/os-apply-config/pkg-map /tmp/dib_build.fR1ASedD/mnt/usr/share/pkg-map/os-apply-config 2016-12-06 12:14:29.247 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.248 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/os-apply-config/pkg-map ']' 2016-12-06 12:14:29.250 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.251 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/os-apply-config/pkg-map ']' 2016-12-06 12:14:29.253 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.254 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.255 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/manifests/pkg-map ']' 2016-12-06 12:14:29.257 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.258 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/manifests/pkg-map ']' 2016-12-06 12:14:29.260 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.261 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/manifests/pkg-map ']' 2016-12-06 12:14:29.263 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.264 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/manifests/pkg-map ']' 2016-12-06 12:14:29.265 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.267 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.268 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/package-installs/pkg-map ']' 2016-12-06 12:14:29.270 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.271 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/package-installs/pkg-map ']' 2016-12-06 12:14:29.272 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.274 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/package-installs/pkg-map ']' 2016-12-06 12:14:29.275 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.277 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/package-installs/pkg-map ']' 2016-12-06 12:14:29.278 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.280 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.281 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/dkms/pkg-map ']' 2016-12-06 12:14:29.283 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.284 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/dkms/pkg-map ']' 2016-12-06 12:14:29.286 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.287 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/dkms/pkg-map ']' 2016-12-06 12:14:29.289 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.290 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/dkms/pkg-map ']' 2016-12-06 12:14:29.292 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.293 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.295 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/dib-python/pkg-map ']' 2016-12-06 12:14:29.296 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.298 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/dib-python/pkg-map ']' 2016-12-06 12:14:29.299 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.301 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/dib-python/pkg-map ']' 2016-12-06 12:14:29.302 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.304 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/dib-python/pkg-map ']' 2016-12-06 12:14:29.305 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.307 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.308 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/pip-cache/pkg-map ']' 2016-12-06 12:14:29.310 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.311 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/pip-cache/pkg-map ']' 2016-12-06 12:14:29.312 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.314 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/pip-cache/pkg-map ']' 2016-12-06 12:14:29.315 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.316 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/pip-cache/pkg-map ']' 2016-12-06 12:14:29.318 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.319 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.321 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/source-repositories/pkg-map ']' 2016-12-06 12:14:29.322 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.324 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/source-repositories/pkg-map ']' 2016-12-06 12:14:29.325 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.326 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/source-repositories/pkg-map ']' 2016-12-06 12:14:29.328 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.330 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/source-repositories/pkg-map ']' 2016-12-06 12:14:29.331 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /opt/stack/diskimage-builder/bin/../elements/source-repositories/pkg-map /tmp/dib_build.fR1ASedD/mnt/usr/share/pkg-map/source-repositories 2016-12-06 12:14:29.338 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.339 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.341 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/amphora-agent/pkg-map ']' 2016-12-06 12:14:29.342 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.344 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/amphora-agent/pkg-map ']' 2016-12-06 12:14:29.345 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.346 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/amphora-agent/pkg-map ']' 2016-12-06 12:14:29.348 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.349 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/amphora-agent/pkg-map ']' 2016-12-06 12:14:29.350 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.352 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.353 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/keepalived-octavia-ubuntu/pkg-map ']' 2016-12-06 12:14:29.355 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.356 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/keepalived-octavia-ubuntu/pkg-map ']' 2016-12-06 12:14:29.357 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.359 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/keepalived-octavia-ubuntu/pkg-map ']' 2016-12-06 12:14:29.361 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /opt/stack/octavia/elements/keepalived-octavia-ubuntu/pkg-map /tmp/dib_build.fR1ASedD/mnt/usr/share/pkg-map/keepalived-octavia-ubuntu 2016-12-06 12:14:29.368 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.370 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/keepalived-octavia-ubuntu/pkg-map ']' 2016-12-06 12:14:29.371 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.372 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.374 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/no-resolvconf/pkg-map ']' 2016-12-06 12:14:29.375 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.377 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/no-resolvconf/pkg-map ']' 2016-12-06 12:14:29.379 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.380 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/no-resolvconf/pkg-map ']' 2016-12-06 12:14:29.382 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.383 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/no-resolvconf/pkg-map ']' 2016-12-06 12:14:29.384 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.386 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.387 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/rebind-sshd/pkg-map ']' 2016-12-06 12:14:29.388 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.390 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/rebind-sshd/pkg-map ']' 2016-12-06 12:14:29.391 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.393 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/rebind-sshd/pkg-map ']' 2016-12-06 12:14:29.394 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.396 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/rebind-sshd/pkg-map ']' 2016-12-06 12:14:29.397 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.399 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.400 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/dib-init-system/pkg-map ']' 2016-12-06 12:14:29.401 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.403 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/dib-init-system/pkg-map ']' 2016-12-06 12:14:29.404 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.406 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/dib-init-system/pkg-map ']' 2016-12-06 12:14:29.407 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.410 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/dib-init-system/pkg-map ']' 2016-12-06 12:14:29.410 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.411 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.414 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/haproxy-octavia-ubuntu/pkg-map ']' 2016-12-06 12:14:29.414 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.416 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/haproxy-octavia-ubuntu/pkg-map ']' 2016-12-06 12:14:29.417 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.418 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/haproxy-octavia-ubuntu/pkg-map ']' 2016-12-06 12:14:29.420 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /opt/stack/octavia/elements/haproxy-octavia-ubuntu/pkg-map /tmp/dib_build.fR1ASedD/mnt/usr/share/pkg-map/haproxy-octavia-ubuntu 2016-12-06 12:14:29.426 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.427 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/haproxy-octavia-ubuntu/pkg-map ']' 2016-12-06 12:14:29.429 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.430 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.432 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/install-types/pkg-map ']' 2016-12-06 12:14:29.433 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.435 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/install-types/pkg-map ']' 2016-12-06 12:14:29.436 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.438 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/install-types/pkg-map ']' 2016-12-06 12:14:29.439 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.441 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/install-types/pkg-map ']' 2016-12-06 12:14:29.442 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.444 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.445 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/svc-map/pkg-map ']' 2016-12-06 12:14:29.447 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.448 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/svc-map/pkg-map ']' 2016-12-06 12:14:29.450 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.451 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/svc-map/pkg-map ']' 2016-12-06 12:14:29.453 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.455 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/svc-map/pkg-map ']' 2016-12-06 12:14:29.456 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /opt/stack/diskimage-builder/bin/../elements/svc-map/pkg-map /tmp/dib_build.fR1ASedD/mnt/usr/share/pkg-map/svc-map 2016-12-06 12:14:29.464 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.465 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.467 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/os-refresh-config/pkg-map ']' 2016-12-06 12:14:29.468 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.470 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/os-refresh-config/pkg-map ']' 2016-12-06 12:14:29.471 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /opt/stack/tripleo-image-elements/elements/os-refresh-config/pkg-map /tmp/dib_build.fR1ASedD/mnt/usr/share/pkg-map/os-refresh-config 2016-12-06 12:14:29.477 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.478 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/os-refresh-config/pkg-map ']' 2016-12-06 12:14:29.480 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.481 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/os-refresh-config/pkg-map ']' 2016-12-06 12:14:29.483 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.484 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.486 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/base/pkg-map ']' 2016-12-06 12:14:29.487 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.489 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/base/pkg-map ']' 2016-12-06 12:14:29.491 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.492 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/base/pkg-map ']' 2016-12-06 12:14:29.494 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.496 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/base/pkg-map ']' 2016-12-06 12:14:29.497 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /opt/stack/diskimage-builder/bin/../elements/base/pkg-map /tmp/dib_build.fR1ASedD/mnt/usr/share/pkg-map/base 2016-12-06 12:14:29.503 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.505 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.506 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/ubuntu/pkg-map ']' 2016-12-06 12:14:29.508 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.509 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/ubuntu/pkg-map ']' 2016-12-06 12:14:29.511 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.512 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/ubuntu/pkg-map ']' 2016-12-06 12:14:29.514 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.516 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/ubuntu/pkg-map ']' 2016-12-06 12:14:29.517 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.518 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.520 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bootloader/pkg-map ']' 2016-12-06 12:14:29.521 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.522 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/bootloader/pkg-map ']' 2016-12-06 12:14:29.524 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.525 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/bootloader/pkg-map ']' 2016-12-06 12:14:29.527 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.528 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/bootloader/pkg-map ']' 2016-12-06 12:14:29.529 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /opt/stack/diskimage-builder/bin/../elements/bootloader/pkg-map /tmp/dib_build.fR1ASedD/mnt/usr/share/pkg-map/bootloader 2016-12-06 12:14:29.535 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.537 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.538 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/dpkg/pkg-map ']' 2016-12-06 12:14:29.540 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.541 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/dpkg/pkg-map ']' 2016-12-06 12:14:29.543 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.544 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/dpkg/pkg-map ']' 2016-12-06 12:14:29.545 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.547 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/dpkg/pkg-map ']' 2016-12-06 12:14:29.548 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.550 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.551 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/pip-and-virtualenv/pkg-map ']' 2016-12-06 12:14:29.553 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.554 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/pip-and-virtualenv/pkg-map ']' 2016-12-06 12:14:29.555 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.559 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/pip-and-virtualenv/pkg-map ']' 2016-12-06 12:14:29.560 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.562 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/pip-and-virtualenv/pkg-map ']' 2016-12-06 12:14:29.563 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /opt/stack/diskimage-builder/bin/../elements/pip-and-virtualenv/pkg-map /tmp/dib_build.fR1ASedD/mnt/usr/share/pkg-map/pip-and-virtualenv 2016-12-06 12:14:29.569 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.570 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.572 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/cache-url/pkg-map ']' 2016-12-06 12:14:29.573 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.574 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/cache-url/pkg-map ']' 2016-12-06 12:14:29.576 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.578 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/cache-url/pkg-map ']' 2016-12-06 12:14:29.579 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.581 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/cache-url/pkg-map ']' 2016-12-06 12:14:29.583 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.584 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.587 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/pkg-map/pkg-map ']' 2016-12-06 12:14:29.588 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.590 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/pkg-map/pkg-map ']' 2016-12-06 12:14:29.591 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.592 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/pkg-map/pkg-map ']' 2016-12-06 12:14:29.594 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.595 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/pkg-map/pkg-map ']' 2016-12-06 12:14:29.597 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT' 2016-12-06 12:14:29.598 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.599 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/cloud-init-datasources/pkg-map ']' 2016-12-06 12:14:29.601 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.602 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/tripleo-image-elements/elements/cloud-init-datasources/pkg-map ']' 2016-12-06 12:14:29.604 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.606 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/octavia/elements/cloud-init-datasources/pkg-map ']' 2016-12-06 12:14:29.607 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }' 2016-12-06 12:14:29.609 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/stack/diskimage-builder/bin/../elements/cloud-init-datasources/pkg-map ']' 2016-12-06 12:14:29.610 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 10-create-pkg-map-dir completed 2016-12-06 12:14:29.611 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/extra-data.d/10-merge-svc-map-files 2016-12-06 12:14:29.645 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 10-merge-svc-map-files completed 2016-12-06 12:14:29.646 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/extra-data.d/11-copy-svc-map-file 2016-12-06 12:14:29.649 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/11-copy-svc-map-file:main:6 : set -eu 2016-12-06 12:14:29.650 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/11-copy-svc-map-file:main:7 : set -o pipefail 2016-12-06 12:14:29.652 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/11-copy-svc-map-file:main:9 : sudo install -D -m 0644 /tmp/dib_build.fR1ASedD/mnt/tmp/svc-map-services /tmp/dib_build.fR1ASedD/mnt/usr/share/svc-map/services 2016-12-06 12:14:29.659 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 11-copy-svc-map-file completed 2016-12-06 12:14:29.660 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/extra-data.d/20-manifest-dir 2016-12-06 12:14:29.664 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/20-manifest-dir:main:21 : set -eu 2016-12-06 12:14:29.666 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/20-manifest-dir:main:22 : set -o pipefail 2016-12-06 12:14:29.668 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/20-manifest-dir:main:24 : sudo mkdir -p /tmp/dib_build.fR1ASedD/mnt//etc/dib-manifests 2016-12-06 12:14:29.674 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 20-manifest-dir completed 2016-12-06 12:14:29.675 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/extra-data.d/50-store-build-settings 2016-12-06 12:14:29.680 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 50-store-build-settings completed 2016-12-06 12:14:29.681 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/extra-data.d/75-inject-pip-manifests 2016-12-06 12:14:29.685 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/75-inject-pip-manifests:main:20 : sudo mkdir -p /tmp/dib_build.fR1ASedD/mnt//etc/dib-manifests/dib-manifests-pip 2016-12-06 12:14:29.693 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 75-inject-pip-manifests completed 2016-12-06 12:14:29.694 | dib-run-parts Tue Dec 6 12:14:29 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/extra-data.d/98-source-repositories 2016-12-06 12:14:29.702 | Getting /home/ubuntu/.cache/image-create/source-repositories/repositories_flock: Tue Dec 6 12:14:29 UTC 2016 for /tmp/dib_build.fR1ASedD/hooks/source-repository-pip-and-virtualenv 2016-12-06 12:14:29.705 | (0001 / 0001) 2016-12-06 12:14:29.712 | Caching pip-and-virtualenv file from https://bootstrap.pypa.io/get-pip.py in /home/ubuntu/.cache/image-create/source-repositories/pip_and_virtualenv_50bbba586670cca2803e23f614374b482e595f6a 2016-12-06 12:14:29.723 | % Total % Received % Xferd Average Speed Time Time Time Current 2016-12-06 12:14:29.723 | Dload Upload Total Spent Left Speed 2016-12-06 12:14:29.735 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 151.101.12.175... 2016-12-06 12:14:29.744 | * Connected to bootstrap.pypa.io (151.101.12.175) port 443 (#0) 2016-12-06 12:14:29.754 | * found 173 certificates in /etc/ssl/certs/ca-certificates.crt 2016-12-06 12:14:29.798 | * found 694 certificates in /etc/ssl/certs 2016-12-06 12:14:29.798 | * ALPN, offering http/1.1 2016-12-06 12:14:29.869 | * SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256 2016-12-06 12:14:29.870 | * server certificate verification OK 2016-12-06 12:14:29.870 | * server certificate status verification SKIPPED 2016-12-06 12:14:29.878 | * common name: *.c.ssl.fastly.net (matched) 2016-12-06 12:14:29.878 | * server certificate expiration date OK 2016-12-06 12:14:29.878 | * server certificate activation date OK 2016-12-06 12:14:29.878 | * certificate public key: RSA 2016-12-06 12:14:29.878 | * certificate version: #3 2016-12-06 12:14:29.878 | * subject: C=US,ST=California,L=San Francisco,O=Fastly\, Inc.,CN=*.c.ssl.fastly.net 2016-12-06 12:14:29.878 | * start date: Thu, 10 Nov 2016 19:48:09 GMT 2016-12-06 12:14:29.879 | * expire date: Thu, 12 Oct 2017 20:26:39 GMT 2016-12-06 12:14:29.879 | * issuer: C=BE,O=GlobalSign nv-sa,CN=GlobalSign CloudSSL CA - SHA256 - G3 2016-12-06 12:14:29.879 | * compression: NULL 2016-12-06 12:14:29.879 | * ALPN, server accepted to use http/1.1 2016-12-06 12:14:29.879 | > GET /get-pip.py HTTP/1.1 2016-12-06 12:14:29.879 | > Host: bootstrap.pypa.io 2016-12-06 12:14:29.879 | > User-Agent: curl/7.47.0 2016-12-06 12:14:29.879 | > Accept: */* 2016-12-06 12:14:29.879 | > If-Modified-Since: Tue, 06 Dec 2016 11:28:29 GMT 2016-12-06 12:14:29.879 | > 2016-12-06 12:14:29.889 | < HTTP/1.1 304 Not Modified 2016-12-06 12:14:29.889 | < Date: Tue, 06 Dec 2016 12:14:29 GMT 2016-12-06 12:14:29.889 | < Via: 1.1 varnish 2016-12-06 12:14:29.889 | < ETag: "581f84d8-185810" 2016-12-06 12:14:29.889 | < Age: 311 2016-12-06 12:14:29.889 | < Connection: keep-alive 2016-12-06 12:14:29.889 | < X-Served-By: cache-fra1250-FRA 2016-12-06 12:14:29.889 | < X-Cache: HIT 2016-12-06 12:14:29.889 | < X-Cache-Hits: 2 2016-12-06 12:14:29.889 | < 2016-12-06 12:14:29.889 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2016-12-06 12:14:29.889 | * Connection #0 to host bootstrap.pypa.io left intact 2016-12-06 12:14:29.898 | Server copy has not changed. Using locally cached https://bootstrap.pypa.io/get-pip.py 2016-12-06 12:14:29.911 | Getting /home/ubuntu/.cache/image-create/source-repositories/repositories_flock: Tue Dec 6 12:14:29 UTC 2016 for /tmp/dib_build.fR1ASedD/hooks/source-repository-amphora-agent 2016-12-06 12:14:29.916 | (0001 / 0001) 2016-12-06 12:14:29.925 | Updating cache of /opt/stack/octavia in /home/ubuntu/.cache/image-create/source-repositories/amphora_agent_022110a20994e6b763f32e9bbfd21a0fc6659d62 with ref 2296d89073948d4f2a4e02f86231987b58233bce 2016-12-06 12:14:29.936 | warning: refname '2296d89073948d4f2a4e02f86231987b58233bce' is ambiguous. 2016-12-06 12:14:29.936 | Git normally never creates a ref that ends with 40 hex characters 2016-12-06 12:14:29.936 | because it will be ignored when you just specify 40-hex. These refs 2016-12-06 12:14:29.936 | may be created by mistake. For example, 2016-12-06 12:14:29.936 | 2016-12-06 12:14:29.936 | git checkout -b $br $(git rev-parse ...) 2016-12-06 12:14:29.936 | 2016-12-06 12:14:29.936 | where "$br" is somehow empty and a 40-hex ref is created. Please 2016-12-06 12:14:29.937 | examine these refs and maybe delete them. Turn this message off by 2016-12-06 12:14:29.937 | running "git config advice.objectNameWarning false" 2016-12-06 12:14:29.937 | Cloning from amphora-agent cache and applying ref 2296d89073948d4f2a4e02f86231987b58233bce 2016-12-06 12:14:30.030 | HEAD is now at 2296d89 Updated from global requirements 2016-12-06 12:14:30.042 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 98-source-repositories completed 2016-12-06 12:14:30.043 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types 2016-12-06 12:14:30.047 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:19 : set -eu 2016-12-06 12:14:30.049 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:20 : set -o pipefail 2016-12-06 12:14:30.050 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:22 : declare -a SPECIFIED_ELEMS 2016-12-06 12:14:30.052 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:26 : SPECIFIED_ELEMS[0]= 2016-12-06 12:14:30.053 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:29 : PREFIX=DIB_INSTALLTYPE_ 2016-12-06 12:14:30.055 | ++ /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:30 : grep '^DIB_INSTALLTYPE_' 2016-12-06 12:14:30.055 | ++ /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:30 : env 2016-12-06 12:14:30.056 | ++ /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:30 : cut -d= -f1 2016-12-06 12:14:30.058 | ++ /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:30 : echo '' 2016-12-06 12:14:30.060 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:30 : INSTALL_TYPE_VARS= 2016-12-06 12:14:30.062 | ++ /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:53 : find /tmp/dib_build.fR1ASedD/hooks/install.d -maxdepth 1 -name '*-source-install' -type d 2016-12-06 12:14:30.065 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:53 : default_install_type_dirs='/tmp/dib_build.fR1ASedD/hooks/install.d/pip-and-virtualenv-source-install 2016-12-06 12:14:30.065 | /tmp/dib_build.fR1ASedD/hooks/install.d/os-refresh-config-source-install 2016-12-06 12:14:30.065 | /tmp/dib_build.fR1ASedD/hooks/install.d/os-apply-config-source-install' 2016-12-06 12:14:30.066 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:54 : for _install_dir in '$default_install_type_dirs' 2016-12-06 12:14:30.068 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:55 : SUFFIX=-source-install 2016-12-06 12:14:30.070 | ++ /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:56 : basename /tmp/dib_build.fR1ASedD/hooks/install.d/pip-and-virtualenv-source-install 2016-12-06 12:14:30.071 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:56 : _install_dir=pip-and-virtualenv-source-install 2016-12-06 12:14:30.073 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:57 : INSTALLDIRPREFIX=pip-and-virtualenv 2016-12-06 12:14:30.074 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:59 : found=0 2016-12-06 12:14:30.076 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:68 : '[' 0 = 0 ']' 2016-12-06 12:14:30.077 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:69 : pushd /tmp/dib_build.fR1ASedD/hooks/install.d 2016-12-06 12:14:30.077 | /tmp/dib_build.fR1ASedD/hooks/install.d /etc/octavia/certs/diskimage-create.q0Ieei 2016-12-06 12:14:30.079 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:70 : ln -sf pip-and-virtualenv-source-install/01-install-pip . 2016-12-06 12:14:30.080 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:71 : popd 2016-12-06 12:14:30.080 | /etc/octavia/certs/diskimage-create.q0Ieei 2016-12-06 12:14:30.082 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:54 : for _install_dir in '$default_install_type_dirs' 2016-12-06 12:14:30.083 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:55 : SUFFIX=-source-install 2016-12-06 12:14:30.085 | ++ /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:56 : basename /tmp/dib_build.fR1ASedD/hooks/install.d/os-refresh-config-source-install 2016-12-06 12:14:30.087 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:56 : _install_dir=os-refresh-config-source-install 2016-12-06 12:14:30.089 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:57 : INSTALLDIRPREFIX=os-refresh-config 2016-12-06 12:14:30.090 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:59 : found=0 2016-12-06 12:14:30.092 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:68 : '[' 0 = 0 ']' 2016-12-06 12:14:30.093 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:69 : pushd /tmp/dib_build.fR1ASedD/hooks/install.d 2016-12-06 12:14:30.093 | /tmp/dib_build.fR1ASedD/hooks/install.d /etc/octavia/certs/diskimage-create.q0Ieei 2016-12-06 12:14:30.095 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:70 : ln -sf os-refresh-config-source-install/10-os-refresh-config . 2016-12-06 12:14:30.097 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:71 : popd 2016-12-06 12:14:30.097 | /etc/octavia/certs/diskimage-create.q0Ieei 2016-12-06 12:14:30.098 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:54 : for _install_dir in '$default_install_type_dirs' 2016-12-06 12:14:30.100 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:55 : SUFFIX=-source-install 2016-12-06 12:14:30.101 | ++ /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:56 : basename /tmp/dib_build.fR1ASedD/hooks/install.d/os-apply-config-source-install 2016-12-06 12:14:30.103 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:56 : _install_dir=os-apply-config-source-install 2016-12-06 12:14:30.104 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:57 : INSTALLDIRPREFIX=os-apply-config 2016-12-06 12:14:30.106 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:59 : found=0 2016-12-06 12:14:30.107 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:68 : '[' 0 = 0 ']' 2016-12-06 12:14:30.108 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:69 : pushd /tmp/dib_build.fR1ASedD/hooks/install.d 2016-12-06 12:14:30.109 | /tmp/dib_build.fR1ASedD/hooks/install.d /etc/octavia/certs/diskimage-create.q0Ieei 2016-12-06 12:14:30.110 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:70 : ln -sf os-apply-config-source-install/10-os-apply-config . 2016-12-06 12:14:30.112 | + /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-enable-install-types:main:71 : popd 2016-12-06 12:14:30.112 | /etc/octavia/certs/diskimage-create.q0Ieei 2016-12-06 12:14:30.113 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 99-enable-install-types completed 2016-12-06 12:14:30.114 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 Running /tmp/dib_build.fR1ASedD/hooks/extra-data.d/99-squash-package-install 2016-12-06 12:14:30.164 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 99-squash-package-install completed 2016-12-06 12:14:30.165 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 ----------------------- PROFILING ----------------------- 2016-12-06 12:14:30.166 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 2016-12-06 12:14:30.167 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 Target: extra-data.d 2016-12-06 12:14:30.168 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 2016-12-06 12:14:30.169 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 Script Seconds 2016-12-06 12:14:30.170 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 --------------------------------------- ---------- 2016-12-06 12:14:30.171 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 2016-12-06 12:14:30.177 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 01-copy-apt-keys 0.002 2016-12-06 12:14:30.180 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 10-create-pkg-map-dir 0.491 2016-12-06 12:14:30.184 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 10-merge-svc-map-files 0.032 2016-12-06 12:14:30.188 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 11-copy-svc-map-file 0.013 2016-12-06 12:14:30.192 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 20-manifest-dir 0.012 2016-12-06 12:14:30.196 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 50-store-build-settings 0.003 2016-12-06 12:14:30.199 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 75-inject-pip-manifests 0.011 2016-12-06 12:14:30.203 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 98-source-repositories 0.347 2016-12-06 12:14:30.206 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 99-enable-install-types 0.069 2016-12-06 12:14:30.210 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 99-squash-package-install 0.049 2016-12-06 12:14:30.212 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 2016-12-06 12:14:30.213 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 --------------------- END PROFILING --------------------- 2016-12-06 12:14:30.239 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-ccache.bash 2016-12-06 12:14:30.240 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-ccache.bash 2016-12-06 12:14:30.240 | ++ for CCACHEDIR in '"/usr/lib/ccache"' '"/usr/lib64/ccache"' 2016-12-06 12:14:30.240 | ++ [[ $PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib/ccache ]] 2016-12-06 12:14:30.240 | ++ export 'PATH=/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2016-12-06 12:14:30.240 | ++ PATH='/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2016-12-06 12:14:30.240 | ++ for CCACHEDIR in '"/usr/lib/ccache"' '"/usr/lib64/ccache"' 2016-12-06 12:14:30.240 | ++ [[ /usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib64/ccache ]] 2016-12-06 12:14:30.240 | ++ export 'PATH=/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2016-12-06 12:14:30.240 | ++ PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2016-12-06 12:14:30.240 | ++ export CCACHE_DIR=/tmp/ccache 2016-12-06 12:14:30.240 | ++ CCACHE_DIR=/tmp/ccache 2016-12-06 12:14:30.241 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-dib-init-system.bash 2016-12-06 12:14:30.242 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-dib-init-system.bash 2016-12-06 12:14:30.242 | ++++ dirname /tmp/in_target.d/pre-install.d/../environment.d/10-dib-init-system.bash 2016-12-06 12:14:30.243 | +++ PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/tmp/in_target.d/pre-install.d/../environment.d/..' 2016-12-06 12:14:30.243 | +++ dib-init-system 2016-12-06 12:14:30.244 | ++ export DIB_INIT_SYSTEM=systemd 2016-12-06 12:14:30.244 | ++ DIB_INIT_SYSTEM=systemd 2016-12-06 12:14:30.245 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-os-apply-config-venv-dir.bash 2016-12-06 12:14:30.246 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-os-apply-config-venv-dir.bash 2016-12-06 12:14:30.246 | ++ '[' -z '' ']' 2016-12-06 12:14:30.246 | ++ export OS_APPLY_CONFIG_VENV_DIR=/opt/stack/venvs/os-apply-config 2016-12-06 12:14:30.246 | ++ OS_APPLY_CONFIG_VENV_DIR=/opt/stack/venvs/os-apply-config 2016-12-06 12:14:30.247 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-pip-cache 2016-12-06 12:14:30.248 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-pip-cache 2016-12-06 12:14:30.248 | ++ export PIP_DOWNLOAD_CACHE=/tmp/pip 2016-12-06 12:14:30.248 | ++ PIP_DOWNLOAD_CACHE=/tmp/pip 2016-12-06 12:14:30.249 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-ubuntu-distro-name.bash 2016-12-06 12:14:30.250 | + source /tmp/in_target.d/pre-install.d/../environment.d/10-ubuntu-distro-name.bash 2016-12-06 12:14:30.250 | ++ export DISTRO_NAME=ubuntu 2016-12-06 12:14:30.250 | ++ DISTRO_NAME=ubuntu 2016-12-06 12:14:30.250 | ++ export DIB_RELEASE=xenial 2016-12-06 12:14:30.250 | ++ DIB_RELEASE=xenial 2016-12-06 12:14:30.251 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/11-dib-install-type.bash 2016-12-06 12:14:30.252 | + source /tmp/in_target.d/pre-install.d/../environment.d/11-dib-install-type.bash 2016-12-06 12:14:30.252 | ++ export DIB_DEFAULT_INSTALLTYPE=source 2016-12-06 12:14:30.252 | ++ DIB_DEFAULT_INSTALLTYPE=source 2016-12-06 12:14:30.252 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/14-manifests 2016-12-06 12:14:30.254 | + source /tmp/in_target.d/pre-install.d/../environment.d/14-manifests 2016-12-06 12:14:30.254 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2016-12-06 12:14:30.254 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2016-12-06 12:14:30.254 | ++ export DIB_MANIFEST_SAVE_DIR=/opt/stack/octavia/diskimage-create/amphora-x64-haproxy.d/ 2016-12-06 12:14:30.254 | ++ DIB_MANIFEST_SAVE_DIR=/opt/stack/octavia/diskimage-create/amphora-x64-haproxy.d/ 2016-12-06 12:14:30.254 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/15-pip-manifests 2016-12-06 12:14:30.255 | + source /tmp/in_target.d/pre-install.d/../environment.d/15-pip-manifests 2016-12-06 12:14:30.255 | ++ set -eu 2016-12-06 12:14:30.255 | ++ export DIB_MANIFEST_PIP_DIR=/etc/dib-manifests/dib-manifests-pip 2016-12-06 12:14:30.256 | ++ DIB_MANIFEST_PIP_DIR=/etc/dib-manifests/dib-manifests-pip 2016-12-06 12:14:30.256 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/99-cloud-init-datasources.bash 2016-12-06 12:14:30.257 | + source /tmp/in_target.d/pre-install.d/../environment.d/99-cloud-init-datasources.bash 2016-12-06 12:14:30.257 | ++ export DIB_CLOUD_INIT_DATASOURCES=ConfigDrive 2016-12-06 12:14:30.257 | ++ DIB_CLOUD_INIT_DATASOURCES=ConfigDrive 2016-12-06 12:14:30.258 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 Running /tmp/in_target.d/pre-install.d/00-backports 2016-12-06 12:14:30.259 | + '[' ubuntu == ubuntu ']' 2016-12-06 12:14:30.259 | + '[' xenial == trusty ']' 2016-12-06 12:14:30.260 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 00-backports completed 2016-12-06 12:14:30.261 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 Running /tmp/in_target.d/pre-install.d/00-disable-apt-recommends 2016-12-06 12:14:30.263 | 0+1 records in 2016-12-06 12:14:30.263 | 0+1 records out 2016-12-06 12:14:30.263 | 56 bytes copied, 3.5398e-05 s, 1.6 MB/s 2016-12-06 12:14:30.265 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 00-disable-apt-recommends completed 2016-12-06 12:14:30.266 | dib-run-parts Tue Dec 6 12:14:30 UTC 2016 Running /tmp/in_target.d/pre-install.d/00-remove-apt-xapian-index 2016-12-06 12:14:30.900 | Reading package lists... 2016-12-06 12:14:31.017 | Building dependency tree... 2016-12-06 12:14:31.017 | Reading state information... 2016-12-06 12:14:31.096 | Package 'apt-xapian-index' is not installed, so not removed 2016-12-06 12:14:31.096 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2016-12-06 12:14:31.099 | dib-run-parts Tue Dec 6 12:14:31 UTC 2016 00-remove-apt-xapian-index completed 2016-12-06 12:14:31.100 | dib-run-parts Tue Dec 6 12:14:31 UTC 2016 Running /tmp/in_target.d/pre-install.d/00-remove-grub 2016-12-06 12:14:31.110 | dpkg-query: no packages found matching grub-pc 2016-12-06 12:14:31.118 | dpkg-query: no packages found matching grub2-common 2016-12-06 12:14:31.120 | dib-run-parts Tue Dec 6 12:14:31 UTC 2016 00-remove-grub completed 2016-12-06 12:14:31.121 | dib-run-parts Tue Dec 6 12:14:31 UTC 2016 Running /tmp/in_target.d/pre-install.d/01-backports 2016-12-06 12:14:31.123 | + '[' ubuntu == ubuntu ']' 2016-12-06 12:14:31.123 | + '[' xenial == trusty ']' 2016-12-06 12:14:31.125 | dib-run-parts Tue Dec 6 12:14:31 UTC 2016 01-backports completed 2016-12-06 12:14:31.125 | dib-run-parts Tue Dec 6 12:14:31 UTC 2016 Running /tmp/in_target.d/pre-install.d/01-dib-python 2016-12-06 12:14:31.130 | dib-run-parts Tue Dec 6 12:14:31 UTC 2016 01-dib-python completed 2016-12-06 12:14:31.130 | dib-run-parts Tue Dec 6 12:14:31 UTC 2016 Running /tmp/in_target.d/pre-install.d/01-install-bin 2016-12-06 12:14:31.136 | dib-run-parts Tue Dec 6 12:14:31 UTC 2016 01-install-bin completed 2016-12-06 12:14:31.137 | dib-run-parts Tue Dec 6 12:14:31 UTC 2016 Running /tmp/in_target.d/pre-install.d/01-set-ubuntu-mirror 2016-12-06 12:14:31.141 | dib-run-parts Tue Dec 6 12:14:31 UTC 2016 01-set-ubuntu-mirror completed 2016-12-06 12:14:31.142 | dib-run-parts Tue Dec 6 12:14:31 UTC 2016 Running /tmp/in_target.d/pre-install.d/02-add-apt-keys 2016-12-06 12:14:31.146 | dib-run-parts Tue Dec 6 12:14:31 UTC 2016 02-add-apt-keys completed 2016-12-06 12:14:31.146 | dib-run-parts Tue Dec 6 12:14:31 UTC 2016 Running /tmp/in_target.d/pre-install.d/02-package-installs 2016-12-06 12:14:31.150 | + set -eu 2016-12-06 12:14:31.150 | + set -o pipefail 2016-12-06 12:14:31.150 | ++ basename /usr/local/bin/package-installs 2016-12-06 12:14:31.151 | + SCRIPTNAME=package-installs 2016-12-06 12:14:31.151 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/pre-install.d 2016-12-06 12:14:31.152 | + TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --' 2016-12-06 12:14:31.152 | + '[' 0 '!=' 0 ']' 2016-12-06 12:14:31.152 | + eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --' 2016-12-06 12:14:31.152 | ++ set -- -d /tmp/in_target.d/pre-install.d -- 2016-12-06 12:14:31.152 | + WORKDIR= 2016-12-06 12:14:31.152 | + true 2016-12-06 12:14:31.152 | + case "$1" in 2016-12-06 12:14:31.152 | + WORKDIR=/tmp/in_target.d/pre-install.d 2016-12-06 12:14:31.152 | + shift 2 2016-12-06 12:14:31.152 | + true 2016-12-06 12:14:31.152 | + case "$1" in 2016-12-06 12:14:31.152 | + shift 2016-12-06 12:14:31.152 | + break 2016-12-06 12:14:31.152 | + '[' -z /tmp/in_target.d/pre-install.d ']' 2016-12-06 12:14:31.152 | + PACKAGES= 2016-12-06 12:14:31.152 | ++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*' 2016-12-06 12:14:31.153 | + '[' -n '' ']' 2016-12-06 12:14:34.217 | installing PyYAML from svc-map 2016-12-06 12:14:34.217 | installing python-xml from pip-and-virtualenv 2016-12-06 12:14:34.217 | Running command: ['install-packages', '', 'python-yaml'] 2016-12-06 12:14:34.217 | > b'Reading package lists...' 2016-12-06 12:14:34.217 | > b'Building dependency tree...' 2016-12-06 12:14:34.217 | > b'Reading state information...' 2016-12-06 12:14:34.217 | > b'The following additional packages will be installed:' 2016-12-06 12:14:34.217 | > b'libpython-stdlib libpython2.7-minimal libpython2.7-stdlib python' 2016-12-06 12:14:34.217 | > b'python-minimal python2.7 python2.7-minimal' 2016-12-06 12:14:34.217 | > b'Suggested packages:' 2016-12-06 12:14:34.217 | > b'python-doc python-tk python2.7-doc binutils binfmt-support' 2016-12-06 12:14:34.217 | > b'The following NEW packages will be installed:' 2016-12-06 12:14:34.218 | > b'libpython-stdlib libpython2.7-minimal libpython2.7-stdlib python' 2016-12-06 12:14:34.218 | > b'python-minimal python-yaml python2.7 python2.7-minimal' 2016-12-06 12:14:34.218 | > b'0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.' 2016-12-06 12:14:34.218 | > b'Need to get 0 B/4020 kB of archives.' 2016-12-06 12:14:34.218 | > b'After this operation, 17.1 MB of additional disk space will be used.' 2016-12-06 12:14:34.218 | > b'Selecting previously unselected package libpython2.7-minimal:amd64.' 2016-12-06 12:14:34.218 | > b'(Reading database ... \r(Reading database ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading database ... 100%\r(Reading database ... 25468 files and directories currently installed.)' 2016-12-06 12:14:34.218 | > b'Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.1_amd64.deb ...' 2016-12-06 12:14:34.218 | > b'Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.1) ...' 2016-12-06 12:14:34.218 | > b'Selecting previously unselected package python2.7-minimal.' 2016-12-06 12:14:34.218 | > b'Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.1_amd64.deb ...' 2016-12-06 12:14:34.218 | > b'Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.1) ...' 2016-12-06 12:14:34.218 | > b'Selecting previously unselected package python-minimal.' 2016-12-06 12:14:34.218 | > b'Preparing to unpack .../python-minimal_2.7.11-1_amd64.deb ...' 2016-12-06 12:14:34.218 | > b'Unpacking python-minimal (2.7.11-1) ...' 2016-12-06 12:14:34.218 | > b'Selecting previously unselected package libpython2.7-stdlib:amd64.' 2016-12-06 12:14:34.218 | > b'Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.1_amd64.deb ...' 2016-12-06 12:14:34.218 | > b'Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.1) ...' 2016-12-06 12:14:34.218 | > b'Selecting previously unselected package python2.7.' 2016-12-06 12:14:34.218 | > b'Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.1_amd64.deb ...' 2016-12-06 12:14:34.218 | > b'Unpacking python2.7 (2.7.12-1ubuntu0~16.04.1) ...' 2016-12-06 12:14:34.218 | > b'Selecting previously unselected package libpython-stdlib:amd64.' 2016-12-06 12:14:34.218 | > b'Preparing to unpack .../libpython-stdlib_2.7.11-1_amd64.deb ...' 2016-12-06 12:14:34.218 | > b'Unpacking libpython-stdlib:amd64 (2.7.11-1) ...' 2016-12-06 12:14:34.218 | > b'Processing triggers for man-db (2.7.5-1) ...' 2016-12-06 12:14:34.218 | > b'Processing triggers for mime-support (3.59ubuntu1) ...' 2016-12-06 12:14:34.218 | > b'Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.1) ...' 2016-12-06 12:14:34.218 | > b'Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.1) ...' 2016-12-06 12:14:34.218 | > b'Setting up python-minimal (2.7.11-1) ...' 2016-12-06 12:14:34.218 | > b'Selecting previously unselected package python.' 2016-12-06 12:14:34.218 | > b'(Reading database ... \r(Reading database ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading database ... 100%\r(Reading database ... 26214 files and directories currently installed.)' 2016-12-06 12:14:34.218 | > b'Preparing to unpack .../python_2.7.11-1_amd64.deb ...' 2016-12-06 12:14:34.218 | > b'Unpacking python (2.7.11-1) ...' 2016-12-06 12:14:34.218 | > b'Selecting previously unselected package python-yaml.' 2016-12-06 12:14:34.218 | > b'Preparing to unpack .../python-yaml_3.11-3build1_amd64.deb ...' 2016-12-06 12:14:34.218 | > b'Unpacking python-yaml (3.11-3build1) ...' 2016-12-06 12:14:34.218 | > b'Processing triggers for man-db (2.7.5-1) ...' 2016-12-06 12:14:34.218 | > b'Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.1) ...' 2016-12-06 12:14:34.218 | > b'Setting up python2.7 (2.7.12-1ubuntu0~16.04.1) ...' 2016-12-06 12:14:34.218 | > b'Setting up libpython-stdlib:amd64 (2.7.11-1) ...' 2016-12-06 12:14:34.218 | > b'Setting up python (2.7.11-1) ...' 2016-12-06 12:14:34.218 | > b'Setting up python-yaml (3.11-3build1) ...' 2016-12-06 12:14:34.218 | > -- done 2016-12-06 12:14:34.229 | dib-run-parts Tue Dec 6 12:14:34 UTC 2016 02-package-installs completed 2016-12-06 12:14:34.230 | dib-run-parts Tue Dec 6 12:14:34 UTC 2016 Running /tmp/in_target.d/pre-install.d/03-baseline-tools 2016-12-06 12:14:34.306 | Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease 2016-12-06 12:14:34.307 | Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB] 2016-12-06 12:14:34.319 | Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB] 2016-12-06 12:14:34.466 | Get:4 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [189 kB] 2016-12-06 12:14:34.526 | Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [438 kB] 2016-12-06 12:14:34.578 | Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [366 kB] 2016-12-06 12:14:34.741 | Fetched 1198 kB in 0s (2658 kB/s) 2016-12-06 12:14:35.435 | Reading package lists... 2016-12-06 12:14:35.489 | Reading package lists... 2016-12-06 12:14:35.612 | Building dependency tree... 2016-12-06 12:14:35.612 | Reading state information... 2016-12-06 12:14:35.701 | software-properties-common is already the newest version (0.96.20.4). 2016-12-06 12:14:35.701 | 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. 2016-12-06 12:14:35.703 | dib-run-parts Tue Dec 6 12:14:35 UTC 2016 03-baseline-tools completed 2016-12-06 12:14:35.704 | dib-run-parts Tue Dec 6 12:14:35 UTC 2016 Running /tmp/in_target.d/pre-install.d/04-dib-init-system 2016-12-06 12:14:35.711 | dib-run-parts Tue Dec 6 12:14:35 UTC 2016 04-dib-init-system completed 2016-12-06 12:14:35.711 | dib-run-parts Tue Dec 6 12:14:35 UTC 2016 Running /tmp/in_target.d/pre-install.d/99-apt-get-update 2016-12-06 12:14:35.784 | Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease 2016-12-06 12:14:35.785 | Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease 2016-12-06 12:14:35.805 | Hit:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease 2016-12-06 12:14:36.717 | Reading package lists... 2016-12-06 12:14:36.743 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 99-apt-get-update completed 2016-12-06 12:14:36.744 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 Running /tmp/in_target.d/pre-install.d/99-package-uninstalls 2016-12-06 12:14:36.748 | + set -eu 2016-12-06 12:14:36.749 | + set -o pipefail 2016-12-06 12:14:36.749 | ++ basename /usr/local/bin/package-uninstalls 2016-12-06 12:14:36.750 | + SCRIPTNAME=package-uninstalls 2016-12-06 12:14:36.751 | ++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/pre-install.d 2016-12-06 12:14:36.752 | + TEMP=' -d '\''/tmp/in_target.d/pre-install.d'\'' --' 2016-12-06 12:14:36.752 | + '[' 0 '!=' 0 ']' 2016-12-06 12:14:36.752 | + eval set -- ' -d '\''/tmp/in_target.d/pre-install.d'\'' --' 2016-12-06 12:14:36.752 | ++ set -- -d /tmp/in_target.d/pre-install.d -- 2016-12-06 12:14:36.752 | + WORKDIR= 2016-12-06 12:14:36.752 | + true 2016-12-06 12:14:36.752 | + case "$1" in 2016-12-06 12:14:36.752 | + WORKDIR=/tmp/in_target.d/pre-install.d 2016-12-06 12:14:36.752 | + shift 2 2016-12-06 12:14:36.752 | + true 2016-12-06 12:14:36.752 | + case "$1" in 2016-12-06 12:14:36.753 | + shift 2016-12-06 12:14:36.753 | + break 2016-12-06 12:14:36.753 | + '[' -z /tmp/in_target.d/pre-install.d ']' 2016-12-06 12:14:36.753 | + PACKAGES= 2016-12-06 12:14:36.753 | ++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*' 2016-12-06 12:14:36.755 | + install-packages -e 2016-12-06 12:14:36.759 | Not running install-packages remove with empty packages list 2016-12-06 12:14:36.800 | Nothing to uninstall 2016-12-06 12:14:36.807 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 99-package-uninstalls completed 2016-12-06 12:14:36.808 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 ----------------------- PROFILING ----------------------- 2016-12-06 12:14:36.809 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 2016-12-06 12:14:36.810 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 Target: pre-install.d 2016-12-06 12:14:36.811 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 2016-12-06 12:14:36.812 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 Script Seconds 2016-12-06 12:14:36.813 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 --------------------------------------- ---------- 2016-12-06 12:14:36.813 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 2016-12-06 12:14:36.819 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 00-backports 0.001 2016-12-06 12:14:36.823 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 00-disable-apt-recommends 0.002 2016-12-06 12:14:36.828 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 00-remove-apt-xapian-index 0.832 2016-12-06 12:14:36.832 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 00-remove-grub 0.018 2016-12-06 12:14:36.836 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 01-backports 0.002 2016-12-06 12:14:36.840 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 01-dib-python 0.003 2016-12-06 12:14:36.847 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 01-install-bin 0.004 2016-12-06 12:14:36.851 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 01-set-ubuntu-mirror 0.002 2016-12-06 12:14:36.855 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 02-add-apt-keys 0.002 2016-12-06 12:14:36.859 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 02-package-installs 3.081 2016-12-06 12:14:36.863 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 03-baseline-tools 1.472 2016-12-06 12:14:36.867 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 04-dib-init-system 0.005 2016-12-06 12:14:36.871 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 99-apt-get-update 1.030 2016-12-06 12:14:36.875 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 99-package-uninstalls 0.062 2016-12-06 12:14:36.877 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 2016-12-06 12:14:36.877 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 --------------------- END PROFILING --------------------- 2016-12-06 12:14:36.940 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-ccache.bash 2016-12-06 12:14:36.941 | + source /tmp/in_target.d/install.d/../environment.d/10-ccache.bash 2016-12-06 12:14:36.941 | ++ for CCACHEDIR in '"/usr/lib/ccache"' '"/usr/lib64/ccache"' 2016-12-06 12:14:36.941 | ++ [[ $PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib/ccache ]] 2016-12-06 12:14:36.941 | ++ export 'PATH=/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2016-12-06 12:14:36.941 | ++ PATH='/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2016-12-06 12:14:36.941 | ++ for CCACHEDIR in '"/usr/lib/ccache"' '"/usr/lib64/ccache"' 2016-12-06 12:14:36.941 | ++ [[ /usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib64/ccache ]] 2016-12-06 12:14:36.941 | ++ export 'PATH=/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2016-12-06 12:14:36.941 | ++ PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2016-12-06 12:14:36.941 | ++ export CCACHE_DIR=/tmp/ccache 2016-12-06 12:14:36.941 | ++ CCACHE_DIR=/tmp/ccache 2016-12-06 12:14:36.942 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-dib-init-system.bash 2016-12-06 12:14:36.943 | + source /tmp/in_target.d/install.d/../environment.d/10-dib-init-system.bash 2016-12-06 12:14:36.944 | ++++ dirname /tmp/in_target.d/install.d/../environment.d/10-dib-init-system.bash 2016-12-06 12:14:36.944 | +++ PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/tmp/in_target.d/install.d/../environment.d/..' 2016-12-06 12:14:36.944 | +++ dib-init-system 2016-12-06 12:14:36.946 | ++ export DIB_INIT_SYSTEM=systemd 2016-12-06 12:14:36.946 | ++ DIB_INIT_SYSTEM=systemd 2016-12-06 12:14:36.946 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-os-apply-config-venv-dir.bash 2016-12-06 12:14:36.948 | + source /tmp/in_target.d/install.d/../environment.d/10-os-apply-config-venv-dir.bash 2016-12-06 12:14:36.948 | ++ '[' -z '' ']' 2016-12-06 12:14:36.948 | ++ export OS_APPLY_CONFIG_VENV_DIR=/opt/stack/venvs/os-apply-config 2016-12-06 12:14:36.948 | ++ OS_APPLY_CONFIG_VENV_DIR=/opt/stack/venvs/os-apply-config 2016-12-06 12:14:36.948 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-pip-cache 2016-12-06 12:14:36.950 | + source /tmp/in_target.d/install.d/../environment.d/10-pip-cache 2016-12-06 12:14:36.950 | ++ export PIP_DOWNLOAD_CACHE=/tmp/pip 2016-12-06 12:14:36.950 | ++ PIP_DOWNLOAD_CACHE=/tmp/pip 2016-12-06 12:14:36.951 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-ubuntu-distro-name.bash 2016-12-06 12:14:36.952 | + source /tmp/in_target.d/install.d/../environment.d/10-ubuntu-distro-name.bash 2016-12-06 12:14:36.952 | ++ export DISTRO_NAME=ubuntu 2016-12-06 12:14:36.952 | ++ DISTRO_NAME=ubuntu 2016-12-06 12:14:36.952 | ++ export DIB_RELEASE=xenial 2016-12-06 12:14:36.952 | ++ DIB_RELEASE=xenial 2016-12-06 12:14:36.953 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/11-dib-install-type.bash 2016-12-06 12:14:36.954 | + source /tmp/in_target.d/install.d/../environment.d/11-dib-install-type.bash 2016-12-06 12:14:36.954 | ++ export DIB_DEFAULT_INSTALLTYPE=source 2016-12-06 12:14:36.954 | ++ DIB_DEFAULT_INSTALLTYPE=source 2016-12-06 12:14:36.955 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/14-manifests 2016-12-06 12:14:36.956 | + source /tmp/in_target.d/install.d/../environment.d/14-manifests 2016-12-06 12:14:36.956 | ++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2016-12-06 12:14:36.956 | ++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests 2016-12-06 12:14:36.956 | ++ export DIB_MANIFEST_SAVE_DIR=/opt/stack/octavia/diskimage-create/amphora-x64-haproxy.d/ 2016-12-06 12:14:36.956 | ++ DIB_MANIFEST_SAVE_DIR=/opt/stack/octavia/diskimage-create/amphora-x64-haproxy.d/ 2016-12-06 12:14:36.957 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/15-pip-manifests 2016-12-06 12:14:36.958 | + source /tmp/in_target.d/install.d/../environment.d/15-pip-manifests 2016-12-06 12:14:36.958 | ++ set -eu 2016-12-06 12:14:36.958 | ++ export DIB_MANIFEST_PIP_DIR=/etc/dib-manifests/dib-manifests-pip 2016-12-06 12:14:36.958 | ++ DIB_MANIFEST_PIP_DIR=/etc/dib-manifests/dib-manifests-pip 2016-12-06 12:14:36.959 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/99-cloud-init-datasources.bash 2016-12-06 12:14:36.960 | + source /tmp/in_target.d/install.d/../environment.d/99-cloud-init-datasources.bash 2016-12-06 12:14:36.960 | ++ export DIB_CLOUD_INIT_DATASOURCES=ConfigDrive 2016-12-06 12:14:36.960 | ++ DIB_CLOUD_INIT_DATASOURCES=ConfigDrive 2016-12-06 12:14:36.961 | dib-run-parts Tue Dec 6 12:14:36 UTC 2016 Running /tmp/in_target.d/install.d/00-baseline-environment 2016-12-06 12:14:37.027 | Reading package lists... 2016-12-06 12:14:37.150 | Building dependency tree... 2016-12-06 12:14:37.150 | Reading state information... 2016-12-06 12:14:37.245 | open-iscsi is already the newest version (2.0.873+git0.3b4b4500-14ubuntu3.2). 2016-12-06 12:14:37.245 | 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. 2016-12-06 12:14:37.248 | dib-run-parts Tue Dec 6 12:14:37 UTC 2016 00-baseline-environment completed 2016-12-06 12:14:37.249 | dib-run-parts Tue Dec 6 12:14:37 UTC 2016 Running /tmp/in_target.d/install.d/00-up-to-date 2016-12-06 12:14:37.272 | Reading package lists... 2016-12-06 12:14:37.393 | Building dependency tree... 2016-12-06 12:14:37.393 | Reading state information... 2016-12-06 12:14:37.437 | Calculating upgrade... 2016-12-06 12:14:37.491 | The following packages will be upgraded: 2016-12-06 12:14:37.491 | libprocps4 procps 2016-12-06 12:14:37.688 | 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2016-12-06 12:14:37.688 | Need to get 0 B/255 kB of archives. 2016-12-06 12:14:37.688 | After this operation, 0 B of additional disk space will be used. 2016-12-06 12:14:37.719 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 26300 files and directories currently installed.) 2016-12-06 12:14:37.720 | Preparing to unpack .../libprocps4_2%3a3.3.10-4ubuntu2.3_amd64.deb ... 2016-12-06 12:14:37.720 | Unpacking libprocps4:amd64 (2:3.3.10-4ubuntu2.3) over (2:3.3.10-4ubuntu2.2) ... 2016-12-06 12:14:37.736 | Preparing to unpack .../procps_2%3a3.3.10-4ubuntu2.3_amd64.deb ... 2016-12-06 12:14:37.740 | Unpacking procps (2:3.3.10-4ubuntu2.3) over (2:3.3.10-4ubuntu2.2) ... 2016-12-06 12:14:37.765 | Processing triggers for libc-bin (2.23-0ubuntu4) ... 2016-12-06 12:14:37.771 | Processing triggers for systemd (229-4ubuntu12) ... 2016-12-06 12:14:37.772 | Processing triggers for ureadahead (0.100.0-19) ... 2016-12-06 12:14:37.917 | Processing triggers for man-db (2.7.5-1) ... 2016-12-06 12:14:38.134 | Setting up libprocps4:amd64 (2:3.3.10-4ubuntu2.3) ... 2016-12-06 12:14:38.134 | Setting up procps (2:3.3.10-4ubuntu2.3) ... 2016-12-06 12:14:38.146 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2016-12-06 12:14:38.176 | Processing triggers for libc-bin (2.23-0ubuntu4) ... 2016-12-06 12:14:38.854 | dib-run-parts Tue Dec 6 12:14:38 UTC 2016 00-up-to-date completed 2016-12-06 12:14:38.855 | dib-run-parts Tue Dec 6 12:14:38 UTC 2016 Running /tmp/in_target.d/install.d/01-install-pip 2016-12-06 12:14:40.024 | Collecting pip 2016-12-06 12:14:40.166 | Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB) 2016-12-06 12:14:40.569 | Collecting setuptools 2016-12-06 12:14:40.914 | Downloading setuptools-30.2.0-py2.py3-none-any.whl (472kB) 2016-12-06 12:14:41.090 | Collecting wheel 2016-12-06 12:14:41.148 | Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB) 2016-12-06 12:14:41.202 | Installing collected packages: pip, setuptools, wheel 2016-12-06 12:14:41.881 | Successfully installed pip-9.0.1 setuptools-30.2.0 wheel-0.29.0 2016-12-06 12:14:42.328 | Collecting virtualenv 2016-12-06 12:14:42.467 | Downloading virtualenv-15.1.0-py2.py3-none-any.whl (1.8MB) 2016-12-06 12:14:42.945 | Installing collected packages: virtualenv 2016-12-06 12:14:42.965 | Successfully installed virtualenv-15.1.0 2016-12-06 12:14:43.013 | dib-run-parts Tue Dec 6 12:14:43 UTC 2016 01-install-pip completed 2016-12-06 12:14:43.013 | dib-run-parts Tue Dec 6 12:14:43 UTC 2016 Running /tmp/in_target.d/install.d/01-package-installs 2016-12-06 12:14:43.017 | + set -eu 2016-12-06 12:14:43.017 | + set -o pipefail 2016-12-06 12:14:43.017 | ++ basename /usr/local/bin/package-installs 2016-12-06 12:14:43.018 | + SCRIPTNAME=package-installs 2016-12-06 12:14:43.018 | ++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/install.d 2016-12-06 12:14:43.019 | + TEMP=' -d '\''/tmp/in_target.d/install.d'\'' --' 2016-12-06 12:14:43.019 | + '[' 0 '!=' 0 ']' 2016-12-06 12:14:43.019 | + eval set -- ' -d '\''/tmp/in_target.d/install.d'\'' --' 2016-12-06 12:14:43.019 | ++ set -- -d /tmp/in_target.d/install.d -- 2016-12-06 12:14:43.019 | + WORKDIR= 2016-12-06 12:14:43.019 | + true 2016-12-06 12:14:43.019 | + case "$1" in 2016-12-06 12:14:43.019 | + WORKDIR=/tmp/in_target.d/install.d 2016-12-06 12:14:43.019 | + shift 2 2016-12-06 12:14:43.019 | + true 2016-12-06 12:14:43.019 | + case "$1" in 2016-12-06 12:14:43.019 | + shift 2016-12-06 12:14:43.019 | + break 2016-12-06 12:14:43.019 | + '[' -z /tmp/in_target.d/install.d ']' 2016-12-06 12:14:43.019 | + PACKAGES= 2016-12-06 12:14:43.019 | ++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*' 2016-12-06 12:14:43.021 | + '[' -n '' ']' 2016-12-06 12:14:43.443 | Missing package name for distro/element: ubuntu/os-refresh-config 2016-12-06 12:14:43.486 | Missing package name for distro/element: ubuntu/os-refresh-config 2016-12-06 12:14:44.666 | Extracting templates from packages: 51% Extracting templates from packages: 100% 2016-12-06 12:14:45.974 | installing ecryptfs-utils from cert-ramfs-ecrypt 2016-12-06 12:14:45.974 | installing dkms from dkms 2016-12-06 12:14:45.974 | installing git from source-repositories 2016-12-06 12:14:45.974 | installing libssl-dev from amphora-agent 2016-12-06 12:14:45.974 | installing libffi-dev from amphora-agent 2016-12-06 12:14:45.974 | installing keepalived from keepalived-octavia-ubuntu 2016-12-06 12:14:45.974 | installing haproxy from haproxy-octavia-ubuntu 2016-12-06 12:14:45.974 | installing jq from os-refresh-config 2016-12-06 12:14:45.974 | installing python-dev from os-refresh-config 2016-12-06 12:14:45.974 | installing ccache_package from base 2016-12-06 12:14:45.974 | installing linux-image-generic from ubuntu 2016-12-06 12:14:45.974 | Running command: ['install-packages', 'keepalived', 'linux-image-generic', 'libffi-dev', 'git', 'jq', 'dkms', 'python-dev', 'haproxy', 'ccache', 'libssl-dev', 'ecryptfs-utils'] 2016-12-06 12:14:45.974 | > b'Reading package lists...' 2016-12-06 12:14:45.974 | > b'Building dependency tree...' 2016-12-06 12:14:45.974 | > b'Reading state information...' 2016-12-06 12:14:45.974 | > b'git is already the newest version (1:2.7.4-0ubuntu1).' 2016-12-06 12:14:45.974 | > b'The following additional packages will be installed:' 2016-12-06 12:14:45.974 | > b'binutils cpp cpp-5 crda gcc gcc-5 iw keyutils libasan2 libatomic1' 2016-12-06 12:14:45.974 | > b'libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libecryptfs1 libexpat1-dev' 2016-12-06 12:14:45.974 | > b'libgcc-5-dev libgomp1 libisl15 libitm1 liblsan0 liblua5.3-0 libmpc3 libmpx0' 2016-12-06 12:14:45.974 | > b'libnl-3-200 libnl-genl-3-200 libnspr4 libnss3 libnss3-1d libnss3-nssdb' 2016-12-06 12:14:45.974 | > b'libonig2 libpython-dev libpython2.7 libpython2.7-dev libquadmath0' 2016-12-06 12:14:45.974 | > b'libsensors4 libsnmp-base libsnmp30 libtsan0 libubsan0 linux-firmware' 2016-12-06 12:14:45.974 | > b'linux-image-4.4.0-53-generic linux-image-extra-4.4.0-53-generic' 2016-12-06 12:14:45.974 | > b'linux-libc-dev make python2.7-dev wireless-regdb zlib1g-dev' 2016-12-06 12:14:45.974 | > b'Suggested packages:' 2016-12-06 12:14:45.974 | > b'binutils-doc distcc cpp-doc gcc-5-locales zescrow-client gcc-multilib' 2016-12-06 12:14:45.974 | > b'manpages-dev autoconf automake libtool flex bison gdb gcc-doc gcc-5-multilib' 2016-12-06 12:14:45.974 | > b'gcc-5-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan2-dbg' 2016-12-06 12:14:45.974 | > b'liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx0-dbg' 2016-12-06 12:14:45.974 | > b'libquadmath0-dbg vim-haproxy haproxy-doc glibc-doc lm-sensors' 2016-12-06 12:14:45.974 | > b'snmp-mibs-downloader fdutils linux-doc-4.4.0 | linux-source-4.4.0' 2016-12-06 12:14:45.974 | > b'linux-tools linux-headers-4.4.0-53-generic make-doc' 2016-12-06 12:14:45.974 | > b'Recommended packages:' 2016-12-06 12:14:45.974 | > b'fakeroot ipvsadm manpages-dev libssl-doc grub-pc | grub-efi-amd64' 2016-12-06 12:14:45.974 | > b'| grub-efi-ia32 | grub | lilo thermald' 2016-12-06 12:14:45.974 | > b'The following NEW packages will be installed:' 2016-12-06 12:14:45.974 | > b'binutils ccache cpp cpp-5 crda dkms ecryptfs-utils gcc gcc-5 haproxy iw jq' 2016-12-06 12:14:45.974 | > b'keepalived keyutils libasan2 libatomic1 libc-dev-bin libc6-dev libcc1-0' 2016-12-06 12:14:45.974 | > b'libcilkrts5 libecryptfs1 libexpat1-dev libffi-dev libgcc-5-dev libgomp1' 2016-12-06 12:14:45.974 | > b'libisl15 libitm1 liblsan0 liblua5.3-0 libmpc3 libmpx0 libnl-3-200' 2016-12-06 12:14:45.974 | > b'libnl-genl-3-200 libnspr4 libnss3 libnss3-1d libnss3-nssdb libonig2' 2016-12-06 12:14:45.974 | > b'libpython-dev libpython2.7 libpython2.7-dev libquadmath0 libsensors4' 2016-12-06 12:14:45.974 | > b'libsnmp-base libsnmp30 libssl-dev libtsan0 libubsan0 linux-firmware' 2016-12-06 12:14:45.975 | > b'linux-image-4.4.0-53-generic linux-image-extra-4.4.0-53-generic' 2016-12-06 12:14:45.975 | > b'linux-image-generic linux-libc-dev make python-dev python2.7-dev' 2016-12-06 12:14:45.975 | > b'wireless-regdb zlib1g-dev' 2016-12-06 12:14:45.975 | > b'0 upgraded, 58 newly installed, 0 to remove and 0 not upgraded.' 2016-12-06 12:14:45.975 | > b'Need to get 29.3 MB/156 MB of archives.' 2016-12-06 12:14:45.975 | > b'After this operation, 540 MB of additional disk space will be used.' 2016-12-06 12:14:45.975 | > b'Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1-dev amd64 2.1.0-7ubuntu0.16.04.2 [115 kB]' 2016-12-06 12:14:45.975 | > b'Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7 amd64 2.7.12-1ubuntu0~16.04.1 [1070 kB]' 2016-12-06 12:14:45.975 | > b'Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-dev amd64 2.7.12-1ubuntu0~16.04.1 [27.8 MB]' 2016-12-06 12:14:45.975 | > b'Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpython-dev amd64 2.7.11-1 [7728 B]' 2016-12-06 12:14:45.975 | > b'Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-dev amd64 2.7.12-1ubuntu0~16.04.1 [276 kB]' 2016-12-06 12:14:45.975 | > b'Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-dev amd64 2.7.11-1 [1160 B]' 2016-12-06 12:14:45.975 | > b'Fetched 29.3 MB in 0s (47.7 MB/s)' 2016-12-06 12:14:45.975 | > b'Selecting previously unselected package libonig2:amd64.' 2016-12-06 12:14:45.975 | > b'(Reading database ... \r(Reading database ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading database ... 100%\r(Reading database ... 26300 files and directories currently installed.)' 2016-12-06 12:14:45.975 | > b'Preparing to unpack .../libonig2_5.9.6-1_amd64.deb ...' 2016-12-06 12:14:45.975 | > b'Unpacking libonig2:amd64 (5.9.6-1) ...' 2016-12-06 12:14:45.975 | > b'Selecting previously unselected package libmpc3:amd64.' 2016-12-06 12:14:45.975 | > b'Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ...' 2016-12-06 12:14:45.975 | > b'Unpacking libmpc3:amd64 (1.0.3-1) ...' 2016-12-06 12:14:45.975 | > b'Selecting previously unselected package binutils.' 2016-12-06 12:14:45.975 | > b'Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.3_amd64.deb ...' 2016-12-06 12:14:45.975 | > b'Unpacking binutils (2.26.1-1ubuntu1~16.04.3) ...' 2016-12-06 12:14:45.975 | > b'Selecting previously unselected package ccache.' 2016-12-06 12:14:45.975 | > b'Preparing to unpack .../ccache_3.2.4-1_amd64.deb ...' 2016-12-06 12:14:45.975 | > b'Unpacking ccache (3.2.4-1) ...' 2016-12-06 12:14:45.975 | > b'Selecting previously unselected package libisl15:amd64.' 2016-12-06 12:14:45.975 | > b'Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ...' 2016-12-06 12:14:45.975 | > b'Unpacking libisl15:amd64 (0.16.1-1) ...' 2016-12-06 12:14:45.975 | > b'Selecting previously unselected package cpp-5.' 2016-12-06 12:14:45.975 | > b'Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.4_amd64.deb ...' 2016-12-06 12:14:45.975 | > b'Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:14:45.975 | > b'Selecting previously unselected package cpp.' 2016-12-06 12:14:45.975 | > b'Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ...' 2016-12-06 12:14:45.975 | > b'Unpacking cpp (4:5.3.1-1ubuntu1) ...' 2016-12-06 12:14:45.975 | > b'Selecting previously unselected package libnl-3-200:amd64.' 2016-12-06 12:14:45.975 | > b'Preparing to unpack .../libnl-3-200_3.2.27-1_amd64.deb ...' 2016-12-06 12:14:45.975 | > b'Unpacking libnl-3-200:amd64 (3.2.27-1) ...' 2016-12-06 12:14:45.975 | > b'Selecting previously unselected package libnl-genl-3-200:amd64.' 2016-12-06 12:14:45.975 | > b'Preparing to unpack .../libnl-genl-3-200_3.2.27-1_amd64.deb ...' 2016-12-06 12:14:45.975 | > b'Unpacking libnl-genl-3-200:amd64 (3.2.27-1) ...' 2016-12-06 12:14:45.975 | > b'Selecting previously unselected package wireless-regdb.' 2016-12-06 12:14:45.975 | > b'Preparing to unpack .../wireless-regdb_2015.07.20-1ubuntu1_all.deb ...' 2016-12-06 12:14:45.975 | > b'Unpacking wireless-regdb (2015.07.20-1ubuntu1) ...' 2016-12-06 12:14:45.975 | > b'Selecting previously unselected package iw.' 2016-12-06 12:14:45.975 | > b'Preparing to unpack .../archives/iw_3.17-1_amd64.deb ...' 2016-12-06 12:14:45.975 | > b'Unpacking iw (3.17-1) ...' 2016-12-06 12:14:45.975 | > b'Selecting previously unselected package crda.' 2016-12-06 12:14:45.975 | > b'Preparing to unpack .../archives/crda_3.13-1_amd64.deb ...' 2016-12-06 12:14:45.975 | > b'Unpacking crda (3.13-1) ...' 2016-12-06 12:14:45.975 | > b'Selecting previously unselected package libcc1-0:amd64.' 2016-12-06 12:14:45.975 | > b'Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.4_amd64.deb ...' 2016-12-06 12:14:45.975 | > b'Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:14:45.976 | > b'Selecting previously unselected package libgomp1:amd64.' 2016-12-06 12:14:45.976 | > b'Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.4_amd64.deb ...' 2016-12-06 12:14:45.976 | > b'Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:14:45.976 | > b'Selecting previously unselected package libitm1:amd64.' 2016-12-06 12:14:45.976 | > b'Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.4_amd64.deb ...' 2016-12-06 12:14:45.976 | > b'Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:14:45.976 | > b'Selecting previously unselected package libatomic1:amd64.' 2016-12-06 12:14:45.976 | > b'Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.4_amd64.deb ...' 2016-12-06 12:14:45.976 | > b'Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:14:45.976 | > b'Selecting previously unselected package libasan2:amd64.' 2016-12-06 12:14:45.976 | > b'Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.4_amd64.deb ...' 2016-12-06 12:14:45.976 | > b'Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:14:45.976 | > b'Selecting previously unselected package liblsan0:amd64.' 2016-12-06 12:14:45.976 | > b'Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.4_amd64.deb ...' 2016-12-06 12:14:45.976 | > b'Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:14:45.976 | > b'Selecting previously unselected package libtsan0:amd64.' 2016-12-06 12:14:45.976 | > b'Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.4_amd64.deb ...' 2016-12-06 12:14:45.976 | > b'Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:14:45.976 | > b'Selecting previously unselected package libubsan0:amd64.' 2016-12-06 12:14:45.976 | > b'Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.4_amd64.deb ...' 2016-12-06 12:14:45.976 | > b'Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:14:45.976 | > b'Selecting previously unselected package libcilkrts5:amd64.' 2016-12-06 12:14:45.976 | > b'Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.4_amd64.deb ...' 2016-12-06 12:14:45.976 | > b'Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:00.054 | > b'Selecting previously unselected package libmpx0:amd64.' 2016-12-06 12:15:00.054 | > b'Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.4_amd64.deb ...' 2016-12-06 12:15:00.054 | > b'Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package libquadmath0:amd64.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.4_amd64.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package libgcc-5-dev:amd64.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.4_amd64.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package gcc-5.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.4_amd64.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package gcc.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking gcc (4:5.3.1-1ubuntu1) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package make.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../archives/make_4.1-6_amd64.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking make (4.1-6) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package dkms.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../dkms_2.2.0.3-2ubuntu11.3_all.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking dkms (2.2.0.3-2ubuntu11.3) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package libnspr4:amd64.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../libnspr4_2%3a4.12-0ubuntu0.16.04.1_amd64.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking libnspr4:amd64 (2:4.12-0ubuntu0.16.04.1) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package libnss3-nssdb.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../libnss3-nssdb_2%3a3.23-0ubuntu0.16.04.1_all.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking libnss3-nssdb (2:3.23-0ubuntu0.16.04.1) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package libnss3:amd64.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../libnss3_2%3a3.23-0ubuntu0.16.04.1_amd64.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking libnss3:amd64 (2:3.23-0ubuntu0.16.04.1) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package libnss3-1d:amd64.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../libnss3-1d_2%3a3.23-0ubuntu0.16.04.1_amd64.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking libnss3-1d:amd64 (2:3.23-0ubuntu0.16.04.1) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package libecryptfs1.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../libecryptfs1_111-0ubuntu1.1_amd64.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking libecryptfs1 (111-0ubuntu1.1) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package keyutils.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../keyutils_1.5.9-8ubuntu1_amd64.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking keyutils (1.5.9-8ubuntu1) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package ecryptfs-utils.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../ecryptfs-utils_111-0ubuntu1.1_amd64.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking ecryptfs-utils (111-0ubuntu1.1) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package liblua5.3-0:amd64.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../liblua5.3-0_5.3.1-1ubuntu2_amd64.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking liblua5.3-0:amd64 (5.3.1-1ubuntu2) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package haproxy.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../haproxy_1.6.3-1ubuntu0.1_amd64.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking haproxy (1.6.3-1ubuntu0.1) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package jq.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../jq_1.5+dfsg-1_amd64.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking jq (1.5+dfsg-1) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package libsensors4:amd64.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking libsensors4:amd64 (1:3.4.0-2) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package libsnmp-base.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../libsnmp-base_5.7.3+dfsg-1ubuntu4_all.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking libsnmp-base (5.7.3+dfsg-1ubuntu4) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package libsnmp30:amd64.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../libsnmp30_5.7.3+dfsg-1ubuntu4_amd64.deb ...' 2016-12-06 12:15:00.055 | > b'Unpacking libsnmp30:amd64 (5.7.3+dfsg-1ubuntu4) ...' 2016-12-06 12:15:00.055 | > b'Selecting previously unselected package keepalived.' 2016-12-06 12:15:00.055 | > b'Preparing to unpack .../keepalived_1%3a1.2.19-1_amd64.deb ...' 2016-12-06 12:15:00.056 | > b'Unpacking keepalived (1:1.2.19-1) ...' 2016-12-06 12:15:00.056 | > b'Selecting previously unselected package libc-dev-bin.' 2016-12-06 12:15:00.056 | > b'Preparing to unpack .../libc-dev-bin_2.23-0ubuntu4_amd64.deb ...' 2016-12-06 12:15:00.056 | > b'Unpacking libc-dev-bin (2.23-0ubuntu4) ...' 2016-12-06 12:15:00.056 | > b'Selecting previously unselected package linux-libc-dev:amd64.' 2016-12-06 12:15:00.056 | > b'Preparing to unpack .../linux-libc-dev_4.4.0-53.74_amd64.deb ...' 2016-12-06 12:15:00.056 | > b'Unpacking linux-libc-dev:amd64 (4.4.0-53.74) ...' 2016-12-06 12:15:00.056 | > b'Selecting previously unselected package libc6-dev:amd64.' 2016-12-06 12:15:00.056 | > b'Preparing to unpack .../libc6-dev_2.23-0ubuntu4_amd64.deb ...' 2016-12-06 12:15:00.056 | > b'Unpacking libc6-dev:amd64 (2.23-0ubuntu4) ...' 2016-12-06 12:15:00.056 | > b'Selecting previously unselected package libexpat1-dev:amd64.' 2016-12-06 12:15:00.056 | > b'Preparing to unpack .../libexpat1-dev_2.1.0-7ubuntu0.16.04.2_amd64.deb ...' 2016-12-06 12:15:00.056 | > b'Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.2) ...' 2016-12-06 12:15:00.056 | > b'Selecting previously unselected package libpython2.7:amd64.' 2016-12-06 12:15:00.056 | > b'Preparing to unpack .../libpython2.7_2.7.12-1ubuntu0~16.04.1_amd64.deb ...' 2016-12-06 12:15:00.056 | > b'Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.1) ...' 2016-12-06 12:15:00.056 | > b'Selecting previously unselected package libpython2.7-dev:amd64.' 2016-12-06 12:15:00.056 | > b'Preparing to unpack .../libpython2.7-dev_2.7.12-1ubuntu0~16.04.1_amd64.deb ...' 2016-12-06 12:15:00.056 | > b'Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.1) ...' 2016-12-06 12:15:00.056 | > b'Selecting previously unselected package libpython-dev:amd64.' 2016-12-06 12:15:00.056 | > b'Preparing to unpack .../libpython-dev_2.7.11-1_amd64.deb ...' 2016-12-06 12:15:00.056 | > b'Unpacking libpython-dev:amd64 (2.7.11-1) ...' 2016-12-06 12:15:00.056 | > b'Selecting previously unselected package zlib1g-dev:amd64.' 2016-12-06 12:15:00.056 | > b'Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4_amd64.deb ...' 2016-12-06 12:15:00.056 | > b'Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4) ...' 2016-12-06 12:15:00.056 | > b'Selecting previously unselected package libssl-dev:amd64.' 2016-12-06 12:15:00.056 | > b'Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.5_amd64.deb ...' 2016-12-06 12:15:00.056 | > b'Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.5) ...' 2016-12-06 12:15:00.056 | > b'Selecting previously unselected package linux-firmware.' 2016-12-06 12:15:00.056 | > b'Preparing to unpack .../linux-firmware_1.157.5_all.deb ...' 2016-12-06 12:15:00.056 | > b'Unpacking linux-firmware (1.157.5) ...' 2016-12-06 12:15:00.056 | > b'Selecting previously unselected package linux-image-4.4.0-53-generic.' 2016-12-06 12:15:00.056 | > b'Preparing to unpack .../linux-image-4.4.0-53-generic_4.4.0-53.74_amd64.deb ...' 2016-12-06 12:15:00.056 | > b'Done.' 2016-12-06 12:15:00.056 | > b'Unpacking linux-image-4.4.0-53-generic (4.4.0-53.74) ...' 2016-12-06 12:15:00.056 | > b'Selecting previously unselected package linux-image-extra-4.4.0-53-generic.' 2016-12-06 12:15:00.056 | > b'Preparing to unpack .../linux-image-extra-4.4.0-53-generic_4.4.0-53.74_amd64.deb ...' 2016-12-06 12:15:00.056 | > b'Unpacking linux-image-extra-4.4.0-53-generic (4.4.0-53.74) ...' 2016-12-06 12:15:00.056 | > b'Selecting previously unselected package linux-image-generic.' 2016-12-06 12:15:00.056 | > b'Preparing to unpack .../linux-image-generic_4.4.0.53.56_amd64.deb ...' 2016-12-06 12:15:00.056 | > b'Unpacking linux-image-generic (4.4.0.53.56) ...' 2016-12-06 12:15:00.056 | > b'Selecting previously unselected package python2.7-dev.' 2016-12-06 12:15:00.056 | > b'Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.1_amd64.deb ...' 2016-12-06 12:15:00.056 | > b'Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.1) ...' 2016-12-06 12:15:00.056 | > b'Selecting previously unselected package python-dev.' 2016-12-06 12:15:00.056 | > b'Preparing to unpack .../python-dev_2.7.11-1_amd64.deb ...' 2016-12-06 12:15:00.056 | > b'Unpacking python-dev (2.7.11-1) ...' 2016-12-06 12:15:00.056 | > b'Selecting previously unselected package libffi-dev:amd64.' 2016-12-06 12:15:00.056 | > b'Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ...' 2016-12-06 12:15:00.056 | > b'Unpacking libffi-dev:amd64 (3.2.1-4) ...' 2016-12-06 12:15:00.056 | > b'Processing triggers for libc-bin (2.23-0ubuntu4) ...' 2016-12-06 12:15:00.056 | > b'Processing triggers for man-db (2.7.5-1) ...' 2016-12-06 12:15:00.056 | > b'Processing triggers for systemd (229-4ubuntu12) ...' 2016-12-06 12:15:00.056 | > b'Processing triggers for ureadahead (0.100.0-19) ...' 2016-12-06 12:15:00.056 | > b'Processing triggers for install-info (6.1.0.dfsg.1-5) ...' 2016-12-06 12:15:00.056 | > b'Setting up libonig2:amd64 (5.9.6-1) ...' 2016-12-06 12:15:00.056 | > b'Setting up libmpc3:amd64 (1.0.3-1) ...' 2016-12-06 12:15:00.056 | > b'Setting up binutils (2.26.1-1ubuntu1~16.04.3) ...' 2016-12-06 12:15:00.057 | > b'Setting up ccache (3.2.4-1) ...' 2016-12-06 12:15:00.057 | > b'Updating symlinks in /usr/lib/ccache ...' 2016-12-06 12:15:00.057 | > b'Setting up libisl15:amd64 (0.16.1-1) ...' 2016-12-06 12:15:00.057 | > b'Setting up cpp-5 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:00.057 | > b'Setting up cpp (4:5.3.1-1ubuntu1) ...' 2016-12-06 12:15:00.057 | > b'Setting up libnl-3-200:amd64 (3.2.27-1) ...' 2016-12-06 12:15:00.057 | > b'Setting up libnl-genl-3-200:amd64 (3.2.27-1) ...' 2016-12-06 12:15:00.057 | > b'Setting up wireless-regdb (2015.07.20-1ubuntu1) ...' 2016-12-06 12:15:00.057 | > b'Setting up iw (3.17-1) ...' 2016-12-06 12:15:00.057 | > b'Setting up crda (3.13-1) ...' 2016-12-06 12:15:00.057 | > b'Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:00.057 | > b'Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:00.057 | > b'Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:00.057 | > b'Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:00.057 | > b'Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:00.057 | > b'Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:00.057 | > b'Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:22.099 | > b'Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:22.099 | > b'Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:22.099 | > b'Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:22.099 | > b'Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:22.099 | > b'Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:22.099 | > b'Setting up gcc-5 (5.4.0-6ubuntu1~16.04.4) ...' 2016-12-06 12:15:22.099 | > b'Setting up gcc (4:5.3.1-1ubuntu1) ...' 2016-12-06 12:15:22.099 | > b'Setting up make (4.1-6) ...' 2016-12-06 12:15:22.099 | > b'Setting up dkms (2.2.0.3-2ubuntu11.3) ...' 2016-12-06 12:15:22.099 | > b'Setting up libnspr4:amd64 (2:4.12-0ubuntu0.16.04.1) ...' 2016-12-06 12:15:22.099 | > b'Setting up keyutils (1.5.9-8ubuntu1) ...' 2016-12-06 12:15:22.099 | > b'Setting up liblua5.3-0:amd64 (5.3.1-1ubuntu2) ...' 2016-12-06 12:15:22.099 | > b'Setting up haproxy (1.6.3-1ubuntu0.1) ...' 2016-12-06 12:15:22.099 | > b'Running in chroot, ignoring request.' 2016-12-06 12:15:22.099 | > b'invoke-rc.d: policy-rc.d denied execution of start.' 2016-12-06 12:15:22.099 | > b'Setting up jq (1.5+dfsg-1) ...' 2016-12-06 12:15:22.099 | > b'Setting up libsensors4:amd64 (1:3.4.0-2) ...' 2016-12-06 12:15:22.099 | > b'Setting up libsnmp-base (5.7.3+dfsg-1ubuntu4) ...' 2016-12-06 12:15:22.099 | > b'Setting up libsnmp30:amd64 (5.7.3+dfsg-1ubuntu4) ...' 2016-12-06 12:15:22.099 | > b'Setting up keepalived (1:1.2.19-1) ...' 2016-12-06 12:15:22.099 | > b'Running in chroot, ignoring request.' 2016-12-06 12:15:22.099 | > b'invoke-rc.d: policy-rc.d denied execution of start.' 2016-12-06 12:15:22.099 | > b'Setting up libc-dev-bin (2.23-0ubuntu4) ...' 2016-12-06 12:15:22.099 | > b'Setting up linux-libc-dev:amd64 (4.4.0-53.74) ...' 2016-12-06 12:15:22.099 | > b'Setting up libc6-dev:amd64 (2.23-0ubuntu4) ...' 2016-12-06 12:15:22.099 | > b'Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.2) ...' 2016-12-06 12:15:22.099 | > b'Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.1) ...' 2016-12-06 12:15:22.099 | > b'Setting up libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.1) ...' 2016-12-06 12:15:22.100 | > b'Setting up libpython-dev:amd64 (2.7.11-1) ...' 2016-12-06 12:15:22.100 | > b'Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4) ...' 2016-12-06 12:15:22.100 | > b'Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.5) ...' 2016-12-06 12:15:22.100 | > b'Setting up linux-firmware (1.157.5) ...' 2016-12-06 12:15:22.100 | > b'Setting up linux-image-4.4.0-53-generic (4.4.0-53.74) ...' 2016-12-06 12:15:22.100 | > b'Running depmod.' 2016-12-06 12:15:22.100 | > b'update-initramfs: deferring update (hook will be called later)' 2016-12-06 12:15:22.100 | > b'Examining /etc/kernel/postinst.d.' 2016-12-06 12:15:22.100 | > b'run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.0-53-generic /boot/vmlinuz-4.4.0-53-generic' 2016-12-06 12:15:22.100 | > b'run-parts: executing /etc/kernel/postinst.d/dkms 4.4.0-53-generic /boot/vmlinuz-4.4.0-53-generic' 2016-12-06 12:15:22.100 | > b'run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.4.0-53-generic /boot/vmlinuz-4.4.0-53-generic' 2016-12-06 12:15:22.100 | > b'update-initramfs: Generating /boot/initrd.img-4.4.0-53-generic' 2016-12-06 12:15:22.100 | > b'W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.' 2016-12-06 12:15:22.100 | > b'run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 4.4.0-53-generic /boot/vmlinuz-4.4.0-53-generic' 2016-12-06 12:15:22.100 | > b'run-parts: executing /etc/kernel/postinst.d/update-notifier 4.4.0-53-generic /boot/vmlinuz-4.4.0-53-generic' 2016-12-06 12:15:22.100 | > b'Setting up linux-image-extra-4.4.0-53-generic (4.4.0-53.74) ...' 2016-12-06 12:15:22.100 | > b'run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.0-53-generic /boot/vmlinuz-4.4.0-53-generic' 2016-12-06 12:15:22.100 | > b'run-parts: executing /etc/kernel/postinst.d/dkms 4.4.0-53-generic /boot/vmlinuz-4.4.0-53-generic' 2016-12-06 12:15:22.100 | > b'run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.4.0-53-generic /boot/vmlinuz-4.4.0-53-generic' 2016-12-06 12:15:22.100 | > b'update-initramfs: Generating /boot/initrd.img-4.4.0-53-generic' 2016-12-06 12:15:22.100 | > b'W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.' 2016-12-06 12:15:22.100 | > b'run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 4.4.0-53-generic /boot/vmlinuz-4.4.0-53-generic' 2016-12-06 12:15:22.100 | > b'run-parts: executing /etc/kernel/postinst.d/update-notifier 4.4.0-53-generic /boot/vmlinuz-4.4.0-53-generic' 2016-12-06 12:15:22.100 | > b'Setting up linux-image-generic (4.4.0.53.56) ...' 2016-12-06 12:15:22.100 | > b'Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.1) ...' 2016-12-06 12:15:22.100 | > b'Setting up python-dev (2.7.11-1) ...' 2016-12-06 12:15:22.100 | > b'Setting up libffi-dev:amd64 (3.2.1-4) ...' 2016-12-06 12:15:22.100 | > b'Setting up libnss3-nssdb (2:3.23-0ubuntu0.16.04.1) ...' 2016-12-06 12:15:22.100 | > b'Setting up libnss3:amd64 (2:3.23-0ubuntu0.16.04.1) ...' 2016-12-06 12:15:22.100 | > b'Setting up libnss3-1d:amd64 (2:3.23-0ubuntu0.16.04.1) ...' 2016-12-06 12:15:22.100 | > b'Setting up libecryptfs1 (111-0ubuntu1.1) ...' 2016-12-06 12:15:22.100 | > b'Setting up ecryptfs-utils (111-0ubuntu1.1) ...' 2016-12-06 12:15:22.100 | > b'Processing triggers for libc-bin (2.23-0ubuntu4) ...' 2016-12-06 12:15:22.100 | > b'Processing triggers for systemd (229-4ubuntu12) ...' 2016-12-06 12:15:22.100 | > b'Processing triggers for ureadahead (0.100.0-19) ...' 2016-12-06 12:15:22.100 | > -- done 2016-12-06 12:15:22.112 | dib-run-parts Tue Dec 6 12:15:22 UTC 2016 01-package-installs completed 2016-12-06 12:15:22.113 | dib-run-parts Tue Dec 6 12:15:22 UTC 2016 Running /tmp/in_target.d/install.d/01-pip-manifest 2016-12-06 12:15:22.117 | ++ dirname /tmp/in_target.d/install.d/01-pip-manifest 2016-12-06 12:15:22.117 | + install -m 0755 -o root -g root /tmp/in_target.d/install.d/../bin/get-pip-manifest /usr/local/bin/get-pip-manifest 2016-12-06 12:15:22.120 | ++ dirname /tmp/in_target.d/install.d/01-pip-manifest 2016-12-06 12:15:22.120 | + install -m 0755 -o root -g root /tmp/in_target.d/install.d/../bin/write-pip-manifest /usr/local/bin/write-pip-manifest 2016-12-06 12:15:22.122 | ++ dirname /tmp/in_target.d/install.d/01-pip-manifest 2016-12-06 12:15:22.123 | + install -m 0755 -o root -g root /tmp/in_target.d/install.d/../bin/use-pip-manifest /usr/local/bin/use-pip-manifest 2016-12-06 12:15:22.127 | dib-run-parts Tue Dec 6 12:15:22 UTC 2016 01-pip-manifest completed 2016-12-06 12:15:22.128 | dib-run-parts Tue Dec 6 12:15:22 UTC 2016 Running /tmp/in_target.d/install.d/04-os-svc-install 2016-12-06 12:15:22.131 | ++ dirname /tmp/in_target.d/install.d/04-os-svc-install 2016-12-06 12:15:22.132 | + install -m 0755 -o root -g root /tmp/in_target.d/install.d/../bin/os-svc-install /usr/local/bin/os-svc-install 2016-12-06 12:15:22.133 | ++ dirname /tmp/in_target.d/install.d/04-os-svc-install 2016-12-06 12:15:22.134 | + install -m 0755 -o root -g root /tmp/in_target.d/install.d/../bin/os-svc-daemon /usr/local/bin/os-svc-daemon 2016-12-06 12:15:22.135 | ++ dirname /tmp/in_target.d/install.d/04-os-svc-install 2016-12-06 12:15:22.136 | + install -m 0755 -o root -g root /tmp/in_target.d/install.d/../bin/os-db-create /usr/local/bin/os-db-create 2016-12-06 12:15:22.137 | ++ dirname /tmp/in_target.d/install.d/04-os-svc-install 2016-12-06 12:15:22.138 | + install -m 0755 -o root -g root /tmp/in_target.d/install.d/../bin/os-svc-enable /usr/local/bin/os-svc-enable 2016-12-06 12:15:22.140 | ++ dib-init-system 2016-12-06 12:15:22.141 | + '[' systemd = upstart ']' 2016-12-06 12:15:22.141 | + install -m 0755 -o root -g root -d /opt/stack/venvs 2016-12-06 12:15:22.144 | dib-run-parts Tue Dec 6 12:15:22 UTC 2016 04-os-svc-install completed 2016-12-06 12:15:22.145 | dib-run-parts Tue Dec 6 12:15:22 UTC 2016 Running /tmp/in_target.d/install.d/05-set-cloud-init-sources 2016-12-06 12:15:22.197 | dib-run-parts Tue Dec 6 12:15:22 UTC 2016 05-set-cloud-init-sources completed 2016-12-06 12:15:22.198 | dib-run-parts Tue Dec 6 12:15:22 UTC 2016 Running /tmp/in_target.d/install.d/10-cloud-init 2016-12-06 12:15:22.202 | dib-run-parts Tue Dec 6 12:15:22 UTC 2016 10-cloud-init completed 2016-12-06 12:15:22.203 | dib-run-parts Tue Dec 6 12:15:22 UTC 2016 Running /tmp/in_target.d/install.d/10-os-apply-config 2016-12-06 12:15:22.205 | ++ get-pip-manifest os-apply-config 2016-12-06 12:15:22.206 | + name=os-apply-config 2016-12-06 12:15:22.206 | + build_manifest=/etc/dib-manifests/dib-manifests-pip/dib-pip-build-manifest-os_apply_config 2016-12-06 12:15:22.206 | + [[ -f /etc/dib-manifests/dib-manifests-pip/dib-pip-build-manifest-os_apply_config ]] 2016-12-06 12:15:22.206 | + manifest= 2016-12-06 12:15:22.206 | + virtualenv --setuptools /opt/stack/venvs/os-apply-config 2016-12-06 12:15:22.276 | New python executable in /opt/stack/venvs/os-apply-config/bin/python 2016-12-06 12:15:24.069 | Installing setuptools, pip, wheel...done. 2016-12-06 12:15:24.075 | + set +u 2016-12-06 12:15:24.075 | + source /opt/stack/venvs/os-apply-config/bin/activate 2016-12-06 12:15:24.075 | ++ deactivate nondestructive 2016-12-06 12:15:24.075 | ++ unset -f pydoc 2016-12-06 12:15:24.076 | ++ '[' -z '' ']' 2016-12-06 12:15:24.076 | ++ '[' -z '' ']' 2016-12-06 12:15:24.076 | ++ '[' -n /bin/bash ']' 2016-12-06 12:15:24.076 | ++ hash -r 2016-12-06 12:15:24.076 | ++ '[' -z '' ']' 2016-12-06 12:15:24.076 | ++ unset VIRTUAL_ENV 2016-12-06 12:15:24.076 | ++ '[' '!' nondestructive = nondestructive ']' 2016-12-06 12:15:24.076 | ++ VIRTUAL_ENV=/opt/stack/venvs/os-apply-config 2016-12-06 12:15:24.076 | ++ export VIRTUAL_ENV 2016-12-06 12:15:24.076 | ++ _OLD_VIRTUAL_PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2016-12-06 12:15:24.076 | ++ PATH='/opt/stack/venvs/os-apply-config/bin:/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2016-12-06 12:15:24.076 | ++ export PATH 2016-12-06 12:15:24.076 | ++ '[' -z '' ']' 2016-12-06 12:15:24.076 | ++ '[' -z '' ']' 2016-12-06 12:15:24.076 | ++ _OLD_VIRTUAL_PS1= 2016-12-06 12:15:24.076 | ++ '[' x '!=' x ']' 2016-12-06 12:15:24.076 | +++ basename /opt/stack/venvs/os-apply-config 2016-12-06 12:15:24.077 | ++ PS1='(os-apply-config) ' 2016-12-06 12:15:24.077 | ++ export PS1 2016-12-06 12:15:24.077 | ++ alias pydoc 2016-12-06 12:15:24.077 | ++ '[' -n /bin/bash ']' 2016-12-06 12:15:24.077 | ++ hash -r 2016-12-06 12:15:24.077 | + set -u 2016-12-06 12:15:24.077 | + '[' -n '' ']' 2016-12-06 12:15:24.077 | + /opt/stack/venvs/os-apply-config/bin/pip install -U 'setuptools>=1.0' 2016-12-06 12:15:24.794 | Requirement already up-to-date: setuptools>=1.0 in /opt/stack/venvs/os-apply-config/lib/python2.7/site-packages 2016-12-06 12:15:24.848 | + /opt/stack/venvs/os-apply-config/bin/pip install -U 'pbr>=0.11,<2.0' 2016-12-06 12:15:25.228 | Collecting pbr<2.0,>=0.11 2016-12-06 12:15:25.381 | Downloading pbr-1.10.0-py2.py3-none-any.whl (96kB) 2016-12-06 12:15:25.455 | Installing collected packages: pbr 2016-12-06 12:15:25.505 | Successfully installed pbr-1.10.0 2016-12-06 12:15:25.553 | + /opt/stack/venvs/os-apply-config/bin/pip install -U os-apply-config 2016-12-06 12:15:25.975 | Collecting os-apply-config 2016-12-06 12:15:26.084 | Downloading os_apply_config-5.0.0-py2-none-any.whl 2016-12-06 12:15:26.170 | Collecting PyYAML>=3.1.0 (from os-apply-config) 2016-12-06 12:15:26.208 | Downloading PyYAML-3.12.tar.gz (253kB) 2016-12-06 12:15:26.823 | Requirement already up-to-date: pbr>=1.6 in /opt/stack/venvs/os-apply-config/lib/python2.7/site-packages (from os-apply-config) 2016-12-06 12:15:26.857 | Collecting six>=1.9.0 (from os-apply-config) 2016-12-06 12:15:26.897 | Downloading six-1.10.0-py2.py3-none-any.whl 2016-12-06 12:15:26.962 | Collecting anyjson>=0.3.3 (from os-apply-config) 2016-12-06 12:15:26.991 | Downloading anyjson-0.3.3.tar.gz 2016-12-06 12:15:27.305 | Collecting pystache (from os-apply-config) 2016-12-06 12:15:27.339 | Downloading pystache-0.5.4.tar.gz (75kB) 2016-12-06 12:15:27.645 | Building wheels for collected packages: PyYAML, anyjson, pystache 2016-12-06 12:15:27.645 | Running setup.py bdist_wheel for PyYAML: started 2016-12-06 12:15:27.918 | Running setup.py bdist_wheel for PyYAML: finished with status 'done' 2016-12-06 12:15:27.918 | Stored in directory: /root/.cache/pip/wheels/2c/f7/79/13f3a12cd723892437c0cfbde1230ab4d82947ff7b3839a4fc 2016-12-06 12:15:27.931 | Running setup.py bdist_wheel for anyjson: started 2016-12-06 12:15:28.191 | Running setup.py bdist_wheel for anyjson: finished with status 'done' 2016-12-06 12:15:28.191 | Stored in directory: /root/.cache/pip/wheels/06/3d/74/f64c3ce3266df2598031818ecc86bc25c8ccede0723973f119 2016-12-06 12:15:28.191 | Running setup.py bdist_wheel for pystache: started 2016-12-06 12:15:28.502 | Running setup.py bdist_wheel for pystache: finished with status 'done' 2016-12-06 12:15:28.502 | Stored in directory: /root/.cache/pip/wheels/cb/7f/2c/c0cbdfc2fc99bebbe38218110b53ba8282c4ad9f7cfaa2bc21 2016-12-06 12:15:28.525 | Successfully built PyYAML anyjson pystache 2016-12-06 12:15:28.525 | Installing collected packages: PyYAML, six, anyjson, pystache, os-apply-config 2016-12-06 12:15:28.718 | Successfully installed PyYAML-3.12 anyjson-0.3.3 os-apply-config-5.0.0 pystache-0.5.4 six-1.10.0 2016-12-06 12:15:28.775 | + write-pip-manifest os-apply-config 2016-12-06 12:15:28.777 | + name=os-apply-config 2016-12-06 12:15:28.777 | + manifest_name=dib-manifest-pip-os_apply_config 2016-12-06 12:15:28.777 | + pip freeze -l 2016-12-06 12:15:28.778 | + tee /etc/dib-manifests/dib-manifests-pip/dib-manifest-pip-os_apply_config 2016-12-06 12:15:29.199 | anyjson==0.3.3 2016-12-06 12:15:29.199 | os-apply-config==5.0.0 2016-12-06 12:15:29.199 | pbr==1.10.0 2016-12-06 12:15:29.199 | pystache==0.5.4 2016-12-06 12:15:29.199 | PyYAML==3.12 2016-12-06 12:15:29.199 | six==1.10.0 2016-12-06 12:15:29.216 | + ln -s /opt/stack/venvs/os-apply-config/bin/os-apply-config /usr/local/bin/os-apply-config 2016-12-06 12:15:29.216 | + set +u 2016-12-06 12:15:29.216 | + deactivate 2016-12-06 12:15:29.217 | + unset -f pydoc 2016-12-06 12:15:29.217 | + '[' -z _ ']' 2016-12-06 12:15:29.217 | + PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2016-12-06 12:15:29.217 | + export PATH 2016-12-06 12:15:29.217 | + unset _OLD_VIRTUAL_PATH 2016-12-06 12:15:29.217 | + '[' -z '' ']' 2016-12-06 12:15:29.217 | + '[' -n /bin/bash ']' 2016-12-06 12:15:29.217 | + hash -r 2016-12-06 12:15:29.217 | + '[' -z _ ']' 2016-12-06 12:15:29.217 | + PS1= 2016-12-06 12:15:29.217 | + export PS1 2016-12-06 12:15:29.217 | + unset _OLD_VIRTUAL_PS1 2016-12-06 12:15:29.217 | + unset VIRTUAL_ENV 2016-12-06 12:15:29.217 | + '[' '!' '' = nondestructive ']' 2016-12-06 12:15:29.217 | + unset -f deactivate 2016-12-06 12:15:29.217 | + set -u 2016-12-06 12:15:29.218 | dib-run-parts Tue Dec 6 12:15:29 UTC 2016 10-os-apply-config completed 2016-12-06 12:15:29.219 | dib-run-parts Tue Dec 6 12:15:29 UTC 2016 Running /tmp/in_target.d/install.d/10-os-refresh-config 2016-12-06 12:15:29.222 | ++ get-pip-manifest os-refresh-config 2016-12-06 12:15:29.222 | + name=os-refresh-config 2016-12-06 12:15:29.222 | + build_manifest=/etc/dib-manifests/dib-manifests-pip/dib-pip-build-manifest-os_refresh_config 2016-12-06 12:15:29.222 | + [[ -f /etc/dib-manifests/dib-manifests-pip/dib-pip-build-manifest-os_refresh_config ]] 2016-12-06 12:15:29.222 | + manifest= 2016-12-06 12:15:29.223 | + virtualenv --setuptools /opt/stack/venvs/os-refresh-config 2016-12-06 12:15:29.296 | New python executable in /opt/stack/venvs/os-refresh-config/bin/python 2016-12-06 12:15:31.083 | Installing setuptools, pip, wheel...done. 2016-12-06 12:15:31.089 | + set +u 2016-12-06 12:15:31.089 | + source /opt/stack/venvs/os-refresh-config/bin/activate 2016-12-06 12:15:31.090 | ++ deactivate nondestructive 2016-12-06 12:15:31.090 | ++ unset -f pydoc 2016-12-06 12:15:31.090 | ++ '[' -z '' ']' 2016-12-06 12:15:31.090 | ++ '[' -z '' ']' 2016-12-06 12:15:31.090 | ++ '[' -n /bin/bash ']' 2016-12-06 12:15:31.090 | ++ hash -r 2016-12-06 12:15:31.090 | ++ '[' -z '' ']' 2016-12-06 12:15:31.090 | ++ unset VIRTUAL_ENV 2016-12-06 12:15:31.090 | ++ '[' '!' nondestructive = nondestructive ']' 2016-12-06 12:15:31.090 | ++ VIRTUAL_ENV=/opt/stack/venvs/os-refresh-config 2016-12-06 12:15:31.090 | ++ export VIRTUAL_ENV 2016-12-06 12:15:31.090 | ++ _OLD_VIRTUAL_PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2016-12-06 12:15:31.090 | ++ PATH='/opt/stack/venvs/os-refresh-config/bin:/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2016-12-06 12:15:31.090 | ++ export PATH 2016-12-06 12:15:31.090 | ++ '[' -z '' ']' 2016-12-06 12:15:31.090 | ++ '[' -z '' ']' 2016-12-06 12:15:31.091 | ++ _OLD_VIRTUAL_PS1= 2016-12-06 12:15:31.091 | ++ '[' x '!=' x ']' 2016-12-06 12:15:31.091 | +++ basename /opt/stack/venvs/os-refresh-config 2016-12-06 12:15:31.091 | ++ PS1='(os-refresh-config) ' 2016-12-06 12:15:31.091 | ++ export PS1 2016-12-06 12:15:31.091 | ++ alias pydoc 2016-12-06 12:15:31.091 | ++ '[' -n /bin/bash ']' 2016-12-06 12:15:31.091 | ++ hash -r 2016-12-06 12:15:31.092 | + set -u 2016-12-06 12:15:31.092 | + '[' -n '' ']' 2016-12-06 12:15:31.092 | + /opt/stack/venvs/os-refresh-config/bin/pip install -U pip 2016-12-06 12:15:31.463 | Requirement already up-to-date: pip in /opt/stack/venvs/os-refresh-config/lib/python2.7/site-packages 2016-12-06 12:15:31.518 | + /opt/stack/venvs/os-refresh-config/bin/pip install -U 'setuptools>=1.0' 2016-12-06 12:15:32.195 | Requirement already up-to-date: setuptools>=1.0 in /opt/stack/venvs/os-refresh-config/lib/python2.7/site-packages 2016-12-06 12:15:32.260 | + /opt/stack/venvs/os-refresh-config/bin/pip install -U 'pbr>=0.11,<2.0' 2016-12-06 12:15:32.690 | Collecting pbr<2.0,>=0.11 2016-12-06 12:15:32.765 | Using cached pbr-1.10.0-py2.py3-none-any.whl 2016-12-06 12:15:32.804 | Installing collected packages: pbr 2016-12-06 12:15:32.854 | Successfully installed pbr-1.10.0 2016-12-06 12:15:32.901 | + /opt/stack/venvs/os-refresh-config/bin/pip install -U os-refresh-config 2016-12-06 12:15:33.268 | Collecting os-refresh-config 2016-12-06 12:15:33.376 | Downloading os_refresh_config-5.0.0-py2.py3-none-any.whl 2016-12-06 12:15:33.453 | Requirement already up-to-date: pbr>=1.6 in /opt/stack/venvs/os-refresh-config/lib/python2.7/site-packages (from os-refresh-config) 2016-12-06 12:15:33.485 | Collecting psutil<2.0.0,>=1.1.1 (from os-refresh-config) 2016-12-06 12:15:33.728 | Downloading psutil-1.2.1.tar.gz (167kB) 2016-12-06 12:15:34.270 | Collecting dib-utils (from os-refresh-config) 2016-12-06 12:15:34.303 | Downloading dib_utils-0.0.11-py2.py3-none-any.whl 2016-12-06 12:15:34.349 | Building wheels for collected packages: psutil 2016-12-06 12:15:34.349 | Running setup.py bdist_wheel for psutil: started 2016-12-06 12:15:34.941 | Running setup.py bdist_wheel for psutil: finished with status 'done' 2016-12-06 12:15:34.941 | Stored in directory: /root/.cache/pip/wheels/43/22/da/a2cb29107dadddebc6d42420e352f824aa806e231b503c6037 2016-12-06 12:15:34.954 | Successfully built psutil 2016-12-06 12:15:34.954 | Installing collected packages: psutil, dib-utils, os-refresh-config 2016-12-06 12:15:35.048 | Successfully installed dib-utils-0.0.11 os-refresh-config-5.0.0 psutil-1.2.1 2016-12-06 12:15:35.105 | + write-pip-manifest os-refresh-config 2016-12-06 12:15:35.106 | + name=os-refresh-config 2016-12-06 12:15:35.106 | + manifest_name=dib-manifest-pip-os_refresh_config 2016-12-06 12:15:35.107 | + pip freeze -l 2016-12-06 12:15:35.107 | + tee /etc/dib-manifests/dib-manifests-pip/dib-manifest-pip-os_refresh_config 2016-12-06 12:15:35.466 | dib-utils==0.0.11 2016-12-06 12:15:35.466 | os-refresh-config==5.0.0 2016-12-06 12:15:35.466 | pbr==1.10.0 2016-12-06 12:15:35.466 | psutil==1.2.1 2016-12-06 12:15:35.482 | + ln -s /opt/stack/venvs/os-refresh-config/bin/os-refresh-config /usr/local/bin/os-refresh-config 2016-12-06 12:15:35.482 | + for d in pre-configure.d configure.d migration.d post-configure.d 2016-12-06 12:15:35.483 | ++ os-refresh-config --print-base 2016-12-06 12:15:35.528 | + install -m 0755 -o root -g root -d /usr/libexec/os-refresh-config/pre-configure.d 2016-12-06 12:15:35.530 | + for d in pre-configure.d configure.d migration.d post-configure.d 2016-12-06 12:15:35.531 | ++ os-refresh-config --print-base 2016-12-06 12:15:35.579 | + install -m 0755 -o root -g root -d /usr/libexec/os-refresh-config/configure.d 2016-12-06 12:15:35.581 | + for d in pre-configure.d configure.d migration.d post-configure.d 2016-12-06 12:15:35.581 | ++ os-refresh-config --print-base 2016-12-06 12:15:35.618 | + install -m 0755 -o root -g root -d /usr/libexec/os-refresh-config/migration.d 2016-12-06 12:15:35.620 | + for d in pre-configure.d configure.d migration.d post-configure.d 2016-12-06 12:15:35.620 | ++ os-refresh-config --print-base 2016-12-06 12:15:35.668 | + install -m 0755 -o root -g root -d /usr/libexec/os-refresh-config/post-configure.d 2016-12-06 12:15:35.669 | + set +u 2016-12-06 12:15:35.669 | + deactivate 2016-12-06 12:15:35.669 | + unset -f pydoc 2016-12-06 12:15:35.669 | + '[' -z _ ']' 2016-12-06 12:15:35.669 | + PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2016-12-06 12:15:35.670 | + export PATH 2016-12-06 12:15:35.670 | + unset _OLD_VIRTUAL_PATH 2016-12-06 12:15:35.670 | + '[' -z '' ']' 2016-12-06 12:15:35.670 | + '[' -n /bin/bash ']' 2016-12-06 12:15:35.670 | + hash -r 2016-12-06 12:15:35.670 | + '[' -z _ ']' 2016-12-06 12:15:35.670 | + PS1= 2016-12-06 12:15:35.670 | + export PS1 2016-12-06 12:15:35.670 | + unset _OLD_VIRTUAL_PS1 2016-12-06 12:15:35.670 | + unset VIRTUAL_ENV 2016-12-06 12:15:35.670 | + '[' '!' '' = nondestructive ']' 2016-12-06 12:15:35.670 | + unset -f deactivate 2016-12-06 12:15:35.670 | + set -u 2016-12-06 12:15:35.672 | dib-run-parts Tue Dec 6 12:15:35 UTC 2016 10-os-refresh-config completed 2016-12-06 12:15:35.673 | dib-run-parts Tue Dec 6 12:15:35 UTC 2016 Running /tmp/in_target.d/install.d/10-sysctl-install 2016-12-06 12:15:35.676 | + install-packages jq 2016-12-06 12:15:35.702 | Reading package lists... 2016-12-06 12:15:35.847 | Building dependency tree... 2016-12-06 12:15:35.848 | Reading state information... 2016-12-06 12:15:35.947 | jq is already the newest version (1.5+dfsg-1). 2016-12-06 12:15:35.947 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2016-12-06 12:15:35.951 | dib-run-parts Tue Dec 6 12:15:35 UTC 2016 10-sysctl-install completed 2016-12-06 12:15:35.952 | dib-run-parts Tue Dec 6 12:15:35 UTC 2016 Running /tmp/in_target.d/install.d/11-create-template-root 2016-12-06 12:15:35.955 | ++ os-apply-config --print-templates 2016-12-06 12:15:36.138 | + TEMPLATE_ROOT=/usr/libexec/os-apply-config/templates 2016-12-06 12:15:36.138 | + mkdir -p /usr/libexec/os-apply-config/templates 2016-12-06 12:15:36.141 | dib-run-parts Tue Dec 6 12:15:36 UTC 2016 11-create-template-root completed 2016-12-06 12:15:36.142 | dib-run-parts Tue Dec 6 12:15:36 UTC 2016 Running /tmp/in_target.d/install.d/20-install-init-scripts 2016-12-06 12:15:36.143 | + set -eu 2016-12-06 12:15:36.143 | + set -o pipefail 2016-12-06 12:15:36.144 | ++ dirname /tmp/in_target.d/install.d/20-install-init-scripts 2016-12-06 12:15:36.145 | + scripts_dir=/tmp/in_target.d/install.d/../init-scripts/systemd/ 2016-12-06 12:15:36.145 | + '[' -d /tmp/in_target.d/install.d/../init-scripts/systemd/ ']' 2016-12-06 12:15:36.145 | + dest= 2016-12-06 12:15:36.145 | + case $DIB_INIT_SYSTEM in 2016-12-06 12:15:36.145 | + dest=/usr/lib/systemd/system/ 2016-12-06 12:15:36.145 | + '[' -z /usr/lib/systemd/system/ ']' 2016-12-06 12:15:36.145 | + cp -RP /tmp/in_target.d/install.d/../init-scripts/systemd/. /usr/lib/systemd/system/ 2016-12-06 12:15:36.148 | dib-run-parts Tue Dec 6 12:15:36 UTC 2016 20-install-init-scripts completed 2016-12-06 12:15:36.149 | dib-run-parts Tue Dec 6 12:15:36 UTC 2016 Running /tmp/in_target.d/install.d/50-store-build-settings 2016-12-06 12:15:36.155 | dib-run-parts Tue Dec 6 12:15:36 UTC 2016 50-store-build-settings completed 2016-12-06 12:15:36.156 | dib-run-parts Tue Dec 6 12:15:36 UTC 2016 Running /tmp/in_target.d/install.d/75-run_setup_install 2016-12-06 12:15:36.541 | Collecting alembic>=0.8.4 (from -r requirements.txt (line 4)) 2016-12-06 12:15:36.643 | Downloading alembic-0.8.9.tar.gz (977kB) 2016-12-06 12:15:37.402 | Collecting pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 (from -r requirements.txt (line 5)) 2016-12-06 12:15:37.470 | Downloading pecan-1.2.1-py2-none-any.whl (147kB) 2016-12-06 12:15:37.573 | Collecting pbr>=1.8 (from -r requirements.txt (line 6)) 2016-12-06 12:15:37.612 | Using cached pbr-1.10.0-py2.py3-none-any.whl 2016-12-06 12:15:37.688 | Collecting SQLAlchemy<1.1.0,>=1.0.10 (from -r requirements.txt (line 7)) 2016-12-06 12:15:37.781 | Downloading SQLAlchemy-1.0.16.tar.gz (4.8MB) 2016-12-06 12:15:39.425 | Collecting Babel>=2.3.4 (from -r requirements.txt (line 8)) 2016-12-06 12:15:39.466 | Downloading Babel-2.3.4-py2.py3-none-any.whl (7.1MB) 2016-12-06 12:15:40.742 | Collecting eventlet!=0.18.3,>=0.18.2 (from -r requirements.txt (line 9)) 2016-12-06 12:15:40.784 | Downloading eventlet-0.19.0-py2.py3-none-any.whl (138kB) 2016-12-06 12:15:40.870 | Collecting requests!=2.12.2,>=2.10.0 (from -r requirements.txt (line 10)) 2016-12-06 12:15:40.963 | Downloading requests-2.12.3-py2.py3-none-any.whl (575kB) 2016-12-06 12:15:41.126 | Collecting rfc3986>=0.2.2 (from -r requirements.txt (line 11)) 2016-12-06 12:15:41.171 | Downloading rfc3986-0.4.1-py2.py3-none-any.whl 2016-12-06 12:15:41.234 | Collecting keystoneauth1>=2.14.0 (from -r requirements.txt (line 12)) 2016-12-06 12:15:41.287 | Downloading keystoneauth1-2.16.0-py2.py3-none-any.whl (238kB) 2016-12-06 12:15:41.408 | Collecting keystonemiddleware!=4.5.0,>=4.2.0 (from -r requirements.txt (line 13)) 2016-12-06 12:15:41.475 | Downloading keystonemiddleware-4.11.0-py2.py3-none-any.whl (122kB) 2016-12-06 12:15:41.572 | Collecting python-neutronclient>=5.1.0 (from -r requirements.txt (line 14)) 2016-12-06 12:15:41.620 | Downloading python_neutronclient-6.0.0-py2.py3-none-any.whl (287kB) 2016-12-06 12:15:41.761 | Collecting WebOb>=1.6.0 (from -r requirements.txt (line 15)) 2016-12-06 12:15:41.820 | Downloading WebOb-1.6.3-py2.py3-none-any.whl (78kB) 2016-12-06 12:15:41.898 | Collecting six>=1.9.0 (from -r requirements.txt (line 16)) 2016-12-06 12:15:41.917 | Using cached six-1.10.0-py2.py3-none-any.whl 2016-12-06 12:15:41.977 | Collecting stevedore>=1.17.1 (from -r requirements.txt (line 17)) 2016-12-06 12:15:42.030 | Downloading stevedore-1.19.0-py2.py3-none-any.whl 2016-12-06 12:15:42.101 | Collecting oslo.config!=3.18.0,>=3.14.0 (from -r requirements.txt (line 18)) 2016-12-06 12:15:42.172 | Downloading oslo.config-3.20.0-py2.py3-none-any.whl (101kB) 2016-12-06 12:15:42.256 | Collecting oslo.context>=2.9.0 (from -r requirements.txt (line 19)) 2016-12-06 12:15:42.301 | Downloading oslo.context-2.11.0-py2.py3-none-any.whl 2016-12-06 12:15:42.366 | Collecting oslo.db!=4.13.1,!=4.13.2,>=4.11.0 (from -r requirements.txt (line 20)) 2016-12-06 12:15:42.452 | Downloading oslo.db-4.15.0-py2.py3-none-any.whl (172kB) 2016-12-06 12:15:42.586 | Collecting oslo.i18n>=2.1.0 (from -r requirements.txt (line 21)) 2016-12-06 12:15:42.641 | Downloading oslo.i18n-3.11.0-py2.py3-none-any.whl (41kB) 2016-12-06 12:15:42.713 | Collecting oslo.log>=3.11.0 (from -r requirements.txt (line 22)) 2016-12-06 12:15:42.786 | Downloading oslo.log-3.18.0-py2.py3-none-any.whl (57kB) 2016-12-06 12:15:42.874 | Collecting oslo.messaging>=5.2.0 (from -r requirements.txt (line 23)) 2016-12-06 12:15:42.959 | Downloading oslo.messaging-5.13.0-py2-none-any.whl (348kB) 2016-12-06 12:15:43.115 | Collecting oslo.middleware>=3.0.0 (from -r requirements.txt (line 24)) 2016-12-06 12:15:43.182 | Downloading oslo.middleware-3.21.0-py2.py3-none-any.whl (55kB) 2016-12-06 12:15:43.263 | Collecting oslo.reports>=0.6.0 (from -r requirements.txt (line 25)) 2016-12-06 12:15:43.314 | Downloading oslo.reports-1.16.0-py2.py3-none-any.whl (50kB) 2016-12-06 12:15:43.391 | Collecting oslo.service>=1.10.0 (from -r requirements.txt (line 26)) 2016-12-06 12:15:43.445 | Downloading oslo.service-1.18.0-py2.py3-none-any.whl (72kB) 2016-12-06 12:15:43.536 | Collecting oslo.utils>=3.18.0 (from -r requirements.txt (line 27)) 2016-12-06 12:15:43.600 | Downloading oslo.utils-3.19.0-py2.py3-none-any.whl (96kB) 2016-12-06 12:15:43.693 | Collecting pyasn1 (from -r requirements.txt (line 28)) 2016-12-06 12:15:43.757 | Downloading pyasn1-0.1.9-py2.py3-none-any.whl 2016-12-06 12:15:43.824 | Collecting pyasn1-modules (from -r requirements.txt (line 29)) 2016-12-06 12:15:43.875 | Downloading pyasn1_modules-0.0.8-py2.py3-none-any.whl 2016-12-06 12:15:43.941 | Collecting PyMySQL!=0.7.7,>=0.7.6 (from -r requirements.txt (line 30)) 2016-12-06 12:15:43.989 | Downloading PyMySQL-0.7.9-py2-none-any.whl (78kB) 2016-12-06 12:15:44.062 | Collecting python-barbicanclient>=4.0.0 (from -r requirements.txt (line 31)) 2016-12-06 12:15:44.103 | Downloading python_barbicanclient-4.1.0-py2-none-any.whl (73kB) 2016-12-06 12:15:44.186 | Collecting python-glanceclient>=2.5.0 (from -r requirements.txt (line 32)) 2016-12-06 12:15:44.240 | Downloading python_glanceclient-2.5.0-py2.py3-none-any.whl (175kB) 2016-12-06 12:15:44.343 | Collecting python-novaclient!=2.33.0,>=2.29.0 (from -r requirements.txt (line 33)) 2016-12-06 12:15:44.414 | Downloading python_novaclient-6.0.0-py2.py3-none-any.whl (359kB) 2016-12-06 12:15:44.576 | Collecting pyOpenSSL>=0.14 (from -r requirements.txt (line 34)) 2016-12-06 12:15:44.622 | Downloading pyOpenSSL-16.2.0-py2.py3-none-any.whl (43kB) 2016-12-06 12:15:44.689 | Collecting WSME>=0.8 (from -r requirements.txt (line 35)) 2016-12-06 12:15:44.726 | Downloading WSME-0.8.0-py2-none-any.whl (89kB) 2016-12-06 12:15:44.807 | Collecting Jinja2>=2.8 (from -r requirements.txt (line 36)) 2016-12-06 12:15:44.849 | Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB) 2016-12-06 12:15:44.947 | Collecting taskflow>=1.26.0 (from -r requirements.txt (line 37)) 2016-12-06 12:15:45.013 | Downloading taskflow-2.8.0-py2.py3-none-any.whl (485kB) 2016-12-06 12:15:45.222 | Collecting Flask!=0.11,<1.0,>=0.10 (from -r requirements.txt (line 40)) 2016-12-06 12:15:45.271 | Downloading Flask-0.11.1-py2.py3-none-any.whl (80kB) 2016-12-06 12:15:45.348 | Collecting netifaces>=0.10.4 (from -r requirements.txt (line 41)) 2016-12-06 12:15:45.397 | Downloading netifaces-0.10.5.tar.gz 2016-12-06 12:15:45.734 | Collecting ipaddress>=1.0.7 (from -r requirements.txt (line 42)) 2016-12-06 12:15:45.774 | Downloading ipaddress-1.0.17-py2-none-any.whl 2016-12-06 12:15:45.836 | Collecting cryptography!=1.3.0,>=1.0 (from -r requirements.txt (line 43)) 2016-12-06 12:15:46.074 | Downloading cryptography-1.6.tar.gz (410kB) 2016-12-06 12:15:46.534 | Collecting pyroute2>=0.4.3 (from -r requirements.txt (line 44)) 2016-12-06 12:15:46.585 | Downloading pyroute2-0.4.11.tar.gz (185kB) 2016-12-06 12:15:46.915 | Collecting gunicorn>=19.0 (from -r requirements.txt (line 45)) 2016-12-06 12:15:46.977 | Downloading gunicorn-19.6.0-py2.py3-none-any.whl (114kB) 2016-12-06 12:15:47.056 | Collecting Mako (from alembic>=0.8.4->-r requirements.txt (line 4)) 2016-12-06 12:15:47.102 | Downloading Mako-1.0.6.tar.gz (575kB) 2016-12-06 12:15:47.570 | Collecting python-editor>=0.3 (from alembic>=0.8.4->-r requirements.txt (line 4)) 2016-12-06 12:15:47.603 | Downloading python-editor-1.0.3.tar.gz 2016-12-06 12:15:47.894 | Collecting logutils>=0.3 (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->-r requirements.txt (line 5)) 2016-12-06 12:15:47.923 | Downloading logutils-0.3.3.tar.gz 2016-12-06 12:15:48.245 | Collecting WebTest>=1.3.1 (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->-r requirements.txt (line 5)) 2016-12-06 12:15:48.298 | Downloading WebTest-2.0.23-py2.py3-none-any.whl 2016-12-06 12:15:48.377 | Collecting singledispatch (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->-r requirements.txt (line 5)) 2016-12-06 12:15:48.408 | Downloading singledispatch-3.4.0.3-py2.py3-none-any.whl 2016-12-06 12:15:48.470 | Collecting pytz>=0a (from Babel>=2.3.4->-r requirements.txt (line 8)) 2016-12-06 12:15:48.715 | Downloading pytz-2016.10-py2.py3-none-any.whl (483kB) 2016-12-06 12:15:48.895 | Collecting greenlet>=0.3 (from eventlet!=0.18.3,>=0.18.2->-r requirements.txt (line 9)) 2016-12-06 12:15:49.012 | Downloading greenlet-0.4.10-cp27-cp27mu-manylinux1_x86_64.whl (41kB) 2016-12-06 12:15:49.092 | Collecting positional>=1.1.1 (from keystoneauth1>=2.14.0->-r requirements.txt (line 12)) 2016-12-06 12:15:49.122 | Downloading positional-1.1.1.tar.gz 2016-12-06 12:15:50.311 | Collecting iso8601>=0.1.11 (from keystoneauth1>=2.14.0->-r requirements.txt (line 12)) 2016-12-06 12:15:50.348 | Downloading iso8601-0.1.11-py2.py3-none-any.whl 2016-12-06 12:15:50.410 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware!=4.5.0,>=4.2.0->-r requirements.txt (line 13)) 2016-12-06 12:15:50.458 | Downloading pycadf-2.4.0-py2-none-any.whl 2016-12-06 12:15:50.531 | Collecting oslo.serialization>=1.10.0 (from keystonemiddleware!=4.5.0,>=4.2.0->-r requirements.txt (line 13)) 2016-12-06 12:15:50.590 | Downloading oslo.serialization-2.15.0-py2.py3-none-any.whl 2016-12-06 12:15:50.657 | Collecting python-keystoneclient>=3.6.0 (from keystonemiddleware!=4.5.0,>=4.2.0->-r requirements.txt (line 13)) 2016-12-06 12:15:50.728 | Downloading python_keystoneclient-3.8.0-py2.py3-none-any.whl (369kB) 2016-12-06 12:15:50.872 | Collecting netaddr!=0.7.16,>=0.7.12 (from python-neutronclient>=5.1.0->-r requirements.txt (line 14)) 2016-12-06 12:15:50.940 | Downloading netaddr-0.7.18-py2.py3-none-any.whl (1.5MB) 2016-12-06 12:15:51.234 | Collecting cliff!=1.16.0,!=1.17.0,>=1.15.0 (from python-neutronclient>=5.1.0->-r requirements.txt (line 14)) 2016-12-06 12:15:51.294 | Downloading cliff-2.3.0-py2-none-any.whl (56kB) 2016-12-06 12:15:51.378 | Collecting osc-lib>=1.0.2 (from python-neutronclient>=5.1.0->-r requirements.txt (line 14)) 2016-12-06 12:15:51.420 | Downloading osc_lib-1.2.0-py2-none-any.whl (66kB) 2016-12-06 12:15:51.504 | Collecting debtcollector>=1.2.0 (from python-neutronclient>=5.1.0->-r requirements.txt (line 14)) 2016-12-06 12:15:51.551 | Downloading debtcollector-1.10.0-py2.py3-none-any.whl 2016-12-06 12:15:51.626 | Collecting os-client-config!=1.19.0,!=1.19.1,!=1.20.0,!=1.20.1,!=1.21.0,>=1.13.1 (from python-neutronclient>=5.1.0->-r requirements.txt (line 14)) 2016-12-06 12:15:51.722 | Downloading os_client_config-1.24.0-py2.py3-none-any.whl (60kB) 2016-12-06 12:15:51.801 | Collecting simplejson>=2.2.0 (from python-neutronclient>=5.1.0->-r requirements.txt (line 14)) 2016-12-06 12:15:51.894 | Downloading simplejson-3.10.0.tar.gz (77kB) 2016-12-06 12:15:52.198 | Collecting sqlalchemy-migrate>=0.9.6 (from oslo.db!=4.13.1,!=4.13.2,>=4.11.0->-r requirements.txt (line 20)) 2016-12-06 12:15:52.244 | Downloading sqlalchemy_migrate-0.10.0-py2-none-any.whl (108kB) 2016-12-06 12:15:52.335 | Collecting monotonic>=0.6 (from oslo.log>=3.11.0->-r requirements.txt (line 22)) 2016-12-06 12:15:52.368 | Downloading monotonic-1.2-py2.py3-none-any.whl 2016-12-06 12:15:52.434 | Collecting pyinotify>=0.9.6; sys_platform != "win32" and sys_platform != "darwin" and sys_platform != "sunos5" (from oslo.log>=3.11.0->-r requirements.txt (line 22)) 2016-12-06 12:15:52.465 | Downloading pyinotify-0.9.6.tar.gz (60kB) 2016-12-06 12:15:52.792 | Collecting python-dateutil>=2.4.2 (from oslo.log>=3.11.0->-r requirements.txt (line 22)) 2016-12-06 12:15:52.837 | Downloading python_dateutil-2.6.0-py2.py3-none-any.whl (194kB) 2016-12-06 12:15:52.901 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/lib/python2.7/dist-packages (from oslo.messaging>=5.2.0->-r requirements.txt (line 23)) 2016-12-06 12:15:52.930 | Collecting cachetools>=1.1.0 (from oslo.messaging>=5.2.0->-r requirements.txt (line 23)) 2016-12-06 12:15:52.980 | Downloading cachetools-2.0.0-py2.py3-none-any.whl 2016-12-06 12:15:53.043 | Collecting amqp<2.0,>=1.4.0 (from oslo.messaging>=5.2.0->-r requirements.txt (line 23)) 2016-12-06 12:15:53.091 | Downloading amqp-1.4.9-py2.py3-none-any.whl (51kB) 2016-12-06 12:15:53.174 | Collecting tenacity>=3.2.1 (from oslo.messaging>=5.2.0->-r requirements.txt (line 23)) 2016-12-06 12:15:53.209 | Downloading tenacity-3.4.0.tar.gz 2016-12-06 12:15:54.368 | Collecting pika>=0.10.0 (from oslo.messaging>=5.2.0->-r requirements.txt (line 23)) 2016-12-06 12:15:54.410 | Downloading pika-0.10.0-py2.py3-none-any.whl (92kB) 2016-12-06 12:15:54.491 | Collecting futures>=3.0; python_version == "2.7" or python_version == "2.6" (from oslo.messaging>=5.2.0->-r requirements.txt (line 23)) 2016-12-06 12:15:54.533 | Downloading futures-3.0.5-py2-none-any.whl 2016-12-06 12:15:54.597 | Collecting futurist!=0.15.0,>=0.11.0 (from oslo.messaging>=5.2.0->-r requirements.txt (line 23)) 2016-12-06 12:15:54.645 | Downloading futurist-0.20.0-py2.py3-none-any.whl 2016-12-06 12:15:54.720 | Collecting kombu!=4.0.0,>=3.0.25 (from oslo.messaging>=5.2.0->-r requirements.txt (line 23)) 2016-12-06 12:15:54.830 | Downloading kombu-3.0.37-py2.py3-none-any.whl (240kB) 2016-12-06 12:15:54.940 | Collecting pika-pool>=0.1.3 (from oslo.messaging>=5.2.0->-r requirements.txt (line 23)) 2016-12-06 12:15:54.970 | Downloading pika-pool-0.1.3.tar.gz 2016-12-06 12:15:55.273 | Collecting psutil<2.0.0,>=1.1.1 (from oslo.reports>=0.6.0->-r requirements.txt (line 25)) 2016-12-06 12:15:55.536 | Collecting Paste (from oslo.service>=1.10.0->-r requirements.txt (line 26)) 2016-12-06 12:15:55.595 | Downloading Paste-2.0.3-py2-none-any.whl (625kB) 2016-12-06 12:15:55.759 | Collecting Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3; python_version == "2.7" (from oslo.service>=1.10.0->-r requirements.txt (line 26)) 2016-12-06 12:15:55.812 | Downloading Routes-2.3.1.tar.gz (181kB) 2016-12-06 12:15:56.147 | Collecting PasteDeploy>=1.5.0 (from oslo.service>=1.10.0->-r requirements.txt (line 26)) 2016-12-06 12:15:56.188 | Downloading PasteDeploy-1.5.2-py2.py3-none-any.whl 2016-12-06 12:15:56.255 | Collecting oslo.concurrency>=3.8.0 (from oslo.service>=1.10.0->-r requirements.txt (line 26)) 2016-12-06 12:15:56.319 | Downloading oslo.concurrency-3.16.0-py2.py3-none-any.whl (43kB) 2016-12-06 12:15:56.402 | Collecting funcsigs>=0.4; python_version == "2.7" or python_version == "2.6" (from oslo.utils>=3.18.0->-r requirements.txt (line 27)) 2016-12-06 12:15:56.435 | Downloading funcsigs-1.0.2-py2.py3-none-any.whl 2016-12-06 12:15:56.496 | Collecting pyparsing>=2.0.7 (from oslo.utils>=3.18.0->-r requirements.txt (line 27)) 2016-12-06 12:15:56.584 | Downloading pyparsing-2.1.10-py2.py3-none-any.whl (56kB) 2016-12-06 12:15:56.645 | Collecting PrettyTable<0.8,>=0.7 (from python-glanceclient>=2.5.0->-r requirements.txt (line 32)) 2016-12-06 12:15:56.683 | Downloading prettytable-0.7.2.zip 2016-12-06 12:15:56.960 | Collecting warlock!=1.3.0,<2,>=1.0.1 (from python-glanceclient>=2.5.0->-r requirements.txt (line 32)) 2016-12-06 12:15:56.998 | Downloading warlock-1.2.0.tar.gz 2016-12-06 12:15:57.260 | Collecting simplegeneric (from WSME>=0.8->-r requirements.txt (line 35)) 2016-12-06 12:15:57.289 | Downloading simplegeneric-0.8.1.zip 2016-12-06 12:15:57.533 | Collecting MarkupSafe (from Jinja2>=2.8->-r requirements.txt (line 36)) 2016-12-06 12:15:57.567 | Downloading MarkupSafe-0.23.tar.gz 2016-12-06 12:15:57.830 | Collecting jsonschema!=2.5.0,<3.0.0,>=2.0.0 (from taskflow>=1.26.0->-r requirements.txt (line 37)) 2016-12-06 12:15:57.875 | Downloading jsonschema-2.5.1-py2.py3-none-any.whl 2016-12-06 12:15:57.944 | Collecting contextlib2>=0.4.0 (from taskflow>=1.26.0->-r requirements.txt (line 37)) 2016-12-06 12:15:57.977 | Downloading contextlib2-0.5.4-py2.py3-none-any.whl 2016-12-06 12:15:58.033 | Collecting enum34; python_version == "2.7" or python_version == "2.6" or python_version == "3.3" (from taskflow>=1.26.0->-r requirements.txt (line 37)) 2016-12-06 12:15:58.075 | Downloading enum34-1.1.6-py2-none-any.whl 2016-12-06 12:15:58.132 | Collecting networkx>=1.10 (from taskflow>=1.26.0->-r requirements.txt (line 37)) 2016-12-06 12:15:58.207 | Downloading networkx-1.11-py2.py3-none-any.whl (1.3MB) 2016-12-06 12:15:58.470 | Collecting fasteners>=0.7 (from taskflow>=1.26.0->-r requirements.txt (line 37)) 2016-12-06 12:15:58.509 | Downloading fasteners-0.14.1-py2.py3-none-any.whl 2016-12-06 12:15:58.585 | Collecting automaton>=0.5.0 (from taskflow>=1.26.0->-r requirements.txt (line 37)) 2016-12-06 12:15:58.627 | Downloading automaton-1.6.0-py2.py3-none-any.whl 2016-12-06 12:15:58.689 | Collecting itsdangerous>=0.21 (from Flask!=0.11,<1.0,>=0.10->-r requirements.txt (line 40)) 2016-12-06 12:15:58.721 | Downloading itsdangerous-0.24.tar.gz (46kB) 2016-12-06 12:15:58.984 | Collecting click>=2.0 (from Flask!=0.11,<1.0,>=0.10->-r requirements.txt (line 40)) 2016-12-06 12:15:59.035 | Downloading click-6.6-py2.py3-none-any.whl (71kB) 2016-12-06 12:15:59.099 | Collecting Werkzeug>=0.7 (from Flask!=0.11,<1.0,>=0.10->-r requirements.txt (line 40)) 2016-12-06 12:15:59.151 | Downloading Werkzeug-0.11.11-py2.py3-none-any.whl (306kB) 2016-12-06 12:15:59.266 | Collecting idna>=2.0 (from cryptography!=1.3.0,>=1.0->-r requirements.txt (line 43)) 2016-12-06 12:15:59.297 | Downloading idna-2.1-py2.py3-none-any.whl (54kB) 2016-12-06 12:15:59.333 | Requirement already satisfied: setuptools>=11.3 in /usr/local/lib/python2.7/dist-packages (from cryptography!=1.3.0,>=1.0->-r requirements.txt (line 43)) 2016-12-06 12:15:59.363 | Collecting cffi>=1.4.1 (from cryptography!=1.3.0,>=1.0->-r requirements.txt (line 43)) 2016-12-06 12:15:59.542 | Downloading cffi-1.9.1-cp27-cp27mu-manylinux1_x86_64.whl (387kB) 2016-12-06 12:15:59.649 | Collecting beautifulsoup4 (from WebTest>=1.3.1->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->-r requirements.txt (line 5)) 2016-12-06 12:15:59.686 | Downloading beautifulsoup4-4.5.1-py2-none-any.whl (83kB) 2016-12-06 12:15:59.751 | Collecting waitress>=0.8.5 (from WebTest>=1.3.1->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->-r requirements.txt (line 5)) 2016-12-06 12:15:59.791 | Downloading waitress-1.0.1-py2.py3-none-any.whl (113kB) 2016-12-06 12:15:59.866 | Collecting wrapt (from positional>=1.1.1->keystoneauth1>=2.14.0->-r requirements.txt (line 12)) 2016-12-06 12:15:59.903 | Downloading wrapt-1.10.8.tar.gz 2016-12-06 12:16:00.173 | Collecting msgpack-python>=0.4.0 (from oslo.serialization>=1.10.0->keystonemiddleware!=4.5.0,>=4.2.0->-r requirements.txt (line 13)) 2016-12-06 12:16:00.240 | Downloading msgpack-python-0.4.8.tar.gz (113kB) 2016-12-06 12:16:00.561 | Collecting unicodecsv>=0.8.0; python_version < "3.0" (from cliff!=1.16.0,!=1.17.0,>=1.15.0->python-neutronclient>=5.1.0->-r requirements.txt (line 14)) 2016-12-06 12:16:00.596 | Downloading unicodecsv-0.14.1.tar.gz 2016-12-06 12:16:00.907 | Collecting cmd2>=0.6.7 (from cliff!=1.16.0,!=1.17.0,>=1.15.0->python-neutronclient>=5.1.0->-r requirements.txt (line 14)) 2016-12-06 12:16:00.979 | Downloading cmd2-0.6.9.tar.gz (367kB) 2016-12-06 12:16:01.359 | Collecting requestsexceptions>=1.1.1 (from os-client-config!=1.19.0,!=1.19.1,!=1.20.0,!=1.20.1,!=1.21.0,>=1.13.1->python-neutronclient>=5.1.0->-r requirements.txt (line 14)) 2016-12-06 12:16:01.390 | Downloading requestsexceptions-1.1.3-py2.py3-none-any.whl 2016-12-06 12:16:01.452 | Collecting appdirs>=1.3.0 (from os-client-config!=1.19.0,!=1.19.1,!=1.20.0,!=1.20.1,!=1.21.0,>=1.13.1->python-neutronclient>=5.1.0->-r requirements.txt (line 14)) 2016-12-06 12:16:01.486 | Downloading appdirs-1.4.0-py2.py3-none-any.whl 2016-12-06 12:16:01.548 | Collecting sqlparse (from sqlalchemy-migrate>=0.9.6->oslo.db!=4.13.1,!=4.13.2,>=4.11.0->-r requirements.txt (line 20)) 2016-12-06 12:16:01.587 | Downloading sqlparse-0.2.2-py2.py3-none-any.whl 2016-12-06 12:16:01.651 | Collecting decorator (from sqlalchemy-migrate>=0.9.6->oslo.db!=4.13.1,!=4.13.2,>=4.11.0->-r requirements.txt (line 20)) 2016-12-06 12:16:01.689 | Downloading decorator-4.0.10-py2.py3-none-any.whl 2016-12-06 12:16:01.751 | Collecting Tempita>=0.4 (from sqlalchemy-migrate>=0.9.6->oslo.db!=4.13.1,!=4.13.2,>=4.11.0->-r requirements.txt (line 20)) 2016-12-06 12:16:01.783 | Downloading Tempita-0.5.2.tar.gz 2016-12-06 12:16:02.053 | Collecting anyjson>=0.3.3 (from kombu!=4.0.0,>=3.0.25->oslo.messaging>=5.2.0->-r requirements.txt (line 23)) 2016-12-06 12:16:02.122 | Collecting repoze.lru>=0.3 (from Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3; python_version == "2.7"->oslo.service>=1.10.0->-r requirements.txt (line 26)) 2016-12-06 12:16:02.155 | Downloading repoze.lru-0.6.tar.gz 2016-12-06 12:16:02.444 | Collecting jsonpatch<2,>=0.10 (from warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->-r requirements.txt (line 32)) 2016-12-06 12:16:02.492 | Downloading jsonpatch-1.14-py2.py3-none-any.whl 2016-12-06 12:16:02.557 | Collecting functools32; python_version == "2.7" (from jsonschema!=2.5.0,<3.0.0,>=2.0.0->taskflow>=1.26.0->-r requirements.txt (line 37)) 2016-12-06 12:16:02.587 | Downloading functools32-3.2.3-2.zip 2016-12-06 12:16:02.878 | Collecting pycparser (from cffi>=1.4.1->cryptography!=1.3.0,>=1.0->-r requirements.txt (line 43)) 2016-12-06 12:16:02.916 | Downloading pycparser-2.17.tar.gz (231kB) 2016-12-06 12:16:03.274 | Collecting jsonpointer>=1.9 (from jsonpatch<2,>=0.10->warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->-r requirements.txt (line 32)) 2016-12-06 12:16:03.313 | Downloading jsonpointer-1.10-py2-none-any.whl 2016-12-06 12:16:03.351 | Building wheels for collected packages: alembic, SQLAlchemy, netifaces, cryptography, pyroute2, Mako, python-editor, logutils, positional, simplejson, pyinotify, tenacity, pika-pool, Routes, PrettyTable, warlock, simplegeneric, MarkupSafe, itsdangerous, wrapt, msgpack-python, unicodecsv, cmd2, Tempita, repoze.lru, functools32, pycparser 2016-12-06 12:16:03.351 | Running setup.py bdist_wheel for alembic: started 2016-12-06 12:16:03.683 | Running setup.py bdist_wheel for alembic: finished with status 'done' 2016-12-06 12:16:03.684 | Stored in directory: /root/.cache/pip/wheels/77/79/d2/42556ce1d771b844b13b0b4340306ec54d116f8dd8f60d517f 2016-12-06 12:16:03.701 | Running setup.py bdist_wheel for SQLAlchemy: started 2016-12-06 12:16:04.891 | Running setup.py bdist_wheel for SQLAlchemy: finished with status 'done' 2016-12-06 12:16:04.891 | Stored in directory: /root/.cache/pip/wheels/47/d5/af/f46bbcd2ac4e36264ca0307716afd2d33bbdf685963fd4a455 2016-12-06 12:16:04.942 | Running setup.py bdist_wheel for netifaces: started 2016-12-06 12:16:07.229 | Running setup.py bdist_wheel for netifaces: finished with status 'done' 2016-12-06 12:16:07.229 | Stored in directory: /root/.cache/pip/wheels/9f/40/bd/1f8e0f83e36399900d81bebfd7ece579931ced3a5d9383284b 2016-12-06 12:16:07.235 | Running setup.py bdist_wheel for cryptography: started 2016-12-06 12:16:27.515 | Running setup.py bdist_wheel for cryptography: finished with status 'done' 2016-12-06 12:16:27.515 | Stored in directory: /root/.cache/pip/wheels/c1/b0/c1/00756c24fd3ad4bba815bacbbbaa819718ecb63039e379ea6b 2016-12-06 12:16:27.548 | Running setup.py bdist_wheel for pyroute2: started 2016-12-06 12:16:27.869 | Running setup.py bdist_wheel for pyroute2: finished with status 'done' 2016-12-06 12:16:27.869 | Stored in directory: /root/.cache/pip/wheels/c4/39/82/e3a6174259091ed711e7ab54e48351e238ea64a10f7edfe1f4 2016-12-06 12:16:27.885 | Running setup.py bdist_wheel for Mako: started 2016-12-06 12:16:28.190 | Running setup.py bdist_wheel for Mako: finished with status 'done' 2016-12-06 12:16:28.190 | Stored in directory: /root/.cache/pip/wheels/34/be/28/7999aa61d80a775c9e85a5a7d345777f73e87e6e30573e9551 2016-12-06 12:16:28.206 | Running setup.py bdist_wheel for python-editor: started 2016-12-06 12:16:28.463 | Running setup.py bdist_wheel for python-editor: finished with status 'done' 2016-12-06 12:16:28.464 | Stored in directory: /root/.cache/pip/wheels/84/d6/b8/082dc3b5cd7763f17f5500a193b6b248102217cbaa3f0a24ca 2016-12-06 12:16:28.467 | Running setup.py bdist_wheel for logutils: started 2016-12-06 12:16:28.724 | Running setup.py bdist_wheel for logutils: finished with status 'done' 2016-12-06 12:16:28.725 | Stored in directory: /root/.cache/pip/wheels/58/43/06/5617ffe1421e9757ffedbec5d4dc11ac2ca357a5c5ffd7bbdb 2016-12-06 12:16:28.731 | Running setup.py bdist_wheel for positional: started 2016-12-06 12:16:29.110 | Running setup.py bdist_wheel for positional: finished with status 'done' 2016-12-06 12:16:29.110 | Stored in directory: /root/.cache/pip/wheels/f8/a3/e7/0704b4f6ee0128f17be800e4895e75a1d00c291ae4d9e8c412 2016-12-06 12:16:29.115 | Running setup.py bdist_wheel for simplejson: started 2016-12-06 12:16:30.380 | Running setup.py bdist_wheel for simplejson: finished with status 'done' 2016-12-06 12:16:30.380 | Stored in directory: /root/.cache/pip/wheels/43/c5/ef/edcebbb19becffd2ba75bf219afdbb4ca85198b2d909f1b31b 2016-12-06 12:16:30.385 | Running setup.py bdist_wheel for pyinotify: started 2016-12-06 12:16:30.696 | Running setup.py bdist_wheel for pyinotify: finished with status 'done' 2016-12-06 12:16:30.696 | Stored in directory: /root/.cache/pip/wheels/ca/66/27/bba9699a96562cab73cd97e80ca0fc9c1656b757293f889ad4 2016-12-06 12:16:30.700 | Running setup.py bdist_wheel for tenacity: started 2016-12-06 12:16:31.135 | Running setup.py bdist_wheel for tenacity: finished with status 'done' 2016-12-06 12:16:31.135 | Stored in directory: /root/.cache/pip/wheels/79/8f/78/2fdfdac702e4acc6820ee59ebd817f712a769c94ced3353199 2016-12-06 12:16:31.146 | Running setup.py bdist_wheel for pika-pool: started 2016-12-06 12:16:31.421 | Running setup.py bdist_wheel for pika-pool: finished with status 'done' 2016-12-06 12:16:31.421 | Stored in directory: /root/.cache/pip/wheels/4b/15/66/4ec372f38db709e5170504de06e03a680975e71111119ef534 2016-12-06 12:16:31.424 | Running setup.py bdist_wheel for Routes: started 2016-12-06 12:16:31.695 | Running setup.py bdist_wheel for Routes: finished with status 'done' 2016-12-06 12:16:31.696 | Stored in directory: /root/.cache/pip/wheels/c9/49/f4/219ca0f3395557463b9669d92c025e2eb46b2dcedac7ff7675 2016-12-06 12:16:31.700 | Running setup.py bdist_wheel for PrettyTable: started 2016-12-06 12:16:31.946 | Running setup.py bdist_wheel for PrettyTable: finished with status 'done' 2016-12-06 12:16:31.947 | Stored in directory: /root/.cache/pip/wheels/b6/90/7b/1c22b89217d0eba6d5f406e562365ebee804f0d4595b2bdbcd 2016-12-06 12:16:31.949 | Running setup.py bdist_wheel for warlock: started 2016-12-06 12:16:32.207 | Running setup.py bdist_wheel for warlock: finished with status 'done' 2016-12-06 12:16:32.207 | Stored in directory: /root/.cache/pip/wheels/79/ca/4d/7edcaf55cbc1b8a7a013b88e624bcbfe7b7dd413c332e9f3d4 2016-12-06 12:16:32.207 | Running setup.py bdist_wheel for simplegeneric: started 2016-12-06 12:16:32.461 | Running setup.py bdist_wheel for simplegeneric: finished with status 'done' 2016-12-06 12:16:32.461 | Stored in directory: /root/.cache/pip/wheels/7b/31/08/c85e74c84188cbec6a6827beec4d640f2bd78ae003dc1ec09d 2016-12-06 12:16:32.464 | Running setup.py bdist_wheel for MarkupSafe: started 2016-12-06 12:16:32.879 | Running setup.py bdist_wheel for MarkupSafe: finished with status 'done' 2016-12-06 12:16:32.879 | Stored in directory: /root/.cache/pip/wheels/a3/fa/dc/0198eed9ad95489b8a4f45d14dd5d2aee3f8984e46862c5748 2016-12-06 12:16:32.881 | Running setup.py bdist_wheel for itsdangerous: started 2016-12-06 12:16:33.126 | Running setup.py bdist_wheel for itsdangerous: finished with status 'done' 2016-12-06 12:16:33.126 | Stored in directory: /root/.cache/pip/wheels/fc/a8/66/24d655233c757e178d45dea2de22a04c6d92766abfb741129a 2016-12-06 12:16:33.129 | Running setup.py bdist_wheel for wrapt: started 2016-12-06 12:16:33.945 | Running setup.py bdist_wheel for wrapt: finished with status 'done' 2016-12-06 12:16:33.945 | Stored in directory: /root/.cache/pip/wheels/19/8a/01/20cf74c3f38d49ef8e9b9aa7ffd38cefff79bad9f6f2c651f0 2016-12-06 12:16:33.953 | Running setup.py bdist_wheel for msgpack-python: started 2016-12-06 12:16:34.243 | Running setup.py bdist_wheel for msgpack-python: finished with status 'done' 2016-12-06 12:16:34.244 | Stored in directory: /root/.cache/pip/wheels/2c/e7/e7/9031652a69d594665c5ca25e41d0fb3faa024e730b590e4402 2016-12-06 12:16:34.249 | Running setup.py bdist_wheel for unicodecsv: started 2016-12-06 12:16:34.508 | Running setup.py bdist_wheel for unicodecsv: finished with status 'done' 2016-12-06 12:16:34.509 | Stored in directory: /root/.cache/pip/wheels/97/e2/16/219fa93b83edaff912b6805cfa19d0597e21f8d353f3e2d22f 2016-12-06 12:16:34.514 | Running setup.py bdist_wheel for cmd2: started 2016-12-06 12:16:34.776 | Running setup.py bdist_wheel for cmd2: finished with status 'done' 2016-12-06 12:16:34.776 | Stored in directory: /root/.cache/pip/wheels/8b/3a/c1/d9775ec3156f3636c5fba0bbb0f7d8639dba086bc9dfbd7d34 2016-12-06 12:16:34.780 | Running setup.py bdist_wheel for Tempita: started 2016-12-06 12:16:35.033 | Running setup.py bdist_wheel for Tempita: finished with status 'done' 2016-12-06 12:16:35.034 | Stored in directory: /root/.cache/pip/wheels/38/5c/ad/029c675bcee1a5d1413733382d6e2cb489fe36ddd7a73dd9dd 2016-12-06 12:16:35.037 | Running setup.py bdist_wheel for repoze.lru: started 2016-12-06 12:16:35.291 | Running setup.py bdist_wheel for repoze.lru: finished with status 'done' 2016-12-06 12:16:35.291 | Stored in directory: /root/.cache/pip/wheels/b2/cd/b3/7e24400bff83325a01d492940eff6e9579f553f33348323d79 2016-12-06 12:16:35.292 | Running setup.py bdist_wheel for functools32: started 2016-12-06 12:16:35.538 | Running setup.py bdist_wheel for functools32: finished with status 'done' 2016-12-06 12:16:35.539 | Stored in directory: /root/.cache/pip/wheels/3c/d0/09/cd78d0ff4d6cfecfbd730782a7815a4571cd2cd4d2ed6e69d9 2016-12-06 12:16:35.543 | Running setup.py bdist_wheel for pycparser: started 2016-12-06 12:16:36.007 | Running setup.py bdist_wheel for pycparser: finished with status 'done' 2016-12-06 12:16:36.007 | Stored in directory: /root/.cache/pip/wheels/a8/0b/41/dc95621f9d3a0da7bc191b8a71f0e8182ffd3cc5f33ac55005 2016-12-06 12:16:36.021 | Successfully built alembic SQLAlchemy netifaces cryptography pyroute2 Mako python-editor logutils positional simplejson pyinotify tenacity pika-pool Routes PrettyTable warlock simplegeneric MarkupSafe itsdangerous wrapt msgpack-python unicodecsv cmd2 Tempita repoze.lru functools32 pycparser 2016-12-06 12:16:36.023 | Installing collected packages: SQLAlchemy, MarkupSafe, Mako, python-editor, alembic, six, WebOb, logutils, beautifulsoup4, waitress, WebTest, singledispatch, pecan, pbr, pytz, Babel, greenlet, eventlet, requests, rfc3986, wrapt, positional, iso8601, stevedore, keystoneauth1, oslo.i18n, funcsigs, debtcollector, netaddr, oslo.config, monotonic, netifaces, pyparsing, oslo.utils, msgpack-python, oslo.serialization, pycadf, oslo.context, python-keystoneclient, keystonemiddleware, unicodecsv, PrettyTable, cmd2, cliff, requestsexceptions, appdirs, os-client-config, simplejson, osc-lib, python-neutronclient, sqlparse, decorator, Tempita, sqlalchemy-migrate, oslo.db, pyinotify, python-dateutil, oslo.log, Paste, repoze.lru, Routes, PasteDeploy, enum34, fasteners, oslo.concurrency, oslo.service, cachetools, amqp, futures, tenacity, pika, contextlib2, futurist, anyjson, kombu, pika-pool, Jinja2, oslo.middleware, oslo.messaging, psutil, oslo.reports, pyasn1, pyasn1-modules, PyMySQL, python-barbicanclient, functools32, jsonschema, jsonpointer, jsonpatch, warlock, python-glanceclient, python-novaclient, idna, ipaddress, pycparser, cffi, cryptography, pyOpenSSL, simplegeneric, WSME, networkx, automaton, taskflow, itsdangerous, click, Werkzeug, Flask, pyroute2, gunicorn 2016-12-06 12:16:47.175 | Successfully installed Babel-2.3.4 Flask-0.11.1 Jinja2-2.8 Mako-1.0.6 MarkupSafe-0.23 Paste-2.0.3 PasteDeploy-1.5.2 PrettyTable-0.7.2 PyMySQL-0.7.9 Routes-2.3.1 SQLAlchemy-1.0.16 Tempita-0.5.2 WSME-0.8.0 WebOb-1.6.3 WebTest-2.0.23 Werkzeug-0.11.11 alembic-0.8.9 amqp-1.4.9 anyjson-0.3.3 appdirs-1.4.0 automaton-1.6.0 beautifulsoup4-4.5.1 cachetools-2.0.0 cffi-1.9.1 click-6.6 cliff-2.3.0 cmd2-0.6.9 contextlib2-0.5.4 cryptography-1.6 debtcollector-1.10.0 decorator-4.0.10 enum34-1.1.6 eventlet-0.19.0 fasteners-0.14.1 funcsigs-1.0.2 functools32-3.2.3.post2 futures-3.0.5 futurist-0.20.0 greenlet-0.4.10 gunicorn-19.6.0 idna-2.1 ipaddress-1.0.17 iso8601-0.1.11 itsdangerous-0.24 jsonpatch-1.14 jsonpointer-1.10 jsonschema-2.5.1 keystoneauth1-2.16.0 keystonemiddleware-4.11.0 kombu-3.0.37 logutils-0.3.3 monotonic-1.2 msgpack-python-0.4.8 netaddr-0.7.18 netifaces-0.10.5 networkx-1.11 os-client-config-1.24.0 osc-lib-1.2.0 oslo.concurrency-3.16.0 oslo.config-3.20.0 oslo.context-2.11.0 oslo.db-4.15.0 oslo.i18n-3.11.0 oslo.log-3.18.0 oslo.messaging-5.13.0 oslo.middleware-3.21.0 oslo.reports-1.16.0 oslo.serialization-2.15.0 oslo.service-1.18.0 oslo.utils-3.19.0 pbr-1.10.0 pecan-1.2.1 pika-0.10.0 pika-pool-0.1.3 positional-1.1.1 psutil-1.2.1 pyOpenSSL-16.2.0 pyasn1-0.1.9 pyasn1-modules-0.0.8 pycadf-2.4.0 pycparser-2.17 pyinotify-0.9.6 pyparsing-2.1.10 pyroute2-0.4.11 python-barbicanclient-4.1.0 python-dateutil-2.6.0 python-editor-1.0.3 python-glanceclient-2.5.0 python-keystoneclient-3.8.0 python-neutronclient-6.0.0 python-novaclient-6.0.0 pytz-2016.10 repoze.lru-0.6 requests-2.12.3 requestsexceptions-1.1.3 rfc3986-0.4.1 simplegeneric-0.8.1 simplejson-3.10.0 singledispatch-3.4.0.3 six-1.10.0 sqlalchemy-migrate-0.10.0 sqlparse-0.2.2 stevedore-1.19.0 taskflow-2.8.0 tenacity-3.4.0 unicodecsv-0.14.1 waitress-1.0.1 warlock-1.2.0 wrapt-1.10.8 2016-12-06 12:16:47.897 | running install 2016-12-06 12:16:47.901 | [pbr] Writing ChangeLog 2016-12-06 12:16:47.901 | [pbr] Generating ChangeLog 2016-12-06 12:16:47.932 | [pbr] ChangeLog complete (0.0s) 2016-12-06 12:16:47.932 | [pbr] Generating AUTHORS 2016-12-06 12:16:47.988 | [pbr] AUTHORS complete (0.1s) 2016-12-06 12:16:47.988 | running build 2016-12-06 12:16:47.988 | running build_py 2016-12-06 12:16:47.989 | creating build 2016-12-06 12:16:47.989 | creating build/lib.linux-x86_64-2.7 2016-12-06 12:16:47.989 | creating build/lib.linux-x86_64-2.7/octavia 2016-12-06 12:16:47.989 | creating build/lib.linux-x86_64-2.7/octavia/tests 2016-12-06 12:16:47.989 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit 2016-12-06 12:16:47.989 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd 2016-12-06 12:16:47.989 | copying octavia/tests/unit/cmd/test_house_keeping.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd 2016-12-06 12:16:47.989 | copying octavia/tests/unit/cmd/test_health_manager.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd 2016-12-06 12:16:47.989 | copying octavia/tests/unit/cmd/test_haproxy_vrrp_check.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd 2016-12-06 12:16:47.989 | copying octavia/tests/unit/cmd/test_agent.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd 2016-12-06 12:16:47.989 | copying octavia/tests/unit/cmd/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd 2016-12-06 12:16:47.990 | creating build/lib.linux-x86_64-2.7/octavia/controller 2016-12-06 12:16:47.990 | creating build/lib.linux-x86_64-2.7/octavia/controller/healthmanager 2016-12-06 12:16:47.990 | copying octavia/controller/healthmanager/update_serializer.py -> build/lib.linux-x86_64-2.7/octavia/controller/healthmanager 2016-12-06 12:16:47.990 | copying octavia/controller/healthmanager/update_db.py -> build/lib.linux-x86_64-2.7/octavia/controller/healthmanager 2016-12-06 12:16:47.990 | copying octavia/controller/healthmanager/health_manager.py -> build/lib.linux-x86_64-2.7/octavia/controller/healthmanager 2016-12-06 12:16:47.990 | copying octavia/controller/healthmanager/__init__.py -> build/lib.linux-x86_64-2.7/octavia/controller/healthmanager 2016-12-06 12:16:47.990 | creating build/lib.linux-x86_64-2.7/octavia/common 2016-12-06 12:16:47.991 | copying octavia/common/validate.py -> build/lib.linux-x86_64-2.7/octavia/common 2016-12-06 12:16:47.991 | copying octavia/common/utils.py -> build/lib.linux-x86_64-2.7/octavia/common 2016-12-06 12:16:47.991 | copying octavia/common/stats.py -> build/lib.linux-x86_64-2.7/octavia/common 2016-12-06 12:16:47.991 | copying octavia/common/service.py -> build/lib.linux-x86_64-2.7/octavia/common 2016-12-06 12:16:47.991 | copying octavia/common/keystone.py -> build/lib.linux-x86_64-2.7/octavia/common 2016-12-06 12:16:47.991 | copying octavia/common/exceptions.py -> build/lib.linux-x86_64-2.7/octavia/common 2016-12-06 12:16:47.991 | copying octavia/common/data_models.py -> build/lib.linux-x86_64-2.7/octavia/common 2016-12-06 12:16:47.991 | copying octavia/common/context.py -> build/lib.linux-x86_64-2.7/octavia/common 2016-12-06 12:16:47.991 | copying octavia/common/constants.py -> build/lib.linux-x86_64-2.7/octavia/common 2016-12-06 12:16:47.992 | copying octavia/common/config.py -> build/lib.linux-x86_64-2.7/octavia/common 2016-12-06 12:16:47.992 | copying octavia/common/clients.py -> build/lib.linux-x86_64-2.7/octavia/common 2016-12-06 12:16:47.992 | copying octavia/common/base_taskflow.py -> build/lib.linux-x86_64-2.7/octavia/common 2016-12-06 12:16:47.992 | copying octavia/common/__init__.py -> build/lib.linux-x86_64-2.7/octavia/common 2016-12-06 12:16:47.992 | creating build/lib.linux-x86_64-2.7/octavia/controller/worker 2016-12-06 12:16:47.992 | copying octavia/controller/worker/task_utils.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker 2016-12-06 12:16:47.992 | copying octavia/controller/worker/controller_worker.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker 2016-12-06 12:16:47.992 | copying octavia/controller/worker/__init__.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker 2016-12-06 12:16:47.993 | creating build/lib.linux-x86_64-2.7/octavia/amphorae 2016-12-06 12:16:47.993 | creating build/lib.linux-x86_64-2.7/octavia/amphorae/drivers 2016-12-06 12:16:47.993 | creating build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy 2016-12-06 12:16:47.993 | copying octavia/amphorae/drivers/haproxy/rest_api_driver.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy 2016-12-06 12:16:47.993 | copying octavia/amphorae/drivers/haproxy/exceptions.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy 2016-12-06 12:16:47.993 | copying octavia/amphorae/drivers/haproxy/data_models.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy 2016-12-06 12:16:47.993 | copying octavia/amphorae/drivers/haproxy/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy 2016-12-06 12:16:47.993 | creating build/lib.linux-x86_64-2.7/octavia/tests/functional 2016-12-06 12:16:47.993 | creating build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae 2016-12-06 12:16:47.994 | creating build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend 2016-12-06 12:16:47.994 | copying octavia/tests/functional/amphorae/backend/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend 2016-12-06 12:16:47.994 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/network 2016-12-06 12:16:47.994 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers 2016-12-06 12:16:47.994 | copying octavia/tests/unit/network/drivers/test_network_noop_driver.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers 2016-12-06 12:16:47.994 | copying octavia/tests/unit/network/drivers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers 2016-12-06 12:16:47.995 | creating build/lib.linux-x86_64-2.7/octavia/network 2016-12-06 12:16:47.995 | creating build/lib.linux-x86_64-2.7/octavia/network/drivers 2016-12-06 12:16:47.995 | creating build/lib.linux-x86_64-2.7/octavia/network/drivers/nova-network 2016-12-06 12:16:47.995 | copying octavia/network/drivers/nova-network/__init__.py -> build/lib.linux-x86_64-2.7/octavia/network/drivers/nova-network 2016-12-06 12:16:47.995 | copying octavia/tests/unit/test_hacking.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit 2016-12-06 12:16:47.995 | copying octavia/tests/unit/base.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit 2016-12-06 12:16:47.995 | copying octavia/tests/unit/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit 2016-12-06 12:16:47.996 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/controller 2016-12-06 12:16:47.996 | copying octavia/tests/unit/controller/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller 2016-12-06 12:16:47.996 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/compute 2016-12-06 12:16:47.996 | copying octavia/tests/unit/compute/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/compute 2016-12-06 12:16:47.996 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae 2016-12-06 12:16:47.996 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers 2016-12-06 12:16:47.997 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived 2016-12-06 12:16:47.997 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived/jinja 2016-12-06 12:16:47.997 | copying octavia/tests/unit/amphorae/drivers/keepalived/jinja/test_jinja_cfg.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived/jinja 2016-12-06 12:16:47.997 | copying octavia/tests/unit/amphorae/drivers/keepalived/jinja/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived/jinja 2016-12-06 12:16:47.997 | copying octavia/version.py -> build/lib.linux-x86_64-2.7/octavia 2016-12-06 12:16:47.997 | copying octavia/opts.py -> build/lib.linux-x86_64-2.7/octavia 2016-12-06 12:16:47.998 | copying octavia/i18n.py -> build/lib.linux-x86_64-2.7/octavia 2016-12-06 12:16:47.998 | copying octavia/__init__.py -> build/lib.linux-x86_64-2.7/octavia 2016-12-06 12:16:47.998 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager 2016-12-06 12:16:47.998 | copying octavia/tests/unit/controller/healthmanager/test_update_serializer.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager 2016-12-06 12:16:47.998 | copying octavia/tests/unit/controller/healthmanager/test_update_db.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager 2016-12-06 12:16:47.998 | copying octavia/tests/unit/controller/healthmanager/test_health_manager.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager 2016-12-06 12:16:47.999 | copying octavia/tests/unit/controller/healthmanager/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager 2016-12-06 12:16:47.999 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/common 2016-12-06 12:16:47.999 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/common/tls_utils 2016-12-06 12:16:47.999 | copying octavia/tests/unit/common/tls_utils/test_cert_parser.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common/tls_utils 2016-12-06 12:16:47.999 | copying octavia/tests/unit/common/tls_utils/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common/tls_utils 2016-12-06 12:16:48.000 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends 2016-12-06 12:16:48.000 | copying octavia/tests/unit/amphorae/backends/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends 2016-12-06 12:16:48.000 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/queue 2016-12-06 12:16:48.000 | copying octavia/tests/unit/controller/queue/test_endpoint.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/queue 2016-12-06 12:16:48.000 | copying octavia/tests/unit/controller/queue/test_consumer.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/queue 2016-12-06 12:16:48.000 | copying octavia/tests/unit/controller/queue/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/queue 2016-12-06 12:16:48.001 | creating build/lib.linux-x86_64-2.7/octavia/amphorae/backends 2016-12-06 12:16:48.001 | creating build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon 2016-12-06 12:16:48.001 | copying octavia/amphorae/backends/health_daemon/status_message.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon 2016-12-06 12:16:48.001 | copying octavia/amphorae/backends/health_daemon/health_sender.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon 2016-12-06 12:16:48.001 | copying octavia/amphorae/backends/health_daemon/health_daemon.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon 2016-12-06 12:16:48.001 | copying octavia/amphorae/backends/health_daemon/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon 2016-12-06 12:16:48.002 | creating build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/noop_driver 2016-12-06 12:16:48.002 | copying octavia/amphorae/drivers/noop_driver/driver.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/noop_driver 2016-12-06 12:16:48.002 | copying octavia/amphorae/drivers/noop_driver/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/noop_driver 2016-12-06 12:16:48.002 | creating build/lib.linux-x86_64-2.7/octavia/certificates 2016-12-06 12:16:48.002 | copying octavia/certificates/__init__.py -> build/lib.linux-x86_64-2.7/octavia/certificates 2016-12-06 12:16:48.002 | creating build/lib.linux-x86_64-2.7/octavia/api 2016-12-06 12:16:48.002 | creating build/lib.linux-x86_64-2.7/octavia/api/v1 2016-12-06 12:16:48.003 | creating build/lib.linux-x86_64-2.7/octavia/api/v1/handlers 2016-12-06 12:16:48.003 | copying octavia/api/v1/handlers/abstract_handler.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/handlers 2016-12-06 12:16:48.003 | copying octavia/api/v1/handlers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/handlers 2016-12-06 12:16:48.003 | creating build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived 2016-12-06 12:16:48.003 | copying octavia/amphorae/drivers/keepalived/vrrp_rest_driver.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived 2016-12-06 12:16:48.003 | copying octavia/amphorae/drivers/keepalived/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived 2016-12-06 12:16:48.004 | copying octavia/amphorae/drivers/driver_base.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers 2016-12-06 12:16:48.004 | copying octavia/amphorae/drivers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers 2016-12-06 12:16:48.004 | creating build/lib.linux-x86_64-2.7/octavia/network/drivers/noop_driver 2016-12-06 12:16:48.004 | copying octavia/network/drivers/noop_driver/driver.py -> build/lib.linux-x86_64-2.7/octavia/network/drivers/noop_driver 2016-12-06 12:16:48.004 | copying octavia/network/drivers/noop_driver/__init__.py -> build/lib.linux-x86_64-2.7/octavia/network/drivers/noop_driver 2016-12-06 12:16:48.005 | creating build/lib.linux-x86_64-2.7/octavia/hacking 2016-12-06 12:16:48.005 | copying octavia/hacking/checks.py -> build/lib.linux-x86_64-2.7/octavia/hacking 2016-12-06 12:16:48.005 | copying octavia/hacking/__init__.py -> build/lib.linux-x86_64-2.7/octavia/hacking 2016-12-06 12:16:48.005 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron 2016-12-06 12:16:48.005 | copying octavia/tests/unit/network/drivers/neutron/test_base.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron 2016-12-06 12:16:48.005 | copying octavia/tests/unit/network/drivers/neutron/test_allowed_address_pairs.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron 2016-12-06 12:16:48.006 | copying octavia/tests/unit/network/drivers/neutron/constants.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron 2016-12-06 12:16:48.006 | copying octavia/tests/unit/network/drivers/neutron/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron 2016-12-06 12:16:48.006 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/utils 2016-12-06 12:16:48.006 | copying octavia/tests/unit/amphorae/backends/utils/test_haproxy_query.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/utils 2016-12-06 12:16:48.006 | copying octavia/tests/unit/amphorae/backends/utils/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/utils 2016-12-06 12:16:48.007 | creating build/lib.linux-x86_64-2.7/octavia/tests/functional/db 2016-12-06 12:16:48.007 | copying octavia/tests/functional/db/test_repositories.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/db 2016-12-06 12:16:48.007 | copying octavia/tests/functional/db/test_models.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/db 2016-12-06 12:16:48.007 | copying octavia/tests/functional/db/base.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/db 2016-12-06 12:16:48.007 | copying octavia/tests/functional/db/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/db 2016-12-06 12:16:48.008 | creating build/lib.linux-x86_64-2.7/octavia/db 2016-12-06 12:16:48.008 | creating build/lib.linux-x86_64-2.7/octavia/db/migration 2016-12-06 12:16:48.008 | copying octavia/db/migration/cli.py -> build/lib.linux-x86_64-2.7/octavia/db/migration 2016-12-06 12:16:48.008 | copying octavia/db/migration/__init__.py -> build/lib.linux-x86_64-2.7/octavia/db/migration 2016-12-06 12:16:48.008 | copying octavia/db/repositories.py -> build/lib.linux-x86_64-2.7/octavia/db 2016-12-06 12:16:48.008 | copying octavia/db/prepare.py -> build/lib.linux-x86_64-2.7/octavia/db 2016-12-06 12:16:48.009 | copying octavia/db/models.py -> build/lib.linux-x86_64-2.7/octavia/db 2016-12-06 12:16:48.009 | copying octavia/db/base_models.py -> build/lib.linux-x86_64-2.7/octavia/db 2016-12-06 12:16:48.009 | copying octavia/db/api.py -> build/lib.linux-x86_64-2.7/octavia/db 2016-12-06 12:16:48.009 | copying octavia/db/__init__.py -> build/lib.linux-x86_64-2.7/octavia/db 2016-12-06 12:16:48.009 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates 2016-12-06 12:16:48.009 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/manager 2016-12-06 12:16:48.010 | copying octavia/tests/unit/certificates/manager/test_barbican.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/manager 2016-12-06 12:16:48.010 | copying octavia/tests/unit/certificates/manager/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/manager 2016-12-06 12:16:48.010 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/db 2016-12-06 12:16:48.010 | copying octavia/tests/unit/db/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/db 2016-12-06 12:16:48.010 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/api 2016-12-06 12:16:48.010 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1 2016-12-06 12:16:48.011 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.011 | copying octavia/tests/unit/api/v1/types/test_pools.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.011 | copying octavia/tests/unit/api/v1/types/test_members.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.011 | copying octavia/tests/unit/api/v1/types/test_load_balancers.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.011 | copying octavia/tests/unit/api/v1/types/test_listeners.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.011 | copying octavia/tests/unit/api/v1/types/test_l7rules.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.012 | copying octavia/tests/unit/api/v1/types/test_l7policies.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.012 | copying octavia/tests/unit/api/v1/types/test_health_monitors.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.012 | copying octavia/tests/unit/api/v1/types/base.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.012 | copying octavia/tests/unit/api/v1/types/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.012 | copying octavia/tests/unit/common/test_validations.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common 2016-12-06 12:16:48.013 | copying octavia/tests/unit/common/test_utils.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common 2016-12-06 12:16:48.013 | copying octavia/tests/unit/common/test_stats.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common 2016-12-06 12:16:48.013 | copying octavia/tests/unit/common/test_exceptions.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common 2016-12-06 12:16:48.013 | copying octavia/tests/unit/common/test_constants.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common 2016-12-06 12:16:48.013 | copying octavia/tests/unit/common/test_config.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common 2016-12-06 12:16:48.013 | copying octavia/tests/unit/common/test_clients.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common 2016-12-06 12:16:48.014 | copying octavia/tests/unit/common/test_base_taskflow.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common 2016-12-06 12:16:48.014 | copying octavia/tests/unit/common/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common 2016-12-06 12:16:48.017 | creating build/lib.linux-x86_64-2.7/octavia/controller/worker/flows 2016-12-06 12:16:48.018 | copying octavia/controller/worker/flows/pool_flows.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/flows 2016-12-06 12:16:48.018 | copying octavia/controller/worker/flows/member_flows.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/flows 2016-12-06 12:16:48.018 | copying octavia/controller/worker/flows/load_balancer_flows.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/flows 2016-12-06 12:16:48.018 | copying octavia/controller/worker/flows/listener_flows.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/flows 2016-12-06 12:16:48.018 | copying octavia/controller/worker/flows/l7rule_flows.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/flows 2016-12-06 12:16:48.018 | copying octavia/controller/worker/flows/l7policy_flows.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/flows 2016-12-06 12:16:48.018 | copying octavia/controller/worker/flows/health_monitor_flows.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/flows 2016-12-06 12:16:48.018 | copying octavia/controller/worker/flows/amphora_flows.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/flows 2016-12-06 12:16:48.019 | copying octavia/controller/worker/flows/__init__.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/flows 2016-12-06 12:16:48.019 | copying octavia/network/data_models.py -> build/lib.linux-x86_64-2.7/octavia/network 2016-12-06 12:16:48.019 | copying octavia/network/base.py -> build/lib.linux-x86_64-2.7/octavia/network 2016-12-06 12:16:48.019 | copying octavia/network/__init__.py -> build/lib.linux-x86_64-2.7/octavia/network 2016-12-06 12:16:48.019 | creating build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/queue 2016-12-06 12:16:48.019 | copying octavia/api/v1/handlers/queue/producer.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/queue 2016-12-06 12:16:48.019 | copying octavia/api/v1/handlers/queue/__init__.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/queue 2016-12-06 12:16:48.020 | copying octavia/tests/unit/amphorae/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae 2016-12-06 12:16:48.020 | copying octavia/tests/unit/network/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/network 2016-12-06 12:16:48.020 | copying octavia/tests/unit/api/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api 2016-12-06 12:16:48.020 | creating build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent 2016-12-06 12:16:48.020 | copying octavia/tests/functional/amphorae/backend/agent/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent 2016-12-06 12:16:48.020 | creating build/lib.linux-x86_64-2.7/octavia/certificates/generator 2016-12-06 12:16:48.020 | copying octavia/certificates/generator/local.py -> build/lib.linux-x86_64-2.7/octavia/certificates/generator 2016-12-06 12:16:48.021 | copying octavia/certificates/generator/cert_gen.py -> build/lib.linux-x86_64-2.7/octavia/certificates/generator 2016-12-06 12:16:48.021 | copying octavia/certificates/generator/anchor.py -> build/lib.linux-x86_64-2.7/octavia/certificates/generator 2016-12-06 12:16:48.021 | copying octavia/certificates/generator/__init__.py -> build/lib.linux-x86_64-2.7/octavia/certificates/generator 2016-12-06 12:16:48.021 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/handlers 2016-12-06 12:16:48.021 | copying octavia/tests/unit/api/v1/handlers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/handlers 2016-12-06 12:16:48.021 | creating build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja 2016-12-06 12:16:48.021 | copying octavia/amphorae/drivers/keepalived/jinja/jinja_cfg.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja 2016-12-06 12:16:48.021 | copying octavia/amphorae/drivers/keepalived/jinja/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja 2016-12-06 12:16:48.022 | copying octavia/tests/functional/amphorae/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae 2016-12-06 12:16:48.022 | creating build/lib.linux-x86_64-2.7/octavia/tests/common 2016-12-06 12:16:48.022 | copying octavia/tests/common/utils.py -> build/lib.linux-x86_64-2.7/octavia/tests/common 2016-12-06 12:16:48.022 | copying octavia/tests/common/data_model_helpers.py -> build/lib.linux-x86_64-2.7/octavia/tests/common 2016-12-06 12:16:48.022 | copying octavia/tests/common/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/common 2016-12-06 12:16:48.022 | copying octavia/tests/unit/amphorae/drivers/test_noop_amphoraloadbalancer_driver.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers 2016-12-06 12:16:48.022 | copying octavia/tests/unit/amphorae/drivers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers 2016-12-06 12:16:48.023 | creating build/lib.linux-x86_64-2.7/octavia/common/jinja 2016-12-06 12:16:48.023 | creating build/lib.linux-x86_64-2.7/octavia/common/jinja/haproxy 2016-12-06 12:16:48.023 | creating build/lib.linux-x86_64-2.7/octavia/common/jinja/haproxy/templates 2016-12-06 12:16:48.023 | copying octavia/common/jinja/haproxy/templates/__init__.py -> build/lib.linux-x86_64-2.7/octavia/common/jinja/haproxy/templates 2016-12-06 12:16:48.023 | creating build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja/templates 2016-12-06 12:16:48.023 | copying octavia/amphorae/drivers/keepalived/jinja/templates/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja/templates 2016-12-06 12:16:48.023 | copying octavia/tests/unit/amphorae/drivers/keepalived/test_vrrp_rest_driver.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived 2016-12-06 12:16:48.023 | copying octavia/tests/unit/amphorae/drivers/keepalived/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived 2016-12-06 12:16:48.023 | creating build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/health 2016-12-06 12:16:48.023 | copying octavia/amphorae/drivers/health/heartbeat_udp.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/health 2016-12-06 12:16:48.024 | copying octavia/amphorae/drivers/health/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/health 2016-12-06 12:16:48.024 | creating build/lib.linux-x86_64-2.7/octavia/controller/housekeeping 2016-12-06 12:16:48.024 | copying octavia/controller/housekeeping/house_keeping.py -> build/lib.linux-x86_64-2.7/octavia/controller/housekeeping 2016-12-06 12:16:48.024 | copying octavia/controller/housekeeping/__init__.py -> build/lib.linux-x86_64-2.7/octavia/controller/housekeeping 2016-12-06 12:16:48.024 | copying octavia/tests/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests 2016-12-06 12:16:48.024 | creating build/lib.linux-x86_64-2.7/octavia/tests/tempest 2016-12-06 12:16:48.024 | creating build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1 2016-12-06 12:16:48.024 | creating build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/clients 2016-12-06 12:16:48.024 | copying octavia/tests/tempest/v1/clients/pools_client.py -> build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/clients 2016-12-06 12:16:48.025 | copying octavia/tests/tempest/v1/clients/members_client.py -> build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/clients 2016-12-06 12:16:48.025 | copying octavia/tests/tempest/v1/clients/load_balancers_client.py -> build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/clients 2016-12-06 12:16:48.025 | copying octavia/tests/tempest/v1/clients/listeners_client.py -> build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/clients 2016-12-06 12:16:48.025 | copying octavia/tests/tempest/v1/clients/health_monitors_client.py -> build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/clients 2016-12-06 12:16:48.025 | copying octavia/tests/tempest/v1/clients/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/clients 2016-12-06 12:16:48.025 | copying octavia/api/v1/hooks.py -> build/lib.linux-x86_64-2.7/octavia/api/v1 2016-12-06 12:16:48.025 | copying octavia/api/v1/__init__.py -> build/lib.linux-x86_64-2.7/octavia/api/v1 2016-12-06 12:16:48.026 | creating build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent/api_server 2016-12-06 12:16:48.026 | copying octavia/tests/functional/amphorae/backend/agent/api_server/test_server.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent/api_server 2016-12-06 12:16:48.026 | copying octavia/tests/functional/amphorae/backend/agent/api_server/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent/api_server 2016-12-06 12:16:48.026 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/housekeeping 2016-12-06 12:16:48.026 | copying octavia/tests/unit/controller/housekeeping/test_house_keeping.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/housekeeping 2016-12-06 12:16:48.026 | copying octavia/tests/unit/controller/housekeeping/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/housekeeping 2016-12-06 12:16:48.026 | creating build/lib.linux-x86_64-2.7/octavia/api/v1/controllers 2016-12-06 12:16:48.027 | copying octavia/api/v1/controllers/pool.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers 2016-12-06 12:16:48.027 | copying octavia/api/v1/controllers/member.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers 2016-12-06 12:16:48.027 | copying octavia/api/v1/controllers/load_balancer_statistics.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers 2016-12-06 12:16:48.027 | copying octavia/api/v1/controllers/load_balancer.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers 2016-12-06 12:16:48.027 | copying octavia/api/v1/controllers/listener_statistics.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers 2016-12-06 12:16:48.027 | copying octavia/api/v1/controllers/listener.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers 2016-12-06 12:16:48.027 | copying octavia/api/v1/controllers/l7rule.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers 2016-12-06 12:16:48.027 | copying octavia/api/v1/controllers/l7policy.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers 2016-12-06 12:16:48.028 | copying octavia/api/v1/controllers/health_monitor.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers 2016-12-06 12:16:48.028 | copying octavia/api/v1/controllers/base.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers 2016-12-06 12:16:48.028 | copying octavia/api/v1/controllers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/controllers 2016-12-06 12:16:48.028 | copying octavia/tests/tempest/plugin.py -> build/lib.linux-x86_64-2.7/octavia/tests/tempest 2016-12-06 12:16:48.028 | copying octavia/tests/tempest/config.py -> build/lib.linux-x86_64-2.7/octavia/tests/tempest 2016-12-06 12:16:48.028 | copying octavia/tests/tempest/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/tempest 2016-12-06 12:16:48.028 | creating build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/scenario 2016-12-06 12:16:48.028 | copying octavia/tests/tempest/v1/scenario/test_listener_basic.py -> build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/scenario 2016-12-06 12:16:48.029 | copying octavia/tests/tempest/v1/scenario/base.py -> build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/scenario 2016-12-06 12:16:48.029 | copying octavia/tests/tempest/v1/scenario/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/scenario 2016-12-06 12:16:48.029 | creating build/lib.linux-x86_64-2.7/octavia/compute 2016-12-06 12:16:48.029 | creating build/lib.linux-x86_64-2.7/octavia/compute/drivers 2016-12-06 12:16:48.029 | copying octavia/compute/drivers/nova_driver.py -> build/lib.linux-x86_64-2.7/octavia/compute/drivers 2016-12-06 12:16:48.029 | copying octavia/compute/drivers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/compute/drivers 2016-12-06 12:16:48.029 | creating build/lib.linux-x86_64-2.7/octavia/api/v1/types 2016-12-06 12:16:48.029 | copying octavia/api/v1/types/pool.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types 2016-12-06 12:16:48.030 | copying octavia/api/v1/types/member.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types 2016-12-06 12:16:48.030 | copying octavia/api/v1/types/load_balancer_statistics.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types 2016-12-06 12:16:48.030 | copying octavia/api/v1/types/load_balancer.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types 2016-12-06 12:16:48.030 | copying octavia/api/v1/types/listener_statistics.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types 2016-12-06 12:16:48.030 | copying octavia/api/v1/types/listener.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types 2016-12-06 12:16:48.030 | copying octavia/api/v1/types/l7rule.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types 2016-12-06 12:16:48.030 | copying octavia/api/v1/types/l7policy.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types 2016-12-06 12:16:48.030 | copying octavia/api/v1/types/health_monitor.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types 2016-12-06 12:16:48.031 | copying octavia/api/v1/types/base.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types 2016-12-06 12:16:48.031 | copying octavia/api/v1/types/__init__.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/types 2016-12-06 12:16:48.031 | creating build/lib.linux-x86_64-2.7/octavia/controller/queue 2016-12-06 12:16:48.031 | copying octavia/controller/queue/event_queue.py -> build/lib.linux-x86_64-2.7/octavia/controller/queue 2016-12-06 12:16:48.031 | copying octavia/controller/queue/endpoint.py -> build/lib.linux-x86_64-2.7/octavia/controller/queue 2016-12-06 12:16:48.031 | copying octavia/controller/queue/consumer.py -> build/lib.linux-x86_64-2.7/octavia/controller/queue 2016-12-06 12:16:48.031 | copying octavia/controller/queue/__init__.py -> build/lib.linux-x86_64-2.7/octavia/controller/queue 2016-12-06 12:16:48.032 | creating build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks 2016-12-06 12:16:48.032 | copying octavia/controller/worker/tasks/network_tasks.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks 2016-12-06 12:16:48.032 | copying octavia/controller/worker/tasks/model_tasks.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks 2016-12-06 12:16:48.032 | copying octavia/controller/worker/tasks/lifecycle_tasks.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks 2016-12-06 12:16:48.032 | copying octavia/controller/worker/tasks/database_tasks.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks 2016-12-06 12:16:48.032 | copying octavia/controller/worker/tasks/controller_tasks.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks 2016-12-06 12:16:48.032 | copying octavia/controller/worker/tasks/compute_tasks.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks 2016-12-06 12:16:48.032 | copying octavia/controller/worker/tasks/cert_task.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks 2016-12-06 12:16:48.032 | copying octavia/controller/worker/tasks/amphora_driver_tasks.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks 2016-12-06 12:16:48.033 | copying octavia/controller/worker/tasks/__init__.py -> build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks 2016-12-06 12:16:48.033 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy 2016-12-06 12:16:48.033 | copying octavia/tests/unit/amphorae/drivers/haproxy/test_rest_api_driver.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy 2016-12-06 12:16:48.033 | copying octavia/tests/unit/amphorae/drivers/haproxy/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy 2016-12-06 12:16:48.033 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common 2016-12-06 12:16:48.033 | copying octavia/tests/unit/certificates/common/test_local.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common 2016-12-06 12:16:48.033 | copying octavia/tests/unit/certificates/common/test_barbican.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common 2016-12-06 12:16:48.033 | copying octavia/tests/unit/certificates/common/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common 2016-12-06 12:16:48.034 | copying octavia/tests/unit/certificates/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates 2016-12-06 12:16:48.034 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/health 2016-12-06 12:16:48.034 | copying octavia/tests/unit/amphorae/drivers/health/test_heartbeat_udp.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/health 2016-12-06 12:16:48.034 | copying octavia/tests/unit/amphorae/drivers/health/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/health 2016-12-06 12:16:48.034 | creating build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/controller_simulator 2016-12-06 12:16:48.034 | copying octavia/api/v1/handlers/controller_simulator/handler.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/controller_simulator 2016-12-06 12:16:48.034 | copying octavia/api/v1/handlers/controller_simulator/__init__.py -> build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/controller_simulator 2016-12-06 12:16:48.035 | copying octavia/common/jinja/user_data_jinja_cfg.py -> build/lib.linux-x86_64-2.7/octavia/common/jinja 2016-12-06 12:16:48.035 | copying octavia/common/jinja/__init__.py -> build/lib.linux-x86_64-2.7/octavia/common/jinja 2016-12-06 12:16:48.035 | copying octavia/tests/unit/api/v1/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1 2016-12-06 12:16:48.035 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon 2016-12-06 12:16:48.035 | copying octavia/tests/unit/amphorae/backends/health_daemon/test_health_sender.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon 2016-12-06 12:16:48.035 | copying octavia/tests/unit/amphorae/backends/health_daemon/test_health_daemon.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon 2016-12-06 12:16:48.035 | copying octavia/tests/unit/amphorae/backends/health_daemon/test_envelope.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon 2016-12-06 12:16:48.036 | copying octavia/tests/unit/amphorae/backends/health_daemon/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon 2016-12-06 12:16:48.036 | creating build/lib.linux-x86_64-2.7/octavia/compute/drivers/noop_driver 2016-12-06 12:16:48.036 | copying octavia/compute/drivers/noop_driver/driver.py -> build/lib.linux-x86_64-2.7/octavia/compute/drivers/noop_driver 2016-12-06 12:16:48.036 | copying octavia/compute/drivers/noop_driver/__init__.py -> build/lib.linux-x86_64-2.7/octavia/compute/drivers/noop_driver 2016-12-06 12:16:48.036 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/handlers/queue 2016-12-06 12:16:48.036 | copying octavia/tests/unit/api/v1/handlers/queue/test_producer.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/handlers/queue 2016-12-06 12:16:48.036 | copying octavia/tests/unit/api/v1/handlers/queue/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/handlers/queue 2016-12-06 12:16:48.036 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker 2016-12-06 12:16:48.037 | copying octavia/tests/unit/controller/worker/test_task_utils.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker 2016-12-06 12:16:48.037 | copying octavia/tests/unit/controller/worker/test_controller_worker.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker 2016-12-06 12:16:48.037 | copying octavia/tests/unit/controller/worker/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker 2016-12-06 12:16:48.037 | copying octavia/compute/compute_base.py -> build/lib.linux-x86_64-2.7/octavia/compute 2016-12-06 12:16:48.037 | copying octavia/compute/__init__.py -> build/lib.linux-x86_64-2.7/octavia/compute 2016-12-06 12:16:48.037 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.038 | copying octavia/tests/unit/controller/worker/flows/test_pool_flows.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.038 | copying octavia/tests/unit/controller/worker/flows/test_member_flows.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.038 | copying octavia/tests/unit/controller/worker/flows/test_load_balancer_flows.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.038 | copying octavia/tests/unit/controller/worker/flows/test_listener_flows.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.038 | copying octavia/tests/unit/controller/worker/flows/test_l7rule_flows.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.038 | copying octavia/tests/unit/controller/worker/flows/test_l7policy_flows.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.038 | copying octavia/tests/unit/controller/worker/flows/test_health_monitor_flows.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.038 | copying octavia/tests/unit/controller/worker/flows/test_amphora_flows.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.038 | copying octavia/tests/unit/controller/worker/flows/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.039 | creating build/lib.linux-x86_64-2.7/octavia/tests/functional/api 2016-12-06 12:16:48.039 | copying octavia/tests/functional/api/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api 2016-12-06 12:16:48.039 | creating build/lib.linux-x86_64-2.7/octavia/amphorae/backends/utils 2016-12-06 12:16:48.039 | copying octavia/amphorae/backends/utils/haproxy_query.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/utils 2016-12-06 12:16:48.039 | copying octavia/amphorae/backends/utils/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/utils 2016-12-06 12:16:48.039 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common/auth 2016-12-06 12:16:48.039 | copying octavia/tests/unit/certificates/common/auth/test_barbican_acl.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common/auth 2016-12-06 12:16:48.039 | copying octavia/tests/unit/certificates/common/auth/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common/auth 2016-12-06 12:16:48.040 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent 2016-12-06 12:16:48.040 | copying octavia/tests/unit/amphorae/backends/agent/test_agent_jinja_cfg.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent 2016-12-06 12:16:48.040 | copying octavia/tests/unit/amphorae/backends/agent/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent 2016-12-06 12:16:48.040 | creating build/lib.linux-x86_64-2.7/octavia/amphorae/driver_exceptions 2016-12-06 12:16:48.040 | copying octavia/amphorae/driver_exceptions/exceptions.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/driver_exceptions 2016-12-06 12:16:48.040 | copying octavia/amphorae/driver_exceptions/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/driver_exceptions 2016-12-06 12:16:48.040 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/compute/drivers 2016-12-06 12:16:48.040 | copying octavia/tests/unit/compute/drivers/test_nova_driver.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/compute/drivers 2016-12-06 12:16:48.041 | copying octavia/tests/unit/compute/drivers/test_compute_noop_driver.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/compute/drivers 2016-12-06 12:16:48.041 | copying octavia/tests/unit/compute/drivers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/compute/drivers 2016-12-06 12:16:48.041 | creating build/lib.linux-x86_64-2.7/octavia/common/tls_utils 2016-12-06 12:16:48.041 | copying octavia/common/tls_utils/cert_parser.py -> build/lib.linux-x86_64-2.7/octavia/common/tls_utils 2016-12-06 12:16:48.041 | copying octavia/common/tls_utils/__init__.py -> build/lib.linux-x86_64-2.7/octavia/common/tls_utils 2016-12-06 12:16:48.041 | creating build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent 2016-12-06 12:16:48.041 | creating build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/templates 2016-12-06 12:16:48.041 | copying octavia/amphorae/backends/agent/templates/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/templates 2016-12-06 12:16:48.042 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/common/jinja 2016-12-06 12:16:48.042 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/common/jinja/haproxy 2016-12-06 12:16:48.042 | copying octavia/tests/unit/common/jinja/haproxy/test_jinja_cfg.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common/jinja/haproxy 2016-12-06 12:16:48.042 | copying octavia/tests/unit/common/jinja/haproxy/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common/jinja/haproxy 2016-12-06 12:16:48.042 | creating build/lib.linux-x86_64-2.7/octavia/certificates/common 2016-12-06 12:16:48.042 | copying octavia/certificates/common/local.py -> build/lib.linux-x86_64-2.7/octavia/certificates/common 2016-12-06 12:16:48.042 | copying octavia/certificates/common/cert.py -> build/lib.linux-x86_64-2.7/octavia/certificates/common 2016-12-06 12:16:48.042 | copying octavia/certificates/common/barbican.py -> build/lib.linux-x86_64-2.7/octavia/certificates/common 2016-12-06 12:16:48.042 | copying octavia/certificates/common/__init__.py -> build/lib.linux-x86_64-2.7/octavia/certificates/common 2016-12-06 12:16:48.043 | creating build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.043 | copying octavia/amphorae/backends/agent/api_server/util.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.043 | copying octavia/amphorae/backends/agent/api_server/server.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.043 | copying octavia/amphorae/backends/agent/api_server/plug.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.043 | copying octavia/amphorae/backends/agent/api_server/listener.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.043 | copying octavia/amphorae/backends/agent/api_server/keepalived.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.043 | copying octavia/amphorae/backends/agent/api_server/certificate_update.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.043 | copying octavia/amphorae/backends/agent/api_server/amphora_info.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.044 | copying octavia/amphorae/backends/agent/api_server/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.044 | creating build/lib.linux-x86_64-2.7/octavia/common/jinja/templates 2016-12-06 12:16:48.044 | copying octavia/common/jinja/templates/__init__.py -> build/lib.linux-x86_64-2.7/octavia/common/jinja/templates 2016-12-06 12:16:48.044 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server 2016-12-06 12:16:48.044 | copying octavia/tests/unit/amphorae/backends/agent/api_server/test_utils.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server 2016-12-06 12:16:48.044 | copying octavia/tests/unit/amphorae/backends/agent/api_server/test_plug.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server 2016-12-06 12:16:48.044 | copying octavia/tests/unit/amphorae/backends/agent/api_server/test_listener.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server 2016-12-06 12:16:48.044 | copying octavia/tests/unit/amphorae/backends/agent/api_server/test_keepalived.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server 2016-12-06 12:16:48.045 | copying octavia/tests/unit/amphorae/backends/agent/api_server/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server 2016-12-06 12:16:48.045 | copying octavia/tests/tempest/v1/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1 2016-12-06 12:16:48.045 | creating build/lib.linux-x86_64-2.7/octavia/certificates/common/auth 2016-12-06 12:16:48.045 | copying octavia/certificates/common/auth/barbican_acl.py -> build/lib.linux-x86_64-2.7/octavia/certificates/common/auth 2016-12-06 12:16:48.045 | copying octavia/certificates/common/auth/__init__.py -> build/lib.linux-x86_64-2.7/octavia/certificates/common/auth 2016-12-06 12:16:48.045 | copying octavia/network/drivers/__init__.py -> build/lib.linux-x86_64-2.7/octavia/network/drivers 2016-12-06 12:16:48.046 | copying octavia/controller/__init__.py -> build/lib.linux-x86_64-2.7/octavia/controller 2016-12-06 12:16:48.046 | copying octavia/amphorae/backends/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends 2016-12-06 12:16:48.046 | copying octavia/amphorae/backends/agent/agent_jinja_cfg.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent 2016-12-06 12:16:48.046 | copying octavia/amphorae/backends/agent/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent 2016-12-06 12:16:48.046 | copying octavia/tests/functional/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional 2016-12-06 12:16:48.046 | creating build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1 2016-12-06 12:16:48.047 | copying octavia/tests/functional/api/v1/test_pool.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1 2016-12-06 12:16:48.047 | copying octavia/tests/functional/api/v1/test_member.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1 2016-12-06 12:16:48.047 | copying octavia/tests/functional/api/v1/test_load_balancer_statistics.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1 2016-12-06 12:16:48.047 | copying octavia/tests/functional/api/v1/test_load_balancer.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1 2016-12-06 12:16:48.047 | copying octavia/tests/functional/api/v1/test_listener_statistics.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1 2016-12-06 12:16:48.047 | copying octavia/tests/functional/api/v1/test_listener.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1 2016-12-06 12:16:48.047 | copying octavia/tests/functional/api/v1/test_l7rule.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1 2016-12-06 12:16:48.048 | copying octavia/tests/functional/api/v1/test_l7policy.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1 2016-12-06 12:16:48.048 | copying octavia/tests/functional/api/v1/test_health_monitor.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1 2016-12-06 12:16:48.048 | copying octavia/tests/functional/api/v1/base.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1 2016-12-06 12:16:48.048 | copying octavia/tests/functional/api/v1/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1 2016-12-06 12:16:48.048 | creating build/lib.linux-x86_64-2.7/octavia/cmd 2016-12-06 12:16:48.048 | copying octavia/cmd/octavia_worker.py -> build/lib.linux-x86_64-2.7/octavia/cmd 2016-12-06 12:16:48.048 | copying octavia/cmd/house_keeping.py -> build/lib.linux-x86_64-2.7/octavia/cmd 2016-12-06 12:16:48.048 | copying octavia/cmd/health_manager.py -> build/lib.linux-x86_64-2.7/octavia/cmd 2016-12-06 12:16:48.049 | copying octavia/cmd/haproxy_vrrp_check.py -> build/lib.linux-x86_64-2.7/octavia/cmd 2016-12-06 12:16:48.049 | copying octavia/cmd/api.py -> build/lib.linux-x86_64-2.7/octavia/cmd 2016-12-06 12:16:48.049 | copying octavia/cmd/agent.py -> build/lib.linux-x86_64-2.7/octavia/cmd 2016-12-06 12:16:48.049 | copying octavia/cmd/__init__.py -> build/lib.linux-x86_64-2.7/octavia/cmd 2016-12-06 12:16:48.049 | copying octavia/common/jinja/haproxy/jinja_cfg.py -> build/lib.linux-x86_64-2.7/octavia/common/jinja/haproxy 2016-12-06 12:16:48.049 | copying octavia/common/jinja/haproxy/__init__.py -> build/lib.linux-x86_64-2.7/octavia/common/jinja/haproxy 2016-12-06 12:16:48.050 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.050 | copying octavia/tests/unit/controller/worker/tasks/test_network_tasks.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.050 | copying octavia/tests/unit/controller/worker/tasks/test_model_tasks.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.050 | copying octavia/tests/unit/controller/worker/tasks/test_lifecycle_tasks.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.050 | copying octavia/tests/unit/controller/worker/tasks/test_database_tasks.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.050 | copying octavia/tests/unit/controller/worker/tasks/test_controller_tasks.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.050 | copying octavia/tests/unit/controller/worker/tasks/test_compute_tasks.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.050 | copying octavia/tests/unit/controller/worker/tasks/test_cert_task.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.051 | copying octavia/tests/unit/controller/worker/tasks/test_amphora_driver_tasks.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.051 | copying octavia/tests/unit/controller/worker/tasks/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.051 | copying octavia/api/root_controller.py -> build/lib.linux-x86_64-2.7/octavia/api 2016-12-06 12:16:48.051 | copying octavia/api/config.py -> build/lib.linux-x86_64-2.7/octavia/api 2016-12-06 12:16:48.051 | copying octavia/api/app.py -> build/lib.linux-x86_64-2.7/octavia/api 2016-12-06 12:16:48.051 | copying octavia/api/__init__.py -> build/lib.linux-x86_64-2.7/octavia/api 2016-12-06 12:16:48.051 | copying octavia/tests/unit/common/jinja/test_user_data_jinja_cfg.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common/jinja 2016-12-06 12:16:48.052 | copying octavia/tests/unit/common/jinja/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common/jinja 2016-12-06 12:16:48.052 | copying octavia/amphorae/__init__.py -> build/lib.linux-x86_64-2.7/octavia/amphorae 2016-12-06 12:16:48.052 | creating build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron 2016-12-06 12:16:48.052 | copying octavia/network/drivers/neutron/utils.py -> build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron 2016-12-06 12:16:48.052 | copying octavia/network/drivers/neutron/base.py -> build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron 2016-12-06 12:16:48.052 | copying octavia/network/drivers/neutron/allowed_address_pairs.py -> build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron 2016-12-06 12:16:48.052 | copying octavia/network/drivers/neutron/__init__.py -> build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron 2016-12-06 12:16:48.053 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/common/sample_configs 2016-12-06 12:16:48.053 | copying octavia/tests/unit/common/sample_configs/sample_configs.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common/sample_configs 2016-12-06 12:16:48.053 | copying octavia/tests/unit/common/sample_configs/sample_certs.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common/sample_configs 2016-12-06 12:16:48.053 | copying octavia/tests/unit/common/sample_configs/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/common/sample_configs 2016-12-06 12:16:48.053 | creating build/lib.linux-x86_64-2.7/octavia/certificates/manager 2016-12-06 12:16:48.053 | copying octavia/certificates/manager/cert_mgr.py -> build/lib.linux-x86_64-2.7/octavia/certificates/manager 2016-12-06 12:16:48.053 | copying octavia/certificates/manager/barbican.py -> build/lib.linux-x86_64-2.7/octavia/certificates/manager 2016-12-06 12:16:48.053 | copying octavia/certificates/manager/__init__.py -> build/lib.linux-x86_64-2.7/octavia/certificates/manager 2016-12-06 12:16:48.054 | creating build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator 2016-12-06 12:16:48.054 | copying octavia/tests/unit/certificates/generator/test_local.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator 2016-12-06 12:16:48.054 | copying octavia/tests/unit/certificates/generator/test_anchor.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator 2016-12-06 12:16:48.054 | copying octavia/tests/unit/certificates/generator/local_csr.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator 2016-12-06 12:16:48.054 | copying octavia/tests/unit/certificates/generator/__init__.py -> build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator 2016-12-06 12:16:48.055 | running egg_info 2016-12-06 12:16:48.056 | creating octavia.egg-info 2016-12-06 12:16:48.056 | writing requirements to octavia.egg-info/requires.txt 2016-12-06 12:16:48.056 | writing octavia.egg-info/PKG-INFO 2016-12-06 12:16:48.056 | writing top-level names to octavia.egg-info/top_level.txt 2016-12-06 12:16:48.056 | writing dependency_links to octavia.egg-info/dependency_links.txt 2016-12-06 12:16:48.068 | writing entry points to octavia.egg-info/entry_points.txt 2016-12-06 12:16:48.087 | writing pbr to octavia.egg-info/pbr.json 2016-12-06 12:16:48.088 | [pbr] Processing SOURCES.txt 2016-12-06 12:16:48.088 | writing manifest file 'octavia.egg-info/SOURCES.txt' 2016-12-06 12:16:48.105 | [pbr] In git context, generating filelist from git 2016-12-06 12:16:48.116 | warning: no previously-included files matching '*.pyc' found anywhere in distribution 2016-12-06 12:16:48.154 | reading manifest template 'MANIFEST.in' 2016-12-06 12:16:48.164 | writing manifest file 'octavia.egg-info/SOURCES.txt' 2016-12-06 12:16:48.172 | copying octavia/db/migration/alembic.ini -> build/lib.linux-x86_64-2.7/octavia/db/migration 2016-12-06 12:16:48.172 | creating build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations 2016-12-06 12:16:48.172 | copying octavia/db/migration/alembic_migrations/README.rst -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations 2016-12-06 12:16:48.172 | copying octavia/db/migration/alembic_migrations/env.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations 2016-12-06 12:16:48.172 | copying octavia/db/migration/alembic_migrations/script.py.mako -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations 2016-12-06 12:16:48.172 | creating build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.172 | copying octavia/db/migration/alembic_migrations/versions/13500e2e978d_update_url_and_name_size.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.173 | copying octavia/db/migration/alembic_migrations/versions/14892634e228_update_vip.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.173 | copying octavia/db/migration/alembic_migrations/versions/186509101b9b_add_server_group_id_to_loadbalancer.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.173 | copying octavia/db/migration/alembic_migrations/versions/1e4c1d83044c_keepalived_configuration_datamodel.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.173 | copying octavia/db/migration/alembic_migrations/versions/2351ea316465_adding_terminate_https_tls_ref_support.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.173 | copying octavia/db/migration/alembic_migrations/versions/256852d5ff7c_add_lb_network_ip_to_amphora.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.173 | copying octavia/db/migration/alembic_migrations/versions/298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.174 | copying octavia/db/migration/alembic_migrations/versions/29ff921a6eb_shared_pools.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.174 | copying octavia/db/migration/alembic_migrations/versions/357d17a6d5ac_update_lb_and_amphora_data_model_for_.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.174 | copying octavia/db/migration/alembic_migrations/versions/35dee79d5865_initial_create.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.174 | copying octavia/db/migration/alembic_migrations/versions/36b94648fef8_add_timestamp.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.174 | copying octavia/db/migration/alembic_migrations/versions/3a1e1cdb7b27_rename_amphora_host_id.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.174 | copying octavia/db/migration/alembic_migrations/versions/3b199c848b96_create_no_monitor_operational_status.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.174 | copying octavia/db/migration/alembic_migrations/versions/3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.175 | copying octavia/db/migration/alembic_migrations/versions/43287cd10fef_make_pool_lb_algorithm_larger.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.175 | copying octavia/db/migration/alembic_migrations/versions/458c9ee2a011_l7_policies_and_rules.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.175 | copying octavia/db/migration/alembic_migrations/versions/48660b6643f0_add_new_states_for_amphora.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.175 | copying octavia/db/migration/alembic_migrations/versions/4a6ec0ab7284_remove_fk_constraints_on_listener_.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.175 | copying octavia/db/migration/alembic_migrations/versions/4c094013699a_update_load_balancer_amphora.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.175 | copying octavia/db/migration/alembic_migrations/versions/4d9cf7d32f2_insert_headers.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.175 | copying octavia/db/migration/alembic_migrations/versions/4faaa983e7a9_update_member_address_column.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.176 | copying octavia/db/migration/alembic_migrations/versions/4fe8240425b4_update_vip_add_subnet_id.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.176 | copying octavia/db/migration/alembic_migrations/versions/543f5d8e4e56_add_a_column_busy_in_table_amphora_health.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.176 | copying octavia/db/migration/alembic_migrations/versions/5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.176 | copying octavia/db/migration/alembic_migrations/versions/62816c232310_fix_migration_for_mysql_5_7.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.176 | copying octavia/db/migration/alembic_migrations/versions/6abb04f24c5_tenant_id_to_project_id.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.176 | copying octavia/db/migration/alembic_migrations/versions/82b9402e71fd_update_vip_address_size.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.177 | copying octavia/db/migration/alembic_migrations/versions/8c0851bdf6c3_change_tls_container_id_length_in_sni_.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.177 | copying octavia/db/migration/alembic_migrations/versions/92fe9857279_create_healthmanager_table.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.177 | copying octavia/db/migration/alembic_migrations/versions/9b5473976d6d_add_provisioning_status_to_objects.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.177 | copying octavia/db/migration/alembic_migrations/versions/9bf4d21caaea_adding_amphora_id_to_listener_.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.177 | copying octavia/db/migration/alembic_migrations/versions/c11292016060_add_request_errors_for_stats.py -> build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.177 | copying octavia/common/jinja/haproxy/templates/base.j2 -> build/lib.linux-x86_64-2.7/octavia/common/jinja/haproxy/templates 2016-12-06 12:16:48.177 | copying octavia/common/jinja/haproxy/templates/haproxy.cfg.j2 -> build/lib.linux-x86_64-2.7/octavia/common/jinja/haproxy/templates 2016-12-06 12:16:48.178 | copying octavia/common/jinja/haproxy/templates/macros.j2 -> build/lib.linux-x86_64-2.7/octavia/common/jinja/haproxy/templates 2016-12-06 12:16:48.178 | copying octavia/amphorae/drivers/keepalived/jinja/templates/keepalived_base.template -> build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja/templates 2016-12-06 12:16:48.178 | creating build/lib.linux-x86_64-2.7/octavia/tests/contrib 2016-12-06 12:16:48.178 | copying octavia/tests/contrib/decode_args.sh -> build/lib.linux-x86_64-2.7/octavia/tests/contrib 2016-12-06 12:16:48.178 | copying octavia/tests/contrib/deploy_c10k_test.sh -> build/lib.linux-x86_64-2.7/octavia/tests/contrib 2016-12-06 12:16:48.178 | copying octavia/tests/contrib/gate_hook.sh -> build/lib.linux-x86_64-2.7/octavia/tests/contrib 2016-12-06 12:16:48.178 | copying octavia/tests/contrib/httpd.go -> build/lib.linux-x86_64-2.7/octavia/tests/contrib 2016-12-06 12:16:48.179 | copying octavia/tests/contrib/post_test_hook.sh -> build/lib.linux-x86_64-2.7/octavia/tests/contrib 2016-12-06 12:16:48.179 | copying octavia/tests/tempest/README.rst -> build/lib.linux-x86_64-2.7/octavia/tests/tempest 2016-12-06 12:16:48.179 | copying octavia/amphorae/backends/agent/templates/amphora_agent_conf.template -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/templates 2016-12-06 12:16:48.179 | creating build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.179 | copying octavia/amphorae/backends/agent/api_server/templates/keepalived.systemd.j2 -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.179 | copying octavia/amphorae/backends/agent/api_server/templates/keepalived.sysvinit.j2 -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.179 | copying octavia/amphorae/backends/agent/api_server/templates/keepalived.upstart.j2 -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.180 | copying octavia/amphorae/backends/agent/api_server/templates/keepalived_check_script.conf.j2 -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.180 | copying octavia/amphorae/backends/agent/api_server/templates/plug_port_ethX.conf.j2 -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.180 | copying octavia/amphorae/backends/agent/api_server/templates/plug_vip_ethX.conf.j2 -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.180 | copying octavia/amphorae/backends/agent/api_server/templates/systemd.conf.j2 -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.180 | copying octavia/amphorae/backends/agent/api_server/templates/sysvinit.conf.j2 -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.180 | copying octavia/amphorae/backends/agent/api_server/templates/upstart.conf.j2 -> build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.180 | copying octavia/common/jinja/templates/user_data_config_drive.template -> build/lib.linux-x86_64-2.7/octavia/common/jinja/templates 2016-12-06 12:16:48.191 | running install_lib 2016-12-06 12:16:48.191 | creating /usr/local/lib/python2.7/dist-packages/octavia 2016-12-06 12:16:48.191 | creating /usr/local/lib/python2.7/dist-packages/octavia/cmd 2016-12-06 12:16:48.191 | copying build/lib.linux-x86_64-2.7/octavia/cmd/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/cmd 2016-12-06 12:16:48.191 | copying build/lib.linux-x86_64-2.7/octavia/cmd/agent.py -> /usr/local/lib/python2.7/dist-packages/octavia/cmd 2016-12-06 12:16:48.191 | copying build/lib.linux-x86_64-2.7/octavia/cmd/api.py -> /usr/local/lib/python2.7/dist-packages/octavia/cmd 2016-12-06 12:16:48.192 | copying build/lib.linux-x86_64-2.7/octavia/cmd/haproxy_vrrp_check.py -> /usr/local/lib/python2.7/dist-packages/octavia/cmd 2016-12-06 12:16:48.192 | copying build/lib.linux-x86_64-2.7/octavia/cmd/health_manager.py -> /usr/local/lib/python2.7/dist-packages/octavia/cmd 2016-12-06 12:16:48.192 | copying build/lib.linux-x86_64-2.7/octavia/cmd/house_keeping.py -> /usr/local/lib/python2.7/dist-packages/octavia/cmd 2016-12-06 12:16:48.192 | copying build/lib.linux-x86_64-2.7/octavia/cmd/octavia_worker.py -> /usr/local/lib/python2.7/dist-packages/octavia/cmd 2016-12-06 12:16:48.192 | creating /usr/local/lib/python2.7/dist-packages/octavia/compute 2016-12-06 12:16:48.192 | copying build/lib.linux-x86_64-2.7/octavia/compute/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/compute 2016-12-06 12:16:48.192 | copying build/lib.linux-x86_64-2.7/octavia/compute/compute_base.py -> /usr/local/lib/python2.7/dist-packages/octavia/compute 2016-12-06 12:16:48.192 | creating /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers 2016-12-06 12:16:48.192 | creating /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers/noop_driver 2016-12-06 12:16:48.192 | copying build/lib.linux-x86_64-2.7/octavia/compute/drivers/noop_driver/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers/noop_driver 2016-12-06 12:16:48.192 | copying build/lib.linux-x86_64-2.7/octavia/compute/drivers/noop_driver/driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers/noop_driver 2016-12-06 12:16:48.193 | copying build/lib.linux-x86_64-2.7/octavia/compute/drivers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers 2016-12-06 12:16:48.193 | copying build/lib.linux-x86_64-2.7/octavia/compute/drivers/nova_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers 2016-12-06 12:16:48.193 | creating /usr/local/lib/python2.7/dist-packages/octavia/db 2016-12-06 12:16:48.193 | copying build/lib.linux-x86_64-2.7/octavia/db/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/db 2016-12-06 12:16:48.193 | copying build/lib.linux-x86_64-2.7/octavia/db/api.py -> /usr/local/lib/python2.7/dist-packages/octavia/db 2016-12-06 12:16:48.193 | copying build/lib.linux-x86_64-2.7/octavia/db/base_models.py -> /usr/local/lib/python2.7/dist-packages/octavia/db 2016-12-06 12:16:48.193 | copying build/lib.linux-x86_64-2.7/octavia/db/models.py -> /usr/local/lib/python2.7/dist-packages/octavia/db 2016-12-06 12:16:48.193 | copying build/lib.linux-x86_64-2.7/octavia/db/prepare.py -> /usr/local/lib/python2.7/dist-packages/octavia/db 2016-12-06 12:16:48.193 | copying build/lib.linux-x86_64-2.7/octavia/db/repositories.py -> /usr/local/lib/python2.7/dist-packages/octavia/db 2016-12-06 12:16:48.194 | creating /usr/local/lib/python2.7/dist-packages/octavia/db/migration 2016-12-06 12:16:48.194 | creating /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations 2016-12-06 12:16:48.194 | creating /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.194 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/c11292016060_add_request_errors_for_stats.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.194 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/9bf4d21caaea_adding_amphora_id_to_listener_.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.194 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/9b5473976d6d_add_provisioning_status_to_objects.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.194 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/92fe9857279_create_healthmanager_table.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.194 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/8c0851bdf6c3_change_tls_container_id_length_in_sni_.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.194 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/82b9402e71fd_update_vip_address_size.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.194 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/6abb04f24c5_tenant_id_to_project_id.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.195 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/62816c232310_fix_migration_for_mysql_5_7.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.195 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.195 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/543f5d8e4e56_add_a_column_busy_in_table_amphora_health.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.195 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/4fe8240425b4_update_vip_add_subnet_id.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.195 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/4faaa983e7a9_update_member_address_column.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.195 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/4d9cf7d32f2_insert_headers.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.195 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/4c094013699a_update_load_balancer_amphora.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.195 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/4a6ec0ab7284_remove_fk_constraints_on_listener_.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.195 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/48660b6643f0_add_new_states_for_amphora.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.195 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/458c9ee2a011_l7_policies_and_rules.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.195 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/43287cd10fef_make_pool_lb_algorithm_larger.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.196 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.196 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/3b199c848b96_create_no_monitor_operational_status.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.196 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/3a1e1cdb7b27_rename_amphora_host_id.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.196 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/36b94648fef8_add_timestamp.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.196 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/35dee79d5865_initial_create.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.196 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/357d17a6d5ac_update_lb_and_amphora_data_model_for_.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.196 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/29ff921a6eb_shared_pools.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.196 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.196 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/256852d5ff7c_add_lb_network_ip_to_amphora.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.196 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/2351ea316465_adding_terminate_https_tls_ref_support.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.197 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/1e4c1d83044c_keepalived_configuration_datamodel.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.197 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/186509101b9b_add_server_group_id_to_loadbalancer.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.197 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/14892634e228_update_vip.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.197 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/versions/13500e2e978d_update_url_and_name_size.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions 2016-12-06 12:16:48.197 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/script.py.mako -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations 2016-12-06 12:16:48.197 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/env.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations 2016-12-06 12:16:48.197 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic_migrations/README.rst -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations 2016-12-06 12:16:48.197 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/alembic.ini -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration 2016-12-06 12:16:48.197 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration 2016-12-06 12:16:48.197 | copying build/lib.linux-x86_64-2.7/octavia/db/migration/cli.py -> /usr/local/lib/python2.7/dist-packages/octavia/db/migration 2016-12-06 12:16:48.198 | creating /usr/local/lib/python2.7/dist-packages/octavia/hacking 2016-12-06 12:16:48.198 | copying build/lib.linux-x86_64-2.7/octavia/hacking/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/hacking 2016-12-06 12:16:48.198 | copying build/lib.linux-x86_64-2.7/octavia/hacking/checks.py -> /usr/local/lib/python2.7/dist-packages/octavia/hacking 2016-12-06 12:16:48.198 | creating /usr/local/lib/python2.7/dist-packages/octavia/api 2016-12-06 12:16:48.198 | copying build/lib.linux-x86_64-2.7/octavia/api/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/api 2016-12-06 12:16:48.198 | copying build/lib.linux-x86_64-2.7/octavia/api/app.py -> /usr/local/lib/python2.7/dist-packages/octavia/api 2016-12-06 12:16:48.198 | copying build/lib.linux-x86_64-2.7/octavia/api/config.py -> /usr/local/lib/python2.7/dist-packages/octavia/api 2016-12-06 12:16:48.198 | copying build/lib.linux-x86_64-2.7/octavia/api/root_controller.py -> /usr/local/lib/python2.7/dist-packages/octavia/api 2016-12-06 12:16:48.198 | creating /usr/local/lib/python2.7/dist-packages/octavia/api/v1 2016-12-06 12:16:48.198 | creating /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types 2016-12-06 12:16:48.198 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types 2016-12-06 12:16:48.199 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types 2016-12-06 12:16:48.199 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/health_monitor.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types 2016-12-06 12:16:48.199 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/l7policy.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types 2016-12-06 12:16:48.199 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/l7rule.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types 2016-12-06 12:16:48.199 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/listener.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types 2016-12-06 12:16:48.199 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/listener_statistics.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types 2016-12-06 12:16:48.199 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/load_balancer.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types 2016-12-06 12:16:48.199 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/load_balancer_statistics.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types 2016-12-06 12:16:48.199 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/member.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types 2016-12-06 12:16:48.200 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/types/pool.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types 2016-12-06 12:16:48.200 | creating /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers 2016-12-06 12:16:48.200 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers 2016-12-06 12:16:48.200 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers 2016-12-06 12:16:48.200 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/health_monitor.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers 2016-12-06 12:16:48.200 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/l7policy.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers 2016-12-06 12:16:48.200 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/l7rule.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers 2016-12-06 12:16:48.200 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/listener.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers 2016-12-06 12:16:48.200 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/listener_statistics.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers 2016-12-06 12:16:48.200 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/load_balancer.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers 2016-12-06 12:16:48.201 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/load_balancer_statistics.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers 2016-12-06 12:16:48.201 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/member.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers 2016-12-06 12:16:48.201 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/controllers/pool.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers 2016-12-06 12:16:48.201 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1 2016-12-06 12:16:48.201 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/hooks.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1 2016-12-06 12:16:48.201 | creating /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers 2016-12-06 12:16:48.201 | creating /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/controller_simulator 2016-12-06 12:16:48.201 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/controller_simulator/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/controller_simulator 2016-12-06 12:16:48.201 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/controller_simulator/handler.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/controller_simulator 2016-12-06 12:16:48.202 | creating /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/queue 2016-12-06 12:16:48.202 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/queue/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/queue 2016-12-06 12:16:48.202 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/queue/producer.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/queue 2016-12-06 12:16:48.202 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers 2016-12-06 12:16:48.202 | copying build/lib.linux-x86_64-2.7/octavia/api/v1/handlers/abstract_handler.py -> /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers 2016-12-06 12:16:48.202 | creating /usr/local/lib/python2.7/dist-packages/octavia/certificates 2016-12-06 12:16:48.202 | creating /usr/local/lib/python2.7/dist-packages/octavia/certificates/manager 2016-12-06 12:16:48.202 | copying build/lib.linux-x86_64-2.7/octavia/certificates/manager/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/manager 2016-12-06 12:16:48.202 | copying build/lib.linux-x86_64-2.7/octavia/certificates/manager/barbican.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/manager 2016-12-06 12:16:48.202 | copying build/lib.linux-x86_64-2.7/octavia/certificates/manager/cert_mgr.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/manager 2016-12-06 12:16:48.202 | creating /usr/local/lib/python2.7/dist-packages/octavia/certificates/common 2016-12-06 12:16:48.203 | creating /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/auth 2016-12-06 12:16:48.203 | copying build/lib.linux-x86_64-2.7/octavia/certificates/common/auth/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/auth 2016-12-06 12:16:48.203 | copying build/lib.linux-x86_64-2.7/octavia/certificates/common/auth/barbican_acl.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/auth 2016-12-06 12:16:48.203 | copying build/lib.linux-x86_64-2.7/octavia/certificates/common/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/common 2016-12-06 12:16:48.203 | copying build/lib.linux-x86_64-2.7/octavia/certificates/common/barbican.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/common 2016-12-06 12:16:48.203 | copying build/lib.linux-x86_64-2.7/octavia/certificates/common/cert.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/common 2016-12-06 12:16:48.203 | copying build/lib.linux-x86_64-2.7/octavia/certificates/common/local.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/common 2016-12-06 12:16:48.203 | creating /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator 2016-12-06 12:16:48.203 | copying build/lib.linux-x86_64-2.7/octavia/certificates/generator/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator 2016-12-06 12:16:48.203 | copying build/lib.linux-x86_64-2.7/octavia/certificates/generator/anchor.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator 2016-12-06 12:16:48.203 | copying build/lib.linux-x86_64-2.7/octavia/certificates/generator/cert_gen.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator 2016-12-06 12:16:48.204 | copying build/lib.linux-x86_64-2.7/octavia/certificates/generator/local.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator 2016-12-06 12:16:48.204 | copying build/lib.linux-x86_64-2.7/octavia/certificates/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/certificates 2016-12-06 12:16:48.204 | copying build/lib.linux-x86_64-2.7/octavia/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia 2016-12-06 12:16:48.204 | copying build/lib.linux-x86_64-2.7/octavia/i18n.py -> /usr/local/lib/python2.7/dist-packages/octavia 2016-12-06 12:16:48.204 | copying build/lib.linux-x86_64-2.7/octavia/opts.py -> /usr/local/lib/python2.7/dist-packages/octavia 2016-12-06 12:16:48.204 | copying build/lib.linux-x86_64-2.7/octavia/version.py -> /usr/local/lib/python2.7/dist-packages/octavia 2016-12-06 12:16:48.204 | creating /usr/local/lib/python2.7/dist-packages/octavia/network 2016-12-06 12:16:48.204 | copying build/lib.linux-x86_64-2.7/octavia/network/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/network 2016-12-06 12:16:48.204 | copying build/lib.linux-x86_64-2.7/octavia/network/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/network 2016-12-06 12:16:48.204 | copying build/lib.linux-x86_64-2.7/octavia/network/data_models.py -> /usr/local/lib/python2.7/dist-packages/octavia/network 2016-12-06 12:16:48.205 | creating /usr/local/lib/python2.7/dist-packages/octavia/network/drivers 2016-12-06 12:16:48.205 | creating /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron 2016-12-06 12:16:48.205 | copying build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron 2016-12-06 12:16:48.205 | copying build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron/allowed_address_pairs.py -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron 2016-12-06 12:16:48.205 | copying build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron 2016-12-06 12:16:48.205 | copying build/lib.linux-x86_64-2.7/octavia/network/drivers/neutron/utils.py -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron 2016-12-06 12:16:48.205 | copying build/lib.linux-x86_64-2.7/octavia/network/drivers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers 2016-12-06 12:16:48.205 | creating /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/noop_driver 2016-12-06 12:16:48.205 | copying build/lib.linux-x86_64-2.7/octavia/network/drivers/noop_driver/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/noop_driver 2016-12-06 12:16:48.205 | copying build/lib.linux-x86_64-2.7/octavia/network/drivers/noop_driver/driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/noop_driver 2016-12-06 12:16:48.205 | creating /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/nova-network 2016-12-06 12:16:48.206 | copying build/lib.linux-x86_64-2.7/octavia/network/drivers/nova-network/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/nova-network 2016-12-06 12:16:48.206 | creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae 2016-12-06 12:16:48.206 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae 2016-12-06 12:16:48.206 | creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/driver_exceptions 2016-12-06 12:16:48.206 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/driver_exceptions/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/driver_exceptions 2016-12-06 12:16:48.206 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/driver_exceptions/exceptions.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/driver_exceptions 2016-12-06 12:16:48.206 | creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends 2016-12-06 12:16:48.206 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends 2016-12-06 12:16:48.206 | creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent 2016-12-06 12:16:48.206 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent 2016-12-06 12:16:48.206 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/agent_jinja_cfg.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent 2016-12-06 12:16:48.206 | creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.207 | creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.207 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates/upstart.conf.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.207 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates/sysvinit.conf.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.207 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates/systemd.conf.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.207 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates/plug_vip_ethX.conf.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.207 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates/plug_port_ethX.conf.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.207 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates/keepalived_check_script.conf.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.207 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates/keepalived.upstart.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.207 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates/keepalived.sysvinit.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.207 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/templates/keepalived.systemd.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/templates 2016-12-06 12:16:48.207 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.208 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/amphora_info.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.208 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/certificate_update.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.208 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/keepalived.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.208 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/listener.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.208 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/plug.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.208 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/server.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.208 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/api_server/util.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server 2016-12-06 12:16:48.208 | creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/templates 2016-12-06 12:16:48.208 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/templates/amphora_agent_conf.template -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/templates 2016-12-06 12:16:48.208 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/agent/templates/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/templates 2016-12-06 12:16:48.209 | creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/utils 2016-12-06 12:16:48.209 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/utils/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/utils 2016-12-06 12:16:48.209 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/utils/haproxy_query.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/utils 2016-12-06 12:16:48.209 | creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon 2016-12-06 12:16:48.209 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon 2016-12-06 12:16:48.209 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon/health_daemon.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon 2016-12-06 12:16:48.209 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon/health_sender.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon 2016-12-06 12:16:48.209 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/backends/health_daemon/status_message.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon 2016-12-06 12:16:48.209 | creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers 2016-12-06 12:16:48.209 | creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/health 2016-12-06 12:16:48.209 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/health/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/health 2016-12-06 12:16:48.210 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/health/heartbeat_udp.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/health 2016-12-06 12:16:48.210 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers 2016-12-06 12:16:48.210 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/driver_base.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers 2016-12-06 12:16:48.210 | creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived 2016-12-06 12:16:48.210 | creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja 2016-12-06 12:16:48.210 | creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja/templates 2016-12-06 12:16:48.210 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja/templates/keepalived_base.template -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja/templates 2016-12-06 12:16:48.210 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja/templates/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja/templates 2016-12-06 12:16:48.210 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja 2016-12-06 12:16:48.210 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/jinja/jinja_cfg.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja 2016-12-06 12:16:48.210 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived 2016-12-06 12:16:48.211 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/keepalived/vrrp_rest_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived 2016-12-06 12:16:48.211 | creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/noop_driver 2016-12-06 12:16:48.211 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/noop_driver/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/noop_driver 2016-12-06 12:16:48.211 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/noop_driver/driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/noop_driver 2016-12-06 12:16:48.211 | creating /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy 2016-12-06 12:16:48.211 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy 2016-12-06 12:16:48.211 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/data_models.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy 2016-12-06 12:16:48.211 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/exceptions.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy 2016-12-06 12:16:48.211 | copying build/lib.linux-x86_64-2.7/octavia/amphorae/drivers/haproxy/rest_api_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy 2016-12-06 12:16:48.211 | creating /usr/local/lib/python2.7/dist-packages/octavia/common 2016-12-06 12:16:48.211 | creating /usr/local/lib/python2.7/dist-packages/octavia/common/tls_utils 2016-12-06 12:16:48.211 | copying build/lib.linux-x86_64-2.7/octavia/common/tls_utils/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/common/tls_utils 2016-12-06 12:16:48.212 | copying build/lib.linux-x86_64-2.7/octavia/common/tls_utils/cert_parser.py -> /usr/local/lib/python2.7/dist-packages/octavia/common/tls_utils 2016-12-06 12:16:48.212 | creating /usr/local/lib/python2.7/dist-packages/octavia/common/jinja 2016-12-06 12:16:48.212 | creating /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/templates 2016-12-06 12:16:48.212 | copying build/lib.linux-x86_64-2.7/octavia/common/jinja/templates/user_data_config_drive.template -> /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/templates 2016-12-06 12:16:48.212 | copying build/lib.linux-x86_64-2.7/octavia/common/jinja/templates/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/templates 2016-12-06 12:16:48.212 | copying build/lib.linux-x86_64-2.7/octavia/common/jinja/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/common/jinja 2016-12-06 12:16:48.212 | copying build/lib.linux-x86_64-2.7/octavia/common/jinja/user_data_jinja_cfg.py -> /usr/local/lib/python2.7/dist-packages/octavia/common/jinja 2016-12-06 12:16:48.212 | creating /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/haproxy 2016-12-06 12:16:48.212 | copying build/lib.linux-x86_64-2.7/octavia/common/jinja/haproxy/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/haproxy 2016-12-06 12:16:48.212 | copying build/lib.linux-x86_64-2.7/octavia/common/jinja/haproxy/jinja_cfg.py -> /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/haproxy 2016-12-06 12:16:48.212 | creating /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/haproxy/templates 2016-12-06 12:16:48.213 | copying build/lib.linux-x86_64-2.7/octavia/common/jinja/haproxy/templates/macros.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/haproxy/templates 2016-12-06 12:16:48.213 | copying build/lib.linux-x86_64-2.7/octavia/common/jinja/haproxy/templates/haproxy.cfg.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/haproxy/templates 2016-12-06 12:16:48.213 | copying build/lib.linux-x86_64-2.7/octavia/common/jinja/haproxy/templates/base.j2 -> /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/haproxy/templates 2016-12-06 12:16:48.213 | copying build/lib.linux-x86_64-2.7/octavia/common/jinja/haproxy/templates/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/haproxy/templates 2016-12-06 12:16:48.213 | copying build/lib.linux-x86_64-2.7/octavia/common/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/common 2016-12-06 12:16:48.213 | copying build/lib.linux-x86_64-2.7/octavia/common/base_taskflow.py -> /usr/local/lib/python2.7/dist-packages/octavia/common 2016-12-06 12:16:48.213 | copying build/lib.linux-x86_64-2.7/octavia/common/clients.py -> /usr/local/lib/python2.7/dist-packages/octavia/common 2016-12-06 12:16:48.213 | copying build/lib.linux-x86_64-2.7/octavia/common/config.py -> /usr/local/lib/python2.7/dist-packages/octavia/common 2016-12-06 12:16:48.213 | copying build/lib.linux-x86_64-2.7/octavia/common/constants.py -> /usr/local/lib/python2.7/dist-packages/octavia/common 2016-12-06 12:16:48.213 | copying build/lib.linux-x86_64-2.7/octavia/common/context.py -> /usr/local/lib/python2.7/dist-packages/octavia/common 2016-12-06 12:16:48.213 | copying build/lib.linux-x86_64-2.7/octavia/common/data_models.py -> /usr/local/lib/python2.7/dist-packages/octavia/common 2016-12-06 12:16:48.214 | copying build/lib.linux-x86_64-2.7/octavia/common/exceptions.py -> /usr/local/lib/python2.7/dist-packages/octavia/common 2016-12-06 12:16:48.214 | copying build/lib.linux-x86_64-2.7/octavia/common/keystone.py -> /usr/local/lib/python2.7/dist-packages/octavia/common 2016-12-06 12:16:48.214 | copying build/lib.linux-x86_64-2.7/octavia/common/service.py -> /usr/local/lib/python2.7/dist-packages/octavia/common 2016-12-06 12:16:48.214 | copying build/lib.linux-x86_64-2.7/octavia/common/stats.py -> /usr/local/lib/python2.7/dist-packages/octavia/common 2016-12-06 12:16:48.214 | copying build/lib.linux-x86_64-2.7/octavia/common/utils.py -> /usr/local/lib/python2.7/dist-packages/octavia/common 2016-12-06 12:16:48.214 | copying build/lib.linux-x86_64-2.7/octavia/common/validate.py -> /usr/local/lib/python2.7/dist-packages/octavia/common 2016-12-06 12:16:48.214 | creating /usr/local/lib/python2.7/dist-packages/octavia/controller 2016-12-06 12:16:48.214 | copying build/lib.linux-x86_64-2.7/octavia/controller/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller 2016-12-06 12:16:48.214 | creating /usr/local/lib/python2.7/dist-packages/octavia/controller/queue 2016-12-06 12:16:48.214 | copying build/lib.linux-x86_64-2.7/octavia/controller/queue/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/queue 2016-12-06 12:16:48.214 | copying build/lib.linux-x86_64-2.7/octavia/controller/queue/consumer.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/queue 2016-12-06 12:16:48.215 | copying build/lib.linux-x86_64-2.7/octavia/controller/queue/endpoint.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/queue 2016-12-06 12:16:48.215 | copying build/lib.linux-x86_64-2.7/octavia/controller/queue/event_queue.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/queue 2016-12-06 12:16:48.215 | creating /usr/local/lib/python2.7/dist-packages/octavia/controller/housekeeping 2016-12-06 12:16:48.215 | copying build/lib.linux-x86_64-2.7/octavia/controller/housekeeping/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/housekeeping 2016-12-06 12:16:48.215 | copying build/lib.linux-x86_64-2.7/octavia/controller/housekeeping/house_keeping.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/housekeeping 2016-12-06 12:16:48.215 | creating /usr/local/lib/python2.7/dist-packages/octavia/controller/worker 2016-12-06 12:16:48.215 | creating /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks 2016-12-06 12:16:48.215 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks 2016-12-06 12:16:48.215 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/amphora_driver_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks 2016-12-06 12:16:48.215 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/cert_task.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks 2016-12-06 12:16:48.216 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/compute_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks 2016-12-06 12:16:48.216 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/controller_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks 2016-12-06 12:16:48.216 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/database_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks 2016-12-06 12:16:48.216 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/lifecycle_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks 2016-12-06 12:16:48.216 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/model_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks 2016-12-06 12:16:48.216 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/tasks/network_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks 2016-12-06 12:16:48.216 | creating /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows 2016-12-06 12:16:48.216 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/flows/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows 2016-12-06 12:16:48.216 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/flows/amphora_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows 2016-12-06 12:16:48.216 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/flows/health_monitor_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows 2016-12-06 12:16:48.217 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/flows/l7policy_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows 2016-12-06 12:16:48.217 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/flows/l7rule_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows 2016-12-06 12:16:48.217 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/flows/listener_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows 2016-12-06 12:16:48.217 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/flows/load_balancer_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows 2016-12-06 12:16:48.217 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/flows/member_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows 2016-12-06 12:16:48.217 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/flows/pool_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows 2016-12-06 12:16:48.217 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker 2016-12-06 12:16:48.217 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/controller_worker.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker 2016-12-06 12:16:48.217 | copying build/lib.linux-x86_64-2.7/octavia/controller/worker/task_utils.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/worker 2016-12-06 12:16:48.218 | creating /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager 2016-12-06 12:16:48.218 | copying build/lib.linux-x86_64-2.7/octavia/controller/healthmanager/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager 2016-12-06 12:16:48.218 | copying build/lib.linux-x86_64-2.7/octavia/controller/healthmanager/health_manager.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager 2016-12-06 12:16:48.218 | copying build/lib.linux-x86_64-2.7/octavia/controller/healthmanager/update_db.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager 2016-12-06 12:16:48.218 | copying build/lib.linux-x86_64-2.7/octavia/controller/healthmanager/update_serializer.py -> /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager 2016-12-06 12:16:48.218 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests 2016-12-06 12:16:48.218 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/contrib 2016-12-06 12:16:48.218 | copying build/lib.linux-x86_64-2.7/octavia/tests/contrib/post_test_hook.sh -> /usr/local/lib/python2.7/dist-packages/octavia/tests/contrib 2016-12-06 12:16:48.218 | copying build/lib.linux-x86_64-2.7/octavia/tests/contrib/httpd.go -> /usr/local/lib/python2.7/dist-packages/octavia/tests/contrib 2016-12-06 12:16:48.218 | copying build/lib.linux-x86_64-2.7/octavia/tests/contrib/gate_hook.sh -> /usr/local/lib/python2.7/dist-packages/octavia/tests/contrib 2016-12-06 12:16:48.219 | copying build/lib.linux-x86_64-2.7/octavia/tests/contrib/deploy_c10k_test.sh -> /usr/local/lib/python2.7/dist-packages/octavia/tests/contrib 2016-12-06 12:16:48.219 | copying build/lib.linux-x86_64-2.7/octavia/tests/contrib/decode_args.sh -> /usr/local/lib/python2.7/dist-packages/octavia/tests/contrib 2016-12-06 12:16:48.219 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest 2016-12-06 12:16:48.219 | copying build/lib.linux-x86_64-2.7/octavia/tests/tempest/README.rst -> /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest 2016-12-06 12:16:48.219 | copying build/lib.linux-x86_64-2.7/octavia/tests/tempest/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest 2016-12-06 12:16:48.219 | copying build/lib.linux-x86_64-2.7/octavia/tests/tempest/config.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest 2016-12-06 12:16:48.219 | copying build/lib.linux-x86_64-2.7/octavia/tests/tempest/plugin.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest 2016-12-06 12:16:48.219 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1 2016-12-06 12:16:48.219 | copying build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1 2016-12-06 12:16:48.219 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/scenario 2016-12-06 12:16:48.219 | copying build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/scenario/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/scenario 2016-12-06 12:16:48.220 | copying build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/scenario/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/scenario 2016-12-06 12:16:48.220 | copying build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/scenario/test_listener_basic.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/scenario 2016-12-06 12:16:48.220 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/clients 2016-12-06 12:16:48.220 | copying build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/clients/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/clients 2016-12-06 12:16:48.220 | copying build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/clients/health_monitors_client.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/clients 2016-12-06 12:16:48.220 | copying build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/clients/listeners_client.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/clients 2016-12-06 12:16:48.220 | copying build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/clients/load_balancers_client.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/clients 2016-12-06 12:16:48.220 | copying build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/clients/members_client.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/clients 2016-12-06 12:16:48.220 | copying build/lib.linux-x86_64-2.7/octavia/tests/tempest/v1/clients/pools_client.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/clients 2016-12-06 12:16:48.220 | copying build/lib.linux-x86_64-2.7/octavia/tests/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests 2016-12-06 12:16:48.221 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/common 2016-12-06 12:16:48.221 | copying build/lib.linux-x86_64-2.7/octavia/tests/common/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/common 2016-12-06 12:16:48.221 | copying build/lib.linux-x86_64-2.7/octavia/tests/common/data_model_helpers.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/common 2016-12-06 12:16:48.221 | copying build/lib.linux-x86_64-2.7/octavia/tests/common/utils.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/common 2016-12-06 12:16:48.221 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/functional 2016-12-06 12:16:48.221 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional 2016-12-06 12:16:48.221 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api 2016-12-06 12:16:48.221 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1 2016-12-06 12:16:48.221 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1 2016-12-06 12:16:48.221 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1 2016-12-06 12:16:48.221 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/test_health_monitor.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1 2016-12-06 12:16:48.222 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/test_l7policy.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1 2016-12-06 12:16:48.222 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/test_l7rule.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1 2016-12-06 12:16:48.222 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/test_listener.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1 2016-12-06 12:16:48.222 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/test_listener_statistics.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1 2016-12-06 12:16:48.222 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/test_load_balancer.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1 2016-12-06 12:16:48.222 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/test_load_balancer_statistics.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1 2016-12-06 12:16:48.222 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/test_member.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1 2016-12-06 12:16:48.222 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/v1/test_pool.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1 2016-12-06 12:16:48.222 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/api/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api 2016-12-06 12:16:48.223 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db 2016-12-06 12:16:48.223 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/db/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db 2016-12-06 12:16:48.223 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/db/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db 2016-12-06 12:16:48.223 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/db/test_models.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db 2016-12-06 12:16:48.223 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/db/test_repositories.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db 2016-12-06 12:16:48.223 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae 2016-12-06 12:16:48.223 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae 2016-12-06 12:16:48.223 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend 2016-12-06 12:16:48.223 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent 2016-12-06 12:16:48.224 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent/api_server 2016-12-06 12:16:48.224 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent/api_server/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent/api_server 2016-12-06 12:16:48.224 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent/api_server/test_server.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent/api_server 2016-12-06 12:16:48.224 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/agent/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent 2016-12-06 12:16:48.224 | copying build/lib.linux-x86_64-2.7/octavia/tests/functional/amphorae/backend/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend 2016-12-06 12:16:48.224 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit 2016-12-06 12:16:48.224 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api 2016-12-06 12:16:48.224 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api 2016-12-06 12:16:48.224 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1 2016-12-06 12:16:48.224 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1 2016-12-06 12:16:48.225 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/handlers 2016-12-06 12:16:48.225 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/handlers/queue 2016-12-06 12:16:48.225 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/handlers/queue/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/handlers/queue 2016-12-06 12:16:48.225 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/handlers/queue/test_producer.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/handlers/queue 2016-12-06 12:16:48.225 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/handlers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/handlers 2016-12-06 12:16:48.225 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.225 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.225 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.225 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types/test_health_monitors.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.225 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types/test_l7policies.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.226 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types/test_l7rules.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.226 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types/test_listeners.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.226 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types/test_load_balancers.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.226 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types/test_members.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.226 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/api/v1/types/test_pools.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types 2016-12-06 12:16:48.226 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/db 2016-12-06 12:16:48.226 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/db/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/db 2016-12-06 12:16:48.226 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates 2016-12-06 12:16:48.226 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator 2016-12-06 12:16:48.226 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator 2016-12-06 12:16:48.226 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator/local_csr.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator 2016-12-06 12:16:48.227 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator/test_anchor.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator 2016-12-06 12:16:48.227 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/generator/test_local.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator 2016-12-06 12:16:48.227 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates 2016-12-06 12:16:48.227 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common 2016-12-06 12:16:48.227 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common/auth 2016-12-06 12:16:48.227 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common/auth/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common/auth 2016-12-06 12:16:48.227 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common/auth/test_barbican_acl.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common/auth 2016-12-06 12:16:48.227 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common 2016-12-06 12:16:48.227 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common/test_barbican.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common 2016-12-06 12:16:48.227 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/common/test_local.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common 2016-12-06 12:16:48.228 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/manager 2016-12-06 12:16:48.228 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/manager/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/manager 2016-12-06 12:16:48.228 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/certificates/manager/test_barbican.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/manager 2016-12-06 12:16:48.228 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common 2016-12-06 12:16:48.228 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/sample_configs 2016-12-06 12:16:48.228 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/sample_configs/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/sample_configs 2016-12-06 12:16:48.228 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/sample_configs/sample_certs.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/sample_configs 2016-12-06 12:16:48.228 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/sample_configs/sample_configs.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/sample_configs 2016-12-06 12:16:48.228 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/jinja 2016-12-06 12:16:48.228 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/jinja/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/jinja 2016-12-06 12:16:48.229 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/jinja/test_user_data_jinja_cfg.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/jinja 2016-12-06 12:16:48.229 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/jinja/haproxy 2016-12-06 12:16:48.229 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/jinja/haproxy/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/jinja/haproxy 2016-12-06 12:16:48.229 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/jinja/haproxy/test_jinja_cfg.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/jinja/haproxy 2016-12-06 12:16:48.229 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common 2016-12-06 12:16:48.229 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/test_base_taskflow.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common 2016-12-06 12:16:48.229 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/test_clients.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common 2016-12-06 12:16:48.229 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/test_config.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common 2016-12-06 12:16:48.229 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/test_constants.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common 2016-12-06 12:16:48.230 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/test_exceptions.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common 2016-12-06 12:16:48.230 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/test_stats.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common 2016-12-06 12:16:48.230 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/test_utils.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common 2016-12-06 12:16:48.230 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/test_validations.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common 2016-12-06 12:16:48.230 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/tls_utils 2016-12-06 12:16:48.230 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/tls_utils/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/tls_utils 2016-12-06 12:16:48.230 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/common/tls_utils/test_cert_parser.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/tls_utils 2016-12-06 12:16:48.230 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae 2016-12-06 12:16:48.230 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae 2016-12-06 12:16:48.230 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends 2016-12-06 12:16:48.231 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent 2016-12-06 12:16:48.231 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server 2016-12-06 12:16:48.231 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server 2016-12-06 12:16:48.231 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server/test_keepalived.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server 2016-12-06 12:16:48.231 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server/test_listener.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server 2016-12-06 12:16:48.231 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server/test_plug.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server 2016-12-06 12:16:48.231 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/api_server/test_utils.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server 2016-12-06 12:16:48.231 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent 2016-12-06 12:16:48.231 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/agent/test_agent_jinja_cfg.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent 2016-12-06 12:16:48.231 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon 2016-12-06 12:16:48.232 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon 2016-12-06 12:16:48.232 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon/test_envelope.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon 2016-12-06 12:16:48.232 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon/test_health_daemon.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon 2016-12-06 12:16:48.232 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/health_daemon/test_health_sender.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon 2016-12-06 12:16:48.232 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/utils 2016-12-06 12:16:48.232 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/utils/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/utils 2016-12-06 12:16:48.232 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/utils/test_haproxy_query.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/utils 2016-12-06 12:16:48.232 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/backends/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends 2016-12-06 12:16:48.232 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers 2016-12-06 12:16:48.232 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/health 2016-12-06 12:16:48.232 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/health/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/health 2016-12-06 12:16:48.233 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/health/test_heartbeat_udp.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/health 2016-12-06 12:16:48.233 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy 2016-12-06 12:16:48.233 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy 2016-12-06 12:16:48.233 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/haproxy/test_rest_api_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy 2016-12-06 12:16:48.233 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers 2016-12-06 12:16:48.233 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/test_noop_amphoraloadbalancer_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers 2016-12-06 12:16:48.233 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived 2016-12-06 12:16:48.233 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived 2016-12-06 12:16:48.233 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived/test_vrrp_rest_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived 2016-12-06 12:16:48.234 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja 2016-12-06 12:16:48.234 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived/jinja/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja 2016-12-06 12:16:48.234 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/amphorae/drivers/keepalived/jinja/test_jinja_cfg.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja 2016-12-06 12:16:48.234 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute 2016-12-06 12:16:48.234 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute/drivers 2016-12-06 12:16:48.234 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/compute/drivers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute/drivers 2016-12-06 12:16:48.234 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/compute/drivers/test_compute_noop_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute/drivers 2016-12-06 12:16:48.234 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/compute/drivers/test_nova_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute/drivers 2016-12-06 12:16:48.234 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/compute/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute 2016-12-06 12:16:48.234 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller 2016-12-06 12:16:48.234 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker 2016-12-06 12:16:48.235 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.235 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.235 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/test_amphora_driver_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.235 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/test_cert_task.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.235 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/test_compute_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.235 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/test_controller_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.235 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/test_database_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.235 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/test_lifecycle_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.235 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/test_model_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.235 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/tasks/test_network_tasks.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks 2016-12-06 12:16:48.236 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.236 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.236 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows/test_amphora_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.236 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows/test_health_monitor_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.236 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows/test_l7policy_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.236 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows/test_l7rule_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.236 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows/test_listener_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.236 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows/test_load_balancer_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.236 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows/test_member_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.236 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/flows/test_pool_flows.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows 2016-12-06 12:16:48.237 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker 2016-12-06 12:16:48.237 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/test_controller_worker.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker 2016-12-06 12:16:48.237 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/worker/test_task_utils.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker 2016-12-06 12:16:48.237 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/housekeeping 2016-12-06 12:16:48.237 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/housekeeping/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/housekeeping 2016-12-06 12:16:48.237 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/housekeeping/test_house_keeping.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/housekeeping 2016-12-06 12:16:48.237 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/queue 2016-12-06 12:16:48.237 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/queue/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/queue 2016-12-06 12:16:48.237 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/queue/test_consumer.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/queue 2016-12-06 12:16:48.237 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/queue/test_endpoint.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/queue 2016-12-06 12:16:48.238 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager 2016-12-06 12:16:48.238 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager 2016-12-06 12:16:48.238 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager/test_health_manager.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager 2016-12-06 12:16:48.238 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager/test_update_db.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager 2016-12-06 12:16:48.238 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/healthmanager/test_update_serializer.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager 2016-12-06 12:16:48.238 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/controller/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller 2016-12-06 12:16:48.238 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit 2016-12-06 12:16:48.238 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/base.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit 2016-12-06 12:16:48.238 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/test_hacking.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit 2016-12-06 12:16:48.238 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network 2016-12-06 12:16:48.238 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/network/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network 2016-12-06 12:16:48.239 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers 2016-12-06 12:16:48.239 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron 2016-12-06 12:16:48.239 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron 2016-12-06 12:16:48.239 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron/constants.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron 2016-12-06 12:16:48.239 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron/test_allowed_address_pairs.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron 2016-12-06 12:16:48.239 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/neutron/test_base.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron 2016-12-06 12:16:48.239 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers 2016-12-06 12:16:48.239 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/network/drivers/test_network_noop_driver.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers 2016-12-06 12:16:48.239 | creating /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd 2016-12-06 12:16:48.239 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd/__init__.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd 2016-12-06 12:16:48.240 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd/test_agent.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd 2016-12-06 12:16:48.240 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd/test_haproxy_vrrp_check.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd 2016-12-06 12:16:48.240 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd/test_health_manager.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd 2016-12-06 12:16:48.240 | copying build/lib.linux-x86_64-2.7/octavia/tests/unit/cmd/test_house_keeping.py -> /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd 2016-12-06 12:16:48.240 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/cmd/__init__.py to __init__.pyc 2016-12-06 12:16:48.241 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/cmd/agent.py to agent.pyc 2016-12-06 12:16:48.242 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/cmd/api.py to api.pyc 2016-12-06 12:16:48.242 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/cmd/haproxy_vrrp_check.py to haproxy_vrrp_check.pyc 2016-12-06 12:16:48.243 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/cmd/health_manager.py to health_manager.pyc 2016-12-06 12:16:48.243 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/cmd/house_keeping.py to house_keeping.pyc 2016-12-06 12:16:48.244 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/cmd/octavia_worker.py to octavia_worker.pyc 2016-12-06 12:16:48.244 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/compute/__init__.py to __init__.pyc 2016-12-06 12:16:48.244 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/compute/compute_base.py to compute_base.pyc 2016-12-06 12:16:48.244 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers/noop_driver/__init__.py to __init__.pyc 2016-12-06 12:16:48.244 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers/noop_driver/driver.py to driver.pyc 2016-12-06 12:16:48.245 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers/__init__.py to __init__.pyc 2016-12-06 12:16:48.245 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/compute/drivers/nova_driver.py to nova_driver.pyc 2016-12-06 12:16:48.247 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/__init__.py to __init__.pyc 2016-12-06 12:16:48.247 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/api.py to api.pyc 2016-12-06 12:16:48.247 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/base_models.py to base_models.pyc 2016-12-06 12:16:48.248 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/models.py to models.pyc 2016-12-06 12:16:48.251 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/prepare.py to prepare.pyc 2016-12-06 12:16:48.252 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/repositories.py to repositories.pyc 2016-12-06 12:16:48.257 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/c11292016060_add_request_errors_for_stats.py to c11292016060_add_request_errors_for_stats.pyc 2016-12-06 12:16:48.257 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/9bf4d21caaea_adding_amphora_id_to_listener_.py to 9bf4d21caaea_adding_amphora_id_to_listener_.pyc 2016-12-06 12:16:48.257 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/9b5473976d6d_add_provisioning_status_to_objects.py to 9b5473976d6d_add_provisioning_status_to_objects.pyc 2016-12-06 12:16:48.257 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/92fe9857279_create_healthmanager_table.py to 92fe9857279_create_healthmanager_table.pyc 2016-12-06 12:16:48.258 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/8c0851bdf6c3_change_tls_container_id_length_in_sni_.py to 8c0851bdf6c3_change_tls_container_id_length_in_sni_.pyc 2016-12-06 12:16:48.258 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/82b9402e71fd_update_vip_address_size.py to 82b9402e71fd_update_vip_address_size.pyc 2016-12-06 12:16:48.258 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/6abb04f24c5_tenant_id_to_project_id.py to 6abb04f24c5_tenant_id_to_project_id.pyc 2016-12-06 12:16:48.258 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/62816c232310_fix_migration_for_mysql_5_7.py to 62816c232310_fix_migration_for_mysql_5_7.pyc 2016-12-06 12:16:48.258 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.py to 5a3ee5472c31_add_cert_expiration__infor_in_amphora_table.pyc 2016-12-06 12:16:48.259 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/543f5d8e4e56_add_a_column_busy_in_table_amphora_health.py to 543f5d8e4e56_add_a_column_busy_in_table_amphora_health.pyc 2016-12-06 12:16:48.259 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/4fe8240425b4_update_vip_add_subnet_id.py to 4fe8240425b4_update_vip_add_subnet_id.pyc 2016-12-06 12:16:48.259 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/4faaa983e7a9_update_member_address_column.py to 4faaa983e7a9_update_member_address_column.pyc 2016-12-06 12:16:48.259 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/4d9cf7d32f2_insert_headers.py to 4d9cf7d32f2_insert_headers.pyc 2016-12-06 12:16:48.259 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/4c094013699a_update_load_balancer_amphora.py to 4c094013699a_update_load_balancer_amphora.pyc 2016-12-06 12:16:48.260 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/4a6ec0ab7284_remove_fk_constraints_on_listener_.py to 4a6ec0ab7284_remove_fk_constraints_on_listener_.pyc 2016-12-06 12:16:48.260 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/48660b6643f0_add_new_states_for_amphora.py to 48660b6643f0_add_new_states_for_amphora.pyc 2016-12-06 12:16:48.260 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/458c9ee2a011_l7_policies_and_rules.py to 458c9ee2a011_l7_policies_and_rules.pyc 2016-12-06 12:16:48.261 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/43287cd10fef_make_pool_lb_algorithm_larger.py to 43287cd10fef_make_pool_lb_algorithm_larger.pyc 2016-12-06 12:16:48.261 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.py to 3e5b37a0bdb9_add_vrrp_ip_and_ha_ip_to_amphora.pyc 2016-12-06 12:16:48.261 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/3b199c848b96_create_no_monitor_operational_status.py to 3b199c848b96_create_no_monitor_operational_status.pyc 2016-12-06 12:16:48.261 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/3a1e1cdb7b27_rename_amphora_host_id.py to 3a1e1cdb7b27_rename_amphora_host_id.pyc 2016-12-06 12:16:48.261 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/36b94648fef8_add_timestamp.py to 36b94648fef8_add_timestamp.pyc 2016-12-06 12:16:48.262 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/35dee79d5865_initial_create.py to 35dee79d5865_initial_create.pyc 2016-12-06 12:16:48.263 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/357d17a6d5ac_update_lb_and_amphora_data_model_for_.py to 357d17a6d5ac_update_lb_and_amphora_data_model_for_.pyc 2016-12-06 12:16:48.264 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/29ff921a6eb_shared_pools.py to 29ff921a6eb_shared_pools.pyc 2016-12-06 12:16:48.264 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.py to 298eac0640a7_add_amphora_vrrp_port_id_and_ha_port_id.pyc 2016-12-06 12:16:48.264 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/256852d5ff7c_add_lb_network_ip_to_amphora.py to 256852d5ff7c_add_lb_network_ip_to_amphora.pyc 2016-12-06 12:16:48.265 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/2351ea316465_adding_terminate_https_tls_ref_support.py to 2351ea316465_adding_terminate_https_tls_ref_support.pyc 2016-12-06 12:16:48.265 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/1e4c1d83044c_keepalived_configuration_datamodel.py to 1e4c1d83044c_keepalived_configuration_datamodel.pyc 2016-12-06 12:16:48.265 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/186509101b9b_add_server_group_id_to_loadbalancer.py to 186509101b9b_add_server_group_id_to_loadbalancer.pyc 2016-12-06 12:16:48.265 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/14892634e228_update_vip.py to 14892634e228_update_vip.pyc 2016-12-06 12:16:48.266 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/versions/13500e2e978d_update_url_and_name_size.py to 13500e2e978d_update_url_and_name_size.pyc 2016-12-06 12:16:48.266 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/alembic_migrations/env.py to env.pyc 2016-12-06 12:16:48.266 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/__init__.py to __init__.pyc 2016-12-06 12:16:48.266 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/db/migration/cli.py to cli.pyc 2016-12-06 12:16:48.267 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/hacking/__init__.py to __init__.pyc 2016-12-06 12:16:48.267 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/hacking/checks.py to checks.pyc 2016-12-06 12:16:48.268 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/__init__.py to __init__.pyc 2016-12-06 12:16:48.268 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/app.py to app.pyc 2016-12-06 12:16:48.268 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/config.py to config.pyc 2016-12-06 12:16:48.269 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/root_controller.py to root_controller.pyc 2016-12-06 12:16:48.269 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/__init__.py to __init__.pyc 2016-12-06 12:16:48.269 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/base.py to base.pyc 2016-12-06 12:16:48.269 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/health_monitor.py to health_monitor.pyc 2016-12-06 12:16:48.271 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/l7policy.py to l7policy.pyc 2016-12-06 12:16:48.271 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/l7rule.py to l7rule.pyc 2016-12-06 12:16:48.271 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/listener.py to listener.pyc 2016-12-06 12:16:48.272 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/listener_statistics.py to listener_statistics.pyc 2016-12-06 12:16:48.272 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/load_balancer.py to load_balancer.pyc 2016-12-06 12:16:48.273 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/load_balancer_statistics.py to load_balancer_statistics.pyc 2016-12-06 12:16:48.273 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/member.py to member.pyc 2016-12-06 12:16:48.273 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/types/pool.py to pool.pyc 2016-12-06 12:16:48.274 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/__init__.py to __init__.pyc 2016-12-06 12:16:48.274 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/base.py to base.pyc 2016-12-06 12:16:48.275 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/health_monitor.py to health_monitor.pyc 2016-12-06 12:16:48.276 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/l7policy.py to l7policy.pyc 2016-12-06 12:16:48.277 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/l7rule.py to l7rule.pyc 2016-12-06 12:16:48.278 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/listener.py to listener.pyc 2016-12-06 12:16:48.280 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/listener_statistics.py to listener_statistics.pyc 2016-12-06 12:16:48.280 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/load_balancer.py to load_balancer.pyc 2016-12-06 12:16:48.281 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/load_balancer_statistics.py to load_balancer_statistics.pyc 2016-12-06 12:16:48.282 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/member.py to member.pyc 2016-12-06 12:16:48.283 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/controllers/pool.py to pool.pyc 2016-12-06 12:16:48.284 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/__init__.py to __init__.pyc 2016-12-06 12:16:48.284 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/hooks.py to hooks.pyc 2016-12-06 12:16:48.284 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/controller_simulator/__init__.py to __init__.pyc 2016-12-06 12:16:48.284 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/controller_simulator/handler.py to handler.pyc 2016-12-06 12:16:48.287 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/queue/__init__.py to __init__.pyc 2016-12-06 12:16:48.287 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/queue/producer.py to producer.pyc 2016-12-06 12:16:48.288 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/__init__.py to __init__.pyc 2016-12-06 12:16:48.288 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/api/v1/handlers/abstract_handler.py to abstract_handler.pyc 2016-12-06 12:16:48.289 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/manager/__init__.py to __init__.pyc 2016-12-06 12:16:48.289 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/manager/barbican.py to barbican.pyc 2016-12-06 12:16:48.290 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/manager/cert_mgr.py to cert_mgr.pyc 2016-12-06 12:16:48.290 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/auth/__init__.py to __init__.pyc 2016-12-06 12:16:48.290 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/auth/barbican_acl.py to barbican_acl.pyc 2016-12-06 12:16:48.290 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/__init__.py to __init__.pyc 2016-12-06 12:16:48.290 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/barbican.py to barbican.pyc 2016-12-06 12:16:48.291 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/cert.py to cert.pyc 2016-12-06 12:16:48.291 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/common/local.py to local.pyc 2016-12-06 12:16:48.291 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator/__init__.py to __init__.pyc 2016-12-06 12:16:48.292 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator/anchor.py to anchor.pyc 2016-12-06 12:16:48.292 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator/cert_gen.py to cert_gen.pyc 2016-12-06 12:16:48.292 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/generator/local.py to local.pyc 2016-12-06 12:16:48.293 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/certificates/__init__.py to __init__.pyc 2016-12-06 12:16:48.293 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/__init__.py to __init__.pyc 2016-12-06 12:16:48.294 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/i18n.py to i18n.pyc 2016-12-06 12:16:48.294 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/opts.py to opts.pyc 2016-12-06 12:16:48.294 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/version.py to version.pyc 2016-12-06 12:16:48.294 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/__init__.py to __init__.pyc 2016-12-06 12:16:48.294 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/base.py to base.pyc 2016-12-06 12:16:48.295 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/data_models.py to data_models.pyc 2016-12-06 12:16:48.296 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron/__init__.py to __init__.pyc 2016-12-06 12:16:48.296 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron/allowed_address_pairs.py to allowed_address_pairs.pyc 2016-12-06 12:16:48.299 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron/base.py to base.pyc 2016-12-06 12:16:48.300 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron/utils.py to utils.pyc 2016-12-06 12:16:48.301 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/__init__.py to __init__.pyc 2016-12-06 12:16:48.301 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/noop_driver/__init__.py to __init__.pyc 2016-12-06 12:16:48.301 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/noop_driver/driver.py to driver.pyc 2016-12-06 12:16:48.303 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/nova-network/__init__.py to __init__.pyc 2016-12-06 12:16:48.303 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/__init__.py to __init__.pyc 2016-12-06 12:16:48.303 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/driver_exceptions/__init__.py to __init__.pyc 2016-12-06 12:16:48.303 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/driver_exceptions/exceptions.py to exceptions.pyc 2016-12-06 12:16:48.303 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/__init__.py to __init__.pyc 2016-12-06 12:16:48.303 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/__init__.py to __init__.pyc 2016-12-06 12:16:48.304 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/agent_jinja_cfg.py to agent_jinja_cfg.pyc 2016-12-06 12:16:48.304 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/__init__.py to __init__.pyc 2016-12-06 12:16:48.304 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/amphora_info.py to amphora_info.pyc 2016-12-06 12:16:48.305 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/certificate_update.py to certificate_update.pyc 2016-12-06 12:16:48.305 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/keepalived.py to keepalived.pyc 2016-12-06 12:16:48.306 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/listener.py to listener.pyc 2016-12-06 12:16:48.309 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/plug.py to plug.pyc 2016-12-06 12:16:48.311 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/server.py to server.pyc 2016-12-06 12:16:48.312 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/api_server/util.py to util.pyc 2016-12-06 12:16:48.313 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/agent/templates/__init__.py to __init__.pyc 2016-12-06 12:16:48.313 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/utils/__init__.py to __init__.pyc 2016-12-06 12:16:48.313 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/utils/haproxy_query.py to haproxy_query.pyc 2016-12-06 12:16:48.314 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon/__init__.py to __init__.pyc 2016-12-06 12:16:48.314 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon/health_daemon.py to health_daemon.pyc 2016-12-06 12:16:48.314 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon/health_sender.py to health_sender.pyc 2016-12-06 12:16:48.315 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/backends/health_daemon/status_message.py to status_message.pyc 2016-12-06 12:16:48.315 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/health/__init__.py to __init__.pyc 2016-12-06 12:16:48.315 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/health/heartbeat_udp.py to heartbeat_udp.pyc 2016-12-06 12:16:48.316 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/__init__.py to __init__.pyc 2016-12-06 12:16:48.316 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/driver_base.py to driver_base.pyc 2016-12-06 12:16:48.317 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja/templates/__init__.py to __init__.pyc 2016-12-06 12:16:48.317 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja/__init__.py to __init__.pyc 2016-12-06 12:16:48.317 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/jinja/jinja_cfg.py to jinja_cfg.pyc 2016-12-06 12:16:48.317 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/__init__.py to __init__.pyc 2016-12-06 12:16:48.318 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/keepalived/vrrp_rest_driver.py to vrrp_rest_driver.pyc 2016-12-06 12:16:48.318 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/noop_driver/__init__.py to __init__.pyc 2016-12-06 12:16:48.318 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/noop_driver/driver.py to driver.pyc 2016-12-06 12:16:48.319 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/__init__.py to __init__.pyc 2016-12-06 12:16:48.319 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/data_models.py to data_models.pyc 2016-12-06 12:16:48.320 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/exceptions.py to exceptions.pyc 2016-12-06 12:16:48.320 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/amphorae/drivers/haproxy/rest_api_driver.py to rest_api_driver.pyc 2016-12-06 12:16:48.322 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/tls_utils/__init__.py to __init__.pyc 2016-12-06 12:16:48.323 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/tls_utils/cert_parser.py to cert_parser.pyc 2016-12-06 12:16:48.324 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/templates/__init__.py to __init__.pyc 2016-12-06 12:16:48.324 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/__init__.py to __init__.pyc 2016-12-06 12:16:48.324 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/user_data_jinja_cfg.py to user_data_jinja_cfg.pyc 2016-12-06 12:16:48.325 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/haproxy/__init__.py to __init__.pyc 2016-12-06 12:16:48.325 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/haproxy/jinja_cfg.py to jinja_cfg.pyc 2016-12-06 12:16:48.326 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/jinja/haproxy/templates/__init__.py to __init__.pyc 2016-12-06 12:16:48.326 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/__init__.py to __init__.pyc 2016-12-06 12:16:48.326 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/base_taskflow.py to base_taskflow.pyc 2016-12-06 12:16:48.327 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/clients.py to clients.pyc 2016-12-06 12:16:48.327 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/config.py to config.pyc 2016-12-06 12:16:48.329 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/constants.py to constants.pyc 2016-12-06 12:16:48.331 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/context.py to context.pyc 2016-12-06 12:16:48.331 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/data_models.py to data_models.pyc 2016-12-06 12:16:48.335 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/exceptions.py to exceptions.pyc 2016-12-06 12:16:48.336 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/keystone.py to keystone.pyc 2016-12-06 12:16:48.336 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/service.py to service.pyc 2016-12-06 12:16:48.336 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/stats.py to stats.pyc 2016-12-06 12:16:48.336 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/utils.py to utils.pyc 2016-12-06 12:16:48.337 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/common/validate.py to validate.pyc 2016-12-06 12:16:48.338 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/__init__.py to __init__.pyc 2016-12-06 12:16:48.338 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/queue/__init__.py to __init__.pyc 2016-12-06 12:16:48.338 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/queue/consumer.py to consumer.pyc 2016-12-06 12:16:48.339 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/queue/endpoint.py to endpoint.pyc 2016-12-06 12:16:48.339 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/queue/event_queue.py to event_queue.pyc 2016-12-06 12:16:48.340 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/housekeeping/__init__.py to __init__.pyc 2016-12-06 12:16:48.340 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/housekeeping/house_keeping.py to house_keeping.pyc 2016-12-06 12:16:48.341 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/__init__.py to __init__.pyc 2016-12-06 12:16:48.341 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/amphora_driver_tasks.py to amphora_driver_tasks.pyc 2016-12-06 12:16:48.342 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/cert_task.py to cert_task.pyc 2016-12-06 12:16:48.343 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/compute_tasks.py to compute_tasks.pyc 2016-12-06 12:16:48.344 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/controller_tasks.py to controller_tasks.pyc 2016-12-06 12:16:48.344 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/database_tasks.py to database_tasks.pyc 2016-12-06 12:16:48.351 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/lifecycle_tasks.py to lifecycle_tasks.pyc 2016-12-06 12:16:48.352 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/model_tasks.py to model_tasks.pyc 2016-12-06 12:16:48.352 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/tasks/network_tasks.py to network_tasks.pyc 2016-12-06 12:16:48.354 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows/__init__.py to __init__.pyc 2016-12-06 12:16:48.355 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows/amphora_flows.py to amphora_flows.pyc 2016-12-06 12:16:48.356 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows/health_monitor_flows.py to health_monitor_flows.pyc 2016-12-06 12:16:48.357 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows/l7policy_flows.py to l7policy_flows.pyc 2016-12-06 12:16:48.357 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows/l7rule_flows.py to l7rule_flows.pyc 2016-12-06 12:16:48.358 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows/listener_flows.py to listener_flows.pyc 2016-12-06 12:16:48.359 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows/load_balancer_flows.py to load_balancer_flows.pyc 2016-12-06 12:16:48.360 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows/member_flows.py to member_flows.pyc 2016-12-06 12:16:48.361 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/flows/pool_flows.py to pool_flows.pyc 2016-12-06 12:16:48.361 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/__init__.py to __init__.pyc 2016-12-06 12:16:48.361 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/controller_worker.py to controller_worker.pyc 2016-12-06 12:16:48.364 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/worker/task_utils.py to task_utils.pyc 2016-12-06 12:16:48.365 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager/__init__.py to __init__.pyc 2016-12-06 12:16:48.365 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager/health_manager.py to health_manager.pyc 2016-12-06 12:16:48.365 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager/update_db.py to update_db.pyc 2016-12-06 12:16:48.366 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/controller/healthmanager/update_serializer.py to update_serializer.pyc 2016-12-06 12:16:48.367 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/__init__.py to __init__.pyc 2016-12-06 12:16:48.367 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/config.py to config.pyc 2016-12-06 12:16:48.367 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/plugin.py to plugin.pyc 2016-12-06 12:16:48.367 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/__init__.py to __init__.pyc 2016-12-06 12:16:48.367 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/scenario/__init__.py to __init__.pyc 2016-12-06 12:16:48.368 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/scenario/base.py to base.pyc 2016-12-06 12:16:48.372 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/scenario/test_listener_basic.py to test_listener_basic.pyc 2016-12-06 12:16:48.372 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/clients/__init__.py to __init__.pyc 2016-12-06 12:16:48.372 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/clients/health_monitors_client.py to health_monitors_client.pyc 2016-12-06 12:16:48.373 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/clients/listeners_client.py to listeners_client.pyc 2016-12-06 12:16:48.373 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/clients/load_balancers_client.py to load_balancers_client.pyc 2016-12-06 12:16:48.374 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/clients/members_client.py to members_client.pyc 2016-12-06 12:16:48.374 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/tempest/v1/clients/pools_client.py to pools_client.pyc 2016-12-06 12:16:48.375 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/__init__.py to __init__.pyc 2016-12-06 12:16:48.375 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/common/__init__.py to __init__.pyc 2016-12-06 12:16:48.375 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/common/data_model_helpers.py to data_model_helpers.pyc 2016-12-06 12:16:48.376 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/common/utils.py to utils.pyc 2016-12-06 12:16:48.376 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/__init__.py to __init__.pyc 2016-12-06 12:16:48.376 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/__init__.py to __init__.pyc 2016-12-06 12:16:48.376 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/base.py to base.pyc 2016-12-06 12:16:48.378 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/test_health_monitor.py to test_health_monitor.pyc 2016-12-06 12:16:48.380 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/test_l7policy.py to test_l7policy.pyc 2016-12-06 12:16:48.383 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/test_l7rule.py to test_l7rule.pyc 2016-12-06 12:16:48.386 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/test_listener.py to test_listener.pyc 2016-12-06 12:16:48.389 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/test_listener_statistics.py to test_listener_statistics.pyc 2016-12-06 12:16:48.389 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/test_load_balancer.py to test_load_balancer.pyc 2016-12-06 12:16:48.394 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/test_load_balancer_statistics.py to test_load_balancer_statistics.pyc 2016-12-06 12:16:48.394 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/test_member.py to test_member.pyc 2016-12-06 12:16:48.397 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/v1/test_pool.py to test_pool.pyc 2016-12-06 12:16:48.400 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/api/__init__.py to __init__.pyc 2016-12-06 12:16:48.400 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db/__init__.py to __init__.pyc 2016-12-06 12:16:48.400 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db/base.py to base.pyc 2016-12-06 12:16:48.401 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db/test_models.py to test_models.pyc 2016-12-06 12:16:48.412 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/db/test_repositories.py to test_repositories.pyc 2016-12-06 12:16:48.429 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/__init__.py to __init__.pyc 2016-12-06 12:16:48.429 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent/api_server/__init__.py to __init__.pyc 2016-12-06 12:16:48.429 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent/api_server/test_server.py to test_server.pyc 2016-12-06 12:16:48.437 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/agent/__init__.py to __init__.pyc 2016-12-06 12:16:48.437 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/functional/amphorae/backend/__init__.py to __init__.pyc 2016-12-06 12:16:48.438 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/__init__.py to __init__.pyc 2016-12-06 12:16:48.438 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/__init__.py to __init__.pyc 2016-12-06 12:16:48.438 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/handlers/queue/__init__.py to __init__.pyc 2016-12-06 12:16:48.438 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/handlers/queue/test_producer.py to test_producer.pyc 2016-12-06 12:16:48.439 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/handlers/__init__.py to __init__.pyc 2016-12-06 12:16:48.439 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types/__init__.py to __init__.pyc 2016-12-06 12:16:48.439 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types/base.py to base.pyc 2016-12-06 12:16:48.441 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types/test_health_monitors.py to test_health_monitors.pyc 2016-12-06 12:16:48.442 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types/test_l7policies.py to test_l7policies.pyc 2016-12-06 12:16:48.442 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types/test_l7rules.py to test_l7rules.pyc 2016-12-06 12:16:48.443 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types/test_listeners.py to test_listeners.pyc 2016-12-06 12:16:48.444 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types/test_load_balancers.py to test_load_balancers.pyc 2016-12-06 12:16:48.445 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types/test_members.py to test_members.pyc 2016-12-06 12:16:48.445 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/api/v1/types/test_pools.py to test_pools.pyc 2016-12-06 12:16:48.446 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/db/__init__.py to __init__.pyc 2016-12-06 12:16:48.446 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator/__init__.py to __init__.pyc 2016-12-06 12:16:48.446 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator/local_csr.py to local_csr.pyc 2016-12-06 12:16:48.447 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator/test_anchor.py to test_anchor.pyc 2016-12-06 12:16:48.447 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/generator/test_local.py to test_local.pyc 2016-12-06 12:16:48.448 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/__init__.py to __init__.pyc 2016-12-06 12:16:48.448 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common/auth/__init__.py to __init__.pyc 2016-12-06 12:16:48.448 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common/auth/test_barbican_acl.py to test_barbican_acl.pyc 2016-12-06 12:16:48.448 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common/__init__.py to __init__.pyc 2016-12-06 12:16:48.448 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common/test_barbican.py to test_barbican.pyc 2016-12-06 12:16:48.449 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/common/test_local.py to test_local.pyc 2016-12-06 12:16:48.449 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/manager/__init__.py to __init__.pyc 2016-12-06 12:16:48.449 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/certificates/manager/test_barbican.py to test_barbican.pyc 2016-12-06 12:16:48.450 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/sample_configs/__init__.py to __init__.pyc 2016-12-06 12:16:48.450 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/sample_configs/sample_certs.py to sample_certs.pyc 2016-12-06 12:16:48.451 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/sample_configs/sample_configs.py to sample_configs.pyc 2016-12-06 12:16:48.454 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/jinja/__init__.py to __init__.pyc 2016-12-06 12:16:48.454 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/jinja/test_user_data_jinja_cfg.py to test_user_data_jinja_cfg.pyc 2016-12-06 12:16:48.454 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/jinja/haproxy/__init__.py to __init__.pyc 2016-12-06 12:16:48.454 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/jinja/haproxy/test_jinja_cfg.py to test_jinja_cfg.pyc 2016-12-06 12:16:48.456 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/__init__.py to __init__.pyc 2016-12-06 12:16:48.456 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/test_base_taskflow.py to test_base_taskflow.pyc 2016-12-06 12:16:48.457 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/test_clients.py to test_clients.pyc 2016-12-06 12:16:48.457 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/test_config.py to test_config.pyc 2016-12-06 12:16:48.457 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/test_constants.py to test_constants.pyc 2016-12-06 12:16:48.458 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/test_exceptions.py to test_exceptions.pyc 2016-12-06 12:16:48.458 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/test_stats.py to test_stats.pyc 2016-12-06 12:16:48.458 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/test_utils.py to test_utils.pyc 2016-12-06 12:16:48.459 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/test_validations.py to test_validations.pyc 2016-12-06 12:16:48.460 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/tls_utils/__init__.py to __init__.pyc 2016-12-06 12:16:48.460 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/common/tls_utils/test_cert_parser.py to test_cert_parser.pyc 2016-12-06 12:16:48.461 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/__init__.py to __init__.pyc 2016-12-06 12:16:48.462 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server/__init__.py to __init__.pyc 2016-12-06 12:16:48.462 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_keepalived.py to test_keepalived.pyc 2016-12-06 12:16:48.462 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_listener.py to test_listener.pyc 2016-12-06 12:16:48.463 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_plug.py to test_plug.pyc 2016-12-06 12:16:48.464 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/api_server/test_utils.py to test_utils.pyc 2016-12-06 12:16:48.464 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/__init__.py to __init__.pyc 2016-12-06 12:16:48.464 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/agent/test_agent_jinja_cfg.py to test_agent_jinja_cfg.pyc 2016-12-06 12:16:48.465 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon/__init__.py to __init__.pyc 2016-12-06 12:16:48.465 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon/test_envelope.py to test_envelope.pyc 2016-12-06 12:16:48.465 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon/test_health_daemon.py to test_health_daemon.pyc 2016-12-06 12:16:48.467 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/health_daemon/test_health_sender.py to test_health_sender.pyc 2016-12-06 12:16:48.467 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/utils/__init__.py to __init__.pyc 2016-12-06 12:16:48.467 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/utils/test_haproxy_query.py to test_haproxy_query.pyc 2016-12-06 12:16:48.468 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/backends/__init__.py to __init__.pyc 2016-12-06 12:16:48.468 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/health/__init__.py to __init__.pyc 2016-12-06 12:16:48.468 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/health/test_heartbeat_udp.py to test_heartbeat_udp.pyc 2016-12-06 12:16:48.469 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy/__init__.py to __init__.pyc 2016-12-06 12:16:48.469 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/haproxy/test_rest_api_driver.py to test_rest_api_driver.pyc 2016-12-06 12:16:48.474 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/__init__.py to __init__.pyc 2016-12-06 12:16:48.474 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/test_noop_amphoraloadbalancer_driver.py to test_noop_amphoraloadbalancer_driver.pyc 2016-12-06 12:16:48.475 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived/__init__.py to __init__.pyc 2016-12-06 12:16:48.475 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived/test_vrrp_rest_driver.py to test_vrrp_rest_driver.pyc 2016-12-06 12:16:48.475 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja/__init__.py to __init__.pyc 2016-12-06 12:16:48.475 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/amphorae/drivers/keepalived/jinja/test_jinja_cfg.py to test_jinja_cfg.pyc 2016-12-06 12:16:48.476 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute/drivers/__init__.py to __init__.pyc 2016-12-06 12:16:48.476 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute/drivers/test_compute_noop_driver.py to test_compute_noop_driver.pyc 2016-12-06 12:16:48.476 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute/drivers/test_nova_driver.py to test_nova_driver.pyc 2016-12-06 12:16:48.478 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/compute/__init__.py to __init__.pyc 2016-12-06 12:16:48.478 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/__init__.py to __init__.pyc 2016-12-06 12:16:48.478 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/test_amphora_driver_tasks.py to test_amphora_driver_tasks.pyc 2016-12-06 12:16:48.480 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/test_cert_task.py to test_cert_task.pyc 2016-12-06 12:16:48.481 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/test_compute_tasks.py to test_compute_tasks.pyc 2016-12-06 12:16:48.482 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/test_controller_tasks.py to test_controller_tasks.pyc 2016-12-06 12:16:48.483 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/test_database_tasks.py to test_database_tasks.pyc 2016-12-06 12:16:48.490 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/test_lifecycle_tasks.py to test_lifecycle_tasks.pyc 2016-12-06 12:16:48.491 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/test_model_tasks.py to test_model_tasks.pyc 2016-12-06 12:16:48.491 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/tasks/test_network_tasks.py to test_network_tasks.pyc 2016-12-06 12:16:48.494 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows/__init__.py to __init__.pyc 2016-12-06 12:16:48.494 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows/test_amphora_flows.py to test_amphora_flows.pyc 2016-12-06 12:16:48.496 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows/test_health_monitor_flows.py to test_health_monitor_flows.pyc 2016-12-06 12:16:48.497 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows/test_l7policy_flows.py to test_l7policy_flows.pyc 2016-12-06 12:16:48.497 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows/test_l7rule_flows.py to test_l7rule_flows.pyc 2016-12-06 12:16:48.498 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows/test_listener_flows.py to test_listener_flows.pyc 2016-12-06 12:16:48.498 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows/test_load_balancer_flows.py to test_load_balancer_flows.pyc 2016-12-06 12:16:48.499 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows/test_member_flows.py to test_member_flows.pyc 2016-12-06 12:16:48.500 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/flows/test_pool_flows.py to test_pool_flows.pyc 2016-12-06 12:16:48.500 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/__init__.py to __init__.pyc 2016-12-06 12:16:48.500 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/test_controller_worker.py to test_controller_worker.pyc 2016-12-06 12:16:48.504 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/worker/test_task_utils.py to test_task_utils.pyc 2016-12-06 12:16:48.505 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/housekeeping/__init__.py to __init__.pyc 2016-12-06 12:16:48.505 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/housekeeping/test_house_keeping.py to test_house_keeping.pyc 2016-12-06 12:16:48.506 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/queue/__init__.py to __init__.pyc 2016-12-06 12:16:48.506 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/queue/test_consumer.py to test_consumer.pyc 2016-12-06 12:16:48.507 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/queue/test_endpoint.py to test_endpoint.pyc 2016-12-06 12:16:48.507 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager/__init__.py to __init__.pyc 2016-12-06 12:16:48.508 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager/test_health_manager.py to test_health_manager.pyc 2016-12-06 12:16:48.508 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager/test_update_db.py to test_update_db.pyc 2016-12-06 12:16:48.510 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/healthmanager/test_update_serializer.py to test_update_serializer.pyc 2016-12-06 12:16:48.511 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/controller/__init__.py to __init__.pyc 2016-12-06 12:16:48.511 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/__init__.py to __init__.pyc 2016-12-06 12:16:48.511 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/base.py to base.pyc 2016-12-06 12:16:48.511 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/test_hacking.py to test_hacking.pyc 2016-12-06 12:16:48.512 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/__init__.py to __init__.pyc 2016-12-06 12:16:48.512 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron/__init__.py to __init__.pyc 2016-12-06 12:16:48.512 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron/constants.py to constants.pyc 2016-12-06 12:16:48.512 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron/test_allowed_address_pairs.py to test_allowed_address_pairs.pyc 2016-12-06 12:16:48.517 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/neutron/test_base.py to test_base.pyc 2016-12-06 12:16:48.518 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/__init__.py to __init__.pyc 2016-12-06 12:16:48.518 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/network/drivers/test_network_noop_driver.py to test_network_noop_driver.pyc 2016-12-06 12:16:48.519 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd/__init__.py to __init__.pyc 2016-12-06 12:16:48.520 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd/test_agent.py to test_agent.pyc 2016-12-06 12:16:48.520 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd/test_haproxy_vrrp_check.py to test_haproxy_vrrp_check.pyc 2016-12-06 12:16:48.520 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd/test_health_manager.py to test_health_manager.pyc 2016-12-06 12:16:48.521 | byte-compiling /usr/local/lib/python2.7/dist-packages/octavia/tests/unit/cmd/test_house_keeping.py to test_house_keeping.pyc 2016-12-06 12:16:48.522 | running install_data 2016-12-06 12:16:48.522 | creating /usr/local/etc/octavia 2016-12-06 12:16:48.522 | copying etc/octavia.conf -> /usr/local/etc/octavia 2016-12-06 12:16:48.522 | running install_egg_info 2016-12-06 12:16:48.522 | Copying octavia.egg-info to /usr/local/lib/python2.7/dist-packages/octavia-0.9.1.dev105-py2.7.egg-info 2016-12-06 12:16:48.523 | running install_scripts 2016-12-06 12:16:48.535 | Installing octavia-worker script to /usr/local/bin 2016-12-06 12:16:48.535 | Installing octavia-health-manager script to /usr/local/bin 2016-12-06 12:16:48.535 | Installing octavia-housekeeping script to /usr/local/bin 2016-12-06 12:16:48.535 | Installing octavia-db-manage script to /usr/local/bin 2016-12-06 12:16:48.535 | Installing haproxy-vrrp-check script to /usr/local/bin 2016-12-06 12:16:48.535 | Installing amphora-agent script to /usr/local/bin 2016-12-06 12:16:48.535 | Installing octavia-api script to /usr/local/bin 2016-12-06 12:16:48.554 | dib-run-parts Tue Dec 6 12:16:48 UTC 2016 75-run_setup_install completed 2016-12-06 12:16:48.555 | dib-run-parts Tue Dec 6 12:16:48 UTC 2016 Running /tmp/in_target.d/install.d/76-haproxy 2016-12-06 12:16:48.557 | + set -o pipefail 2016-12-06 12:16:48.557 | + '[' -d /var/lib/haproxy ']' 2016-12-06 12:16:48.558 | dib-run-parts Tue Dec 6 12:16:48 UTC 2016 76-haproxy completed 2016-12-06 12:16:48.559 | dib-run-parts Tue Dec 6 12:16:48 UTC 2016 Running /tmp/in_target.d/install.d/80-disable-rfc3041 2016-12-06 12:16:48.564 | dib-run-parts Tue Dec 6 12:16:48 UTC 2016 80-disable-rfc3041 completed 2016-12-06 12:16:48.565 | dib-run-parts Tue Dec 6 12:16:48 UTC 2016 Running /tmp/in_target.d/install.d/99-autoremove 2016-12-06 12:16:48.566 | + set -eu 2016-12-06 12:16:48.566 | + set -o pipefail 2016-12-06 12:16:48.566 | + apt-get -y autoremove 2016-12-06 12:16:48.589 | Reading package lists... 2016-12-06 12:16:48.721 | Building dependency tree... 2016-12-06 12:16:48.721 | Reading state information... 2016-12-06 12:16:48.829 | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2016-12-06 12:16:48.832 | dib-run-parts Tue Dec 6 12:16:48 UTC 2016 99-autoremove completed 2016-12-06 12:16:48.832 | dib-run-parts Tue Dec 6 12:16:48 UTC 2016 Running /tmp/in_target.d/install.d/99-install-config-templates 2016-12-06 12:16:48.835 | ++ os-apply-config --print-templates 2016-12-06 12:16:49.017 | + TEMPLATE_ROOT=/usr/libexec/os-apply-config/templates 2016-12-06 12:16:49.018 | ++ dirname /tmp/in_target.d/install.d/99-install-config-templates 2016-12-06 12:16:49.018 | + TEMPLATE_SOURCE=/tmp/in_target.d/install.d/../os-apply-config 2016-12-06 12:16:49.019 | + mkdir -p /usr/libexec/os-apply-config/templates 2016-12-06 12:16:49.019 | + '[' -d /tmp/in_target.d/install.d/../os-apply-config ']' 2016-12-06 12:16:49.074 | Unmount /tmp/dib_build.fR1ASedD/mnt/var/cache/apt/archives 2016-12-06 12:16:49.096 | Unmount /tmp/dib_build.fR1ASedD/mnt/tmp/pip 2016-12-06 12:16:49.117 | Unmount /tmp/dib_build.fR1ASedD/mnt/tmp/in_target.d 2016-12-06 12:16:49.144 | Unmount /tmp/dib_build.fR1ASedD/mnt/tmp/ccache 2016-12-06 12:16:49.164 | Unmount /tmp/dib_build.fR1ASedD/mnt/sys 2016-12-06 12:16:49.188 | Unmount /tmp/dib_build.fR1ASedD/mnt/proc 2016-12-06 12:16:49.208 | Unmount /tmp/dib_build.fR1ASedD/mnt/dev/pts 2016-12-06 12:16:49.228 | Unmount /tmp/dib_build.fR1ASedD/mnt/dev 2016-12-06 12:16:52.685 | +/opt/stack/octavia/devstack/plugin.sh:build_octavia_worker_image:1  exit_trap 2016-12-06 12:16:52.689 | +./stack.sh:exit_trap:487  local r=1 2016-12-06 12:16:52.695 | ++./stack.sh:exit_trap:488  jobs -p 2016-12-06 12:16:52.699 | +./stack.sh:exit_trap:488  jobs= 2016-12-06 12:16:52.704 | +./stack.sh:exit_trap:491  [[ -n '' ]] 2016-12-06 12:16:52.709 | +./stack.sh:exit_trap:497  kill_spinner 2016-12-06 12:16:52.714 | +./stack.sh:kill_spinner:383  '[' '!' -z '' ']' 2016-12-06 12:16:52.720 | +./stack.sh:exit_trap:499  [[ 1 -ne 0 ]] 2016-12-06 12:16:52.725 | +./stack.sh:exit_trap:500  echo 'Error on exit' 2016-12-06 12:16:52.725 | Error on exit 2016-12-06 12:16:52.729 | +./stack.sh:exit_trap:501  generate-subunit 1481025814 798 fail 2016-12-06 12:16:53.134 | +./stack.sh:exit_trap:502  [[ -z /opt/stack/logs ]] 2016-12-06 12:16:53.139 | +./stack.sh:exit_trap:505  /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2016-12-06 12:16:53.616 | +./stack.sh:exit_trap:511  exit 1