2021-02-10 15:35:15.703 | + ./stack.sh:main:463 : exec 2021-02-10 15:35:15.703 | + ./stack.sh:main:471 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-02-10-153515' 2021-02-10 15:35:15.703 | ++ ./stack.sh:main:463 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-02-10-153515.summary.2021-02-10-153515 2021-02-10 15:35:15.703 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:35:15.703 | + ./stack.sh:echo_summary:422 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-02-10-153515 2021-02-10 15:35:15.703 | + ./stack.sh:main:473 : ln -sf /opt/stack/logs/stack.sh.log.2021-02-10-153515 /opt/stack/logs/stack.sh.log 2021-02-10 15:35:15.704 | + ./stack.sh:main:474 : ln -sf /opt/stack/logs/stack.sh.log.2021-02-10-153515.summary.2021-02-10-153515 /opt/stack/logs/stack.sh.log.summary 2021-02-10 15:35:15.704 | + ./stack.sh:main:489 : check_path_perm_sanity /opt/stack 2021-02-10 15:35:15.704 | + functions:check_path_perm_sanity:620 : local real_path 2021-02-10 15:35:15.704 | ++ functions:check_path_perm_sanity:621 : readlink -f /opt/stack 2021-02-10 15:35:15.704 | + functions:check_path_perm_sanity:621 : real_path=/opt/stack 2021-02-10 15:35:15.704 | + functions:check_path_perm_sanity:622 : local rebuilt_path= 2021-02-10 15:35:15.704 | ++ functions:check_path_perm_sanity:623 : echo /opt/stack 2021-02-10 15:35:15.704 | ++ functions:check_path_perm_sanity:623 : tr / ' ' 2021-02-10 15:35:15.704 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2021-02-10 15:35:15.704 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt 2021-02-10 15:35:15.704 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt 2021-02-10 15:35:15.704 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2021-02-10 15:35:15.704 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2021-02-10 15:35:15.704 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt/stack 2021-02-10 15:35:15.706 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt/stack 2021-02-10 15:35:15.709 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2021-02-10 15:35:15.711 | + ./stack.sh:main:495 : trap exit_trap EXIT 2021-02-10 15:35:15.713 | + ./stack.sh:main:536 : trap err_trap ERR 2021-02-10 15:35:15.715 | + ./stack.sh:main:549 : set -o errexit 2021-02-10 15:35:15.717 | + ./stack.sh:main:552 : uname -a 2021-02-10 15:35:15.718 | Linux dv-osbrick-774883-1-smb 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 2021-02-10 15:35:15.720 | + ./stack.sh:main:555 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-02-10 15:35:15.722 | + ./stack.sh:main:556 : rm -f /opt/stack/data/ca-bundle.pem 2021-02-10 15:35:15.725 | + ./stack.sh:main:559 : source /home/ubuntu/devstack/lib/database 2021-02-10 15:35:15.749 | + ./stack.sh:main:560 : source /home/ubuntu/devstack/lib/rpc_backend 2021-02-10 15:35:15.763 | + ./stack.sh:main:566 : fetch_plugins 2021-02-10 15:35:15.765 | + functions-common:fetch_plugins:1652 : local plugins= 2021-02-10 15:35:15.767 | + functions-common:fetch_plugins:1653 : local plugin 2021-02-10 15:35:15.769 | + functions-common:fetch_plugins:1656 : [[ -z '' ]] 2021-02-10 15:35:15.771 | + functions-common:fetch_plugins:1657 : return 2021-02-10 15:35:15.773 | + ./stack.sh:main:570 : run_phase override_defaults 2021-02-10 15:35:15.775 | + functions-common:run_phase:1734 : local mode=override_defaults 2021-02-10 15:35:15.777 | + functions-common:run_phase:1735 : local phase= 2021-02-10 15:35:15.779 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-02-10 15:35:15.781 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-02-10 15:35:15.782 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-02-10 15:35:15.784 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-02-10 15:35:15.786 | + functions-common:run_phase:1744 : local extra 2021-02-10 15:35:15.788 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-02-10 15:35:15.791 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-02-10 15:35:15.793 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-02-10 15:35:15.794 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-02-10 15:35:15.797 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-02-10 15:35:15.799 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-02-10 15:35:15.810 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:35:15.812 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-02-10 15:35:15.814 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-02-10 15:35:15.816 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-02-10 15:35:15.818 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-02-10 15:35:15.820 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-02-10 15:35:15.822 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-02-10 15:35:15.823 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-02-10 15:35:15.825 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2021-02-10 15:35:15.827 | + functions-common:run_phase:1755 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-02-10 15:35:15.829 | + functions-common:run_phase:1758 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-02-10 15:35:15.831 | + functions-common:run_phase:1759 : plugin_override_defaults 2021-02-10 15:35:15.832 | + functions-common:plugin_override_defaults:1693 : local plugins= 2021-02-10 15:35:15.834 | + functions-common:plugin_override_defaults:1694 : local plugin 2021-02-10 15:35:15.836 | + functions-common:plugin_override_defaults:1697 : [[ -z '' ]] 2021-02-10 15:35:15.838 | + functions-common:plugin_override_defaults:1698 : return 2021-02-10 15:35:15.840 | + ./stack.sh:main:573 : source /home/ubuntu/devstack/lib/apache 2021-02-10 15:35:15.856 | + ./stack.sh:main:576 : source /home/ubuntu/devstack/lib/tls 2021-02-10 15:35:15.858 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-02-10 15:35:15.871 | ++ functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:35:15.873 | +++ lib/tls:source:43 : hostname -f 2021-02-10 15:35:15.877 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-02-10 15:35:15.879 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-02-10 15:35:15.880 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-02-10 15:35:15.882 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-02-10 15:35:15.884 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-02-10 15:35:15.887 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-02-10 15:35:15.889 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-02-10 15:35:15.890 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-02-10 15:35:15.892 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-02-10 15:35:15.894 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-02-10 15:35:15.899 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/infra 2021-02-10 15:35:15.910 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/libraries 2021-02-10 15:35:15.926 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/lvm 2021-02-10 15:35:15.938 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/horizon 2021-02-10 15:35:15.950 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/keystone 2021-02-10 15:35:15.974 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/glance 2021-02-10 15:35:16.010 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/nova 2021-02-10 15:35:16.082 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/placement 2021-02-10 15:35:16.102 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/cinder 2021-02-10 15:35:16.133 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/swift 2021-02-10 15:35:16.180 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/neutron 2021-02-10 15:35:16.291 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/ldap 2021-02-10 15:35:16.305 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/dstat 2021-02-10 15:35:16.317 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/tcpdump 2021-02-10 15:35:16.329 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/etcd3 2021-02-10 15:35:16.418 | + ./stack.sh:main:599 : run_phase source 2021-02-10 15:35:16.420 | + functions-common:run_phase:1734 : local mode=source 2021-02-10 15:35:16.423 | + functions-common:run_phase:1735 : local phase= 2021-02-10 15:35:16.425 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-02-10 15:35:16.427 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-02-10 15:35:16.429 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-02-10 15:35:16.431 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-02-10 15:35:16.433 | + functions-common:run_phase:1744 : local extra 2021-02-10 15:35:16.436 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-02-10 15:35:16.439 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-02-10 15:35:16.441 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-02-10 15:35:16.443 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-02-10 15:35:16.445 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-02-10 15:35:16.448 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-02-10 15:35:16.461 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:35:16.463 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-02-10 15:35:16.465 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-02-10 15:35:16.500 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2021-02-10 15:35:16.503 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2021-02-10 15:35:16.505 | + functions-common:run_phase:1755 : [[ source == \s\o\u\r\c\e ]] 2021-02-10 15:35:16.507 | + functions-common:run_phase:1756 : load_plugin_settings 2021-02-10 15:35:16.510 | + functions-common:load_plugin_settings:1670 : local plugins= 2021-02-10 15:35:16.512 | + functions-common:load_plugin_settings:1671 : local plugin 2021-02-10 15:35:16.514 | + functions-common:load_plugin_settings:1674 : [[ -z '' ]] 2021-02-10 15:35:16.516 | + functions-common:load_plugin_settings:1675 : return 2021-02-10 15:35:16.518 | + functions-common:run_phase:1757 : verify_disabled_services 2021-02-10 15:35:16.521 | + functions-common:verify_disabled_services:2017 : local service 2021-02-10 15:35:16.524 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.526 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-02-10 15:35:16.528 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.532 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-02-10 15:35:16.534 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.536 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-02-10 15:35:16.539 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.542 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-02-10 15:35:16.544 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.548 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-02-10 15:35:16.550 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.552 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-02-10 15:35:16.555 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.557 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-02-10 15:35:16.559 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.562 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-02-10 15:35:16.564 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.566 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-02-10 15:35:16.568 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.571 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-02-10 15:35:16.573 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.575 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-02-10 15:35:16.578 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.580 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-02-10 15:35:16.582 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.584 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-02-10 15:35:16.587 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.589 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-02-10 15:35:16.591 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.594 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-02-10 15:35:16.596 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.598 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-02-10 15:35:16.600 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.603 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-02-10 15:35:16.605 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.607 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-02-10 15:35:16.609 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.612 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-02-10 15:35:16.614 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.616 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-02-10 15:35:16.619 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.621 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-02-10 15:35:16.623 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.625 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-02-10 15:35:16.627 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.630 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-02-10 15:35:16.632 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.634 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-02-10 15:35:16.636 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.638 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-02-10 15:35:16.641 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.643 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-02-10 15:35:16.645 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.647 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-02-10 15:35:16.650 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.652 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-02-10 15:35:16.654 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.656 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-02-10 15:35:16.659 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.661 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-02-10 15:35:16.663 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.665 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-02-10 15:35:16.667 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.671 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-02-10 15:35:16.673 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.676 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-02-10 15:35:16.678 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.680 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-02-10 15:35:16.682 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.684 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-02-10 15:35:16.687 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.689 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-02-10 15:35:16.691 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.693 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-02-10 15:35:16.696 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.698 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-02-10 15:35:16.700 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.702 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-02-10 15:35:16.704 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 15:35:16.707 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-02-10 15:35:16.710 | + ./stack.sh:main:670 : initialize_database_backends 2021-02-10 15:35:16.712 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-02-10 15:35:16.714 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-02-10 15:35:16.728 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:35:16.730 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-02-10 15:35:16.732 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-02-10 15:35:16.734 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-02-10 15:35:16.748 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:35:16.751 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-02-10 15:35:16.753 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-02-10 15:35:16.755 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-02-10 15:35:16.758 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-02-10 15:35:16.760 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-02-10 15:35:16.762 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-02-10 15:35:16.765 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-02-10 15:35:16.767 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-02-10 15:35:16.770 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-02-10 15:35:16.773 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-02-10 15:35:16.775 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-02-10 15:35:16.778 | + lib/database:initialize_database_backends:104 : return 0 2021-02-10 15:35:16.780 | + ./stack.sh:main:671 : echo 'Using mysql database backend' 2021-02-10 15:35:16.780 | Using mysql database backend 2021-02-10 15:35:16.782 | + ./stack.sh:main:674 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-02-10 15:35:16.798 | + ./stack.sh:main:686 : is_service_enabled rabbit 2021-02-10 15:35:16.812 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:35:16.815 | + ./stack.sh:main:687 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-02-10 15:35:16.830 | + ./stack.sh:main:694 : is_service_enabled keystone 2021-02-10 15:35:16.845 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:35:16.848 | + ./stack.sh:main:696 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-02-10 15:35:16.863 | + ./stack.sh:main:698 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-02-10 15:35:16.879 | + ./stack.sh:main:709 : is_service_enabled ldap 2021-02-10 15:35:16.894 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:35:16.896 | + ./stack.sh:main:718 : is_service_enabled nova 2021-02-10 15:35:16.912 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:35:16.915 | + ./stack.sh:main:718 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2021-02-10 15:35:16.917 | + ./stack.sh:main:728 : is_service_enabled s-proxy 2021-02-10 15:35:16.933 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:35:16.935 | + ./stack.sh:main:732 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-02-10 15:35:16.950 | + ./stack.sh:main:734 : [[ -z '' ]] 2021-02-10 15:35:16.953 | + ./stack.sh:main:734 : [[ False == \T\r\u\e ]] 2021-02-10 15:35:16.955 | + ./stack.sh:main:740 : save_stackenv 740 2021-02-10 15:35:16.958 | + functions-common:save_stackenv:60 : local tag=740 2021-02-10 15:35:16.960 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-02-10 15:35:16.964 | + functions-common:save_stackenv:62 : time_stamp=2021-02-10-153516 2021-02-10 15:35:16.966 | + functions-common:save_stackenv:63 : echo '# 2021-02-10-153516 740' 2021-02-10 15:35:16.968 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:35:16.971 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-02-10 15:35:16.973 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:35:16.976 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-02-10 15:35:16.978 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:35:16.980 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-02-10 15:35:16.983 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:35:16.985 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-02-10 15:35:16.987 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:35:16.989 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.71 2021-02-10 15:35:16.992 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:35:16.994 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.71/identity 2021-02-10 15:35:16.996 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:35:16.998 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-02-10-153515 2021-02-10 15:35:17.001 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:35:17.003 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-02-10 15:35:17.005 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:35:17.007 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.71 2021-02-10 15:35:17.010 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:35:17.012 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-02-10 15:35:17.014 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:35:17.016 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-02-10 15:35:17.019 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:35:17.021 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-02-10 15:35:17.023 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:35:17.025 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-02-10 15:35:17.028 | + ./stack.sh:main:751 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-02-10 15:35:17.030 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/requirements.git 2021-02-10 15:35:17.032 | + functions-common:git_clone:526 : local git_dest=/opt/stack/requirements 2021-02-10 15:35:17.034 | + functions-common:git_clone:527 : local git_ref=master 2021-02-10 15:35:17.036 | + functions-common:git_clone:528 : local orig_dir 2021-02-10 15:35:17.039 | ++ functions-common:git_clone:529 : pwd 2021-02-10 15:35:17.041 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-02-10 15:35:17.043 | + functions-common:git_clone:530 : local git_clone_flags= 2021-02-10 15:35:17.046 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-02-10 15:35:17.061 | + functions-common:git_clone:532 : RECLONE=False 2021-02-10 15:35:17.063 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-02-10 15:35:17.065 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-02-10 15:35:17.068 | + functions-common:git_clone:546 : echo master 2021-02-10 15:35:17.068 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-02-10 15:35:17.072 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/requirements ]] 2021-02-10 15:35:17.074 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-02-10 15:35:17.077 | + functions-common:git_clone:594 : cd /opt/stack/requirements 2021-02-10 15:35:17.079 | + functions-common:git_clone:595 : git show --oneline 2021-02-10 15:35:17.080 | + functions-common:git_clone:595 : head -1 2021-02-10 15:35:17.082 | 1f168eab Updated from generate-constraints 2021-02-10 15:35:17.085 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-02-10 15:35:17.087 | + ./stack.sh:main:755 : echo_summary 'Installing package prerequisites' 2021-02-10 15:35:17.089 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:35:17.092 | + ./stack.sh:echo_summary:422 : echo -e Installing package prerequisites 2021-02-10 15:35:17.094 | + ./stack.sh:main:756 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-02-10 15:35:17.097 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-02-10 15:35:17.099 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-02-10 15:35:17.101 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-02-10 15:35:17.104 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-02-10 15:35:17.106 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-02-10 15:35:17.109 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-02-10 15:35:17.111 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-02-10 15:35:17.116 | ++ tools/install_prereqs.sh:source:47 : NOW=1612971317 2021-02-10 15:35:17.119 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-02-10 15:35:17.122 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-02-10 15:35:17.125 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-02-10 15:35:17.128 | ++ tools/install_prereqs.sh:source:49 : DELTA=1612971317 2021-02-10 15:35:17.130 | ++ tools/install_prereqs.sh:source:50 : [[ 1612971317 -lt 7200 ]] 2021-02-10 15:35:17.133 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-02-10 15:35:17.136 | ++ functions-common:export_proxy_variables:2124 : isset http_proxy 2021-02-10 15:35:17.138 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-02-10 15:35:17.140 | ++ functions-common:export_proxy_variables:2127 : isset https_proxy 2021-02-10 15:35:17.144 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-02-10 15:35:17.146 | ++ functions-common:export_proxy_variables:2130 : isset no_proxy 2021-02-10 15:35:17.149 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-02-10 15:35:17.153 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-02-10 15:35:17.205 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-02-10 15:35:17.205 | apache2-dev 2021-02-10 15:35:17.205 | bc 2021-02-10 15:35:17.205 | bsdmainutils 2021-02-10 15:35:17.205 | curl 2021-02-10 15:35:17.205 | g++ 2021-02-10 15:35:17.205 | gcc 2021-02-10 15:35:17.205 | gettext 2021-02-10 15:35:17.205 | git 2021-02-10 15:35:17.205 | graphviz 2021-02-10 15:35:17.205 | iputils-ping 2021-02-10 15:35:17.205 | libapache2-mod-proxy-uwsgi 2021-02-10 15:35:17.205 | libffi-dev 2021-02-10 15:35:17.205 | libjpeg-dev 2021-02-10 15:35:17.205 | libmysqlclient-dev 2021-02-10 15:35:17.205 | libpcre3-dev 2021-02-10 15:35:17.205 | libpq-dev 2021-02-10 15:35:17.205 | libssl-dev 2021-02-10 15:35:17.206 | libsystemd-dev 2021-02-10 15:35:17.206 | libxml2-dev 2021-02-10 15:35:17.206 | libxslt1-dev 2021-02-10 15:35:17.206 | libyaml-dev 2021-02-10 15:35:17.206 | lsof 2021-02-10 15:35:17.206 | openssh-server 2021-02-10 15:35:17.206 | openssl 2021-02-10 15:35:17.206 | pkg-config 2021-02-10 15:35:17.206 | psmisc 2021-02-10 15:35:17.206 | python3-dev 2021-02-10 15:35:17.206 | python3-pip 2021-02-10 15:35:17.206 | python3-systemd 2021-02-10 15:35:17.206 | python3-venv 2021-02-10 15:35:17.206 | tar 2021-02-10 15:35:17.206 | tcpdump 2021-02-10 15:35:17.206 | unzip 2021-02-10 15:35:17.206 | uuid-runtime 2021-02-10 15:35:17.206 | wget 2021-02-10 15:35:17.206 | wget 2021-02-10 15:35:17.206 | zlib1g-dev 2021-02-10 15:35:17.206 | libkrb5-dev 2021-02-10 15:35:17.206 | libldap2-dev 2021-02-10 15:35:17.206 | libsasl2-dev 2021-02-10 15:35:17.206 | memcached 2021-02-10 15:35:17.206 | python3-mysqldb 2021-02-10 15:35:17.206 | sqlite3 2021-02-10 15:35:17.206 | conntrack 2021-02-10 15:35:17.206 | curl 2021-02-10 15:35:17.206 | dnsmasq-base 2021-02-10 15:35:17.206 | dnsmasq-utils 2021-02-10 15:35:17.206 | ebtables 2021-02-10 15:35:17.206 | gawk 2021-02-10 15:35:17.206 | genisoimage 2021-02-10 15:35:17.207 | iptables 2021-02-10 15:35:17.207 | iputils-arping 2021-02-10 15:35:17.207 | kpartx 2021-02-10 15:35:17.207 | libjs-jquery-tablesorter 2021-02-10 15:35:17.207 | libmysqlclient-dev 2021-02-10 15:35:17.207 | parted 2021-02-10 15:35:17.207 | pm-utils 2021-02-10 15:35:17.207 | python3-mysqldb 2021-02-10 15:35:17.207 | socat 2021-02-10 15:35:17.207 | sqlite3 2021-02-10 15:35:17.207 | sudo 2021-02-10 15:35:17.207 | vlan 2021-02-10 15:35:17.207 | lsscsi 2021-02-10 15:35:17.207 | open-iscsi 2021-02-10 15:35:17.207 | lvm2 2021-02-10 15:35:17.207 | qemu-utils 2021-02-10 15:35:17.207 | thin-provisioning-tools 2021-02-10 15:35:17.207 | acl 2021-02-10 15:35:17.207 | dnsmasq-base 2021-02-10 15:35:17.207 | dnsmasq-utils 2021-02-10 15:35:17.207 | ebtables 2021-02-10 15:35:17.207 | haproxy 2021-02-10 15:35:17.207 | iptables 2021-02-10 15:35:17.207 | iputils-arping 2021-02-10 15:35:17.207 | iputils-ping 2021-02-10 15:35:17.207 | libmysqlclient-dev 2021-02-10 15:35:17.207 | postgresql-server-dev-all 2021-02-10 15:35:17.207 | python3-mysqldb 2021-02-10 15:35:17.207 | sqlite3 2021-02-10 15:35:17.207 | sudo 2021-02-10 15:35:17.207 | vlan 2021-02-10 15:35:17.207 | ipset 2021-02-10 15:35:17.207 | conntrack 2021-02-10 15:35:17.207 | conntrackd 2021-02-10 15:35:17.207 | keepalived 2021-02-10 15:35:17.207 | dstat 2021-02-10 15:35:17.208 | lvm2 2021-02-10 15:35:17.208 | qemu-utils 2021-02-10 15:35:17.208 | thin-provisioning-tools 2021-02-10 15:35:17.208 | curl 2021-02-10 15:35:17.208 | liberasurecode-dev 2021-02-10 15:35:17.208 | make 2021-02-10 15:35:17.208 | memcached 2021-02-10 15:35:17.208 | sqlite3 2021-02-10 15:35:17.208 | xfsprogs' 2021-02-10 15:35:17.211 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-02-10 15:35:17.227 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-02-10 15:35:17.227 | apache2-dev 2021-02-10 15:35:17.228 | bc 2021-02-10 15:35:17.228 | bsdmainutils 2021-02-10 15:35:17.228 | curl 2021-02-10 15:35:17.228 | g++ 2021-02-10 15:35:17.228 | gcc 2021-02-10 15:35:17.228 | gettext 2021-02-10 15:35:17.228 | git 2021-02-10 15:35:17.228 | graphviz 2021-02-10 15:35:17.228 | iputils-ping 2021-02-10 15:35:17.228 | libapache2-mod-proxy-uwsgi 2021-02-10 15:35:17.228 | libffi-dev 2021-02-10 15:35:17.228 | libjpeg-dev 2021-02-10 15:35:17.228 | libmysqlclient-dev 2021-02-10 15:35:17.228 | libpcre3-dev 2021-02-10 15:35:17.228 | libpq-dev 2021-02-10 15:35:17.228 | libssl-dev 2021-02-10 15:35:17.228 | libsystemd-dev 2021-02-10 15:35:17.228 | libxml2-dev 2021-02-10 15:35:17.228 | libxslt1-dev 2021-02-10 15:35:17.228 | libyaml-dev 2021-02-10 15:35:17.228 | lsof 2021-02-10 15:35:17.228 | openssh-server 2021-02-10 15:35:17.228 | openssl 2021-02-10 15:35:17.228 | pkg-config 2021-02-10 15:35:17.228 | psmisc 2021-02-10 15:35:17.228 | python3-dev 2021-02-10 15:35:17.228 | python3-pip 2021-02-10 15:35:17.228 | python3-systemd 2021-02-10 15:35:17.228 | python3-venv 2021-02-10 15:35:17.228 | tar 2021-02-10 15:35:17.228 | tcpdump 2021-02-10 15:35:17.228 | unzip 2021-02-10 15:35:17.228 | uuid-runtime 2021-02-10 15:35:17.228 | wget 2021-02-10 15:35:17.228 | wget 2021-02-10 15:35:17.228 | zlib1g-dev 2021-02-10 15:35:17.228 | libkrb5-dev 2021-02-10 15:35:17.229 | libldap2-dev 2021-02-10 15:35:17.229 | libsasl2-dev 2021-02-10 15:35:17.229 | memcached 2021-02-10 15:35:17.229 | python3-mysqldb 2021-02-10 15:35:17.229 | sqlite3 2021-02-10 15:35:17.229 | conntrack 2021-02-10 15:35:17.229 | curl 2021-02-10 15:35:17.229 | dnsmasq-base 2021-02-10 15:35:17.229 | dnsmasq-utils 2021-02-10 15:35:17.229 | ebtables 2021-02-10 15:35:17.229 | gawk 2021-02-10 15:35:17.229 | genisoimage 2021-02-10 15:35:17.229 | iptables 2021-02-10 15:35:17.229 | iputils-arping 2021-02-10 15:35:17.229 | kpartx 2021-02-10 15:35:17.229 | libjs-jquery-tablesorter 2021-02-10 15:35:17.229 | libmysqlclient-dev 2021-02-10 15:35:17.229 | parted 2021-02-10 15:35:17.229 | pm-utils 2021-02-10 15:35:17.229 | python3-mysqldb 2021-02-10 15:35:17.229 | socat 2021-02-10 15:35:17.229 | sqlite3 2021-02-10 15:35:17.229 | sudo 2021-02-10 15:35:17.229 | vlan 2021-02-10 15:35:17.229 | lsscsi 2021-02-10 15:35:17.229 | open-iscsi 2021-02-10 15:35:17.229 | lvm2 2021-02-10 15:35:17.229 | qemu-utils 2021-02-10 15:35:17.229 | thin-provisioning-tools 2021-02-10 15:35:17.229 | acl 2021-02-10 15:35:17.229 | dnsmasq-base 2021-02-10 15:35:17.229 | dnsmasq-utils 2021-02-10 15:35:17.229 | ebtables 2021-02-10 15:35:17.229 | haproxy 2021-02-10 15:35:17.229 | iptables 2021-02-10 15:35:17.229 | iputils-arping 2021-02-10 15:35:17.229 | iputils-ping 2021-02-10 15:35:17.229 | libmysqlclient-dev 2021-02-10 15:35:17.229 | postgresql-server-dev-all 2021-02-10 15:35:17.230 | python3-mysqldb 2021-02-10 15:35:17.230 | sqlite3 2021-02-10 15:35:17.230 | sudo 2021-02-10 15:35:17.230 | vlan 2021-02-10 15:35:17.230 | ipset 2021-02-10 15:35:17.230 | conntrack 2021-02-10 15:35:17.230 | conntrackd 2021-02-10 15:35:17.230 | keepalived 2021-02-10 15:35:17.230 | dstat 2021-02-10 15:35:17.230 | lvm2 2021-02-10 15:35:17.230 | qemu-utils 2021-02-10 15:35:17.230 | thin-provisioning-tools 2021-02-10 15:35:17.230 | curl 2021-02-10 15:35:17.230 | liberasurecode-dev 2021-02-10 15:35:17.230 | make 2021-02-10 15:35:17.230 | memcached 2021-02-10 15:35:17.230 | sqlite3 2021-02-10 15:35:17.230 | xfsprogs ' 2021-02-10 15:35:17.230 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-02-10 15:35:17.232 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:35:17.235 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:35:17.238 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-02-10 15:35:17.238 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-02-10 15:35:17.242 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-02-10 15:35:17.245 | ++ functions-common:install_package:1344 : update_package_repo 2021-02-10 15:35:17.247 | ++ functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-02-10 15:35:17.249 | ++ functions-common:update_package_repo:1317 : REPOS_UPDATED=False 2021-02-10 15:35:17.251 | ++ functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-02-10 15:35:17.254 | ++ functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-02-10 15:35:17.257 | ++ functions-common:update_package_repo:1324 : is_ubuntu 2021-02-10 15:35:17.259 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:35:17.262 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:35:17.264 | ++ functions-common:update_package_repo:1325 : apt_get_update 2021-02-10 15:35:17.267 | ++ functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2021-02-10 15:35:17.269 | ++ functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2021-02-10 15:35:17.271 | ++ functions-common:apt_get_update:1077 : local sudo=sudo 2021-02-10 15:35:17.274 | +++ functions-common:apt_get_update:1078 : id -u 2021-02-10 15:35:17.278 | ++ functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2021-02-10 15:35:17.280 | ++ functions-common:apt_get_update:1081 : time_start apt-get-update 2021-02-10 15:35:17.282 | ++ functions-common:time_start:2292 : local name=apt-get-update 2021-02-10 15:35:17.284 | ++ functions-common:time_start:2293 : local start_time= 2021-02-10 15:35:17.286 | ++ functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:35:17.289 | +++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:35:17.293 | ++ functions-common:time_start:2297 : _TIME_START[$name]=1612971317290 2021-02-10 15:35:17.296 | ++ functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-02-10 15:35:17.298 | ++ functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-02-10 15:35:17.300 | ++ functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-02-10 15:35:17.839 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-02-10 15:35:17.839 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-02-10 15:35:17.887 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-02-10 15:35:17.945 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-02-10 15:35:20.225 | Reading package lists... 2021-02-10 15:35:20.286 | ++ functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2021-02-10 15:35:20.289 | ++ functions-common:apt_get_update:1091 : time_stop apt-get-update 2021-02-10 15:35:20.292 | ++ functions-common:time_stop:2306 : local name 2021-02-10 15:35:20.295 | ++ functions-common:time_stop:2307 : local end_time 2021-02-10 15:35:20.299 | ++ functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:35:20.301 | ++ functions-common:time_stop:2309 : local total 2021-02-10 15:35:20.303 | ++ functions-common:time_stop:2310 : local start_time 2021-02-10 15:35:20.306 | ++ functions-common:time_stop:2312 : name=apt-get-update 2021-02-10 15:35:20.309 | ++ functions-common:time_stop:2313 : start_time=1612971317290 2021-02-10 15:35:20.311 | ++ functions-common:time_stop:2315 : [[ -z 1612971317290 ]] 2021-02-10 15:35:20.315 | +++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:35:20.319 | ++ functions-common:time_stop:2318 : end_time=1612971320316 2021-02-10 15:35:20.321 | ++ functions-common:time_stop:2319 : elapsed_time=3026 2021-02-10 15:35:20.323 | ++ functions-common:time_stop:2320 : total=0 2021-02-10 15:35:20.326 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:35:20.328 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=3026 2021-02-10 15:35:20.331 | ++ functions-common:install_package:1345 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-02-10 15:35:20.333 | ++ functions-common:real_install_package:1330 : is_ubuntu 2021-02-10 15:35:20.336 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:35:20.338 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:35:20.341 | ++ functions-common:real_install_package:1331 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-02-10 15:35:20.361 | ++ functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-02-10 15:35:20.478 | Reading package lists... 2021-02-10 15:35:20.739 | Building dependency tree... 2021-02-10 15:35:20.740 | Reading state information... 2021-02-10 15:35:20.986 | acl is already the newest version (2.2.52-3build1). 2021-02-10 15:35:20.986 | acl set to manually installed. 2021-02-10 15:35:20.986 | bc is already the newest version (1.07.1-2). 2021-02-10 15:35:20.986 | bc set to manually installed. 2021-02-10 15:35:20.986 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-02-10 15:35:20.986 | bsdmainutils set to manually installed. 2021-02-10 15:35:20.986 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-02-10 15:35:20.986 | gawk set to manually installed. 2021-02-10 15:35:20.986 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-02-10 15:35:20.986 | iptables set to manually installed. 2021-02-10 15:35:20.986 | libpcre3-dev is already the newest version (2:8.39-9). 2021-02-10 15:35:20.986 | lsof is already the newest version (4.89+dfsg-0.1). 2021-02-10 15:35:20.986 | lsof set to manually installed. 2021-02-10 15:35:20.986 | python3-systemd is already the newest version (234-1build1). 2021-02-10 15:35:20.986 | python3-systemd set to manually installed. 2021-02-10 15:35:20.987 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-02-10 15:35:20.987 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-02-10 15:35:20.987 | ebtables set to manually installed. 2021-02-10 15:35:20.987 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-02-10 15:35:20.987 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-02-10 15:35:20.987 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-02-10 15:35:20.987 | parted is already the newest version (3.2-20ubuntu0.2). 2021-02-10 15:35:20.987 | parted set to manually installed. 2021-02-10 15:35:20.987 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-02-10 15:35:20.987 | psmisc set to manually installed. 2021-02-10 15:35:20.987 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-02-10 15:35:20.987 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-02-10 15:35:20.987 | wget set to manually installed. 2021-02-10 15:35:20.987 | The following packages were automatically installed and are no longer required: 2021-02-10 15:35:20.987 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-02-10 15:35:20.987 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-02-10 15:35:20.987 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-02-10 15:35:20.987 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-02-10 15:35:20.987 | python3-twisted-bin python3-zope.interface 2021-02-10 15:35:20.987 | Use 'sudo apt autoremove' to remove them. 2021-02-10 15:35:20.987 | The following additional packages will be installed: 2021-02-10 15:35:20.987 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2021-02-10 15:35:20.987 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2021-02-10 15:35:20.987 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2021-02-10 15:35:20.987 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2021-02-10 15:35:20.987 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2021-02-10 15:35:20.987 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2021-02-10 15:35:20.987 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2021-02-10 15:35:20.987 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-02-10 15:35:20.987 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-02-10 15:35:20.988 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2021-02-10 15:35:20.988 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2021-02-10 15:35:20.988 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2021-02-10 15:35:20.988 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssapi-krb5-2 2021-02-10 15:35:20.988 | libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-02-10 15:35:20.988 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-02-10 15:35:20.988 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 2021-02-10 15:35:20.988 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-02-10 15:35:20.988 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libk5crypto3 2021-02-10 15:35:20.988 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-3 libkrb5support0 2021-02-10 15:35:20.988 | liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 liblua5.2-0 2021-02-10 15:35:20.988 | liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2021-02-10 15:35:20.988 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-02-10 15:35:20.988 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2021-02-10 15:35:20.988 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-02-10 15:35:20.988 | libpgm-5.2-0 libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 2021-02-10 15:35:20.988 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2021-02-10 15:35:20.988 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2021-02-10 15:35:20.988 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2021-02-10 15:35:20.988 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2021-02-10 15:35:20.988 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2021-02-10 15:35:20.988 | mysql-common po-debconf postgresql-client-common postgresql-common 2021-02-10 15:35:20.988 | postgresql-server-dev-10 python-pip-whl python3-crypto python3-keyring 2021-02-10 15:35:20.988 | python3-keyrings.alt python3-secretstorage python3-setuptools python3-wheel 2021-02-10 15:35:20.988 | python3-xdg python3.6-venv qemu-block-extra sharutils ssl-cert systemd 2021-02-10 15:35:20.988 | uuid-dev uwsgi-core vbetool x11-common 2021-02-10 15:35:20.990 | Suggested packages: 2021-02-10 15:35:20.990 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2021-02-10 15:35:20.990 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2021-02-10 15:35:20.990 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2021-02-10 15:35:20.990 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run 2021-02-10 15:35:20.990 | | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 2021-02-10 15:35:20.990 | git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat 2021-02-10 15:35:20.990 | ldirectord krb5-doc uwsgi bzr libisal2 libjerasure2 libgd-tools 2021-02-10 15:35:20.990 | libglib2.0-doc libgraphite2-utils krb5-user icu-doc libtool-doc 2021-02-10 15:35:20.990 | postgresql-doc-10 libsasl2-modules-gssapi-mit 2021-02-10 15:35:20.990 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2021-02-10 15:35:20.990 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2021-02-10 15:35:20.990 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2021-02-10 15:35:20.990 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2021-02-10 15:35:20.990 | libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl 2021-02-10 15:35:20.990 | libjson-perl python-crypto-doc gnome-keyring libkf5wallet-bin 2021-02-10 15:35:20.990 | gir1.2-gnomekeyring-1.0 default-mysql-server | virtual-mysql-server 2021-02-10 15:35:20.990 | python-egenix-mxdatetime python3-mysqldb-dbg python-secretstorage-doc 2021-02-10 15:35:20.990 | python-setuptools-doc debootstrap sharutils-doc bsd-mailx | mailx 2021-02-10 15:35:20.990 | sqlite3-doc openssl-blacklist systemd-container ncompress tar-scripts 2021-02-10 15:35:20.990 | tar-doc zip uwsgi-plugins-all uwsgi-extra uwsgi-dev 2021-02-10 15:35:21.249 | The following NEW packages will be installed: 2021-02-10 15:35:21.249 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2021-02-10 15:35:21.249 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2021-02-10 15:35:21.249 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2021-02-10 15:35:21.249 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2021-02-10 15:35:21.249 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2021-02-10 15:35:21.249 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2021-02-10 15:35:21.249 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2021-02-10 15:35:21.249 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2021-02-10 15:35:21.249 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2021-02-10 15:35:21.249 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-02-10 15:35:21.249 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-02-10 15:35:21.249 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2021-02-10 15:35:21.249 | libfakeroot libffi-dev libfile-fcntllock-perl 2021-02-10 15:35:21.249 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2021-02-10 15:35:21.249 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2021-02-10 15:35:21.249 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-02-10 15:35:21.249 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-02-10 15:35:21.249 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2021-02-10 15:35:21.249 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-02-10 15:35:21.249 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2021-02-10 15:35:21.249 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2021-02-10 15:35:21.249 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2021-02-10 15:35:21.249 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2021-02-10 15:35:21.249 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-02-10 15:35:21.249 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2021-02-10 15:35:21.249 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2021-02-10 15:35:21.250 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev 2021-02-10 15:35:21.250 | libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev 2021-02-10 15:35:21.250 | libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data 2021-02-10 15:35:21.250 | libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7 2021-02-10 15:35:21.250 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2021-02-10 15:35:21.250 | libxslt1-dev libxt6 libyaml-dev libzmq5 lsscsi m4 make memcached 2021-02-10 15:35:21.250 | mysql-common pkg-config pm-utils po-debconf postgresql-client-common 2021-02-10 15:35:21.250 | postgresql-common postgresql-server-dev-10 postgresql-server-dev-all 2021-02-10 15:35:21.250 | python-pip-whl python3-crypto python3-keyring python3-keyrings.alt 2021-02-10 15:35:21.250 | python3-mysqldb python3-pip python3-secretstorage python3-setuptools 2021-02-10 15:35:21.250 | python3-venv python3-wheel python3-xdg python3.6-venv qemu-block-extra 2021-02-10 15:35:21.250 | qemu-utils sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip 2021-02-10 15:35:21.250 | uuid-dev uwsgi-core vbetool vlan x11-common zlib1g-dev 2021-02-10 15:35:21.250 | The following packages will be upgraded: 2021-02-10 15:35:21.250 | curl dnsmasq-base git libcom-err2 libcurl4 libglib2.0-0 libgssapi-krb5-2 2021-02-10 15:35:21.250 | libicu60 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common 2021-02-10 15:35:21.250 | libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2021-02-10 15:35:21.250 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2021-02-10 15:35:21.251 | libxslt1.1 lvm2 open-iscsi openssl sudo systemd tar tcpdump uuid-runtime 2021-02-10 15:35:21.394 | 32 upgraded, 202 newly installed, 0 to remove and 150 not upgraded. 2021-02-10 15:35:21.395 | Need to get 84.8 MB of archives. 2021-02-10 15:35:21.395 | After this operation, 263 MB of additional disk space will be used. 2021-02-10 15:35:21.395 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 2021-02-10 15:35:21.695 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.44 [105 kB] 2021-02-10 15:35:21.710 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.44 [108 kB] 2021-02-10 15:35:21.720 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2,913 kB] 2021-02-10 15:35:22.022 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 2021-02-10 15:35:22.039 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 2021-02-10 15:35:22.041 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-runtime amd64 2.31.1-0.4ubuntu3.7 [34.8 kB] 2021-02-10 15:35:22.044 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2021-02-10 15:35:22.052 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1,301 kB] 2021-02-10 15:35:22.268 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2021-02-10 15:35:22.271 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 2021-02-10 15:35:22.286 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] 2021-02-10 15:35:22.287 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 2021-02-10 15:35:22.288 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 2021-02-10 15:35:22.290 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 2021-02-10 15:35:22.290 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 2021-02-10 15:35:22.296 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2021-02-10 15:35:22.296 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] 2021-02-10 15:35:22.327 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB] 2021-02-10 15:35:23.886 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] 2021-02-10 15:35:24.019 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.14 [1,070 kB] 2021-02-10 15:35:24.075 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.14 [83.9 kB] 2021-02-10 15:35:24.078 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.14 [160 kB] 2021-02-10 15:35:24.083 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.14 [95.1 kB] 2021-02-10 15:35:24.086 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2021-02-10 15:35:24.363 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB] 2021-02-10 15:35:24.475 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2021-02-10 15:35:24.477 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2021-02-10 15:35:24.480 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2021-02-10 15:35:24.484 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblua5.3-0 amd64 5.3.3-1ubuntu0.18.04.1 [115 kB] 2021-02-10 15:35:24.488 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB] 2021-02-10 15:35:24.751 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.4 [110 kB] 2021-02-10 15:35:24.755 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB] 2021-02-10 15:35:24.756 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2021-02-10 15:35:24.758 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2021-02-10 15:35:24.759 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB] 2021-02-10 15:35:24.767 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2021-02-10 15:35:24.768 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8,848 B] 2021-02-10 15:35:24.769 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1,171 kB] 2021-02-10 15:35:24.912 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 2021-02-10 15:35:25.014 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 2021-02-10 15:35:25.115 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 2021-02-10 15:35:25.135 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 2021-02-10 15:35:25.173 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 2021-02-10 15:35:25.178 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 2021-02-10 15:35:25.195 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB] 2021-02-10 15:35:25.268 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.7 [33.2 kB] 2021-02-10 15:35:25.274 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2021-02-10 15:35:25.275 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 2021-02-10 15:35:25.287 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2021-02-10 15:35:25.393 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.9 [261 kB] 2021-02-10 15:35:25.441 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2021-02-10 15:35:25.497 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2021-02-10 15:35:25.503 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2021-02-10 15:35:25.545 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2021-02-10 15:35:25.592 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2021-02-10 15:35:25.669 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 2021-02-10 15:35:25.751 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2021-02-10 15:35:25.783 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2021-02-10 15:35:25.786 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB] 2021-02-10 15:35:25.800 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB] 2021-02-10 15:35:25.802 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2021-02-10 15:35:25.809 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B] 2021-02-10 15:35:25.810 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 2021-02-10 15:35:25.857 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2021-02-10 15:35:25.881 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 2021-02-10 15:35:25.989 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2021-02-10 15:35:26.001 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB] 2021-02-10 15:35:26.228 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 2021-02-10 15:35:26.230 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2021-02-10 15:35:26.271 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2021-02-10 15:35:26.433 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.14 [177 kB] 2021-02-10 15:35:26.467 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1,471 kB] 2021-02-10 15:35:26.721 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9,697 kB] 2021-02-10 15:35:28.520 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B] 2021-02-10 15:35:28.520 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2021-02-10 15:35:28.521 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB] 2021-02-10 15:35:28.523 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2021-02-10 15:35:28.524 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2021-02-10 15:35:28.530 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.12 [159 kB] 2021-02-10 15:35:28.538 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.12 [214 kB] 2021-02-10 15:35:28.545 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2021-02-10 15:35:28.547 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-base amd64 2.79-1ubuntu0.2 [306 kB] 2021-02-10 15:35:28.605 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-utils amd64 2.79-1ubuntu0.2 [13.1 kB] 2021-02-10 15:35:28.608 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2021-02-10 15:35:28.664 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2021-02-10 15:35:28.667 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2021-02-10 15:35:28.678 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2021-02-10 15:35:28.734 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2021-02-10 15:35:28.750 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2021-02-10 15:35:28.803 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB] 2021-02-10 15:35:28.806 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3,915 kB] 2021-02-10 15:35:29.554 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2021-02-10 15:35:29.558 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2021-02-10 15:35:29.561 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2021-02-10 15:35:29.568 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2021-02-10 15:35:29.569 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2021-02-10 15:35:29.573 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.3 [153 kB] 2021-02-10 15:35:29.599 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] 2021-02-10 15:35:29.633 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2021-02-10 15:35:29.638 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB] 2021-02-10 15:35:29.791 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2021-02-10 15:35:30.046 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2021-02-10 15:35:30.123 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB] 2021-02-10 15:35:30.128 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B] 2021-02-10 15:35:30.129 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2021-02-10 15:35:30.136 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2021-02-10 15:35:30.283 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2021-02-10 15:35:30.289 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2021-02-10 15:35:30.310 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2021-02-10 15:35:30.313 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2021-02-10 15:35:30.315 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB] 2021-02-10 15:35:30.338 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB] 2021-02-10 15:35:30.343 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB] 2021-02-10 15:35:30.347 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2021-02-10 15:35:30.351 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2021-02-10 15:35:30.474 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2021-02-10 15:35:30.500 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2021-02-10 15:35:30.516 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2021-02-10 15:35:30.529 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2021-02-10 15:35:30.533 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2021-02-10 15:35:30.548 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2021-02-10 15:35:30.632 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] 2021-02-10 15:35:30.639 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB] 2021-02-10 15:35:30.651 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2021-02-10 15:35:30.655 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2021-02-10 15:35:30.669 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB] 2021-02-10 15:35:30.715 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2021-02-10 15:35:30.718 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2021-02-10 15:35:30.718 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB] 2021-02-10 15:35:30.720 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2021-02-10 15:35:30.808 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp-base all 5.7.3+dfsg-1.8ubuntu3.6 [224 kB] 2021-02-10 15:35:30.834 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp30 amd64 5.7.3+dfsg-1.8ubuntu3.6 [926 kB] 2021-02-10 15:35:30.945 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 keepalived amd64 1:1.3.9-1ubuntu0.18.04.2 [244 kB] 2021-02-10 15:35:30.972 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.2 [54.4 kB] 2021-02-10 15:35:30.978 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.2 [37.3 kB] 2021-02-10 15:35:30.982 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.2 [49.7 kB] 2021-02-10 15:35:31.021 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.2 [38.0 kB] 2021-02-10 15:35:31.025 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 comerr-dev amd64 2.1-1.44.1-1ubuntu1.3 [38.5 kB] 2021-02-10 15:35:31.030 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.2 [120 kB] 2021-02-10 15:35:31.057 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] 2021-02-10 15:35:31.127 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 2021-02-10 15:35:31.132 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 2021-02-10 15:35:31.133 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2021-02-10 15:35:31.134 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2021-02-10 15:35:31.135 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2021-02-10 15:35:31.139 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.6 [68.8 kB] 2021-02-10 15:35:31.223 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.6 [102 kB] 2021-02-10 15:35:31.234 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2021-02-10 15:35:31.239 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 2021-02-10 15:35:31.259 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.6 [1,385 kB] 2021-02-10 15:35:31.469 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2021-02-10 15:35:31.470 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2021-02-10 15:35:31.475 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2021-02-10 15:35:31.476 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2021-02-10 15:35:31.477 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB] 2021-02-10 15:35:31.479 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB] 2021-02-10 15:35:31.565 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB] 2021-02-10 15:35:31.568 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.1 [8,889 kB] 2021-02-10 15:35:32.818 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2021-02-10 15:35:32.869 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2021-02-10 15:35:32.878 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2021-02-10 15:35:32.884 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8-dev amd64 1.5.2-0ubuntu5.18.04.4 [225 kB] 2021-02-10 15:35:32.923 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2021-02-10 15:35:32.923 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2021-02-10 15:35:32.924 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2021-02-10 15:35:32.949 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2021-02-10 15:35:32.950 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-tablesorter all 1:2.29.5+dfsg1-1 [174 kB] 2021-02-10 15:35:32.972 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2021-02-10 15:35:33.043 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2021-02-10 15:35:33.044 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2021-02-10 15:35:33.047 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2021-02-10 15:35:33.049 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] 2021-02-10 15:35:33.050 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.33-0ubuntu0.18.04.1 [687 kB] 2021-02-10 15:35:33.143 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.7 [1,566 kB] 2021-02-10 15:35:33.376 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.33-0ubuntu0.18.04.1 [989 kB] 2021-02-10 15:35:33.516 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2021-02-10 15:35:33.555 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2021-02-10 15:35:33.566 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1,220 kB] 2021-02-10 15:35:33.738 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 2021-02-10 15:35:33.758 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.15-0ubuntu0.18.04.1 [108 kB] 2021-02-10 15:35:33.773 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.15-0ubuntu0.18.04.1 [218 kB] 2021-02-10 15:35:33.811 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librados2 amd64 12.2.13-0ubuntu0.18.04.6 [2,724 kB] 2021-02-10 15:35:34.358 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.6 [925 kB] 2021-02-10 15:35:34.477 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-dev amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [256 kB] 2021-02-10 15:35:34.530 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [48.9 kB] 2021-02-10 15:35:34.532 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2021-02-10 15:35:34.535 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.44 [184 kB] 2021-02-10 15:35:34.542 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB] 2021-02-10 15:35:34.544 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.3 [756 kB] 2021-02-10 15:35:34.598 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] 2021-02-10 15:35:34.621 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB] 2021-02-10 15:35:34.684 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2021-02-10 15:35:34.715 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 lsscsi amd64 0.28-0.1 [35.5 kB] 2021-02-10 15:35:34.734 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lvm2 amd64 2.02.176-4.1ubuntu3.18.04.3 [929 kB] 2021-02-10 15:35:34.967 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2021-02-10 15:35:34.971 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2021-02-10 15:35:34.972 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2021-02-10 15:35:34.973 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2021-02-10 15:35:34.974 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2021-02-10 15:35:34.980 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-10 amd64 10.15-0ubuntu0.18.04.1 [838 kB] 2021-02-10 15:35:35.067 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB] 2021-02-10 15:35:35.185 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1.18.04.4 [1,653 kB] 2021-02-10 15:35:35.730 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB] 2021-02-10 15:35:35.751 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB] 2021-02-10 15:35:35.752 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB] 2021-02-10 15:35:35.754 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB] 2021-02-10 15:35:35.755 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] 2021-02-10 15:35:35.759 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-pip all 9.0.1-2.3~ubuntu1.18.04.4 [114 kB] 2021-02-10 15:35:35.769 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB] 2021-02-10 15:35:35.799 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3.6-venv amd64 3.6.9-1~18.04ubuntu1.3 [6,180 B] 2021-02-10 15:35:35.799 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-venv amd64 3.6.7-1~18.04 [1,208 B] 2021-02-10 15:35:35.833 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-wheel all 0.30.0-0.2 [36.5 kB] 2021-02-10 15:35:35.858 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-xdg all 0.25-4ubuntu1.1 [31.3 kB] 2021-02-10 15:35:35.862 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-block-extra amd64 1:2.11+dfsg-1ubuntu7.35 [40.5 kB] 2021-02-10 15:35:35.866 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-utils amd64 1:2.11+dfsg-1ubuntu7.35 [868 kB] 2021-02-10 15:35:36.080 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2021-02-10 15:35:36.090 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2021-02-10 15:35:36.213 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2021-02-10 15:35:36.221 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB] 2021-02-10 15:35:36.382 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-core amd64 2.0.15-10.2ubuntu2.1 [523 kB] 2021-02-10 15:35:36.398 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2021-02-10 15:35:36.398 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2021-02-10 15:35:36.399 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2021-02-10 15:35:36.400 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ipvsadm amd64 1:1.28-3ubuntu0.18.04.1 [35.5 kB] 2021-02-10 15:35:36.402 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB] 2021-02-10 15:35:36.403 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.0.15-10.2ubuntu2.1 [10.0 kB] 2021-02-10 15:35:36.403 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2021-02-10 15:35:36.404 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2021-02-10 15:35:36.445 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2021-02-10 15:35:36.679 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.2 [11.7 kB] 2021-02-10 15:35:36.680 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2021-02-10 15:35:36.681 | Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2021-02-10 15:35:37.155 | Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2021-02-10 15:35:38.792 | Preconfiguring packages ... 2021-02-10 15:35:38.920 | Fetched 84.8 MB in 16s (5,341 kB/s) 2021-02-10 15:35:38.985 | (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 ... 64590 files and directories currently installed.) 2021-02-10 15:35:38.989 | Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 2021-02-10 15:35:39.020 | Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2ubuntu0.1) ... 2021-02-10 15:35:39.150 | Setting up tar (1.29b-2ubuntu0.2) ... 2021-02-10 15:35:39.313 | (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 ... 64590 files and directories currently installed.) 2021-02-10 15:35:39.317 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.44_amd64.deb ... 2021-02-10 15:35:39.357 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.44) over (237-3ubuntu10.25) ... 2021-02-10 15:35:39.473 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.44_amd64.deb ... 2021-02-10 15:35:39.507 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.44) over (237-3ubuntu10.25) ... 2021-02-10 15:35:39.660 | Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 2021-02-10 15:35:39.818 | Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10.25) ... 2021-02-10 15:35:40.558 | Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 2021-02-10 15:35:40.585 | Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10.25) ... 2021-02-10 15:35:40.696 | Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 2021-02-10 15:35:40.836 | (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 ... 64590 files and directories currently installed.) 2021-02-10 15:35:40.840 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-02-10 15:35:40.870 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-02-10 15:35:40.966 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-02-10 15:35:41.107 | (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 ... 64590 files and directories currently installed.) 2021-02-10 15:35:41.110 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-02-10 15:35:41.140 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-02-10 15:35:41.427 | Selecting previously unselected package libapr1:amd64. 2021-02-10 15:35:41.434 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2021-02-10 15:35:41.439 | Unpacking libapr1:amd64 (1.6.3-2) ... 2021-02-10 15:35:41.576 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2021-02-10 15:35:41.607 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-02-10 15:35:41.887 | Selecting previously unselected package libaprutil1:amd64. 2021-02-10 15:35:41.894 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2021-02-10 15:35:41.898 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2021-02-10 15:35:42.002 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2021-02-10 15:35:42.027 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2021-02-10 15:35:42.171 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2021-02-10 15:35:42.177 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2021-02-10 15:35:42.181 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-02-10 15:35:42.251 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-02-10 15:35:42.276 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-02-10 15:35:42.385 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-02-10 15:35:42.415 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-02-10 15:35:42.515 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 2021-02-10 15:35:42.538 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-02-10 15:35:42.652 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 2021-02-10 15:35:42.676 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-02-10 15:35:42.774 | Selecting previously unselected package libaprutil1-ldap:amd64. 2021-02-10 15:35:42.781 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2021-02-10 15:35:42.785 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-02-10 15:35:42.865 | Selecting previously unselected package liblua5.2-0:amd64. 2021-02-10 15:35:42.871 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2021-02-10 15:35:42.875 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-02-10 15:35:42.975 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ... 2021-02-10 15:35:43.012 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ... 2021-02-10 15:35:44.309 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-02-10 15:35:44.339 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2021-02-10 15:35:44.508 | Selecting previously unselected package apache2-bin. 2021-02-10 15:35:44.514 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ... 2021-02-10 15:35:44.518 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ... 2021-02-10 15:35:44.734 | Selecting previously unselected package apache2-utils. 2021-02-10 15:35:44.741 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ... 2021-02-10 15:35:44.745 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ... 2021-02-10 15:35:44.816 | Selecting previously unselected package apache2-data. 2021-02-10 15:35:44.822 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ... 2021-02-10 15:35:44.826 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ... 2021-02-10 15:35:45.007 | Selecting previously unselected package apache2. 2021-02-10 15:35:45.014 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ... 2021-02-10 15:35:45.034 | Unpacking apache2 (2.4.29-1ubuntu4.14) ... 2021-02-10 15:35:45.148 | Selecting previously unselected package fonts-dejavu-core. 2021-02-10 15:35:45.155 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2021-02-10 15:35:45.159 | Unpacking fonts-dejavu-core (2.37-1) ... 2021-02-10 15:35:45.368 | Selecting previously unselected package fonts-liberation. 2021-02-10 15:35:45.375 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2021-02-10 15:35:45.379 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-02-10 15:35:45.573 | Selecting previously unselected package fontconfig-config. 2021-02-10 15:35:45.580 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2021-02-10 15:35:45.583 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2021-02-10 15:35:45.680 | Selecting previously unselected package libfontconfig1:amd64. 2021-02-10 15:35:45.687 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2021-02-10 15:35:45.691 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-02-10 15:35:45.797 | Selecting previously unselected package fontconfig. 2021-02-10 15:35:45.804 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2021-02-10 15:35:45.807 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2021-02-10 15:35:45.909 | Selecting previously unselected package liblua5.3-0:amd64. 2021-02-10 15:35:45.916 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2021-02-10 15:35:45.919 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-02-10 15:35:46.040 | Selecting previously unselected package haproxy. 2021-02-10 15:35:46.047 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2021-02-10 15:35:46.058 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2021-02-10 15:35:46.279 | Selecting previously unselected package libjpeg-turbo8:amd64. 2021-02-10 15:35:46.286 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-02-10 15:35:46.290 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-02-10 15:35:46.410 | Selecting previously unselected package x11-common. 2021-02-10 15:35:46.417 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2021-02-10 15:35:46.443 | dpkg-query: no packages found matching nux-tools 2021-02-10 15:35:46.454 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2021-02-10 15:35:46.545 | Selecting previously unselected package libice6:amd64. 2021-02-10 15:35:46.552 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2021-02-10 15:35:46.555 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2021-02-10 15:35:46.645 | Selecting previously unselected package libsm6:amd64. 2021-02-10 15:35:46.652 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2021-02-10 15:35:46.656 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2021-02-10 15:35:46.788 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2021-02-10 15:35:47.270 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2021-02-10 15:35:47.743 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2021-02-10 15:35:47.750 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2021-02-10 15:35:47.754 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-02-10 15:35:47.848 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2021-02-10 15:35:47.875 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2021-02-10 15:35:47.971 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2021-02-10 15:35:48.126 | (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 ... 65643 files and directories currently installed.) 2021-02-10 15:35:48.129 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-02-10 15:35:48.155 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) over (2.56.4-0ubuntu0.18.04.4) ... 2021-02-10 15:35:48.432 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2021-02-10 15:35:48.455 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-02-10 15:35:48.669 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 2021-02-10 15:35:48.703 | Unpacking sudo (1.8.21p2-3ubuntu1.4) over (1.8.21p2-3ubuntu1) ... 2021-02-10 15:35:48.885 | Preparing to unpack .../003-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 2021-02-10 15:35:48.914 | Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-02-10 15:35:49.052 | Preparing to unpack .../004-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 2021-02-10 15:35:49.080 | Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-02-10 15:35:49.233 | Preparing to unpack .../005-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 2021-02-10 15:35:49.260 | Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-02-10 15:35:49.368 | Preparing to unpack .../006-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 2021-02-10 15:35:49.392 | Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-02-10 15:35:49.507 | Preparing to unpack .../007-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2021-02-10 15:35:49.531 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2021-02-10 15:35:49.658 | Selecting previously unselected package uuid-dev:amd64. 2021-02-10 15:35:49.665 | Preparing to unpack .../008-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-02-10 15:35:49.669 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-02-10 15:35:49.757 | Selecting previously unselected package libsctp1:amd64. 2021-02-10 15:35:49.764 | Preparing to unpack .../009-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2021-02-10 15:35:49.767 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-02-10 15:35:49.829 | Selecting previously unselected package libsctp-dev:amd64. 2021-02-10 15:35:49.836 | Preparing to unpack .../010-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2021-02-10 15:35:49.839 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-02-10 15:35:49.906 | Selecting previously unselected package libapr1-dev. 2021-02-10 15:35:49.913 | Preparing to unpack .../011-libapr1-dev_1.6.3-2_amd64.deb ... 2021-02-10 15:35:49.917 | Unpacking libapr1-dev (1.6.3-2) ... 2021-02-10 15:35:50.198 | Selecting previously unselected package libldap2-dev:amd64. 2021-02-10 15:35:50.205 | Preparing to unpack .../012-libldap2-dev_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 2021-02-10 15:35:50.208 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 2021-02-10 15:35:50.346 | Selecting previously unselected package libaprutil1-dev. 2021-02-10 15:35:50.353 | Preparing to unpack .../013-libaprutil1-dev_1.6.1-2_amd64.deb ... 2021-02-10 15:35:50.356 | Unpacking libaprutil1-dev (1.6.1-2) ... 2021-02-10 15:35:50.616 | Selecting previously unselected package autotools-dev. 2021-02-10 15:35:50.624 | Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... 2021-02-10 15:35:50.626 | Unpacking autotools-dev (20180224.1) ... 2021-02-10 15:35:50.699 | Selecting previously unselected package m4. 2021-02-10 15:35:50.705 | Preparing to unpack .../015-m4_1.4.18-1_amd64.deb ... 2021-02-10 15:35:50.718 | Unpacking m4 (1.4.18-1) ... 2021-02-10 15:35:50.840 | Selecting previously unselected package autoconf. 2021-02-10 15:35:50.847 | Preparing to unpack .../016-autoconf_2.69-11_all.deb ... 2021-02-10 15:35:50.851 | Unpacking autoconf (2.69-11) ... 2021-02-10 15:35:50.998 | Selecting previously unselected package automake. 2021-02-10 15:35:51.005 | Preparing to unpack .../017-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2021-02-10 15:35:51.011 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2021-02-10 15:35:51.138 | Selecting previously unselected package autopoint. 2021-02-10 15:35:51.145 | Preparing to unpack .../018-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2021-02-10 15:35:51.148 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2021-02-10 15:35:51.242 | Selecting previously unselected package libtool. 2021-02-10 15:35:51.249 | Preparing to unpack .../019-libtool_2.4.6-2_all.deb ... 2021-02-10 15:35:51.253 | Unpacking libtool (2.4.6-2) ... 2021-02-10 15:35:51.343 | Selecting previously unselected package dh-autoreconf. 2021-02-10 15:35:51.350 | Preparing to unpack .../020-dh-autoreconf_17_all.deb ... 2021-02-10 15:35:51.355 | Unpacking dh-autoreconf (17) ... 2021-02-10 15:35:51.428 | Selecting previously unselected package libarchive-zip-perl. 2021-02-10 15:35:51.435 | Preparing to unpack .../021-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2021-02-10 15:35:51.439 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-02-10 15:35:51.524 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2021-02-10 15:35:51.531 | Preparing to unpack .../022-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2021-02-10 15:35:51.534 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-02-10 15:35:51.597 | Selecting previously unselected package libtimedate-perl. 2021-02-10 15:35:51.604 | Preparing to unpack .../023-libtimedate-perl_2.3000-2_all.deb ... 2021-02-10 15:35:51.608 | Unpacking libtimedate-perl (2.3000-2) ... 2021-02-10 15:35:51.683 | Selecting previously unselected package dh-strip-nondeterminism. 2021-02-10 15:35:51.690 | Preparing to unpack .../024-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2021-02-10 15:35:51.694 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-02-10 15:35:51.757 | Selecting previously unselected package libdpkg-perl. 2021-02-10 15:35:51.764 | Preparing to unpack .../025-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2021-02-10 15:35:51.777 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-02-10 15:35:51.872 | Selecting previously unselected package make. 2021-02-10 15:35:51.880 | Preparing to unpack .../026-make_4.1-9.1ubuntu1_amd64.deb ... 2021-02-10 15:35:51.883 | Unpacking make (4.1-9.1ubuntu1) ... 2021-02-10 15:35:51.979 | Selecting previously unselected package dpkg-dev. 2021-02-10 15:35:51.986 | Preparing to unpack .../027-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2021-02-10 15:35:51.989 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-02-10 15:35:52.223 | Selecting previously unselected package libcroco3:amd64. 2021-02-10 15:35:52.230 | Preparing to unpack .../028-libcroco3_0.6.12-2_amd64.deb ... 2021-02-10 15:35:52.233 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2021-02-10 15:35:52.308 | Selecting previously unselected package gettext. 2021-02-10 15:35:52.315 | Preparing to unpack .../029-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2021-02-10 15:35:52.319 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2021-02-10 15:35:52.580 | Selecting previously unselected package intltool-debian. 2021-02-10 15:35:52.587 | Preparing to unpack .../030-intltool-debian_0.35.0+20060710.4_all.deb ... 2021-02-10 15:35:52.591 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2021-02-10 15:35:52.654 | Selecting previously unselected package po-debconf. 2021-02-10 15:35:52.661 | Preparing to unpack .../031-po-debconf_1.0.20_all.deb ... 2021-02-10 15:35:52.664 | Unpacking po-debconf (1.0.20) ... 2021-02-10 15:35:52.763 | Selecting previously unselected package debhelper. 2021-02-10 15:35:52.770 | Preparing to unpack .../032-debhelper_11.1.6ubuntu2_all.deb ... 2021-02-10 15:35:52.783 | Unpacking debhelper (11.1.6ubuntu2) ... 2021-02-10 15:35:53.014 | Selecting previously unselected package apache2-dev. 2021-02-10 15:35:53.021 | Preparing to unpack .../033-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ... 2021-02-10 15:35:53.025 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ... 2021-02-10 15:35:53.129 | Selecting previously unselected package libstdc++-7-dev:amd64. 2021-02-10 15:35:53.136 | Preparing to unpack .../034-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-02-10 15:35:53.140 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-02-10 15:35:53.600 | Selecting previously unselected package g++-7. 2021-02-10 15:35:53.607 | Preparing to unpack .../035-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-02-10 15:35:53.610 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-02-10 15:35:54.990 | Selecting previously unselected package g++. 2021-02-10 15:35:54.999 | Preparing to unpack .../036-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2021-02-10 15:35:55.005 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2021-02-10 15:35:55.061 | Selecting previously unselected package build-essential. 2021-02-10 15:35:55.069 | Preparing to unpack .../037-build-essential_12.4ubuntu1_amd64.deb ... 2021-02-10 15:35:55.081 | Unpacking build-essential (12.4ubuntu1) ... 2021-02-10 15:35:55.145 | Selecting previously unselected package conntrack. 2021-02-10 15:35:55.152 | Preparing to unpack .../038-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-02-10 15:35:55.156 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-02-10 15:35:55.263 | Selecting previously unselected package libnetfilter-queue1. 2021-02-10 15:35:55.270 | Preparing to unpack .../039-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2021-02-10 15:35:55.274 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2021-02-10 15:35:55.389 | Selecting previously unselected package conntrackd. 2021-02-10 15:35:55.396 | Preparing to unpack .../040-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-02-10 15:35:55.400 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-02-10 15:35:55.478 | Preparing to unpack .../041-curl_7.58.0-2ubuntu3.12_amd64.deb ... 2021-02-10 15:35:55.519 | Unpacking curl (7.58.0-2ubuntu3.12) over (7.58.0-2ubuntu3.7) ... 2021-02-10 15:35:55.656 | Preparing to unpack .../042-libcurl4_7.58.0-2ubuntu3.12_amd64.deb ... 2021-02-10 15:35:55.689 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.12) over (7.58.0-2ubuntu3.7) ... 2021-02-10 15:35:55.813 | Selecting previously unselected package dctrl-tools. 2021-02-10 15:35:55.820 | Preparing to unpack .../043-dctrl-tools_2.24-2build1_amd64.deb ... 2021-02-10 15:35:55.840 | Unpacking dctrl-tools (2.24-2build1) ... 2021-02-10 15:35:55.944 | Preparing to unpack .../044-dnsmasq-base_2.79-1ubuntu0.2_amd64.deb ... 2021-02-10 15:35:55.968 | Unpacking dnsmasq-base (2.79-1ubuntu0.2) over (2.79-1) ... 2021-02-10 15:35:56.107 | Selecting previously unselected package dnsmasq-utils. 2021-02-10 15:35:56.114 | Preparing to unpack .../045-dnsmasq-utils_2.79-1ubuntu0.2_amd64.deb ... 2021-02-10 15:35:56.118 | Unpacking dnsmasq-utils (2.79-1ubuntu0.2) ... 2021-02-10 15:35:56.200 | Selecting previously unselected package dstat. 2021-02-10 15:35:56.207 | Preparing to unpack .../046-dstat_0.7.3-1_all.deb ... 2021-02-10 15:35:56.211 | Unpacking dstat (0.7.3-1) ... 2021-02-10 15:35:56.328 | Selecting previously unselected package libfakeroot:amd64. 2021-02-10 15:35:56.336 | Preparing to unpack .../047-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2021-02-10 15:35:56.348 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-02-10 15:35:56.428 | Selecting previously unselected package fakeroot. 2021-02-10 15:35:56.435 | Preparing to unpack .../048-fakeroot_1.22-2ubuntu1_amd64.deb ... 2021-02-10 15:35:56.439 | Unpacking fakeroot (1.22-2ubuntu1) ... 2021-02-10 15:35:56.517 | Selecting previously unselected package genisoimage. 2021-02-10 15:35:56.524 | Preparing to unpack .../049-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2021-02-10 15:35:56.528 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2021-02-10 15:35:56.676 | Selecting previously unselected package libgraphite2-3:amd64. 2021-02-10 15:35:56.683 | Preparing to unpack .../050-libgraphite2-3_1.3.11-2_amd64.deb ... 2021-02-10 15:35:56.687 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2021-02-10 15:35:56.786 | Selecting previously unselected package libharfbuzz0b:amd64. 2021-02-10 15:35:56.794 | Preparing to unpack .../051-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2021-02-10 15:35:56.806 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-02-10 15:35:56.909 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2021-02-10 15:35:56.916 | Preparing to unpack .../052-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2021-02-10 15:35:56.928 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-02-10 15:35:57.044 | Preparing to unpack .../053-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 2021-02-10 15:35:57.137 | Unpacking git (1:2.17.1-1ubuntu0.7) over (1:2.17.1-1ubuntu0.4) ... 2021-02-10 15:35:58.052 | Selecting previously unselected package libann0. 2021-02-10 15:35:58.060 | Preparing to unpack .../054-libann0_1.1.2+doc-6_amd64.deb ... 2021-02-10 15:35:58.064 | Unpacking libann0 (1.1.2+doc-6) ... 2021-02-10 15:35:58.163 | Selecting previously unselected package libcdt5. 2021-02-10 15:35:58.170 | Preparing to unpack .../055-libcdt5_2.40.1-2_amd64.deb ... 2021-02-10 15:35:58.174 | Unpacking libcdt5 (2.40.1-2) ... 2021-02-10 15:35:58.258 | Selecting previously unselected package libcgraph6. 2021-02-10 15:35:58.269 | Preparing to unpack .../056-libcgraph6_2.40.1-2_amd64.deb ... 2021-02-10 15:35:58.282 | Unpacking libcgraph6 (2.40.1-2) ... 2021-02-10 15:35:58.344 | Selecting previously unselected package libjpeg8:amd64. 2021-02-10 15:35:58.351 | Preparing to unpack .../057-libjpeg8_8c-2ubuntu8_amd64.deb ... 2021-02-10 15:35:58.355 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2021-02-10 15:35:58.457 | Selecting previously unselected package libjbig0:amd64. 2021-02-10 15:35:58.464 | Preparing to unpack .../058-libjbig0_2.1-3.1build1_amd64.deb ... 2021-02-10 15:35:58.468 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2021-02-10 15:35:58.559 | Selecting previously unselected package libtiff5:amd64. 2021-02-10 15:35:58.567 | Preparing to unpack .../059-libtiff5_4.0.9-5ubuntu0.3_amd64.deb ... 2021-02-10 15:35:58.570 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2021-02-10 15:35:58.690 | Selecting previously unselected package libwebp6:amd64. 2021-02-10 15:35:58.698 | Preparing to unpack .../060-libwebp6_0.6.1-2_amd64.deb ... 2021-02-10 15:35:58.702 | Unpacking libwebp6:amd64 (0.6.1-2) ... 2021-02-10 15:35:58.799 | Selecting previously unselected package libxpm4:amd64. 2021-02-10 15:35:58.806 | Preparing to unpack .../061-libxpm4_1%3a3.5.12-1_amd64.deb ... 2021-02-10 15:35:58.819 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2021-02-10 15:35:58.924 | Selecting previously unselected package libgd3:amd64. 2021-02-10 15:35:58.932 | Preparing to unpack .../062-libgd3_2.2.5-4ubuntu0.4_amd64.deb ... 2021-02-10 15:35:58.936 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-02-10 15:35:59.047 | Selecting previously unselected package libgts-0.7-5:amd64. 2021-02-10 15:35:59.055 | Preparing to unpack .../063-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2021-02-10 15:35:59.058 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-02-10 15:35:59.161 | Selecting previously unselected package libpixman-1-0:amd64. 2021-02-10 15:35:59.169 | Preparing to unpack .../064-libpixman-1-0_0.34.0-2_amd64.deb ... 2021-02-10 15:35:59.182 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2021-02-10 15:35:59.301 | Selecting previously unselected package libxcb-render0:amd64. 2021-02-10 15:35:59.308 | Preparing to unpack .../065-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2021-02-10 15:35:59.312 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-02-10 15:35:59.411 | Selecting previously unselected package libxcb-shm0:amd64. 2021-02-10 15:35:59.418 | Preparing to unpack .../066-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2021-02-10 15:35:59.422 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-02-10 15:35:59.503 | Selecting previously unselected package libxrender1:amd64. 2021-02-10 15:35:59.510 | Preparing to unpack .../067-libxrender1_1%3a0.9.10-1_amd64.deb ... 2021-02-10 15:35:59.514 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2021-02-10 15:35:59.613 | Selecting previously unselected package libcairo2:amd64. 2021-02-10 15:35:59.620 | Preparing to unpack .../068-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2021-02-10 15:35:59.632 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-02-10 15:35:59.788 | Selecting previously unselected package libltdl7:amd64. 2021-02-10 15:35:59.796 | Preparing to unpack .../069-libltdl7_2.4.6-2_amd64.deb ... 2021-02-10 15:35:59.799 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2021-02-10 15:35:59.873 | Selecting previously unselected package libthai-data. 2021-02-10 15:35:59.880 | Preparing to unpack .../070-libthai-data_0.1.27-2_all.deb ... 2021-02-10 15:35:59.883 | Unpacking libthai-data (0.1.27-2) ... 2021-02-10 15:36:00.026 | Selecting previously unselected package libdatrie1:amd64. 2021-02-10 15:36:00.034 | Preparing to unpack .../071-libdatrie1_0.2.10-7_amd64.deb ... 2021-02-10 15:36:00.037 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2021-02-10 15:36:00.125 | Selecting previously unselected package libthai0:amd64. 2021-02-10 15:36:00.132 | Preparing to unpack .../072-libthai0_0.1.27-2_amd64.deb ... 2021-02-10 15:36:00.136 | Unpacking libthai0:amd64 (0.1.27-2) ... 2021-02-10 15:36:00.229 | Selecting previously unselected package libpango-1.0-0:amd64. 2021-02-10 15:36:00.236 | Preparing to unpack .../073-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-02-10 15:36:00.240 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-02-10 15:36:00.359 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2021-02-10 15:36:00.367 | Preparing to unpack .../074-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-02-10 15:36:00.370 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-02-10 15:36:00.459 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2021-02-10 15:36:00.467 | Preparing to unpack .../075-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-02-10 15:36:00.470 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-02-10 15:36:00.559 | Selecting previously unselected package libpathplan4. 2021-02-10 15:36:00.567 | Preparing to unpack .../076-libpathplan4_2.40.1-2_amd64.deb ... 2021-02-10 15:36:00.570 | Unpacking libpathplan4 (2.40.1-2) ... 2021-02-10 15:36:00.672 | Selecting previously unselected package libgvc6. 2021-02-10 15:36:00.680 | Preparing to unpack .../077-libgvc6_2.40.1-2_amd64.deb ... 2021-02-10 15:36:00.692 | Unpacking libgvc6 (2.40.1-2) ... 2021-02-10 15:36:00.853 | Selecting previously unselected package libgvpr2. 2021-02-10 15:36:00.860 | Preparing to unpack .../078-libgvpr2_2.40.1-2_amd64.deb ... 2021-02-10 15:36:00.864 | Unpacking libgvpr2 (2.40.1-2) ... 2021-02-10 15:36:00.977 | Selecting previously unselected package liblab-gamut1. 2021-02-10 15:36:00.984 | Preparing to unpack .../079-liblab-gamut1_2.40.1-2_amd64.deb ... 2021-02-10 15:36:00.988 | Unpacking liblab-gamut1 (2.40.1-2) ... 2021-02-10 15:36:01.194 | Selecting previously unselected package libxt6:amd64. 2021-02-10 15:36:01.201 | Preparing to unpack .../080-libxt6_1%3a1.1.5-1_amd64.deb ... 2021-02-10 15:36:01.213 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2021-02-10 15:36:01.308 | Selecting previously unselected package libxmu6:amd64. 2021-02-10 15:36:01.316 | Preparing to unpack .../081-libxmu6_2%3a1.1.2-2_amd64.deb ... 2021-02-10 15:36:01.328 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2021-02-10 15:36:01.430 | Selecting previously unselected package libxaw7:amd64. 2021-02-10 15:36:01.437 | Preparing to unpack .../082-libxaw7_2%3a1.0.13-1_amd64.deb ... 2021-02-10 15:36:01.441 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2021-02-10 15:36:01.549 | Selecting previously unselected package graphviz. 2021-02-10 15:36:01.556 | Preparing to unpack .../083-graphviz_2.40.1-2_amd64.deb ... 2021-02-10 15:36:01.559 | Unpacking graphviz (2.40.1-2) ... 2021-02-10 15:36:01.780 | Selecting previously unselected package libnl-3-200:amd64. 2021-02-10 15:36:01.787 | Preparing to unpack .../084-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-02-10 15:36:01.791 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-02-10 15:36:01.893 | Selecting previously unselected package libnl-route-3-200:amd64. 2021-02-10 15:36:01.900 | Preparing to unpack .../085-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-02-10 15:36:01.904 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-02-10 15:36:02.031 | Selecting previously unselected package libibverbs1:amd64. 2021-02-10 15:36:02.039 | Preparing to unpack .../086-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2021-02-10 15:36:02.051 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-02-10 15:36:02.145 | Selecting previously unselected package ibverbs-providers:amd64. 2021-02-10 15:36:02.153 | Preparing to unpack .../087-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2021-02-10 15:36:02.156 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-02-10 15:36:02.248 | Selecting previously unselected package icu-devtools. 2021-02-10 15:36:02.255 | Preparing to unpack .../088-icu-devtools_60.2-3ubuntu3.1_amd64.deb ... 2021-02-10 15:36:02.259 | Unpacking icu-devtools (60.2-3ubuntu3.1) ... 2021-02-10 15:36:02.359 | Selecting previously unselected package iputils-arping. 2021-02-10 15:36:02.366 | Preparing to unpack .../089-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2021-02-10 15:36:02.370 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2021-02-10 15:36:02.493 | Selecting previously unselected package javascript-common. 2021-02-10 15:36:02.500 | Preparing to unpack .../090-javascript-common_11_all.deb ... 2021-02-10 15:36:02.516 | Unpacking javascript-common (11) ... 2021-02-10 15:36:02.606 | Selecting previously unselected package libnl-genl-3-200:amd64. 2021-02-10 15:36:02.614 | Preparing to unpack .../091-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-02-10 15:36:02.625 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-02-10 15:36:02.734 | Selecting previously unselected package libsensors4:amd64. 2021-02-10 15:36:02.741 | Preparing to unpack .../092-libsensors4_1%3a3.4.0-4_amd64.deb ... 2021-02-10 15:36:02.842 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2021-02-10 15:36:02.933 | Selecting previously unselected package libsnmp-base. 2021-02-10 15:36:02.940 | Preparing to unpack .../093-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2021-02-10 15:36:02.944 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-02-10 15:36:03.060 | Selecting previously unselected package libsnmp30:amd64. 2021-02-10 15:36:03.068 | Preparing to unpack .../094-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2021-02-10 15:36:03.071 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-02-10 15:36:03.304 | Selecting previously unselected package keepalived. 2021-02-10 15:36:03.312 | Preparing to unpack .../095-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2021-02-10 15:36:03.324 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-02-10 15:36:03.460 | Selecting previously unselected package libgssrpc4:amd64. 2021-02-10 15:36:03.467 | Preparing to unpack .../096-libgssrpc4_1.16-2ubuntu0.2_amd64.deb ... 2021-02-10 15:36:03.471 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-02-10 15:36:03.564 | Selecting previously unselected package libkdb5-9:amd64. 2021-02-10 15:36:03.572 | Preparing to unpack .../097-libkdb5-9_1.16-2ubuntu0.2_amd64.deb ... 2021-02-10 15:36:03.584 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-02-10 15:36:03.668 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2021-02-10 15:36:03.676 | Preparing to unpack .../098-libkadm5srv-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-02-10 15:36:03.680 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-02-10 15:36:03.775 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2021-02-10 15:36:03.782 | Preparing to unpack .../099-libkadm5clnt-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-02-10 15:36:03.786 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-02-10 15:36:03.850 | Selecting previously unselected package comerr-dev:amd64. 2021-02-10 15:36:03.858 | Preparing to unpack .../100-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2021-02-10 15:36:03.861 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-02-10 15:36:03.938 | Selecting previously unselected package krb5-multidev:amd64. 2021-02-10 15:36:03.945 | Preparing to unpack .../101-krb5-multidev_1.16-2ubuntu0.2_amd64.deb ... 2021-02-10 15:36:03.948 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-02-10 15:36:04.063 | Selecting previously unselected package libaio1:amd64. 2021-02-10 15:36:04.070 | Preparing to unpack .../102-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2021-02-10 15:36:04.074 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-02-10 15:36:04.145 | Selecting previously unselected package libalgorithm-diff-perl. 2021-02-10 15:36:04.153 | Preparing to unpack .../103-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2021-02-10 15:36:04.156 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2021-02-10 15:36:04.237 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2021-02-10 15:36:04.245 | Preparing to unpack .../104-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2021-02-10 15:36:04.249 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2021-02-10 15:36:04.322 | Selecting previously unselected package libalgorithm-merge-perl. 2021-02-10 15:36:04.329 | Preparing to unpack .../105-libalgorithm-merge-perl_0.08-3_all.deb ... 2021-02-10 15:36:04.333 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2021-02-10 15:36:04.395 | Selecting previously unselected package libarchive-cpio-perl. 2021-02-10 15:36:04.402 | Preparing to unpack .../106-libarchive-cpio-perl_0.10-1_all.deb ... 2021-02-10 15:36:04.406 | Unpacking libarchive-cpio-perl (0.10-1) ... 2021-02-10 15:36:04.471 | Selecting previously unselected package libfile-fcntllock-perl. 2021-02-10 15:36:04.478 | Preparing to unpack .../107-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2021-02-10 15:36:04.481 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2021-02-10 15:36:04.544 | Selecting previously unselected package libglib2.0-bin. 2021-02-10 15:36:04.551 | Preparing to unpack .../108-libglib2.0-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-02-10 15:36:04.555 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-02-10 15:36:04.650 | Selecting previously unselected package libglib2.0-dev-bin. 2021-02-10 15:36:04.657 | Preparing to unpack .../109-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-02-10 15:36:04.660 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-02-10 15:36:04.756 | Selecting previously unselected package pkg-config. 2021-02-10 15:36:04.764 | Preparing to unpack .../110-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2021-02-10 15:36:04.768 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2021-02-10 15:36:04.835 | Selecting previously unselected package zlib1g-dev:amd64. 2021-02-10 15:36:04.842 | Preparing to unpack .../111-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2021-02-10 15:36:04.846 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-02-10 15:36:04.937 | Selecting previously unselected package libglib2.0-dev:amd64. 2021-02-10 15:36:04.944 | Preparing to unpack .../112-libglib2.0-dev_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-02-10 15:36:04.948 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2021-02-10 15:36:05.295 | Selecting previously unselected package libgraphite2-dev:amd64. 2021-02-10 15:36:05.303 | Preparing to unpack .../113-libgraphite2-dev_1.3.11-2_amd64.deb ... 2021-02-10 15:36:05.315 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2021-02-10 15:36:05.382 | Selecting previously unselected package libgts-bin. 2021-02-10 15:36:05.389 | Preparing to unpack .../114-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2021-02-10 15:36:05.393 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2021-02-10 15:36:05.492 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2021-02-10 15:36:05.500 | Preparing to unpack .../115-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2021-02-10 15:36:05.503 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-02-10 15:36:05.593 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2021-02-10 15:36:05.601 | Preparing to unpack .../116-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2021-02-10 15:36:05.604 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-02-10 15:36:05.692 | Selecting previously unselected package libicu-le-hb0:amd64. 2021-02-10 15:36:05.699 | Preparing to unpack .../117-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2021-02-10 15:36:05.703 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-02-10 15:36:05.792 | Selecting previously unselected package libiculx60:amd64. 2021-02-10 15:36:05.800 | Preparing to unpack .../118-libiculx60_60.2-3ubuntu3.1_amd64.deb ... 2021-02-10 15:36:05.804 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-02-10 15:36:05.876 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2021-02-10 15:36:05.884 | Preparing to unpack .../119-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2021-02-10 15:36:05.887 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-02-10 15:36:05.969 | Selecting previously unselected package libicu-dev. 2021-02-10 15:36:05.977 | Preparing to unpack .../120-libicu-dev_60.2-3ubuntu3.1_amd64.deb ... 2021-02-10 15:36:05.989 | Unpacking libicu-dev (60.2-3ubuntu3.1) ... 2021-02-10 15:36:07.420 | Selecting previously unselected package libharfbuzz-dev:amd64. 2021-02-10 15:36:07.428 | Preparing to unpack .../121-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2021-02-10 15:36:07.440 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-02-10 15:36:07.586 | Selecting previously unselected package libiscsi7:amd64. 2021-02-10 15:36:07.593 | Preparing to unpack .../122-libiscsi7_1.17.0-1.1_amd64.deb ... 2021-02-10 15:36:07.597 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2021-02-10 15:36:07.692 | Selecting previously unselected package libjansson4:amd64. 2021-02-10 15:36:07.699 | Preparing to unpack .../123-libjansson4_2.11-1_amd64.deb ... 2021-02-10 15:36:07.702 | Unpacking libjansson4:amd64 (2.11-1) ... 2021-02-10 15:36:07.765 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2021-02-10 15:36:07.773 | Preparing to unpack .../124-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-02-10 15:36:07.776 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-02-10 15:36:07.866 | Selecting previously unselected package libjpeg8-dev:amd64. 2021-02-10 15:36:07.874 | Preparing to unpack .../125-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2021-02-10 15:36:07.877 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-02-10 15:36:07.943 | Selecting previously unselected package libjpeg-dev:amd64. 2021-02-10 15:36:07.950 | Preparing to unpack .../126-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2021-02-10 15:36:07.954 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-02-10 15:36:08.017 | Selecting previously unselected package libjs-jquery. 2021-02-10 15:36:08.025 | Preparing to unpack .../127-libjs-jquery_3.2.1-1_all.deb ... 2021-02-10 15:36:08.029 | Unpacking libjs-jquery (3.2.1-1) ... 2021-02-10 15:36:08.110 | Selecting previously unselected package libjs-jquery-metadata. 2021-02-10 15:36:08.117 | Preparing to unpack .../128-libjs-jquery-metadata_12-1_all.deb ... 2021-02-10 15:36:08.121 | Unpacking libjs-jquery-metadata (12-1) ... 2021-02-10 15:36:08.186 | Selecting previously unselected package libjs-jquery-tablesorter. 2021-02-10 15:36:08.194 | Preparing to unpack .../129-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2021-02-10 15:36:08.198 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-02-10 15:36:08.302 | Selecting previously unselected package libltdl-dev:amd64. 2021-02-10 15:36:08.310 | Preparing to unpack .../130-libltdl-dev_2.4.6-2_amd64.deb ... 2021-02-10 15:36:08.313 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2021-02-10 15:36:08.398 | Selecting previously unselected package libsys-hostname-long-perl. 2021-02-10 15:36:08.406 | Preparing to unpack .../131-libsys-hostname-long-perl_1.5-1_all.deb ... 2021-02-10 15:36:08.410 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2021-02-10 15:36:08.473 | Selecting previously unselected package libmail-sendmail-perl. 2021-02-10 15:36:08.481 | Preparing to unpack .../132-libmail-sendmail-perl_0.80-1_all.deb ... 2021-02-10 15:36:08.487 | Unpacking libmail-sendmail-perl (0.80-1) ... 2021-02-10 15:36:08.582 | Selecting previously unselected package libmatheval1:amd64. 2021-02-10 15:36:08.589 | Preparing to unpack .../133-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2021-02-10 15:36:08.593 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-02-10 15:36:08.704 | Selecting previously unselected package mysql-common. 2021-02-10 15:36:08.711 | Preparing to unpack .../134-mysql-common_5.8+1.0.4_all.deb ... 2021-02-10 15:36:08.734 | Unpacking mysql-common (5.8+1.0.4) ... 2021-02-10 15:36:08.819 | Selecting previously unselected package libmysqlclient20:amd64. 2021-02-10 15:36:08.827 | Preparing to unpack .../135-libmysqlclient20_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-02-10 15:36:08.831 | Unpacking libmysqlclient20:amd64 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-10 15:36:09.013 | Selecting previously unselected package libssl-dev:amd64. 2021-02-10 15:36:09.020 | Preparing to unpack .../136-libssl-dev_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2021-02-10 15:36:09.023 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2021-02-10 15:36:09.317 | Selecting previously unselected package libmysqlclient-dev. 2021-02-10 15:36:09.324 | Preparing to unpack .../137-libmysqlclient-dev_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-02-10 15:36:09.328 | Unpacking libmysqlclient-dev (5.7.33-0ubuntu0.18.04.1) ... 2021-02-10 15:36:09.587 | Selecting previously unselected package libnorm1:amd64. 2021-02-10 15:36:09.597 | Preparing to unpack .../138-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2021-02-10 15:36:09.601 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-02-10 15:36:09.714 | Selecting previously unselected package libnspr4:amd64. 2021-02-10 15:36:09.722 | Preparing to unpack .../139-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2021-02-10 15:36:09.725 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-02-10 15:36:09.819 | Selecting previously unselected package libnss3:amd64. 2021-02-10 15:36:09.827 | Preparing to unpack .../140-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ... 2021-02-10 15:36:09.830 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-02-10 15:36:10.089 | Selecting previously unselected package libpgm-5.2-0:amd64. 2021-02-10 15:36:10.096 | Preparing to unpack .../141-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2021-02-10 15:36:10.100 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-02-10 15:36:10.200 | Selecting previously unselected package libpq5:amd64. 2021-02-10 15:36:10.207 | Preparing to unpack .../142-libpq5_10.15-0ubuntu0.18.04.1_amd64.deb ... 2021-02-10 15:36:10.211 | Unpacking libpq5:amd64 (10.15-0ubuntu0.18.04.1) ... 2021-02-10 15:36:10.289 | Selecting previously unselected package libpq-dev. 2021-02-10 15:36:10.300 | Preparing to unpack .../143-libpq-dev_10.15-0ubuntu0.18.04.1_amd64.deb ... 2021-02-10 15:36:10.305 | Unpacking libpq-dev (10.15-0ubuntu0.18.04.1) ... 2021-02-10 15:36:10.445 | Selecting previously unselected package librados2. 2021-02-10 15:36:10.454 | Preparing to unpack .../144-librados2_12.2.13-0ubuntu0.18.04.6_amd64.deb ... 2021-02-10 15:36:10.457 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.6) ... 2021-02-10 15:36:10.931 | Selecting previously unselected package librbd1. 2021-02-10 15:36:10.939 | Preparing to unpack .../145-librbd1_12.2.13-0ubuntu0.18.04.6_amd64.deb ... 2021-02-10 15:36:10.943 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.6) ... 2021-02-10 15:36:11.138 | Selecting previously unselected package libsasl2-dev. 2021-02-10 15:36:11.146 | Preparing to unpack .../146-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-02-10 15:36:11.149 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-02-10 15:36:11.274 | Preparing to unpack .../147-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-02-10 15:36:11.300 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-02-10 15:36:11.419 | Selecting previously unselected package libsodium23:amd64. 2021-02-10 15:36:11.428 | Preparing to unpack .../148-libsodium23_1.0.16-2_amd64.deb ... 2021-02-10 15:36:11.435 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2021-02-10 15:36:11.517 | Selecting previously unselected package libsystemd-dev:amd64. 2021-02-10 15:36:11.524 | Preparing to unpack .../149-libsystemd-dev_237-3ubuntu10.44_amd64.deb ... 2021-02-10 15:36:11.528 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.44) ... 2021-02-10 15:36:11.660 | Selecting previously unselected package libx86-1:amd64. 2021-02-10 15:36:11.668 | Preparing to unpack .../150-libx86-1_1.1+ds1-10.2_amd64.deb ... 2021-02-10 15:36:11.673 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2021-02-10 15:36:11.739 | Selecting previously unselected package libxml2-dev:amd64. 2021-02-10 15:36:11.747 | Preparing to unpack .../151-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-02-10 15:36:11.751 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-02-10 15:36:11.969 | Preparing to unpack .../152-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2021-02-10 15:36:11.998 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2021-02-10 15:36:12.111 | Selecting previously unselected package libxslt1-dev:amd64. 2021-02-10 15:36:12.119 | Preparing to unpack .../153-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2021-02-10 15:36:12.123 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-02-10 15:36:12.297 | Selecting previously unselected package libzmq5:amd64. 2021-02-10 15:36:12.305 | Preparing to unpack .../154-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2021-02-10 15:36:12.308 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-02-10 15:36:12.399 | Selecting previously unselected package lsscsi. 2021-02-10 15:36:12.407 | Preparing to unpack .../155-lsscsi_0.28-0.1_amd64.deb ... 2021-02-10 15:36:12.411 | Unpacking lsscsi (0.28-0.1) ... 2021-02-10 15:36:12.530 | Preparing to unpack .../156-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2021-02-10 15:36:12.561 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2021-02-10 15:36:13.463 | Selecting previously unselected package memcached. 2021-02-10 15:36:13.471 | Preparing to unpack .../157-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2021-02-10 15:36:13.475 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2021-02-10 15:36:13.563 | Selecting previously unselected package pm-utils. 2021-02-10 15:36:13.571 | Preparing to unpack .../158-pm-utils_1.4.1-17_all.deb ... 2021-02-10 15:36:13.575 | Unpacking pm-utils (1.4.1-17) ... 2021-02-10 15:36:13.673 | Selecting previously unselected package postgresql-client-common. 2021-02-10 15:36:13.681 | Preparing to unpack .../159-postgresql-client-common_190ubuntu0.1_all.deb ... 2021-02-10 15:36:13.684 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2021-02-10 15:36:13.774 | Selecting previously unselected package ssl-cert. 2021-02-10 15:36:13.782 | Preparing to unpack .../160-ssl-cert_1.0.39_all.deb ... 2021-02-10 15:36:13.785 | Unpacking ssl-cert (1.0.39) ... 2021-02-10 15:36:13.918 | Selecting previously unselected package postgresql-common. 2021-02-10 15:36:13.927 | Preparing to unpack .../161-postgresql-common_190ubuntu0.1_all.deb ... 2021-02-10 15:36:13.956 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2021-02-10 15:36:13.967 | Unpacking postgresql-common (190ubuntu0.1) ... 2021-02-10 15:36:14.057 | Selecting previously unselected package postgresql-server-dev-10. 2021-02-10 15:36:14.065 | Preparing to unpack .../162-postgresql-server-dev-10_10.15-0ubuntu0.18.04.1_amd64.deb ... 2021-02-10 15:36:14.070 | Unpacking postgresql-server-dev-10 (10.15-0ubuntu0.18.04.1) ... 2021-02-10 15:36:14.378 | Selecting previously unselected package postgresql-server-dev-all. 2021-02-10 15:36:14.386 | Preparing to unpack .../163-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2021-02-10 15:36:14.390 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2021-02-10 15:36:14.454 | Selecting previously unselected package python-pip-whl. 2021-02-10 15:36:14.462 | Preparing to unpack .../164-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-02-10 15:36:14.465 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-02-10 15:36:14.723 | Selecting previously unselected package python3-crypto. 2021-02-10 15:36:14.731 | Preparing to unpack .../165-python3-crypto_2.6.1-8ubuntu2_amd64.deb ... 2021-02-10 15:36:14.734 | Unpacking python3-crypto (2.6.1-8ubuntu2) ... 2021-02-10 15:36:14.870 | Selecting previously unselected package python3-secretstorage. 2021-02-10 15:36:14.878 | Preparing to unpack .../166-python3-secretstorage_2.3.1-2_all.deb ... 2021-02-10 15:36:14.882 | Unpacking python3-secretstorage (2.3.1-2) ... 2021-02-10 15:36:14.962 | Selecting previously unselected package python3-keyring. 2021-02-10 15:36:14.970 | Preparing to unpack .../167-python3-keyring_10.6.0-1_all.deb ... 2021-02-10 15:36:14.974 | Unpacking python3-keyring (10.6.0-1) ... 2021-02-10 15:36:15.058 | Selecting previously unselected package python3-keyrings.alt. 2021-02-10 15:36:15.066 | Preparing to unpack .../168-python3-keyrings.alt_3.0-1_all.deb ... 2021-02-10 15:36:15.070 | Unpacking python3-keyrings.alt (3.0-1) ... 2021-02-10 15:36:15.150 | Selecting previously unselected package python3-mysqldb. 2021-02-10 15:36:15.162 | Preparing to unpack .../169-python3-mysqldb_1.3.10-1build1_amd64.deb ... 2021-02-10 15:36:15.169 | Unpacking python3-mysqldb (1.3.10-1build1) ... 2021-02-10 15:36:15.261 | Selecting previously unselected package python3-pip. 2021-02-10 15:36:15.269 | Preparing to unpack .../170-python3-pip_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-02-10 15:36:15.273 | Unpacking python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-02-10 15:36:15.369 | Selecting previously unselected package python3-setuptools. 2021-02-10 15:36:15.377 | Preparing to unpack .../171-python3-setuptools_39.0.1-2_all.deb ... 2021-02-10 15:36:15.381 | Unpacking python3-setuptools (39.0.1-2) ... 2021-02-10 15:36:15.508 | Selecting previously unselected package python3.6-venv. 2021-02-10 15:36:15.516 | Preparing to unpack .../172-python3.6-venv_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 2021-02-10 15:36:15.521 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2021-02-10 15:36:15.578 | Selecting previously unselected package python3-venv. 2021-02-10 15:36:15.586 | Preparing to unpack .../173-python3-venv_3.6.7-1~18.04_amd64.deb ... 2021-02-10 15:36:15.589 | Unpacking python3-venv (3.6.7-1~18.04) ... 2021-02-10 15:36:15.669 | Selecting previously unselected package python3-wheel. 2021-02-10 15:36:15.678 | Preparing to unpack .../174-python3-wheel_0.30.0-0.2_all.deb ... 2021-02-10 15:36:15.681 | Unpacking python3-wheel (0.30.0-0.2) ... 2021-02-10 15:36:15.767 | Selecting previously unselected package python3-xdg. 2021-02-10 15:36:15.776 | Preparing to unpack .../175-python3-xdg_0.25-4ubuntu1.1_all.deb ... 2021-02-10 15:36:15.779 | Unpacking python3-xdg (0.25-4ubuntu1.1) ... 2021-02-10 15:36:15.865 | Selecting previously unselected package qemu-block-extra:amd64. 2021-02-10 15:36:15.873 | Preparing to unpack .../176-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.35_amd64.deb ... 2021-02-10 15:36:15.877 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.35) ... 2021-02-10 15:36:15.942 | Selecting previously unselected package qemu-utils. 2021-02-10 15:36:15.950 | Preparing to unpack .../177-qemu-utils_1%3a2.11+dfsg-1ubuntu7.35_amd64.deb ... 2021-02-10 15:36:15.953 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.35) ... 2021-02-10 15:36:16.154 | Selecting previously unselected package sharutils. 2021-02-10 15:36:16.162 | Preparing to unpack .../178-sharutils_1%3a4.15.2-3_amd64.deb ... 2021-02-10 15:36:16.166 | Unpacking sharutils (1:4.15.2-3) ... 2021-02-10 15:36:16.248 | Selecting previously unselected package sqlite3. 2021-02-10 15:36:16.256 | Preparing to unpack .../179-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2021-02-10 15:36:16.260 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2021-02-10 15:36:16.427 | Selecting previously unselected package thin-provisioning-tools. 2021-02-10 15:36:16.435 | Preparing to unpack .../180-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2021-02-10 15:36:16.438 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-02-10 15:36:16.574 | Selecting previously unselected package unzip. 2021-02-10 15:36:16.582 | Preparing to unpack .../181-unzip_6.0-21ubuntu1.1_amd64.deb ... 2021-02-10 15:36:16.587 | Unpacking unzip (6.0-21ubuntu1.1) ... 2021-02-10 15:36:16.689 | Selecting previously unselected package uwsgi-core. 2021-02-10 15:36:16.700 | Preparing to unpack .../182-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-02-10 15:36:16.703 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-02-10 15:36:16.879 | Selecting previously unselected package vbetool. 2021-02-10 15:36:16.887 | Preparing to unpack .../183-vbetool_1.1-4_amd64.deb ... 2021-02-10 15:36:16.891 | Unpacking vbetool (1.1-4) ... 2021-02-10 15:36:16.982 | Selecting previously unselected package libipset3:amd64. 2021-02-10 15:36:16.991 | Preparing to unpack .../184-libipset3_6.34-1_amd64.deb ... 2021-02-10 15:36:16.995 | Unpacking libipset3:amd64 (6.34-1) ... 2021-02-10 15:36:17.073 | Selecting previously unselected package ipset. 2021-02-10 15:36:17.084 | Preparing to unpack .../185-ipset_6.34-1_amd64.deb ... 2021-02-10 15:36:17.087 | Unpacking ipset (6.34-1) ... 2021-02-10 15:36:17.190 | Selecting previously unselected package ipvsadm. 2021-02-10 15:36:17.198 | Preparing to unpack .../186-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2021-02-10 15:36:17.202 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-02-10 15:36:17.289 | Selecting previously unselected package kpartx. 2021-02-10 15:36:17.299 | Preparing to unpack .../187-kpartx_0.7.4-2ubuntu3_amd64.deb ... 2021-02-10 15:36:17.303 | Unpacking kpartx (0.7.4-2ubuntu3) ... 2021-02-10 15:36:17.377 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2021-02-10 15:36:17.388 | Preparing to unpack .../188-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-02-10 15:36:17.392 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-02-10 15:36:17.484 | Selecting previously unselected package liberasurecode1:amd64. 2021-02-10 15:36:17.493 | Preparing to unpack .../189-liberasurecode1_1.5.0-1_amd64.deb ... 2021-02-10 15:36:17.497 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2021-02-10 15:36:17.563 | Selecting previously unselected package liberasurecode-dev. 2021-02-10 15:36:17.571 | Preparing to unpack .../190-liberasurecode-dev_1.5.0-1_amd64.deb ... 2021-02-10 15:36:17.576 | Unpacking liberasurecode-dev (1.5.0-1) ... 2021-02-10 15:36:17.639 | Selecting previously unselected package libffi-dev:amd64. 2021-02-10 15:36:17.648 | Preparing to unpack .../191-libffi-dev_3.2.1-8_amd64.deb ... 2021-02-10 15:36:17.652 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2021-02-10 15:36:17.731 | Selecting previously unselected package libkrb5-dev:amd64. 2021-02-10 15:36:17.739 | Preparing to unpack .../192-libkrb5-dev_1.16-2ubuntu0.2_amd64.deb ... 2021-02-10 15:36:17.744 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-02-10 15:36:17.814 | Selecting previously unselected package libyaml-dev:amd64. 2021-02-10 15:36:17.822 | Preparing to unpack .../193-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2021-02-10 15:36:17.825 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-02-10 15:36:17.894 | Selecting previously unselected package socat. 2021-02-10 15:36:17.903 | Preparing to unpack .../194-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2021-02-10 15:36:17.907 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2021-02-10 15:36:18.024 | Selecting previously unselected package vlan. 2021-02-10 15:36:18.032 | Preparing to unpack .../195-vlan_1.9-3.2ubuntu6_amd64.deb ... 2021-02-10 15:36:18.036 | Unpacking vlan (1.9-3.2ubuntu6) ... 2021-02-10 15:36:18.136 | Setting up libjs-jquery (3.2.1-1) ... 2021-02-10 15:36:18.160 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-02-10 15:36:18.191 | Setting up libapr1:amd64 (1.6.3-2) ... 2021-02-10 15:36:18.222 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-02-10 15:36:18.253 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-02-10 15:36:18.455 | Setting up libpathplan4 (2.40.1-2) ... 2021-02-10 15:36:18.484 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-02-10 15:36:18.513 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 2021-02-10 15:36:18.544 | Setting up make (4.1-9.1ubuntu1) ... 2021-02-10 15:36:18.574 | Setting up liblab-gamut1 (2.40.1-2) ... 2021-02-10 15:36:18.613 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-02-10 15:36:18.653 | Setting up vlan (1.9-3.2ubuntu6) ... 2021-02-10 15:36:18.733 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-02-10 15:36:18.765 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-02-10 15:36:18.796 | Processing triggers for mime-support (3.60ubuntu1) ... 2021-02-10 15:36:18.834 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-02-10 15:36:18.873 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-10 15:36:18.898 | Setting up sudo (1.8.21p2-3ubuntu1.4) ... 2021-02-10 15:36:18.971 | Setting up libtimedate-perl (2.3000-2) ... 2021-02-10 15:36:19.009 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2021-02-10 15:36:19.039 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 2021-02-10 15:36:19.088 | Setting up fonts-dejavu-core (2.37-1) ... 2021-02-10 15:36:19.282 | Setting up python3-crypto (2.6.1-8ubuntu2) ... 2021-02-10 15:36:19.714 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2021-02-10 15:36:20.000 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2021-02-10 15:36:20.039 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2021-02-10 15:36:20.431 | update-initramfs: deferring update (trigger activated) 2021-02-10 15:36:22.493 | Setting up lsscsi (0.28-0.1) ... 2021-02-10 15:36:22.532 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2021-02-10 15:36:22.557 | No schema files found: doing nothing. 2021-02-10 15:36:22.564 | Setting up mysql-common (5.8+1.0.4) ... 2021-02-10 15:36:22.629 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-02-10 15:36:22.651 | Setting up sharutils (1:4.15.2-3) ... 2021-02-10 15:36:22.675 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2021-02-10 15:36:22.706 | Setting up python3-xdg (0.25-4ubuntu1.1) ... 2021-02-10 15:36:23.028 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-02-10 15:36:23.058 | Setting up libjansson4:amd64 (2.11-1) ... 2021-02-10 15:36:23.089 | Setting up python3-keyrings.alt (3.0-1) ... 2021-02-10 15:36:23.370 | Setting up unzip (6.0-21ubuntu1.1) ... 2021-02-10 15:36:23.400 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2021-02-10 15:36:23.499 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-02-10 15:36:23.548 | Setting up libarchive-cpio-perl (0.10-1) ... 2021-02-10 15:36:23.580 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2021-02-10 15:36:23.620 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-02-10 15:36:23.644 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-02-10 15:36:23.676 | Setting up dctrl-tools (2.24-2build1) ... 2021-02-10 15:36:23.716 | Setting up apache2-data (2.4.29-1ubuntu4.14) ... 2021-02-10 15:36:23.747 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2021-02-10 15:36:23.779 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2021-02-10 15:36:23.819 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-02-10 15:36:23.850 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-02-10 15:36:23.882 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-02-10 15:36:23.955 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-02-10 15:36:34.588 | Setting up pm-utils (1.4.1-17) ... 2021-02-10 15:36:34.623 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2021-02-10 15:36:34.663 | Setting up python3-wheel (0.30.0-0.2) ... 2021-02-10 15:36:34.952 | Setting up m4 (1.4.18-1) ... 2021-02-10 15:36:34.982 | Setting up libipset3:amd64 (6.34-1) ... 2021-02-10 15:36:35.016 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-02-10 15:36:35.048 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-02-10 15:36:35.079 | Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 2021-02-10 15:36:35.112 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2021-02-10 15:36:35.193 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2021-02-10 15:36:37.107 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-02-10 15:36:37.140 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-02-10 15:36:37.174 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2021-02-10 15:36:38.090 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2021-02-10 15:36:38.120 | Setting up libcroco3:amd64 (0.6.12-2) ... 2021-02-10 15:36:38.152 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2021-02-10 15:36:38.183 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-02-10 15:36:38.214 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-02-10 15:36:38.244 | Setting up libsys-hostname-long-perl (1.5-1) ... 2021-02-10 15:36:38.274 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2021-02-10 15:36:38.305 | Setting up dnsmasq-utils (2.79-1ubuntu0.2) ... 2021-02-10 15:36:38.336 | Setting up libsodium23:amd64 (1.0.16-2) ... 2021-02-10 15:36:38.368 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2021-02-10 15:36:38.423 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-02-10 15:36:38.477 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-02-10 15:36:38.509 | Setting up libmail-sendmail-perl (0.80-1) ... 2021-02-10 15:36:38.541 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-02-10 15:36:38.584 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-02-10 15:36:38.625 | Setting up autotools-dev (20180224.1) ... 2021-02-10 15:36:38.656 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 2021-02-10 15:36:38.689 | Setting up kpartx (0.7.4-2ubuntu3) ... 2021-02-10 15:36:38.721 | Setting up postgresql-client-common (190ubuntu0.1) ... 2021-02-10 15:36:38.770 | Setting up dstat (0.7.3-1) ... 2021-02-10 15:36:38.981 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2021-02-10 15:36:39.225 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2021-02-10 15:36:39.254 | Setting up ipset (6.34-1) ... 2021-02-10 15:36:39.284 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-02-10 15:36:39.324 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-02-10 15:36:39.355 | Setting up systemd (237-3ubuntu10.44) ... 2021-02-10 15:36:39.372 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2021-02-10 15:36:40.524 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2021-02-10 15:36:40.526 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2021-02-10 15:36:40.527 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2021-02-10 15:36:40.528 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2021-02-10 15:36:40.610 | Setting up libltdl7:amd64 (2.4.6-2) ... 2021-02-10 15:36:40.640 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 2021-02-10 15:36:40.681 | Setting up python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-02-10 15:36:41.053 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2021-02-10 15:36:41.082 | Setting up libann0 (1.1.2+doc-6) ... 2021-02-10 15:36:41.113 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2021-02-10 15:36:41.144 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-02-10 15:36:41.175 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2021-02-10 15:36:41.206 | Setting up dnsmasq-base (2.79-1ubuntu0.2) ... 2021-02-10 15:36:41.247 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2021-02-10 15:36:41.277 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2021-02-10 15:36:41.327 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-10 15:37:03.150 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.44) ... 2021-02-10 15:37:03.156 | Setting up libmysqlclient20:amd64 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-10 15:37:03.188 | Setting up icu-devtools (60.2-3ubuntu3.1) ... 2021-02-10 15:37:03.220 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-02-10 15:37:03.251 | Setting up libthai-data (0.1.27-2) ... 2021-02-10 15:37:03.285 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2021-02-10 15:37:03.316 | Setting up javascript-common (11) ... 2021-02-10 15:37:03.389 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2021-02-10 15:37:03.406 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-02-10 15:37:03.453 | Setting up python3-setuptools (39.0.1-2) ... 2021-02-10 15:37:03.892 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-02-10 15:37:03.943 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-02-10 15:37:03.999 | Setting up libjs-jquery-metadata (12-1) ... 2021-02-10 15:37:04.033 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2021-02-10 15:37:04.442 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2021-02-10 15:37:04.808 | Setting up python3-secretstorage (2.3.1-2) ... 2021-02-10 15:37:05.081 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2021-02-10 15:37:05.113 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-02-10 15:37:05.144 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-02-10 15:37:05.176 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2021-02-10 15:37:05.208 | Setting up vbetool (1.1-4) ... 2021-02-10 15:37:05.240 | Setting up libcdt5 (2.40.1-2) ... 2021-02-10 15:37:05.272 | Setting up git (1:2.17.1-1ubuntu0.7) ... 2021-02-10 15:37:05.356 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-02-10 15:37:05.388 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2021-02-10 15:37:05.428 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-02-10 15:37:05.669 | Setting up libcgraph6 (2.40.1-2) ... 2021-02-10 15:37:05.702 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-02-10 15:37:05.730 | Setting up libwebp6:amd64 (0.6.1-2) ... 2021-02-10 15:37:05.761 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-02-10 15:37:05.792 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-02-10 15:37:05.823 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-02-10 15:37:05.854 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2021-02-10 15:37:05.884 | Setting up python3-venv (3.6.7-1~18.04) ... 2021-02-10 15:37:05.915 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-02-10 15:37:05.953 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 2021-02-10 15:37:05.985 | Setting up libtool (2.4.6-2) ... 2021-02-10 15:37:06.016 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-02-10 15:37:06.046 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-02-10 15:37:06.077 | Setting up libnss-systemd:amd64 (237-3ubuntu10.44) ... 2021-02-10 15:37:06.107 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-02-10 15:37:06.138 | Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 2021-02-10 15:37:06.168 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2021-02-10 15:37:06.775 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2021-02-10 15:37:07.337 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2021-02-10 15:37:07.774 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-02-10 15:37:07.805 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-02-10 15:37:07.837 | Setting up libpam-systemd:amd64 (237-3ubuntu10.44) ... 2021-02-10 15:37:08.229 | Setting up libapr1-dev (1.6.3-2) ... 2021-02-10 15:37:08.260 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2021-02-10 15:37:08.292 | Setting up python3-keyring (10.6.0-1) ... 2021-02-10 15:37:08.596 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-02-10 15:37:08.888 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2021-02-10 15:37:08.919 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-02-10 15:37:08.953 | Setting up libgvpr2 (2.40.1-2) ... 2021-02-10 15:37:08.983 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-02-10 15:37:09.015 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2021-02-10 15:37:09.594 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2021-02-10 15:37:10.168 | Setting up socat (1.7.3.2-2ubuntu2) ... 2021-02-10 15:37:10.198 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ... 2021-02-10 15:37:10.229 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2021-02-10 15:37:10.261 | Setting up libaprutil1-dev (1.6.1-2) ... 2021-02-10 15:37:10.291 | Setting up liberasurecode-dev (1.5.0-1) ... 2021-02-10 15:37:10.339 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ... 2021-02-10 15:37:10.371 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-02-10 15:37:10.403 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-02-10 15:37:10.433 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-02-10 15:37:10.465 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2021-02-10 15:37:10.497 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-02-10 15:37:10.528 | Setting up ssl-cert (1.0.39) ... 2021-02-10 15:37:11.076 | Setting up python3-mysqldb (1.3.10-1build1) ... 2021-02-10 15:37:11.360 | Setting up autoconf (2.69-11) ... 2021-02-10 15:37:11.400 | Setting up libthai0:amd64 (0.1.27-2) ... 2021-02-10 15:37:11.431 | Setting up fakeroot (1.22-2ubuntu1) ... 2021-02-10 15:37:11.458 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2021-02-10 15:37:11.481 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2021-02-10 15:37:11.689 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-02-10 15:37:12.159 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2021-02-10 15:37:12.190 | Setting up libalgorithm-merge-perl (0.08-3) ... 2021-02-10 15:37:12.221 | Setting up intltool-debian (0.35.0+20060710.4) ... 2021-02-10 15:37:12.252 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2021-02-10 15:37:12.366 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2021-02-10 15:37:12.397 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-02-10 15:37:12.429 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-02-10 15:37:12.460 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-02-10 15:37:12.492 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-02-10 15:37:12.791 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2021-02-10 15:37:13.352 | Setting up postgresql-common (190ubuntu0.1) ... 2021-02-10 15:37:13.958 | Adding user postgres to group ssl-cert 2021-02-10 15:37:14.124 | 2021-02-10 15:37:14.124 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2021-02-10 15:37:14.324 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2021-02-10 15:37:14.324 | Removing obsolete dictionary files: 2021-02-10 15:37:14.558 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2021-02-10 15:37:15.139 | Setting up automake (1:1.15.1-3ubuntu2) ... 2021-02-10 15:37:15.156 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2021-02-10 15:37:15.179 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-02-10 15:37:15.220 | Setting up libice6:amd64 (2:1.0.9-2) ... 2021-02-10 15:37:15.252 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2021-02-10 15:37:15.328 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2021-02-10 15:37:15.341 | Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 2021-02-10 15:37:15.372 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2021-02-10 15:37:15.406 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-02-10 15:37:15.438 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-02-10 15:37:15.479 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-02-10 15:37:15.774 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2021-02-10 15:37:16.390 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-02-10 15:37:16.524 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-02-10 15:37:16.555 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2021-02-10 15:37:16.595 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-02-10 15:37:16.627 | Setting up apache2 (2.4.29-1ubuntu4.14) ... 2021-02-10 15:37:18.344 | Enabling module mpm_event. 2021-02-10 15:37:18.406 | Enabling module authz_core. 2021-02-10 15:37:18.411 | Enabling module authz_host. 2021-02-10 15:37:18.468 | Enabling module authn_core. 2021-02-10 15:37:18.474 | Enabling module auth_basic. 2021-02-10 15:37:18.532 | Enabling module access_compat. 2021-02-10 15:37:18.590 | Enabling module authn_file. 2021-02-10 15:37:18.656 | Enabling module authz_user. 2021-02-10 15:37:18.712 | Enabling module alias. 2021-02-10 15:37:18.771 | Enabling module dir. 2021-02-10 15:37:18.829 | Enabling module autoindex. 2021-02-10 15:37:18.885 | Enabling module env. 2021-02-10 15:37:18.941 | Enabling module mime. 2021-02-10 15:37:18.998 | Enabling module negotiation. 2021-02-10 15:37:19.054 | Enabling module setenvif. 2021-02-10 15:37:19.111 | Enabling module filter. 2021-02-10 15:37:19.170 | Enabling module deflate. 2021-02-10 15:37:19.228 | Enabling module status. 2021-02-10 15:37:19.286 | Enabling module reqtimeout. 2021-02-10 15:37:19.342 | Enabling conf charset. 2021-02-10 15:37:19.399 | Enabling conf localized-error-pages. 2021-02-10 15:37:19.455 | Enabling conf other-vhosts-access-log. 2021-02-10 15:37:19.514 | Enabling conf security. 2021-02-10 15:37:19.573 | Enabling conf serve-cgi-bin. 2021-02-10 15:37:19.632 | Enabling site 000-default. 2021-02-10 15:37:19.685 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2021-02-10 15:37:19.737 | Enabling conf javascript-common. 2021-02-10 15:37:19.978 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2021-02-10 15:37:20.394 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2021-02-10 15:37:21.888 | Setting up libmysqlclient-dev (5.7.33-0ubuntu0.18.04.1) ... 2021-02-10 15:37:21.918 | Setting up po-debconf (1.0.20) ... 2021-02-10 15:37:21.949 | Setting up build-essential (12.4ubuntu1) ... 2021-02-10 15:37:21.978 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-02-10 15:37:22.009 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-02-10 15:37:22.039 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2021-02-10 15:37:22.069 | Setting up librados2 (12.2.13-0ubuntu0.18.04.6) ... 2021-02-10 15:37:22.102 | Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 2021-02-10 15:37:22.133 | Setting up libpq5:amd64 (10.15-0ubuntu0.18.04.1) ... 2021-02-10 15:37:22.164 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-02-10 15:37:22.354 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-02-10 15:37:22.387 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2021-02-10 15:37:22.418 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2021-02-10 15:37:24.605 | Regenerating fonts cache... done. 2021-02-10 15:37:24.609 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-02-10 15:37:24.639 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-02-10 15:37:24.670 | Setting up libpq-dev (10.15-0ubuntu0.18.04.1) ... 2021-02-10 15:37:24.701 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.12) ... 2021-02-10 15:37:24.731 | Setting up postgresql-server-dev-10 (10.15-0ubuntu0.18.04.1) ... 2021-02-10 15:37:24.762 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.6) ... 2021-02-10 15:37:24.791 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-02-10 15:37:24.823 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.35) ... 2021-02-10 15:37:24.853 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.35) ... 2021-02-10 15:37:24.882 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2021-02-10 15:37:24.912 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2021-02-10 15:37:24.943 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-02-10 15:37:24.973 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-02-10 15:37:25.003 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-02-10 15:37:25.035 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2021-02-10 15:37:25.073 | Setting up curl (7.58.0-2ubuntu3.12) ... 2021-02-10 15:37:25.103 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-02-10 15:37:25.133 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-02-10 15:37:25.162 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-02-10 15:37:25.193 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-02-10 15:37:25.241 | Setting up libgvc6 (2.40.1-2) ... 2021-02-10 15:37:25.285 | Setting up graphviz (2.40.1-2) ... 2021-02-10 15:37:25.319 | Setting up libicu-dev (60.2-3ubuntu3.1) ... 2021-02-10 15:37:25.349 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-02-10 15:37:25.383 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-02-10 15:37:25.414 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-02-10 15:37:25.445 | Setting up debhelper (11.1.6ubuntu2) ... 2021-02-10 15:37:25.478 | Setting up dh-autoreconf (17) ... 2021-02-10 15:37:25.508 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-02-10 15:37:25.537 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-02-10 15:37:25.567 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ... 2021-02-10 15:37:25.597 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-02-10 15:37:25.661 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-02-10 15:37:34.941 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-02-10 15:37:34.973 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-10 15:37:35.163 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-10 15:37:35.193 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-02-10 15:37:35.429 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-02-10 15:37:35.450 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-02-10 15:37:37.484 | ++ functions-common:apt_get:1115 : result=0 2021-02-10 15:37:37.486 | ++ functions-common:apt_get:1118 : time_stop apt-get 2021-02-10 15:37:37.489 | ++ functions-common:time_stop:2306 : local name 2021-02-10 15:37:37.491 | ++ functions-common:time_stop:2307 : local end_time 2021-02-10 15:37:37.493 | ++ functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:37:37.495 | ++ functions-common:time_stop:2309 : local total 2021-02-10 15:37:37.498 | ++ functions-common:time_stop:2310 : local start_time 2021-02-10 15:37:37.500 | ++ functions-common:time_stop:2312 : name=apt-get 2021-02-10 15:37:37.502 | ++ functions-common:time_stop:2313 : start_time=1612971320357 2021-02-10 15:37:37.504 | ++ functions-common:time_stop:2315 : [[ -z 1612971320357 ]] 2021-02-10 15:37:37.507 | +++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:37:37.511 | ++ functions-common:time_stop:2318 : end_time=1612971457508 2021-02-10 15:37:37.513 | ++ functions-common:time_stop:2319 : elapsed_time=137151 2021-02-10 15:37:37.515 | ++ functions-common:time_stop:2320 : total=687 2021-02-10 15:37:37.518 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:37:37.520 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=137838 2021-02-10 15:37:37.522 | ++ functions-common:apt_get:1119 : return 0 2021-02-10 15:37:37.525 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-02-10 15:37:37.527 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-02-10 15:37:37.530 | ++ tools/install_prereqs.sh:source:88 : date +%s 2021-02-10 15:37:37.534 | ++ tools/install_prereqs.sh:source:89 : date 2021-02-10 15:37:37.538 | + ./stack.sh:main:759 : [[ False != \T\r\u\e ]] 2021-02-10 15:37:37.540 | + ./stack.sh:main:760 : PYPI_ALTERNATIVE_URL= 2021-02-10 15:37:37.543 | + ./stack.sh:main:760 : /home/ubuntu/devstack/tools/install_pip.sh 2021-02-10 15:37:39.009 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-02-10 15:37:39.011 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-02-10 15:37:39.014 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2021-02-10 15:37:39.017 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-02-10 15:37:39.019 | + tools/install_pip.sh:main:43 : GetDistro 2021-02-10 15:37:39.021 | + functions-common:GetDistro:373 : GetOSVersion 2021-02-10 15:37:39.023 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2021-02-10 15:37:39.025 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2021-02-10 15:37:39.028 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2021-02-10 15:37:39.029 | + functions-common:_ensure_lsb_release:328 : return 2021-02-10 15:37:39.032 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2021-02-10 15:37:39.104 | + functions-common:GetOSVersion:352 : os_RELEASE=18.04 2021-02-10 15:37:39.108 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2021-02-10 15:37:39.180 | + functions-common:GetOSVersion:353 : os_CODENAME=bionic 2021-02-10 15:37:39.184 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2021-02-10 15:37:39.256 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2021-02-10 15:37:39.259 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-02-10 15:37:39.263 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2021-02-10 15:37:39.266 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2021-02-10 15:37:39.269 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2021-02-10 15:37:39.272 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2021-02-10 15:37:39.275 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2021-02-10 15:37:39.278 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2021-02-10 15:37:39.280 | + functions-common:GetDistro:378 : DISTRO=bionic 2021-02-10 15:37:39.283 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2021-02-10 15:37:39.286 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2021-02-10 15:37:39.286 | Distro: bionic 2021-02-10 15:37:39.288 | + tools/install_pip.sh:main:127 : get_versions 2021-02-10 15:37:39.291 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-02-10 15:37:39.295 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-02-10 15:37:39.297 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-02-10 15:37:39.300 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-02-10 15:37:39.300 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-02-10 15:37:39.630 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2021-02-10 15:37:39.633 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2021-02-10 15:37:39.633 | pip: 20.2.2 2021-02-10 15:37:39.636 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2021-02-10 15:37:39.956 | pip 20.2.2 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2021-02-10 15:37:39.980 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2021-02-10 15:37:39.983 | + tools/install_pip.sh:main:134 : [[ bionic == focal ]] 2021-02-10 15:37:39.986 | + tools/install_pip.sh:main:143 : is_fedora 2021-02-10 15:37:39.989 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-02-10 15:37:39.991 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-02-10 15:37:39.994 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-02-10 15:37:39.996 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-02-10 15:37:39.998 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-02-10 15:37:40.000 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-02-10 15:37:40.001 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-02-10 15:37:40.003 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-02-10 15:37:40.005 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-02-10 15:37:40.007 | + tools/install_pip.sh:main:143 : is_suse 2021-02-10 15:37:40.009 | + functions-common:is_suse:464 : is_opensuse 2021-02-10 15:37:40.011 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-02-10 15:37:40.012 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-10 15:37:40.014 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-02-10 15:37:40.016 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-02-10 15:37:40.018 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-10 15:37:40.019 | + tools/install_pip.sh:main:144 : is_package_installed python3-pip 2021-02-10 15:37:40.021 | + functions-common:is_package_installed:1353 : [[ -z python3-pip ]] 2021-02-10 15:37:40.023 | + functions-common:is_package_installed:1357 : [[ -z deb ]] 2021-02-10 15:37:40.025 | + functions-common:is_package_installed:1361 : [[ deb = \d\e\b ]] 2021-02-10 15:37:40.027 | + functions-common:is_package_installed:1362 : dpkg -s python3-pip 2021-02-10 15:37:40.050 | + tools/install_pip.sh:main:145 : uninstall_package python3-pip 2021-02-10 15:37:40.053 | + functions-common:uninstall_package:1373 : is_ubuntu 2021-02-10 15:37:40.055 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:37:40.058 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:37:40.060 | + functions-common:uninstall_package:1374 : apt_get purge python3-pip 2021-02-10 15:37:40.079 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip 2021-02-10 15:37:40.205 | Reading package lists... 2021-02-10 15:37:40.468 | Building dependency tree... 2021-02-10 15:37:40.469 | Reading state information... 2021-02-10 15:37:40.700 | The following packages were automatically installed and are no longer required: 2021-02-10 15:37:40.701 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-02-10 15:37:40.701 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-02-10 15:37:40.701 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-02-10 15:37:40.701 | python3-pam python3-problem-report python3-pyasn1 2021-02-10 15:37:40.701 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-02-10 15:37:40.701 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-02-10 15:37:40.701 | Use 'sudo apt autoremove' to remove them. 2021-02-10 15:37:40.752 | The following packages will be REMOVED: 2021-02-10 15:37:40.752 | python3-pip* 2021-02-10 15:37:41.209 | 0 upgraded, 0 newly installed, 1 to remove and 150 not upgraded. 2021-02-10 15:37:41.209 | After this operation, 601 kB disk space will be freed. 2021-02-10 15:37:41.276 | (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 ... 74799 files and directories currently installed.) 2021-02-10 15:37:41.280 | Removing python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-02-10 15:37:41.549 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-10 15:37:44.362 | + functions-common:apt_get:1115 : result=0 2021-02-10 15:37:44.364 | + functions-common:apt_get:1118 : time_stop apt-get 2021-02-10 15:37:44.366 | + functions-common:time_stop:2306 : local name 2021-02-10 15:37:44.369 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:37:44.371 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:37:44.373 | + functions-common:time_stop:2309 : local total 2021-02-10 15:37:44.374 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:37:44.376 | + functions-common:time_stop:2312 : name=apt-get 2021-02-10 15:37:44.378 | + functions-common:time_stop:2313 : start_time=1612971460077 2021-02-10 15:37:44.380 | + functions-common:time_stop:2315 : [[ -z 1612971460077 ]] 2021-02-10 15:37:44.382 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:37:44.385 | + functions-common:time_stop:2318 : end_time=1612971464383 2021-02-10 15:37:44.387 | + functions-common:time_stop:2319 : elapsed_time=4306 2021-02-10 15:37:44.390 | + functions-common:time_stop:2320 : total=0 2021-02-10 15:37:44.392 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:37:44.394 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=4306 2021-02-10 15:37:44.396 | + functions-common:apt_get:1119 : return 0 2021-02-10 15:37:44.398 | + tools/install_pip.sh:main:149 : install_get_pip 2021-02-10 15:37:44.400 | + tools/install_pip.sh:install_get_pip:64 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-02-10 15:37:44.402 | + tools/install_pip.sh:install_get_pip:81 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-02-10 15:37:44.404 | + tools/install_pip.sh:install_get_pip:84 : local timecond= 2021-02-10 15:37:44.406 | + tools/install_pip.sh:install_get_pip:85 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-02-10 15:37:44.408 | + tools/install_pip.sh:install_get_pip:89 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2021-02-10 15:37:44.419 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-02-10 15:37:44.419 | Dload Upload Total Spent Left Speed 2021-02-10 15:37:45.534 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 1884k 1 34275 0 0 48342 0 0:00:39 --:--:-- 0:00:39 48274 100 1884k 100 1884k 0 0 1690k 0 0:00:01 0:00:01 --:--:-- 1690k 2021-02-10 15:37:45.539 | + tools/install_pip.sh:install_get_pip:92 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2021-02-10 15:37:45.542 | + tools/install_pip.sh:install_get_pip:96 : sudo -H -E python3.6 /home/ubuntu/devstack/files/get-pip.py -c /home/ubuntu/devstack/tools/cap-pip.txt 2021-02-10 15:37:48.355 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:37:48.662 | Collecting pip 2021-02-10 15:37:48.673 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51f/1c7514530bd5c/pip-20.2.4-py2.py3-none-any.whl (1.5 MB) 2021-02-10 15:37:49.003 | Installing collected packages: pip 2021-02-10 15:37:49.003 | Attempting uninstall: pip 2021-02-10 15:37:49.004 | Found existing installation: pip 20.2.2 2021-02-10 15:37:49.238 | Uninstalling pip-20.2.2: 2021-02-10 15:37:49.252 | Successfully uninstalled pip-20.2.2 2021-02-10 15:37:50.530 | Successfully installed pip-20.2.4 2021-02-10 15:37:50.668 | + tools/install_pip.sh:main:151 : set -x 2021-02-10 15:37:50.670 | + tools/install_pip.sh:main:155 : pip_install_gr setuptools 2021-02-10 15:37:50.672 | + inc/python:pip_install_gr:76 : local name=setuptools 2021-02-10 15:37:50.673 | + inc/python:pip_install_gr:77 : local clean_name 2021-02-10 15:37:50.676 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2021-02-10 15:37:50.678 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2021-02-10 15:37:50.680 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-02-10 15:37:50.683 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-02-10 15:37:50.683 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2021-02-10 15:37:50.687 | ++ inc/python:get_from_global_requirements:227 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2021-02-10 15:37:50.689 | ++ inc/python:get_from_global_requirements:228 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2021-02-10 15:37:50.691 | ++ inc/python:get_from_global_requirements:231 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-02-10 15:37:50.693 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-02-10 15:37:50.695 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-02-10 15:37:50.710 | Using python 3.6 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2021-02-10 15:37:50.712 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-02-10 15:37:52.493 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:37:52.498 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:37:52.508 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:37:52.513 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:37:53.157 | Collecting setuptools===53.0.0 2021-02-10 15:37:53.166 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0e8/6620d658c5ca8/setuptools-53.0.0-py3-none-any.whl (784 kB) 2021-02-10 15:37:53.558 | Installing collected packages: setuptools 2021-02-10 15:37:53.558 | Attempting uninstall: setuptools 2021-02-10 15:37:53.559 | Found existing installation: setuptools 49.6.0 2021-02-10 15:37:53.644 | Uninstalling setuptools-49.6.0: 2021-02-10 15:37:53.675 | Successfully uninstalled setuptools-49.6.0 2021-02-10 15:37:54.191 | Successfully installed setuptools-53.0.0 2021-02-10 15:37:54.245 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:37:54.245 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:37:54.334 | + inc/python:pip_install:200 : result=0 2021-02-10 15:37:54.336 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:37:54.338 | + functions-common:time_stop:2306 : local name 2021-02-10 15:37:54.340 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:37:54.341 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:37:54.343 | + functions-common:time_stop:2309 : local total 2021-02-10 15:37:54.345 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:37:54.346 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:37:54.348 | + functions-common:time_stop:2313 : start_time=1612971470706 2021-02-10 15:37:54.350 | + functions-common:time_stop:2315 : [[ -z 1612971470706 ]] 2021-02-10 15:37:54.352 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:37:54.355 | + functions-common:time_stop:2318 : end_time=1612971474353 2021-02-10 15:37:54.357 | + functions-common:time_stop:2319 : elapsed_time=3647 2021-02-10 15:37:54.358 | + functions-common:time_stop:2320 : total=0 2021-02-10 15:37:54.360 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:37:54.362 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=3647 2021-02-10 15:37:54.364 | + inc/python:pip_install:203 : return 0 2021-02-10 15:37:54.366 | + tools/install_pip.sh:main:157 : get_versions 2021-02-10 15:37:54.369 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-02-10 15:37:54.372 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-02-10 15:37:54.374 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-02-10 15:37:54.377 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-02-10 15:37:54.377 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-02-10 15:37:54.709 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2021-02-10 15:37:54.711 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2021-02-10 15:37:54.711 | pip: 20.2.4 2021-02-10 15:37:54.713 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2021-02-10 15:37:55.020 | pip 20.2.4 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2021-02-10 15:37:55.046 | + ./stack.sh:main:764 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-02-10 15:37:55.048 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2021-02-10 15:37:55.052 | + ./stack.sh:main:765 : fixup_all 2021-02-10 15:37:55.054 | + tools/fixup_stuff.sh:fixup_all:196 : fixup_keystone 2021-02-10 15:37:55.056 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2021-02-10 15:37:55.058 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2021-02-10 15:37:55.070 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2021-02-10 15:37:55.072 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2021-02-10 15:37:55.072 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2021-02-10 15:37:55.076 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2021-02-10 15:37:55.078 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2021-02-10 15:37:55.080 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2021-02-10 15:37:55.087 | net.ipv4.ip_local_reserved_ports = 35357,35358 2021-02-10 15:37:55.091 | + tools/fixup_stuff.sh:fixup_all:197 : fixup_ubuntu 2021-02-10 15:37:55.093 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2021-02-10 15:37:55.095 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2021-02-10 15:37:55.097 | + functions-common:install_package:1344 : update_package_repo 2021-02-10 15:37:55.099 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-02-10 15:37:55.101 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-02-10 15:37:55.104 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-02-10 15:37:55.105 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-02-10 15:37:55.108 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-02-10 15:37:55.110 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:37:55.112 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:37:55.114 | + functions-common:update_package_repo:1325 : apt_get_update 2021-02-10 15:37:55.116 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-02-10 15:37:55.118 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-02-10 15:37:55.120 | + functions-common:apt_get_update:1071 : return 2021-02-10 15:37:55.122 | + functions-common:install_package:1345 : real_install_package software-properties-common 2021-02-10 15:37:55.124 | + functions-common:real_install_package:1330 : is_ubuntu 2021-02-10 15:37:55.126 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:37:55.128 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:37:55.130 | + functions-common:real_install_package:1331 : apt_get install software-properties-common 2021-02-10 15:37:55.147 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common 2021-02-10 15:37:55.265 | Reading package lists... 2021-02-10 15:37:55.530 | Building dependency tree... 2021-02-10 15:37:55.531 | Reading state information... 2021-02-10 15:37:55.744 | The following packages were automatically installed and are no longer required: 2021-02-10 15:37:55.745 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-02-10 15:37:55.745 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-02-10 15:37:55.745 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-02-10 15:37:55.745 | python3-pam python3-problem-report python3-pyasn1 2021-02-10 15:37:55.745 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-02-10 15:37:55.745 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-02-10 15:37:55.745 | Use 'sudo apt autoremove' to remove them. 2021-02-10 15:37:55.746 | The following additional packages will be installed: 2021-02-10 15:37:55.746 | python3-software-properties 2021-02-10 15:37:55.795 | The following packages will be upgraded: 2021-02-10 15:37:55.795 | python3-software-properties software-properties-common 2021-02-10 15:37:55.933 | 2 upgraded, 0 newly installed, 0 to remove and 148 not upgraded. 2021-02-10 15:37:55.933 | Need to get 33.9 kB of archives. 2021-02-10 15:37:55.933 | After this operation, 0 B of additional disk space will be used. 2021-02-10 15:37:55.933 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.14 [10.1 kB] 2021-02-10 15:37:56.000 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.14 [23.9 kB] 2021-02-10 15:37:56.566 | Fetched 33.9 kB in 0s (146 kB/s) 2021-02-10 15:37:56.644 | (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 ... 74722 files and directories currently installed.) 2021-02-10 15:37:56.648 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ... 2021-02-10 15:37:56.807 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ... 2021-02-10 15:37:56.964 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ... 2021-02-10 15:37:57.119 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ... 2021-02-10 15:37:57.212 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-10 15:37:57.709 | Setting up python3-software-properties (0.96.24.32.14) ... 2021-02-10 15:37:57.992 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-02-10 15:37:58.012 | Setting up software-properties-common (0.96.24.32.14) ... 2021-02-10 15:38:00.252 | + functions-common:apt_get:1115 : result=0 2021-02-10 15:38:00.254 | + functions-common:apt_get:1118 : time_stop apt-get 2021-02-10 15:38:00.257 | + functions-common:time_stop:2306 : local name 2021-02-10 15:38:00.259 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:38:00.261 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:38:00.263 | + functions-common:time_stop:2309 : local total 2021-02-10 15:38:00.265 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:38:00.267 | + functions-common:time_stop:2312 : name=apt-get 2021-02-10 15:38:00.270 | + functions-common:time_stop:2313 : start_time=1612971475145 2021-02-10 15:38:00.272 | + functions-common:time_stop:2315 : [[ -z 1612971475145 ]] 2021-02-10 15:38:00.275 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:38:00.278 | + functions-common:time_stop:2318 : end_time=1612971480275 2021-02-10 15:38:00.280 | + functions-common:time_stop:2319 : elapsed_time=5130 2021-02-10 15:38:00.282 | + functions-common:time_stop:2320 : total=137838 2021-02-10 15:38:00.284 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:38:00.286 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=142968 2021-02-10 15:38:00.288 | + functions-common:apt_get:1119 : return 0 2021-02-10 15:38:00.290 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2021-02-10 15:38:01.076 | 'universe' distribution component is already enabled for all sources. 2021-02-10 15:38:01.103 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2021-02-10 15:38:01.105 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:ussuri 2021-02-10 15:38:03.703 | Reading package lists... 2021-02-10 15:38:04.004 | Building dependency tree... 2021-02-10 15:38:04.005 | Reading state information... 2021-02-10 15:38:04.229 | The following packages were automatically installed and are no longer required: 2021-02-10 15:38:04.230 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-02-10 15:38:04.230 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-02-10 15:38:04.230 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-02-10 15:38:04.230 | python3-pam python3-problem-report python3-pyasn1 2021-02-10 15:38:04.230 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-02-10 15:38:04.230 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-02-10 15:38:04.230 | Use 'sudo apt autoremove' to remove them. 2021-02-10 15:38:04.277 | The following NEW packages will be installed: 2021-02-10 15:38:04.277 | ubuntu-cloud-keyring 2021-02-10 15:38:04.419 | 0 upgraded, 1 newly installed, 0 to remove and 148 not upgraded. 2021-02-10 15:38:04.419 | Need to get 6,008 B of archives. 2021-02-10 15:38:04.419 | After this operation, 22.5 kB of additional disk space will be used. 2021-02-10 15:38:04.419 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-cloud-keyring all 2018.09.18.1~18.04.0 [6,008 B] 2021-02-10 15:38:04.971 | Fetched 6,008 B in 0s (47.4 kB/s) 2021-02-10 15:38:05.026 | Selecting previously unselected package ubuntu-cloud-keyring. 2021-02-10 15:38:05.064 | (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 ... 74722 files and directories currently installed.) 2021-02-10 15:38:05.067 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.0_all.deb ... 2021-02-10 15:38:05.073 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2021-02-10 15:38:05.180 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2021-02-10 15:38:07.371 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-02-10 15:38:07.371 | Get:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease [8,769 B] 2021-02-10 15:38:07.418 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-02-10 15:38:07.474 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-02-10 15:38:07.567 | Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-02-10 15:38:07.680 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 Packages [188 kB] 2021-02-10 15:38:11.601 | Fetched 197 kB in 1s (241 kB/s) 2021-02-10 15:38:13.394 | Reading package lists... 2021-02-10 15:38:13.456 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2021-02-10 15:38:13.458 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2021-02-10 15:38:13.461 | + functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2021-02-10 15:38:13.463 | + functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2021-02-10 15:38:13.465 | + functions-common:apt_get_update:1077 : local sudo=sudo 2021-02-10 15:38:13.468 | ++ functions-common:apt_get_update:1078 : id -u 2021-02-10 15:38:13.471 | + functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2021-02-10 15:38:13.473 | + functions-common:apt_get_update:1081 : time_start apt-get-update 2021-02-10 15:38:13.476 | + functions-common:time_start:2292 : local name=apt-get-update 2021-02-10 15:38:13.478 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:38:13.480 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:38:13.483 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:38:13.486 | + functions-common:time_start:2297 : _TIME_START[$name]=1612971493484 2021-02-10 15:38:13.488 | + functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-02-10 15:38:13.490 | + functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-02-10 15:38:13.493 | + functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-02-10 15:38:13.911 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-02-10 15:38:13.912 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-02-10 15:38:14.041 | Hit:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-02-10 15:38:14.053 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-02-10 15:38:14.188 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-02-10 15:38:16.521 | Reading package lists... 2021-02-10 15:38:16.584 | + functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2021-02-10 15:38:16.586 | + functions-common:apt_get_update:1091 : time_stop apt-get-update 2021-02-10 15:38:16.589 | + functions-common:time_stop:2306 : local name 2021-02-10 15:38:16.591 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:38:16.593 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:38:16.595 | + functions-common:time_stop:2309 : local total 2021-02-10 15:38:16.597 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:38:16.599 | + functions-common:time_stop:2312 : name=apt-get-update 2021-02-10 15:38:16.602 | + functions-common:time_stop:2313 : start_time=1612971493484 2021-02-10 15:38:16.604 | + functions-common:time_stop:2315 : [[ -z 1612971493484 ]] 2021-02-10 15:38:16.607 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:38:16.610 | + functions-common:time_stop:2318 : end_time=1612971496608 2021-02-10 15:38:16.613 | + functions-common:time_stop:2319 : elapsed_time=3124 2021-02-10 15:38:16.615 | + functions-common:time_stop:2320 : total=3026 2021-02-10 15:38:16.617 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:38:16.619 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=6150 2021-02-10 15:38:16.622 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2021-02-10 15:38:16.633 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2021-02-10 15:38:16.645 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2021-02-10 15:38:16.656 | + tools/fixup_stuff.sh:fixup_all:198 : fixup_fedora 2021-02-10 15:38:16.658 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2021-02-10 15:38:16.660 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-02-10 15:38:16.663 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-02-10 15:38:16.665 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-02-10 15:38:16.672 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-02-10 15:38:16.674 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-02-10 15:38:16.676 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-02-10 15:38:16.679 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-02-10 15:38:16.681 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-02-10 15:38:16.683 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-02-10 15:38:16.685 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2021-02-10 15:38:16.687 | + tools/fixup_stuff.sh:fixup_all:199 : fixup_suse 2021-02-10 15:38:16.690 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2021-02-10 15:38:16.692 | + functions-common:is_suse:464 : is_opensuse 2021-02-10 15:38:16.694 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-02-10 15:38:16.696 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-10 15:38:16.698 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-02-10 15:38:16.700 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-02-10 15:38:16.703 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-10 15:38:16.705 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2021-02-10 15:38:16.707 | + ./stack.sh:main:768 : pip_install -U os-testr 2021-02-10 15:38:16.726 | Using python 3.6 to install os-testr 2021-02-10 15:38:16.728 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2021-02-10 15:38:18.513 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:38:18.518 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:38:18.528 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:38:18.533 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:38:18.621 | Collecting os-testr===2.0.0 2021-02-10 15:38:18.627 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2021-02-10 15:38:18.808 | Collecting pbr===5.5.1 2021-02-10 15:38:18.815 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106 kB) 2021-02-10 15:38:18.909 | Collecting stestr===3.1.0 2021-02-10 15:38:18.915 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/13c/8f771ea252290/stestr-3.1.0-py3-none-any.whl (120 kB) 2021-02-10 15:38:19.033 | Collecting python-subunit===1.4.0 2021-02-10 15:38:19.041 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2021-02-10 15:38:19.161 | Collecting testtools===2.4.0 2021-02-10 15:38:19.168 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185 kB) 2021-02-10 15:38:19.328 | Collecting cliff===3.6.0 2021-02-10 15:38:19.336 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/32b/d9656c6049d8c/cliff-3.6.0-py3-none-any.whl (79 kB) 2021-02-10 15:38:19.555 | Collecting PyYAML===5.4.1 2021-02-10 15:38:19.563 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e0/583d24c881e14/PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl (640 kB) 2021-02-10 15:38:19.681 | Collecting voluptuous===0.12.1 2021-02-10 15:38:19.687 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ac/e33fcf9e6b1f5/voluptuous-0.12.1-py3-none-any.whl (29 kB) 2021-02-10 15:38:19.783 | Collecting fixtures===3.0.0 2021-02-10 15:38:19.790 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2021-02-10 15:38:19.901 | Collecting future===0.18.2 2021-02-10 15:38:19.909 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2021-02-10 15:38:20.775 | Collecting extras===1.0.0 2021-02-10 15:38:20.782 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2021-02-10 15:38:20.871 | Collecting unittest2===1.1.0 2021-02-10 15:38:20.898 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2021-02-10 15:38:20.986 | Collecting python-mimeparse===1.6.0 2021-02-10 15:38:20.993 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl (6.1 kB) 2021-02-10 15:38:21.071 | Collecting traceback2===1.4.0 2021-02-10 15:38:21.078 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2021-02-10 15:38:21.145 | Collecting six===1.15.0 2021-02-10 15:38:21.152 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl (10 kB) 2021-02-10 15:38:21.320 | Collecting cmd2===1.5.0 2021-02-10 15:38:21.327 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31a/aeb590ec7bd2c/cmd2-1.5.0-py3-none-any.whl (133 kB) 2021-02-10 15:38:21.478 | Collecting prettytable===0.7.2 2021-02-10 15:38:21.485 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2021-02-10 15:38:21.663 | Collecting pyparsing===2.4.7 2021-02-10 15:38:21.670 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2021-02-10 15:38:21.804 | Collecting stevedore===3.3.0 2021-02-10 15:38:21.811 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49 kB) 2021-02-10 15:38:21.909 | Collecting argparse 2021-02-10 15:38:21.916 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2021-02-10 15:38:21.990 | Collecting linecache2===1.0.0 2021-02-10 15:38:21.996 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2021-02-10 15:38:22.061 | Collecting attrs===20.3.0 2021-02-10 15:38:22.067 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49 kB) 2021-02-10 15:38:22.170 | Collecting colorama===0.4.4 2021-02-10 15:38:22.177 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2021-02-10 15:38:22.239 | Collecting wcwidth===0.2.5 2021-02-10 15:38:22.246 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2021-02-10 15:38:22.283 | Requirement already satisfied, skipping upgrade: importlib-metadata===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) (3.4.0) 2021-02-10 15:38:22.413 | Collecting pyperclip===1.8.1 2021-02-10 15:38:22.420 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/8bb/51a8fb6ad32d5/pyperclip-1.8.1-py3-none-any.whl (11 kB) 2021-02-10 15:38:22.453 | Requirement already satisfied, skipping upgrade: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (3.7.4.3) 2021-02-10 15:38:22.456 | Requirement already satisfied, skipping upgrade: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (3.4.0) 2021-02-10 15:38:22.483 | Building wheels for collected packages: future 2021-02-10 15:38:22.484 | Building wheel for future (setup.py): started 2021-02-10 15:38:23.466 | Building wheel for future (setup.py): finished with status 'done' 2021-02-10 15:38:23.470 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=bdaf5e60f6d5ebc024c8931d3562346783ecb15b747adfddc0fb3d394d5cb2e1 2021-02-10 15:38:23.470 | Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6 2021-02-10 15:38:23.471 | Successfully built future 2021-02-10 15:38:23.921 | Installing collected packages: voluptuous, pbr, attrs, argparse, linecache2, traceback2, six, unittest2, extras, python-mimeparse, testtools, fixtures, wcwidth, prettytable, python-subunit, PyYAML, colorama, pyperclip, cmd2, pyparsing, stevedore, cliff, future, stestr, os-testr 2021-02-10 15:38:24.064 | Attempting uninstall: attrs 2021-02-10 15:38:24.065 | Found existing installation: attrs 17.4.0 2021-02-10 15:38:24.071 | Uninstalling attrs-17.4.0: 2021-02-10 15:38:24.168 | Successfully uninstalled attrs-17.4.0 2021-02-10 15:38:24.309 | Attempting uninstall: six 2021-02-10 15:38:24.310 | Found existing installation: six 1.11.0 2021-02-10 15:38:24.316 | Uninstalling six-1.11.0: 2021-02-10 15:38:24.347 | Successfully uninstalled six-1.11.0 2021-02-10 15:38:25.120 | Attempting uninstall: colorama 2021-02-10 15:38:25.121 | Found existing installation: colorama 0.3.7 2021-02-10 15:38:25.129 | Uninstalling colorama-0.3.7: 2021-02-10 15:38:25.160 | Successfully uninstalled colorama-0.3.7 2021-02-10 15:38:26.179 | Successfully installed PyYAML-5.4.1 argparse-1.4.0 attrs-20.3.0 cliff-3.6.0 cmd2-1.5.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 future-0.18.2 linecache2-1.0.0 os-testr-2.0.0 pbr-5.5.1 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.1 python-mimeparse-1.6.0 python-subunit-1.4.0 six-1.15.0 stestr-3.1.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 voluptuous-0.12.1 wcwidth-0.2.5 2021-02-10 15:38:26.246 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:38:26.246 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:38:26.374 | + inc/python:pip_install:200 : result=0 2021-02-10 15:38:26.377 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:38:26.379 | + functions-common:time_stop:2306 : local name 2021-02-10 15:38:26.381 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:38:26.383 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:38:26.386 | + functions-common:time_stop:2309 : local total 2021-02-10 15:38:26.388 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:38:26.390 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:38:26.392 | + functions-common:time_stop:2313 : start_time=1612971496721 2021-02-10 15:38:26.394 | + functions-common:time_stop:2315 : [[ -z 1612971496721 ]] 2021-02-10 15:38:26.397 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:38:26.400 | + functions-common:time_stop:2318 : end_time=1612971506398 2021-02-10 15:38:26.402 | + functions-common:time_stop:2319 : elapsed_time=9677 2021-02-10 15:38:26.405 | + functions-common:time_stop:2320 : total=0 2021-02-10 15:38:26.407 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:38:26.409 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=9677 2021-02-10 15:38:26.411 | + inc/python:pip_install:203 : return 0 2021-02-10 15:38:26.413 | + ./stack.sh:main:772 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-02-10 15:38:26.460 | + ./stack.sh:main:773 : sudo systemctl restart systemd-journald 2021-02-10 15:38:26.531 | + ./stack.sh:main:779 : install_infra 2021-02-10 15:38:26.534 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-02-10 15:38:26.536 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-02-10 15:38:26.539 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2021-02-10 15:38:29.165 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-02-10 15:38:29.168 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-02-10 15:38:29.191 | + inc/python:pip_install:193 : 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 2021-02-10 15:38:31.051 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:38:31.549 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:38:31.765 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:38:31.893 | Collecting pbr===5.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) 2021-02-10 15:38:32.006 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2021-02-10 15:38:32.036 | Installing collected packages: pbr 2021-02-10 15:38:32.143 | Successfully installed pbr-5.5.1 2021-02-10 15:38:32.209 | + inc/python:pip_install:200 : result=0 2021-02-10 15:38:32.211 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:38:32.213 | + functions-common:time_stop:2306 : local name 2021-02-10 15:38:32.216 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:38:32.218 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:38:32.220 | + functions-common:time_stop:2309 : local total 2021-02-10 15:38:32.222 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:38:32.225 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:38:32.227 | + functions-common:time_stop:2313 : start_time=1612971509184 2021-02-10 15:38:32.229 | + functions-common:time_stop:2315 : [[ -z 1612971509184 ]] 2021-02-10 15:38:32.232 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:38:32.235 | + functions-common:time_stop:2318 : end_time=1612971512233 2021-02-10 15:38:32.237 | + functions-common:time_stop:2319 : elapsed_time=3049 2021-02-10 15:38:32.239 | + functions-common:time_stop:2320 : total=9677 2021-02-10 15:38:32.242 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:38:32.244 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=12726 2021-02-10 15:38:32.246 | + inc/python:pip_install:203 : return 0 2021-02-10 15:38:32.248 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-02-10 15:38:32.251 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-02-10 15:38:32.272 | + inc/python:pip_install:193 : 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 2021-02-10 15:38:34.129 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:38:34.616 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:38:34.830 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:38:34.950 | Processing /opt/stack/requirements 2021-02-10 15:38:36.328 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2021-02-10 15:38:36.400 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2021-02-10 15:38:36.434 | Collecting PyYAML===5.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) 2021-02-10 15:38:36.549 | Downloading http://10.100.0.9:8080/root/pypi/+f/4e0/583d24c881e14/PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl (640kB) 2021-02-10 15:38:36.606 | Collecting requests===2.25.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2021-02-10 15:38:36.707 | Downloading http://10.100.0.9:8080/root/pypi/+f/c21/0084e36a42ae6/requests-2.25.1-py2.py3-none-any.whl (61kB) 2021-02-10 15:38:36.745 | Collecting packaging===20.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) 2021-02-10 15:38:36.791 | Downloading http://10.100.0.9:8080/root/pypi/+f/677/14da7f7bc052e/packaging-20.9-py2.py3-none-any.whl (40kB) 2021-02-10 15:38:36.812 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) 2021-02-10 15:38:36.855 | Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB) 2021-02-10 15:38:36.912 | Collecting idna===2.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) 2021-02-10 15:38:36.943 | Downloading http://10.100.0.9:8080/root/pypi/+f/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58kB) 2021-02-10 15:38:36.962 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) 2021-02-10 15:38:37.066 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 2021-02-10 15:38:37.084 | Collecting six===1.15.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) 2021-02-10 15:38:37.117 | Downloading http://10.100.0.9:8080/root/pypi/+f/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl 2021-02-10 15:38:37.132 | Collecting Parsley>=1.2 (from openstack-requirements==1.2.1.dev4334) 2021-02-10 15:38:37.172 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-02-10 15:38:37.199 | Collecting beagle>=0.2.1 (from openstack-requirements==1.2.1.dev4334) 2021-02-10 15:38:37.217 | Downloading http://10.100.0.9:8080/root/pypi/+f/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl 2021-02-10 15:38:37.243 | Requirement already satisfied: pbr===5.5.1 in /opt/stack/requirements/.venv/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) 2021-02-10 15:38:37.249 | Collecting urllib3===1.26.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) 2021-02-10 15:38:37.308 | Downloading http://10.100.0.9:8080/root/pypi/+f/1b4/65e494e3e0d89/urllib3-1.26.3-py2.py3-none-any.whl (137kB) 2021-02-10 15:38:37.358 | Collecting certifi===2020.12.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) 2021-02-10 15:38:37.408 | Downloading http://10.100.0.9:8080/root/pypi/+f/719/a74fb9e33b9bd/certifi-2020.12.5-py2.py3-none-any.whl (147kB) 2021-02-10 15:38:37.427 | Collecting chardet===4.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-02-10 15:38:37.451 | Downloading http://10.100.0.9:8080/root/pypi/+f/f86/4054d66fd9118/chardet-4.0.0-py2.py3-none-any.whl (178kB) 2021-02-10 15:38:37.486 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 97)) 2021-02-10 15:38:37.507 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl 2021-02-10 15:38:37.521 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) 2021-02-10 15:38:37.542 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl 2021-02-10 15:38:37.558 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) 2021-02-10 15:38:37.588 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2021-02-10 15:38:37.618 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) 2021-02-10 15:38:37.637 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl 2021-02-10 15:38:37.650 | Collecting cliff===3.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) 2021-02-10 15:38:37.713 | Downloading http://10.100.0.9:8080/root/pypi/+f/32b/d9656c6049d8c/cliff-3.6.0-py3-none-any.whl (79kB) 2021-02-10 15:38:37.749 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) 2021-02-10 15:38:37.766 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl 2021-02-10 15:38:37.780 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 203)) 2021-02-10 15:38:37.809 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl 2021-02-10 15:38:37.823 | Collecting cmd2===1.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 429)) 2021-02-10 15:38:37.942 | Downloading http://10.100.0.9:8080/root/pypi/+f/31a/aeb590ec7bd2c/cmd2-1.5.0-py3-none-any.whl (133kB) 2021-02-10 15:38:38.028 | Collecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) 2021-02-10 15:38:38.057 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl 2021-02-10 15:38:38.070 | Collecting stevedore===3.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 420)) 2021-02-10 15:38:38.134 | Downloading http://10.100.0.9:8080/root/pypi/+f/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49kB) 2021-02-10 15:38:38.164 | Collecting colorama===0.4.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) 2021-02-10 15:38:38.212 | Downloading http://10.100.0.9:8080/root/pypi/+f/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl 2021-02-10 15:38:38.228 | Collecting attrs===20.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) 2021-02-10 15:38:38.261 | Downloading http://10.100.0.9:8080/root/pypi/+f/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49kB) 2021-02-10 15:38:38.323 | Collecting pyperclip===1.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 267)) 2021-02-10 15:38:38.358 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/8bb/51a8fb6ad32d5/pyperclip-1.8.1-py3-none-any.whl 2021-02-10 15:38:38.372 | Collecting importlib-metadata===3.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) 2021-02-10 15:38:38.429 | Downloading http://10.100.0.9:8080/root/pypi/+f/ace/61d5fc652dc28/importlib_metadata-3.4.0-py3-none-any.whl 2021-02-10 15:38:38.478 | Collecting wcwidth===0.2.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2021-02-10 15:38:38.506 | Downloading http://10.100.0.9:8080/root/pypi/+f/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl 2021-02-10 15:38:38.526 | Collecting typing-extensions===3.7.4.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) 2021-02-10 15:38:38.555 | Downloading http://10.100.0.9:8080/root/pypi/+f/7cb/407020f00f7bf/typing_extensions-3.7.4.3-py3-none-any.whl 2021-02-10 15:38:38.570 | Collecting zipp===3.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) 2021-02-10 15:38:38.612 | Downloading http://10.100.0.9:8080/root/pypi/+f/102/c24ef8f171fd7/zipp-3.4.0-py3-none-any.whl 2021-02-10 15:38:38.646 | Installing collected packages: chardet, certifi, attrs, six, python-mimeparse, linecache2, traceback2, argparse, unittest2, extras, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, colorama, pyperclip, typing-extensions, zipp, importlib-metadata, cmd2, stevedore, pyparsing, cliff, packaging, Parsley, beagle, openstack-requirements 2021-02-10 15:38:40.445 | Running setup.py install for openstack-requirements: started 2021-02-10 15:38:42.753 | Running setup.py install for openstack-requirements: finished with status 'done' 2021-02-10 15:38:43.343 | Successfully installed Parsley-1.3 PyYAML-5.4.1 argparse-1.4.0 attrs-20.3.0 beagle-0.3.0 certifi-2020.12.5 chardet-4.0.0 cliff-3.6.0 cmd2-1.5.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-2.10 importlib-metadata-3.4.0 linecache2-1.0.0 openstack-requirements-1.2.1.dev4334 packaging-20.9 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.1 python-mimeparse-1.6.0 requests-2.25.1 six-1.15.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 typing-extensions-3.7.4.3 unittest2-1.1.0 urllib3-1.26.3 wcwidth-0.2.5 zipp-3.4.0 2021-02-10 15:38:43.475 | + inc/python:pip_install:200 : result=0 2021-02-10 15:38:43.478 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:38:43.480 | + functions-common:time_stop:2306 : local name 2021-02-10 15:38:43.482 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:38:43.484 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:38:43.486 | + functions-common:time_stop:2309 : local total 2021-02-10 15:38:43.489 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:38:43.491 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:38:43.493 | + functions-common:time_stop:2313 : start_time=1612971512265 2021-02-10 15:38:43.495 | + functions-common:time_stop:2315 : [[ -z 1612971512265 ]] 2021-02-10 15:38:43.498 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:38:43.501 | + functions-common:time_stop:2318 : end_time=1612971523499 2021-02-10 15:38:43.503 | + functions-common:time_stop:2319 : elapsed_time=11234 2021-02-10 15:38:43.505 | + functions-common:time_stop:2320 : total=12726 2021-02-10 15:38:43.508 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:38:43.510 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=23960 2021-02-10 15:38:43.512 | + inc/python:pip_install:203 : return 0 2021-02-10 15:38:43.515 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-02-10 15:38:43.517 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-02-10 15:38:43.519 | + inc/python:use_library_from_git:250 : local name=pbr 2021-02-10 15:38:43.521 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:38:43.524 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:38:43.526 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2021-02-10 15:38:43.528 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:38:43.531 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-02-10 15:38:43.549 | Using python 3.6 to install pbr 2021-02-10 15:38:43.552 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-02-10 15:38:45.369 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:38:45.373 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:38:45.384 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:38:45.389 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:38:45.529 | Requirement already up-to-date: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1) 2021-02-10 15:38:46.054 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:38:46.054 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:38:46.133 | + inc/python:pip_install:200 : result=0 2021-02-10 15:38:46.135 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:38:46.138 | + functions-common:time_stop:2306 : local name 2021-02-10 15:38:46.140 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:38:46.142 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:38:46.144 | + functions-common:time_stop:2309 : local total 2021-02-10 15:38:46.147 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:38:46.149 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:38:46.151 | + functions-common:time_stop:2313 : start_time=1612971523545 2021-02-10 15:38:46.153 | + functions-common:time_stop:2315 : [[ -z 1612971523545 ]] 2021-02-10 15:38:46.156 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:38:46.159 | + functions-common:time_stop:2318 : end_time=1612971526156 2021-02-10 15:38:46.161 | + functions-common:time_stop:2319 : elapsed_time=2611 2021-02-10 15:38:46.163 | + functions-common:time_stop:2320 : total=23960 2021-02-10 15:38:46.165 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:38:46.167 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=26571 2021-02-10 15:38:46.169 | + inc/python:pip_install:203 : return 0 2021-02-10 15:38:46.171 | + ./stack.sh:main:782 : python3 -m venv /opt/stack/bindep-venv 2021-02-10 15:38:48.799 | + ./stack.sh:main:784 : /opt/stack/bindep-venv/bin/pip install bindep 2021-02-10 15:38:50.453 | Collecting bindep 2021-02-10 15:38:50.517 | Downloading http://10.100.0.9:8080/root/pypi/+f/0e7/df0a527c159ff/bindep-2.9.0-py2.py3-none-any.whl 2021-02-10 15:38:50.541 | Collecting pbr>=2.0.0 (from bindep) 2021-02-10 15:38:50.623 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2021-02-10 15:38:50.655 | Collecting Parsley (from bindep) 2021-02-10 15:38:50.670 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-02-10 15:38:50.695 | Collecting distro (from bindep) 2021-02-10 15:38:50.719 | Downloading http://10.100.0.9:8080/root/pypi/+f/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl 2021-02-10 15:38:50.728 | Installing collected packages: pbr, Parsley, distro, bindep 2021-02-10 15:38:51.058 | Successfully installed Parsley-1.3 bindep-2.9.0 distro-1.5.0 pbr-5.5.1 2021-02-10 15:38:51.126 | + ./stack.sh:main:785 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-02-10 15:38:51.128 | + ./stack.sh:main:785 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-02-10 15:38:51.132 | ++ ./stack.sh:main:788 : _get_plugin_bindep_packages 2021-02-10 15:38:51.148 | + ./stack.sh:main:788 : pkgs= 2021-02-10 15:38:51.150 | + ./stack.sh:main:789 : [[ -n '' ]] 2021-02-10 15:38:51.153 | + ./stack.sh:main:796 : run_phase stack pre-install 2021-02-10 15:38:51.155 | + functions-common:run_phase:1734 : local mode=stack 2021-02-10 15:38:51.157 | + functions-common:run_phase:1735 : local phase=pre-install 2021-02-10 15:38:51.160 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-02-10 15:38:51.162 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-02-10 15:38:51.164 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-02-10 15:38:51.166 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-02-10 15:38:51.168 | + functions-common:run_phase:1744 : local extra 2021-02-10 15:38:51.171 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-02-10 15:38:51.174 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-02-10 15:38:51.177 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-02-10 15:38:51.179 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-02-10 15:38:51.182 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-02-10 15:38:51.184 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-02-10 15:38:51.198 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:38:51.201 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-02-10 15:38:51.203 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-02-10 15:38:51.205 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-02-10 15:38:51.207 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-02-10 15:38:51.209 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-02-10 15:38:51.212 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-02-10 15:38:51.214 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-02-10 15:38:51.216 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-02-10 15:38:51.218 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-02-10 15:38:51.220 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-02-10 15:38:51.222 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-02-10 15:38:51.224 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-02-10 15:38:51.226 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-02-10 15:38:51.228 | + functions-common:run_phase:1755 : [[ stack == \s\o\u\r\c\e ]] 2021-02-10 15:38:51.230 | + functions-common:run_phase:1758 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-02-10 15:38:51.232 | + functions-common:run_phase:1761 : run_plugins stack pre-install 2021-02-10 15:38:51.235 | + functions-common:run_plugins:1720 : local mode=stack 2021-02-10 15:38:51.237 | + functions-common:run_plugins:1721 : local phase=pre-install 2021-02-10 15:38:51.239 | + functions-common:run_plugins:1723 : local plugins= 2021-02-10 15:38:51.241 | + functions-common:run_plugins:1724 : local plugin 2021-02-10 15:38:51.243 | + ./stack.sh:main:799 : set_systemd_override DefaultLimitNOFILE 2048 2021-02-10 15:38:51.246 | + functions:set_systemd_override:844 : local key=DefaultLimitNOFILE 2021-02-10 15:38:51.248 | + functions:set_systemd_override:845 : local value=2048 2021-02-10 15:38:51.250 | + functions:set_systemd_override:847 : local sysconf=/etc/systemd/system.conf 2021-02-10 15:38:51.252 | + functions:set_systemd_override:848 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-02-10 15:38:51.297 | + functions:set_systemd_override:849 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-02-10 15:38:51.298 | Set systemd system override for DefaultLimitNOFILE=2048 2021-02-10 15:38:51.300 | + functions:set_systemd_override:851 : sudo systemctl daemon-reload 2021-02-10 15:38:51.486 | + ./stack.sh:main:801 : install_rpc_backend 2021-02-10 15:38:51.489 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-02-10 15:38:51.504 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:38:51.507 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-02-10 15:38:51.509 | + functions-common:install_package:1344 : update_package_repo 2021-02-10 15:38:51.512 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-02-10 15:38:51.514 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-02-10 15:38:51.516 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-02-10 15:38:51.519 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-02-10 15:38:51.521 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-02-10 15:38:51.523 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:38:51.525 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:38:51.528 | + functions-common:update_package_repo:1325 : apt_get_update 2021-02-10 15:38:51.530 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-02-10 15:38:51.532 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-02-10 15:38:51.534 | + functions-common:apt_get_update:1071 : return 2021-02-10 15:38:51.537 | + functions-common:install_package:1345 : real_install_package rabbitmq-server 2021-02-10 15:38:51.539 | + functions-common:real_install_package:1330 : is_ubuntu 2021-02-10 15:38:51.541 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:38:51.543 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:38:51.545 | + functions-common:real_install_package:1331 : apt_get install rabbitmq-server 2021-02-10 15:38:51.564 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2021-02-10 15:38:51.683 | Reading package lists... 2021-02-10 15:38:51.951 | Building dependency tree... 2021-02-10 15:38:51.952 | Reading state information... 2021-02-10 15:38:52.176 | The following packages were automatically installed and are no longer required: 2021-02-10 15:38:52.177 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-02-10 15:38:52.177 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-02-10 15:38:52.177 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-02-10 15:38:52.177 | python3-pam python3-problem-report python3-pyasn1 2021-02-10 15:38:52.177 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-02-10 15:38:52.177 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-02-10 15:38:52.177 | Use 'sudo apt autoremove' to remove them. 2021-02-10 15:38:52.177 | The following additional packages will be installed: 2021-02-10 15:38:52.177 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-02-10 15:38:52.177 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-02-10 15:38:52.177 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-02-10 15:38:52.177 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-02-10 15:38:52.178 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-02-10 15:38:52.179 | Suggested packages: 2021-02-10 15:38:52.179 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2021-02-10 15:38:52.180 | odbc-postgresql tdsodbc unixodbc-bin 2021-02-10 15:38:52.226 | The following NEW packages will be installed: 2021-02-10 15:38:52.226 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-02-10 15:38:52.226 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-02-10 15:38:52.226 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-02-10 15:38:52.226 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-02-10 15:38:52.226 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-02-10 15:38:52.227 | rabbitmq-server 2021-02-10 15:38:52.630 | 0 upgraded, 26 newly installed, 0 to remove and 170 not upgraded. 2021-02-10 15:38:52.630 | Need to get 24.5 MB of archives. 2021-02-10 15:38:52.630 | After this operation, 40.4 MB of additional disk space will be used. 2021-02-10 15:38:52.630 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-base amd64 1:20.2.2+dfsg-1ubuntu2 [7,323 kB] 2021-02-10 15:38:54.299 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-02-10 15:38:54.361 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-02-10 15:38:54.425 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-runtime-tools amd64 1:20.2.2+dfsg-1ubuntu2 [178 kB] 2021-02-10 15:38:54.801 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB] 2021-02-10 15:38:54.807 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-public-key amd64 1:20.2.2+dfsg-1ubuntu2 [561 kB] 2021-02-10 15:38:54.828 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssl amd64 1:20.2.2+dfsg-1ubuntu2 [814 kB] 2021-02-10 15:38:54.847 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB] 2021-02-10 15:38:54.863 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-corba amd64 1:20.2.2+dfsg-1ubuntu2 [2,251 kB] 2021-02-10 15:38:55.388 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-syntax-tools amd64 1:20.2.2+dfsg-1ubuntu2 [345 kB] 2021-02-10 15:38:55.395 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB] 2021-02-10 15:38:55.410 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB] 2021-02-10 15:38:55.479 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB] 2021-02-10 15:38:55.509 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB] 2021-02-10 15:38:55.522 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-erl-docgen amd64 1:20.2.2+dfsg-1ubuntu2 [118 kB] 2021-02-10 15:38:55.539 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB] 2021-02-10 15:38:55.560 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB] 2021-02-10 15:38:55.857 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2021-02-10 15:38:55.977 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-odbc amd64 1:20.2.2+dfsg-1ubuntu2 [47.5 kB] 2021-02-10 15:38:55.978 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-snmp amd64 1:20.2.2+dfsg-1ubuntu2 [1,531 kB] 2021-02-10 15:38:56.358 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-os-mon amd64 1:20.2.2+dfsg-1ubuntu2 [90.4 kB] 2021-02-10 15:38:56.360 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB] 2021-02-10 15:38:56.396 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB] 2021-02-10 15:38:56.409 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB] 2021-02-10 15:38:56.422 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-nox all 1:20.2.2+dfsg-1ubuntu2 [13.4 kB] 2021-02-10 15:38:56.423 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rabbitmq-server all 3.6.10-1ubuntu0.4 [4,651 kB] 2021-02-10 15:38:57.849 | Fetched 24.5 MB in 5s (4,852 kB/s) 2021-02-10 15:38:57.891 | Selecting previously unselected package erlang-base. 2021-02-10 15:38:57.932 | (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 ... 74728 files and directories currently installed.) 2021-02-10 15:38:57.936 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:38:57.939 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:38:59.023 | Selecting previously unselected package erlang-asn1. 2021-02-10 15:38:59.035 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:38:59.039 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:38:59.188 | Selecting previously unselected package erlang-mnesia. 2021-02-10 15:38:59.196 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:38:59.200 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:38:59.347 | Selecting previously unselected package erlang-runtime-tools. 2021-02-10 15:38:59.355 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:38:59.359 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:38:59.446 | Selecting previously unselected package erlang-crypto. 2021-02-10 15:38:59.454 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:38:59.457 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:38:59.533 | Selecting previously unselected package erlang-public-key. 2021-02-10 15:38:59.541 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:38:59.546 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:38:59.679 | Selecting previously unselected package erlang-ssl. 2021-02-10 15:38:59.687 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:38:59.690 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:38:59.878 | Selecting previously unselected package erlang-inets. 2021-02-10 15:38:59.886 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:38:59.890 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:00.039 | Selecting previously unselected package erlang-corba. 2021-02-10 15:39:00.046 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:39:00.050 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:00.432 | Selecting previously unselected package erlang-syntax-tools. 2021-02-10 15:39:00.440 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:39:00.444 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:00.547 | Selecting previously unselected package erlang-diameter. 2021-02-10 15:39:00.555 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:39:00.559 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:00.701 | Selecting previously unselected package erlang-xmerl. 2021-02-10 15:39:00.709 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:39:00.713 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:00.897 | Selecting previously unselected package erlang-edoc. 2021-02-10 15:39:00.905 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:39:00.909 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:01.002 | Selecting previously unselected package erlang-eldap. 2021-02-10 15:39:01.011 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:39:01.014 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:01.086 | Selecting previously unselected package erlang-erl-docgen. 2021-02-10 15:39:01.094 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:39:01.098 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:01.174 | Selecting previously unselected package erlang-eunit. 2021-02-10 15:39:01.182 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:39:01.186 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:01.258 | Selecting previously unselected package erlang-ic. 2021-02-10 15:39:01.266 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:39:01.269 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:01.456 | Selecting previously unselected package libodbc1:amd64. 2021-02-10 15:39:01.464 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2021-02-10 15:39:01.478 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-02-10 15:39:01.567 | Selecting previously unselected package erlang-odbc. 2021-02-10 15:39:01.575 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:39:01.578 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:01.643 | Selecting previously unselected package erlang-snmp. 2021-02-10 15:39:01.651 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:39:01.654 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:01.949 | Selecting previously unselected package erlang-os-mon. 2021-02-10 15:39:01.958 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:39:01.962 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:02.034 | Selecting previously unselected package erlang-parsetools. 2021-02-10 15:39:02.043 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:39:02.046 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:02.123 | Selecting previously unselected package erlang-ssh. 2021-02-10 15:39:02.133 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:39:02.136 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:02.260 | Selecting previously unselected package erlang-tools. 2021-02-10 15:39:02.269 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-02-10 15:39:02.272 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:02.398 | Selecting previously unselected package erlang-nox. 2021-02-10 15:39:02.406 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2021-02-10 15:39:02.409 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:02.507 | Selecting previously unselected package rabbitmq-server. 2021-02-10 15:39:02.516 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.4_all.deb ... 2021-02-10 15:39:02.519 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-02-10 15:39:03.057 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-02-10 15:39:03.088 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:03.931 | Searching for services which depend on erlang and should be started...none found. 2021-02-10 15:39:03.934 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-10 15:39:03.958 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:03.987 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:04.017 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:04.048 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:04.077 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:04.107 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:04.137 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-02-10 15:39:04.168 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-10 15:39:04.359 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-10 15:39:05.033 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.065 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.097 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.129 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.161 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.191 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.220 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.253 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.283 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.315 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.346 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.376 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.405 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.435 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.465 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.496 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.527 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-02-10 15:39:05.556 | Setting up rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-02-10 15:39:05.699 | Adding group `rabbitmq' (GID 121) ... 2021-02-10 15:39:05.737 | Done. 2021-02-10 15:39:05.827 | Adding system user `rabbitmq' (UID 115) ... 2021-02-10 15:39:05.827 | Adding new user `rabbitmq' (UID 115) with group `rabbitmq' ... 2021-02-10 15:39:05.905 | Not creating home directory `/var/lib/rabbitmq'. 2021-02-10 15:39:06.163 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2021-02-10 15:39:11.326 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-10 15:39:11.532 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-10 15:39:13.557 | + functions-common:apt_get:1115 : result=0 2021-02-10 15:39:13.560 | + functions-common:apt_get:1118 : time_stop apt-get 2021-02-10 15:39:13.563 | + functions-common:time_stop:2306 : local name 2021-02-10 15:39:13.567 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:39:13.569 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:39:13.571 | + functions-common:time_stop:2309 : local total 2021-02-10 15:39:13.573 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:39:13.576 | + functions-common:time_stop:2312 : name=apt-get 2021-02-10 15:39:13.579 | + functions-common:time_stop:2313 : start_time=1612971531561 2021-02-10 15:39:13.582 | + functions-common:time_stop:2315 : [[ -z 1612971531561 ]] 2021-02-10 15:39:13.584 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:39:13.589 | + functions-common:time_stop:2318 : end_time=1612971553585 2021-02-10 15:39:13.592 | + functions-common:time_stop:2319 : elapsed_time=22024 2021-02-10 15:39:13.595 | + functions-common:time_stop:2320 : total=142968 2021-02-10 15:39:13.598 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:39:13.600 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=164992 2021-02-10 15:39:13.602 | + functions-common:apt_get:1119 : return 0 2021-02-10 15:39:13.605 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2021-02-10 15:39:13.607 | + functions-common:is_suse:464 : is_opensuse 2021-02-10 15:39:13.609 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-02-10 15:39:13.612 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-10 15:39:13.614 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-02-10 15:39:13.617 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-02-10 15:39:13.619 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-10 15:39:13.621 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2021-02-10 15:39:13.623 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-02-10 15:39:13.626 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-02-10 15:39:13.628 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-02-10 15:39:13.630 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-02-10 15:39:13.633 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-02-10 15:39:13.635 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-02-10 15:39:13.637 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-02-10 15:39:13.639 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-02-10 15:39:13.642 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-02-10 15:39:13.644 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2021-02-10 15:39:13.646 | + functions-common:is_suse:464 : is_opensuse 2021-02-10 15:39:13.648 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-02-10 15:39:13.651 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-10 15:39:13.653 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-02-10 15:39:13.655 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-02-10 15:39:13.657 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-10 15:39:13.660 | + ./stack.sh:main:802 : restart_rpc_backend 2021-02-10 15:39:13.662 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2021-02-10 15:39:13.677 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:39:13.680 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2021-02-10 15:39:13.683 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:39:13.686 | + ./stack.sh:echo_summary:422 : echo -e Starting RabbitMQ 2021-02-10 15:39:13.689 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2021-02-10 15:39:13.693 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2021-02-10 15:39:13.697 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2021-02-10 15:39:13.699 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2021-02-10 15:39:13.701 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2021-02-10 15:39:13.704 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2021-02-10 15:39:13.706 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2021-02-10 15:39:13.709 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2021-02-10 15:39:13.712 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2021-02-10 15:39:14.859 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users 2021-02-10 15:39:14.859 | guest [administrator]' 2021-02-10 15:39:14.863 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2021-02-10 15:39:14.864 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users 2021-02-10 15:39:14.864 | guest [administrator]' 2021-02-10 15:39:14.869 | + lib/rpc_backend:rabbit_setuser:176 : found= 2021-02-10 15:39:14.871 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2021-02-10 15:39:14.874 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2021-02-10 15:39:15.961 | Creating user "stackrabbit" 2021-02-10 15:39:15.991 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2021-02-10 15:39:17.112 | Setting permissions for user "stackrabbit" in vhost "/" 2021-02-10 15:39:17.136 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2021-02-10 15:39:17.139 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2021-02-10 15:39:18.232 | Changing password for user "stackrabbit" 2021-02-10 15:39:18.257 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2021-02-10 15:39:18.259 | + lib/rpc_backend:restart_rpc_backend:116 : break 2021-02-10 15:39:18.261 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2021-02-10 15:39:19.363 | Deleting user "guest" 2021-02-10 15:39:19.388 | + ./stack.sh:main:804 : is_service_enabled mysql postgresql 2021-02-10 15:39:19.408 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:39:19.411 | + ./stack.sh:main:805 : install_database 2021-02-10 15:39:19.413 | + lib/database:install_database:116 : install_database_mysql 2021-02-10 15:39:19.416 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2021-02-10 15:39:19.418 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:39:19.420 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:39:19.424 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2021-02-10 15:39:19.631 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2021-02-10 15:39:19.634 | + lib/databases/mysql:install_database_mysql:164 : cat 2021-02-10 15:39:19.639 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2021-02-10 15:39:19.644 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:39:19.646 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:39:19.650 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2021-02-10 15:39:19.654 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2021-02-10 15:39:19.657 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2021-02-10 15:39:19.662 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2021-02-10 15:39:19.664 | + functions-common:is_oraclelinux:436 : [[ -z Ubuntu ]] 2021-02-10 15:39:19.667 | + functions-common:is_oraclelinux:440 : '[' Ubuntu = OracleServer ']' 2021-02-10 15:39:19.669 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2021-02-10 15:39:19.672 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-02-10 15:39:19.674 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-02-10 15:39:19.677 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-02-10 15:39:19.680 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-02-10 15:39:19.683 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-02-10 15:39:19.686 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-02-10 15:39:19.688 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-02-10 15:39:19.691 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-02-10 15:39:19.694 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-02-10 15:39:19.697 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2021-02-10 15:39:19.700 | + functions-common:is_suse:464 : is_opensuse 2021-02-10 15:39:19.703 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-02-10 15:39:19.706 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-10 15:39:19.709 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-02-10 15:39:19.711 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-02-10 15:39:19.714 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-10 15:39:19.716 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2021-02-10 15:39:19.718 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:39:19.721 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:39:19.723 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2021-02-10 15:39:19.725 | + functions-common:install_package:1344 : update_package_repo 2021-02-10 15:39:19.728 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-02-10 15:39:19.730 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-02-10 15:39:19.732 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-02-10 15:39:19.735 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-02-10 15:39:19.737 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-02-10 15:39:19.739 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:39:19.742 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:39:19.744 | + functions-common:update_package_repo:1325 : apt_get_update 2021-02-10 15:39:19.747 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-02-10 15:39:19.749 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-02-10 15:39:19.752 | + functions-common:apt_get_update:1071 : return 2021-02-10 15:39:19.755 | + functions-common:install_package:1345 : real_install_package mysql-server 2021-02-10 15:39:19.757 | + functions-common:real_install_package:1330 : is_ubuntu 2021-02-10 15:39:19.761 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:39:19.763 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:39:19.766 | + functions-common:real_install_package:1331 : apt_get install mysql-server 2021-02-10 15:39:19.787 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2021-02-10 15:39:19.912 | Reading package lists... 2021-02-10 15:39:20.180 | Building dependency tree... 2021-02-10 15:39:20.181 | Reading state information... 2021-02-10 15:39:20.404 | The following packages were automatically installed and are no longer required: 2021-02-10 15:39:20.405 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-02-10 15:39:20.405 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-02-10 15:39:20.405 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-02-10 15:39:20.405 | python3-pam python3-problem-report python3-pyasn1 2021-02-10 15:39:20.405 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-02-10 15:39:20.405 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-02-10 15:39:20.405 | Use 'sudo apt autoremove' to remove them. 2021-02-10 15:39:20.405 | The following additional packages will be installed: 2021-02-10 15:39:20.405 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-02-10 15:39:20.405 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-02-10 15:39:20.405 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-02-10 15:39:20.406 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-02-10 15:39:20.406 | mysql-server-5.7 mysql-server-core-5.7 2021-02-10 15:39:20.407 | Suggested packages: 2021-02-10 15:39:20.407 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2021-02-10 15:39:20.466 | The following NEW packages will be installed: 2021-02-10 15:39:20.466 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-02-10 15:39:20.466 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-02-10 15:39:20.466 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-02-10 15:39:20.466 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-02-10 15:39:20.466 | mysql-server mysql-server-5.7 mysql-server-core-5.7 2021-02-10 15:39:20.745 | 0 upgraded, 18 newly installed, 0 to remove and 170 not upgraded. 2021-02-10 15:39:20.745 | Need to get 19.7 MB of archives. 2021-02-10 15:39:20.745 | After this operation, 157 MB of additional disk space will be used. 2021-02-10 15:39:20.745 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-core-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [6,664 kB] 2021-02-10 15:39:22.814 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [1,945 kB] 2021-02-10 15:39:23.437 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-core-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [7,460 kB] 2021-02-10 15:39:24.680 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libevent-core-2.1-6 amd64 2.1.8-stable-4build1 [85.9 kB] 2021-02-10 15:39:24.690 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [2,931 kB] 2021-02-10 15:39:25.121 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] 2021-02-10 15:39:25.122 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] 2021-02-10 15:39:25.124 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] 2021-02-10 15:39:25.126 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] 2021-02-10 15:39:25.131 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] 2021-02-10 15:39:25.132 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] 2021-02-10 15:39:25.132 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2021-02-10 15:39:25.133 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2021-02-10 15:39:25.138 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 2021-02-10 15:39:25.267 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2021-02-10 15:39:25.268 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2021-02-10 15:39:25.271 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] 2021-02-10 15:39:25.280 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server all 5.7.33-0ubuntu0.18.04.1 [9,944 B] 2021-02-10 15:39:25.775 | Preconfiguring packages ... 2021-02-10 15:39:25.889 | Fetched 19.7 MB in 5s (4,103 kB/s) 2021-02-10 15:39:25.924 | Selecting previously unselected package mysql-client-core-5.7. 2021-02-10 15:39:25.965 | (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 ... 76729 files and directories currently installed.) 2021-02-10 15:39:25.969 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-02-10 15:39:25.973 | Unpacking mysql-client-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-10 15:39:26.990 | Selecting previously unselected package mysql-client-5.7. 2021-02-10 15:39:26.998 | Preparing to unpack .../01-mysql-client-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-02-10 15:39:27.001 | Unpacking mysql-client-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-10 15:39:27.497 | Selecting previously unselected package mysql-server-core-5.7. 2021-02-10 15:39:27.506 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-02-10 15:39:27.510 | Unpacking mysql-server-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-10 15:39:28.744 | Selecting previously unselected package libevent-core-2.1-6:amd64. 2021-02-10 15:39:28.752 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ... 2021-02-10 15:39:28.767 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-02-10 15:39:28.897 | Selecting previously unselected package mysql-server-5.7. 2021-02-10 15:39:28.905 | Preparing to unpack .../04-mysql-server-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-02-10 15:39:29.395 | Unpacking mysql-server-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-10 15:39:30.038 | Selecting previously unselected package libhtml-tagset-perl. 2021-02-10 15:39:30.046 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ... 2021-02-10 15:39:30.049 | Unpacking libhtml-tagset-perl (3.20-3) ... 2021-02-10 15:39:30.110 | Selecting previously unselected package liburi-perl. 2021-02-10 15:39:30.118 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ... 2021-02-10 15:39:30.122 | Unpacking liburi-perl (1.73-1) ... 2021-02-10 15:39:30.205 | Selecting previously unselected package libhtml-parser-perl. 2021-02-10 15:39:30.213 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ... 2021-02-10 15:39:30.217 | Unpacking libhtml-parser-perl (3.72-3build1) ... 2021-02-10 15:39:30.287 | Selecting previously unselected package libcgi-pm-perl. 2021-02-10 15:39:30.295 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ... 2021-02-10 15:39:30.298 | Unpacking libcgi-pm-perl (4.38-1) ... 2021-02-10 15:39:30.382 | Selecting previously unselected package libfcgi-perl. 2021-02-10 15:39:30.390 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ... 2021-02-10 15:39:30.394 | Unpacking libfcgi-perl (0.78-2build1) ... 2021-02-10 15:39:30.458 | Selecting previously unselected package libcgi-fast-perl. 2021-02-10 15:39:30.467 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ... 2021-02-10 15:39:30.470 | Unpacking libcgi-fast-perl (1:2.13-1) ... 2021-02-10 15:39:30.533 | Selecting previously unselected package libencode-locale-perl. 2021-02-10 15:39:30.542 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ... 2021-02-10 15:39:30.545 | Unpacking libencode-locale-perl (1.05-1) ... 2021-02-10 15:39:30.609 | Selecting previously unselected package libhtml-template-perl. 2021-02-10 15:39:30.617 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ... 2021-02-10 15:39:30.622 | Unpacking libhtml-template-perl (2.97-1) ... 2021-02-10 15:39:30.690 | Selecting previously unselected package libhttp-date-perl. 2021-02-10 15:39:30.698 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ... 2021-02-10 15:39:30.702 | Unpacking libhttp-date-perl (6.02-1) ... 2021-02-10 15:39:30.766 | Selecting previously unselected package libio-html-perl. 2021-02-10 15:39:30.774 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ... 2021-02-10 15:39:30.777 | Unpacking libio-html-perl (1.001-1) ... 2021-02-10 15:39:30.841 | Selecting previously unselected package liblwp-mediatypes-perl. 2021-02-10 15:39:30.849 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ... 2021-02-10 15:39:30.852 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2021-02-10 15:39:30.915 | Selecting previously unselected package libhttp-message-perl. 2021-02-10 15:39:30.923 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ... 2021-02-10 15:39:30.927 | Unpacking libhttp-message-perl (6.14-1) ... 2021-02-10 15:39:30.995 | Selecting previously unselected package mysql-server. 2021-02-10 15:39:31.003 | Preparing to unpack .../17-mysql-server_5.7.33-0ubuntu0.18.04.1_all.deb ... 2021-02-10 15:39:31.007 | Unpacking mysql-server (5.7.33-0ubuntu0.18.04.1) ... 2021-02-10 15:39:31.092 | Setting up libhtml-tagset-perl (3.20-3) ... 2021-02-10 15:39:31.116 | Setting up libhttp-date-perl (6.02-1) ... 2021-02-10 15:39:31.146 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-02-10 15:39:31.177 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-10 15:39:31.203 | Setting up libencode-locale-perl (1.05-1) ... 2021-02-10 15:39:31.233 | Setting up mysql-server-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-10 15:39:31.263 | Setting up libio-html-perl (1.001-1) ... 2021-02-10 15:39:31.295 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2021-02-10 15:39:31.324 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-02-10 15:39:31.357 | Setting up liburi-perl (1.73-1) ... 2021-02-10 15:39:31.388 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-10 15:39:31.582 | Setting up libhtml-parser-perl (3.72-3build1) ... 2021-02-10 15:39:31.614 | Setting up libcgi-pm-perl (4.38-1) ... 2021-02-10 15:39:31.645 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-10 15:39:33.500 | Setting up libhttp-message-perl (6.14-1) ... 2021-02-10 15:39:33.530 | Setting up mysql-client-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-10 15:39:33.560 | Setting up libfcgi-perl (0.78-2build1) ... 2021-02-10 15:39:33.591 | Setting up libhtml-template-perl (2.97-1) ... 2021-02-10 15:39:33.622 | Setting up libcgi-fast-perl (1:2.13-1) ... 2021-02-10 15:39:33.653 | Setting up mysql-client-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-10 15:39:33.685 | Setting up mysql-server-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-02-10 15:39:34.314 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-02-10 15:39:34.342 | Renaming removed key_buffer and myisam-recover options (if present) 2021-02-10 15:39:44.626 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2021-02-10 15:39:45.676 | Setting up mysql-server (5.7.33-0ubuntu0.18.04.1) ... 2021-02-10 15:39:45.692 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-10 15:39:45.883 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-10 15:39:47.870 | + functions-common:apt_get:1115 : result=0 2021-02-10 15:39:47.872 | + functions-common:apt_get:1118 : time_stop apt-get 2021-02-10 15:39:47.874 | + functions-common:time_stop:2306 : local name 2021-02-10 15:39:47.877 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:39:47.879 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:39:47.882 | + functions-common:time_stop:2309 : local total 2021-02-10 15:39:47.884 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:39:47.886 | + functions-common:time_stop:2312 : name=apt-get 2021-02-10 15:39:47.888 | + functions-common:time_stop:2313 : start_time=1612971559784 2021-02-10 15:39:47.890 | + functions-common:time_stop:2315 : [[ -z 1612971559784 ]] 2021-02-10 15:39:47.893 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:39:47.896 | + functions-common:time_stop:2318 : end_time=1612971587893 2021-02-10 15:39:47.898 | + functions-common:time_stop:2319 : elapsed_time=28109 2021-02-10 15:39:47.900 | + functions-common:time_stop:2320 : total=164992 2021-02-10 15:39:47.902 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:39:47.905 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=193101 2021-02-10 15:39:47.907 | + functions-common:apt_get:1119 : return 0 2021-02-10 15:39:47.909 | + ./stack.sh:main:807 : '[' -n mysql ']' 2021-02-10 15:39:47.911 | + ./stack.sh:main:808 : install_database_python 2021-02-10 15:39:47.914 | + lib/database:install_database_python:121 : install_database_python_mysql 2021-02-10 15:39:47.916 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2021-02-10 15:39:47.918 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2021-02-10 15:39:47.920 | + inc/python:pip_install_gr:77 : local clean_name 2021-02-10 15:39:47.923 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2021-02-10 15:39:47.925 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2021-02-10 15:39:47.928 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-02-10 15:39:47.931 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2021-02-10 15:39:47.933 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-02-10 15:39:47.937 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2021-02-10 15:39:47.940 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2021-02-10 15:39:47.942 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2021-02-10 15:39:47.945 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2021-02-10 15:39:47.948 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2021-02-10 15:39:47.966 | Using python 3.6 to install PyMySQL 2021-02-10 15:39:47.969 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2021-02-10 15:39:49.798 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:39:49.803 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:39:49.813 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:39:49.818 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:39:49.953 | Collecting PyMySQL===1.0.2 2021-02-10 15:39:49.960 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2021-02-10 15:39:50.445 | Installing collected packages: PyMySQL 2021-02-10 15:39:50.522 | Successfully installed PyMySQL-1.0.2 2021-02-10 15:39:50.586 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:39:50.586 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:39:50.669 | + inc/python:pip_install:200 : result=0 2021-02-10 15:39:50.671 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:39:50.674 | + functions-common:time_stop:2306 : local name 2021-02-10 15:39:50.676 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:39:50.678 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:39:50.681 | + functions-common:time_stop:2309 : local total 2021-02-10 15:39:50.683 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:39:50.685 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:39:50.687 | + functions-common:time_stop:2313 : start_time=1612971587962 2021-02-10 15:39:50.689 | + functions-common:time_stop:2315 : [[ -z 1612971587962 ]] 2021-02-10 15:39:50.692 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:39:50.696 | + functions-common:time_stop:2318 : end_time=1612971590693 2021-02-10 15:39:50.698 | + functions-common:time_stop:2319 : elapsed_time=2731 2021-02-10 15:39:50.701 | + functions-common:time_stop:2320 : total=26571 2021-02-10 15:39:50.703 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:39:50.705 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=29302 2021-02-10 15:39:50.708 | + inc/python:pip_install:203 : return 0 2021-02-10 15:39:50.710 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2021-02-10 15:39:50.712 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-02-10 15:39:50.714 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2021-02-10 15:39:50.717 | + ./stack.sh:main:811 : is_service_enabled neutron 2021-02-10 15:39:50.732 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:39:50.735 | + ./stack.sh:main:812 : install_neutron_agent_packages 2021-02-10 15:39:50.737 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2021-02-10 15:39:50.740 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-10 15:39:50.741 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-02-10 15:39:50.745 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-10 15:39:50.747 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-02-10 15:39:50.750 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-02-10 15:39:50.753 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-02-10 15:39:50.755 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2021-02-10 15:39:50.757 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2021-02-10 15:39:50.772 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:39:50.774 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2021-02-10 15:39:50.777 | + functions-common:install_package:1344 : update_package_repo 2021-02-10 15:39:50.779 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-02-10 15:39:50.781 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-02-10 15:39:50.784 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-02-10 15:39:50.787 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-02-10 15:39:50.790 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-02-10 15:39:50.792 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:39:50.794 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:39:50.796 | + functions-common:update_package_repo:1325 : apt_get_update 2021-02-10 15:39:50.798 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-02-10 15:39:50.801 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-02-10 15:39:50.803 | + functions-common:apt_get_update:1071 : return 2021-02-10 15:39:50.805 | + functions-common:install_package:1345 : real_install_package radvd 2021-02-10 15:39:50.807 | + functions-common:real_install_package:1330 : is_ubuntu 2021-02-10 15:39:50.810 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:39:50.812 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:39:50.814 | + functions-common:real_install_package:1331 : apt_get install radvd 2021-02-10 15:39:50.832 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2021-02-10 15:39:50.953 | Reading package lists... 2021-02-10 15:39:51.222 | Building dependency tree... 2021-02-10 15:39:51.223 | Reading state information... 2021-02-10 15:39:51.473 | The following packages were automatically installed and are no longer required: 2021-02-10 15:39:51.474 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-02-10 15:39:51.474 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-02-10 15:39:51.474 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-02-10 15:39:51.474 | python3-pam python3-problem-report python3-pyasn1 2021-02-10 15:39:51.474 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-02-10 15:39:51.474 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-02-10 15:39:51.474 | Use 'sudo apt autoremove' to remove them. 2021-02-10 15:39:51.518 | The following NEW packages will be installed: 2021-02-10 15:39:51.518 | radvd 2021-02-10 15:39:51.651 | 0 upgraded, 1 newly installed, 0 to remove and 170 not upgraded. 2021-02-10 15:39:51.651 | Need to get 59.0 kB of archives. 2021-02-10 15:39:51.651 | After this operation, 164 kB of additional disk space will be used. 2021-02-10 15:39:51.651 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 radvd amd64 1:2.16-3 [59.0 kB] 2021-02-10 15:39:52.313 | Fetched 59.0 kB in 0s (243 kB/s) 2021-02-10 15:39:52.377 | Selecting previously unselected package radvd. 2021-02-10 15:39:52.418 | (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 ... 77186 files and directories currently installed.) 2021-02-10 15:39:52.422 | Preparing to unpack .../radvd_1%3a2.16-3_amd64.deb ... 2021-02-10 15:39:52.427 | Unpacking radvd (1:2.16-3) ... 2021-02-10 15:39:52.544 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-10 15:39:52.563 | Setting up radvd (1:2.16-3) ... 2021-02-10 15:39:53.362 | Job for radvd.service failed because the control process exited with error code. 2021-02-10 15:39:53.363 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2021-02-10 15:39:53.364 | invoke-rc.d: initscript radvd, action "start" failed. 2021-02-10 15:39:53.374 | ● radvd.service - Router advertisement daemon for IPv6 2021-02-10 15:39:53.374 | Loaded: loaded (/lib/systemd/system/radvd.service; disabled; vendor preset: enabled) 2021-02-10 15:39:53.374 | Active: failed (Result: exit-code) since Wed 2021-02-10 15:39:53 UTC; 13ms ago 2021-02-10 15:39:53.374 | Docs: man:radvd(8) 2021-02-10 15:39:53.374 | Process: 41680 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2021-02-10 15:39:53.374 | 2021-02-10 15:39:53.375 | Feb 10 15:39:53 dv-osbrick-774883-1-smb systemd[1]: Starting Router advertisement daemon for IPv6... 2021-02-10 15:39:53.375 | Feb 10 15:39:53 dv-osbrick-774883-1-smb radvd[41680]: can't open /etc/radvd.conf: No such file or directory 2021-02-10 15:39:53.375 | Feb 10 15:39:53 dv-osbrick-774883-1-smb radvd[41680]: Insecure file permissions, but continuing anyway 2021-02-10 15:39:53.375 | Feb 10 15:39:53 dv-osbrick-774883-1-smb radvd[41680]: exiting, failed to read config file 2021-02-10 15:39:53.375 | Feb 10 15:39:53 dv-osbrick-774883-1-smb systemd[1]: radvd.service: Control process exited, code=exited status=1 2021-02-10 15:39:53.375 | Feb 10 15:39:53 dv-osbrick-774883-1-smb systemd[1]: radvd.service: Failed with result 'exit-code'. 2021-02-10 15:39:53.375 | Feb 10 15:39:53 dv-osbrick-774883-1-smb systemd[1]: Failed to start Router advertisement daemon for IPv6. 2021-02-10 15:39:53.380 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-10 15:39:53.566 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-10 15:39:53.805 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-10 15:39:55.785 | + functions-common:apt_get:1115 : result=0 2021-02-10 15:39:55.787 | + functions-common:apt_get:1118 : time_stop apt-get 2021-02-10 15:39:55.790 | + functions-common:time_stop:2306 : local name 2021-02-10 15:39:55.792 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:39:55.794 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:39:55.796 | + functions-common:time_stop:2309 : local total 2021-02-10 15:39:55.799 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:39:55.801 | + functions-common:time_stop:2312 : name=apt-get 2021-02-10 15:39:55.803 | + functions-common:time_stop:2313 : start_time=1612971590830 2021-02-10 15:39:55.805 | + functions-common:time_stop:2315 : [[ -z 1612971590830 ]] 2021-02-10 15:39:55.808 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:39:55.811 | + functions-common:time_stop:2318 : end_time=1612971595809 2021-02-10 15:39:55.814 | + functions-common:time_stop:2319 : elapsed_time=4979 2021-02-10 15:39:55.816 | + functions-common:time_stop:2320 : total=193101 2021-02-10 15:39:55.818 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:39:55.820 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=198080 2021-02-10 15:39:55.823 | + functions-common:apt_get:1119 : return 0 2021-02-10 15:39:55.825 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2021-02-10 15:39:55.840 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:39:55.842 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2021-02-10 15:39:55.845 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2021-02-10 15:39:55.848 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2021-02-10 15:39:55.867 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2021-02-10 15:39:55.869 | + functions-common:install_package:1344 : update_package_repo 2021-02-10 15:39:55.872 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-02-10 15:39:55.874 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-02-10 15:39:55.876 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-02-10 15:39:55.879 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-02-10 15:39:55.881 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-02-10 15:39:55.883 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:39:55.885 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:39:55.887 | + functions-common:update_package_repo:1325 : apt_get_update 2021-02-10 15:39:55.889 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-02-10 15:39:55.892 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-02-10 15:39:55.894 | + functions-common:apt_get_update:1071 : return 2021-02-10 15:39:55.896 | + functions-common:install_package:1345 : real_install_package fakeroot make openvswitch-switch 2021-02-10 15:39:55.898 | + functions-common:real_install_package:1330 : is_ubuntu 2021-02-10 15:39:55.900 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:39:55.902 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:39:55.905 | + functions-common:real_install_package:1331 : apt_get install fakeroot make openvswitch-switch 2021-02-10 15:39:55.922 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2021-02-10 15:39:56.042 | Reading package lists... 2021-02-10 15:39:56.311 | Building dependency tree... 2021-02-10 15:39:56.312 | Reading state information... 2021-02-10 15:39:56.532 | fakeroot is already the newest version (1.22-2ubuntu1). 2021-02-10 15:39:56.532 | fakeroot set to manually installed. 2021-02-10 15:39:56.532 | make is already the newest version (4.1-9.1ubuntu1). 2021-02-10 15:39:56.532 | The following packages were automatically installed and are no longer required: 2021-02-10 15:39:56.532 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-02-10 15:39:56.532 | python3-click python3-colorama python3-configobj python3-constantly 2021-02-10 15:39:56.532 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2021-02-10 15:39:56.532 | python3-pam python3-problem-report python3-pyasn1 2021-02-10 15:39:56.532 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-02-10 15:39:56.533 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-02-10 15:39:56.533 | Use 'sudo apt autoremove' to remove them. 2021-02-10 15:39:56.533 | The following additional packages will be installed: 2021-02-10 15:39:56.533 | libunbound2 openvswitch-common python3-openvswitch python3-sortedcontainers 2021-02-10 15:39:56.535 | Suggested packages: 2021-02-10 15:39:56.535 | openvswitch-doc python-sortedcontainers-doc 2021-02-10 15:39:56.588 | The following NEW packages will be installed: 2021-02-10 15:39:56.588 | libunbound2 python3-openvswitch python3-sortedcontainers 2021-02-10 15:39:56.589 | The following packages will be upgraded: 2021-02-10 15:39:56.589 | openvswitch-common openvswitch-switch 2021-02-10 15:39:56.871 | 2 upgraded, 3 newly installed, 0 to remove and 168 not upgraded. 2021-02-10 15:39:56.871 | Need to get 3,140 kB of archives. 2021-02-10 15:39:56.871 | After this operation, 3,470 kB of additional disk space will be used. 2021-02-10 15:39:56.871 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-openvswitch all 2.13.1-0ubuntu0.20.04.2~cloud0 [118 kB] 2021-02-10 15:39:56.873 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.3 [267 kB] 2021-02-10 15:39:57.454 | Get:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 openvswitch-switch amd64 2.13.1-0ubuntu0.20.04.2~cloud0 [1,555 kB] 2021-02-10 15:39:57.625 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-sortedcontainers all 1.5.7-1 [26.3 kB] 2021-02-10 15:39:58.016 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 openvswitch-common amd64 2.13.1-0ubuntu0.20.04.2~cloud0 [1,175 kB] 2021-02-10 15:39:58.665 | Fetched 3,140 kB in 2s (2,081 kB/s) 2021-02-10 15:39:58.732 | Selecting previously unselected package libunbound2:amd64. 2021-02-10 15:39:58.773 | (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 ... 77199 files and directories currently installed.) 2021-02-10 15:39:58.777 | Preparing to unpack .../libunbound2_1.6.7-1ubuntu2.3_amd64.deb ... 2021-02-10 15:39:58.791 | Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2021-02-10 15:39:58.900 | Selecting previously unselected package python3-sortedcontainers. 2021-02-10 15:39:58.908 | Preparing to unpack .../python3-sortedcontainers_1.5.7-1_all.deb ... 2021-02-10 15:39:58.915 | Unpacking python3-sortedcontainers (1.5.7-1) ... 2021-02-10 15:39:58.997 | Selecting previously unselected package python3-openvswitch. 2021-02-10 15:39:59.006 | Preparing to unpack .../python3-openvswitch_2.13.1-0ubuntu0.20.04.2~cloud0_all.deb ... 2021-02-10 15:39:59.012 | Unpacking python3-openvswitch (2.13.1-0ubuntu0.20.04.2~cloud0) ... 2021-02-10 15:39:59.137 | Preparing to unpack .../openvswitch-switch_2.13.1-0ubuntu0.20.04.2~cloud0_amd64.deb ... 2021-02-10 15:39:59.161 | Unpacking openvswitch-switch (2.13.1-0ubuntu0.20.04.2~cloud0) over (2.9.7-0ubuntu0.18.04.2) ... 2021-02-10 15:39:59.991 | Preparing to unpack .../openvswitch-common_2.13.1-0ubuntu0.20.04.2~cloud0_amd64.deb ... 2021-02-10 15:40:00.016 | Unpacking openvswitch-common (2.13.1-0ubuntu0.20.04.2~cloud0) over (2.9.7-0ubuntu0.18.04.2) ... 2021-02-10 15:40:00.293 | Setting up libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2021-02-10 15:40:00.318 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-10 15:40:00.353 | Setting up openvswitch-common (2.13.1-0ubuntu0.20.04.2~cloud0) ... 2021-02-10 15:40:00.384 | Setting up python3-sortedcontainers (1.5.7-1) ... 2021-02-10 15:40:00.662 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-02-10 15:40:00.694 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-10 15:40:00.888 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-10 15:40:01.719 | Setting up python3-openvswitch (2.13.1-0ubuntu0.20.04.2~cloud0) ... 2021-02-10 15:40:02.087 | Setting up openvswitch-switch (2.13.1-0ubuntu0.20.04.2~cloud0) ... 2021-02-10 15:40:02.140 | update-alternatives: using /usr/lib/openvswitch-switch/ovs-vswitchd to provide /usr/sbin/ovs-vswitchd (ovs-vswitchd) in auto mode 2021-02-10 15:40:05.289 | + functions-common:apt_get:1115 : result=0 2021-02-10 15:40:05.291 | + functions-common:apt_get:1118 : time_stop apt-get 2021-02-10 15:40:05.293 | + functions-common:time_stop:2306 : local name 2021-02-10 15:40:05.296 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:40:05.298 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:40:05.300 | + functions-common:time_stop:2309 : local total 2021-02-10 15:40:05.302 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:40:05.304 | + functions-common:time_stop:2312 : name=apt-get 2021-02-10 15:40:05.307 | + functions-common:time_stop:2313 : start_time=1612971595920 2021-02-10 15:40:05.309 | + functions-common:time_stop:2315 : [[ -z 1612971595920 ]] 2021-02-10 15:40:05.311 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:40:05.315 | + functions-common:time_stop:2318 : end_time=1612971605312 2021-02-10 15:40:05.317 | + functions-common:time_stop:2319 : elapsed_time=9392 2021-02-10 15:40:05.319 | + functions-common:time_stop:2320 : total=198080 2021-02-10 15:40:05.321 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:40:05.324 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=207472 2021-02-10 15:40:05.326 | + functions-common:apt_get:1119 : return 0 2021-02-10 15:40:05.329 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2021-02-10 15:40:05.332 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:40:05.335 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:40:05.339 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2021-02-10 15:40:05.342 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2021-02-10 15:40:05.345 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2021-02-10 15:40:05.348 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=4.15.0-55-generic 2021-02-10 15:40:05.351 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2021-02-10 15:40:05.354 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 4.15.0-55-generic 2021-02-10 15:40:05.355 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2021-02-10 15:40:05.358 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=4.15 2021-02-10 15:40:05.361 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 4.15 '<' 3.13 2021-02-10 15:40:05.364 | + functions:vercmp:652 : local v1=4.15 2021-02-10 15:40:05.366 | + functions:vercmp:653 : local 'op=<' 2021-02-10 15:40:05.369 | + functions:vercmp:654 : local v2=3.13 2021-02-10 15:40:05.371 | + functions:vercmp:655 : local result 2021-02-10 15:40:05.375 | ++ functions:vercmp:659 : echo -e '4.15\n3.13' 2021-02-10 15:40:05.375 | ++ functions:vercmp:659 : sort -V 2021-02-10 15:40:05.375 | ++ functions:vercmp:659 : head -1 2021-02-10 15:40:05.379 | + functions:vercmp:659 : result=3.13 2021-02-10 15:40:05.382 | + functions:vercmp:661 : case $op in 2021-02-10 15:40:05.385 | + functions:vercmp:671 : '[' 4.15 '!=' 3.13 ']' 2021-02-10 15:40:05.387 | + functions:vercmp:671 : '[' 3.13 = 4.15 ']' 2021-02-10 15:40:05.390 | + functions:vercmp:672 : return 2021-02-10 15:40:05.392 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2021-02-10 15:40:05.394 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-02-10 15:40:05.397 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart openvswitch-switch 2021-02-10 15:40:05.867 | + ./stack.sh:main:815 : is_service_enabled etcd3 2021-02-10 15:40:05.884 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:40:05.886 | + ./stack.sh:main:816 : install_etcd3 2021-02-10 15:40:05.889 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2021-02-10 15:40:05.889 | Installing etcd 2021-02-10 15:40:05.891 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2021-02-10 15:40:05.903 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2021-02-10 15:40:05.914 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2021-02-10 15:40:05.916 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2021-02-10 15:40:05.929 | + lib/etcd3:install_etcd3:113 : local etcd_file 2021-02-10 15:40:05.932 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-02-10 15:40:05.934 | ++ functions:get_extra_file:61 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-02-10 15:40:05.938 | +++ functions:get_extra_file:63 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-02-10 15:40:05.942 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2021-02-10 15:40:05.944 | ++ functions:get_extra_file:64 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2021-02-10 15:40:05.947 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2021-02-10 15:40:05.949 | ++ functions:get_extra_file:67 : wget --progress=dot:giga -t 2 -c https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-02-10 15:40:05.989 | --2021-02-10 15:40:05-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-02-10 15:40:05.994 | Resolving github.com (github.com)... 140.82.121.3 2021-02-10 15:40:06.038 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2021-02-10 15:40:06.182 | HTTP request sent, awaiting response... 302 Found 2021-02-10 15:40:06.197 | Location: https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210210%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210210T153855Z&X-Amz-Expires=300&X-Amz-Signature=f769ab0ce86dbe3d82a641ddd85c67fa12fabbb34c1db85545f6a58db720f721&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] 2021-02-10 15:40:06.197 | --2021-02-10 15:40:06-- https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210210%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210210T153855Z&X-Amz-Expires=300&X-Amz-Signature=f769ab0ce86dbe3d82a641ddd85c67fa12fabbb34c1db85545f6a58db720f721&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream 2021-02-10 15:40:06.199 | Resolving github-releases.githubusercontent.com (github-releases.githubusercontent.com)... 185.199.110.154, 185.199.109.154, 185.199.108.154, ... 2021-02-10 15:40:06.235 | Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.110.154|:443... connected. 2021-02-10 15:40:06.389 | HTTP request sent, awaiting response... 200 OK 2021-02-10 15:40:06.390 | Length: 11350736 (11M) [application/octet-stream] 2021-02-10 15:40:06.390 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2021-02-10 15:40:06.653 | 2021-02-10 15:40:07.577 | 0K ........ .. 100% 9.12M=1.2s 2021-02-10 15:40:07.577 | 2021-02-10 15:40:07.577 | 2021-02-10 15:40:07 (9.12 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2021-02-10 15:40:07.577 | 2021-02-10 15:40:07.581 | ++ functions:get_extra_file:68 : [[ 0 -ne 0 ]] 2021-02-10 15:40:07.583 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-02-10 15:40:07.586 | ++ functions:get_extra_file:73 : return 2021-02-10 15:40:07.589 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-02-10 15:40:07.591 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2021-02-10 15:40:07.593 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2021-02-10 15:40:07.596 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2021-02-10 15:40:07.723 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2021-02-10 15:40:07.726 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2021-02-10 15:40:07.730 | etcd-v3.3.12-linux-amd64/ 2021-02-10 15:40:07.730 | etcd-v3.3.12-linux-amd64/README.md 2021-02-10 15:40:07.730 | etcd-v3.3.12-linux-amd64/Documentation/ 2021-02-10 15:40:07.730 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2021-02-10 15:40:07.730 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2021-02-10 15:40:07.731 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2021-02-10 15:40:07.731 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2021-02-10 15:40:07.731 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2021-02-10 15:40:07.731 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2021-02-10 15:40:07.731 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2021-02-10 15:40:07.731 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2021-02-10 15:40:07.731 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2021-02-10 15:40:07.731 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2021-02-10 15:40:07.731 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2021-02-10 15:40:07.731 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2021-02-10 15:40:07.732 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2021-02-10 15:40:07.732 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2021-02-10 15:40:07.732 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2021-02-10 15:40:07.732 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2021-02-10 15:40:07.732 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2021-02-10 15:40:07.732 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-02-10 15:40:07.732 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2021-02-10 15:40:07.732 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2021-02-10 15:40:07.732 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-02-10 15:40:07.732 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-02-10 15:40:07.732 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2021-02-10 15:40:07.732 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2021-02-10 15:40:07.732 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2021-02-10 15:40:07.732 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-02-10 15:40:07.733 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-02-10 15:40:07.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2021-02-10 15:40:07.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2021-02-10 15:40:07.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2021-02-10 15:40:07.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2021-02-10 15:40:07.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2021-02-10 15:40:07.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2021-02-10 15:40:07.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2021-02-10 15:40:07.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2021-02-10 15:40:07.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2021-02-10 15:40:07.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2021-02-10 15:40:07.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2021-02-10 15:40:07.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2021-02-10 15:40:07.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2021-02-10 15:40:07.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2021-02-10 15:40:07.734 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2021-02-10 15:40:07.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2021-02-10 15:40:07.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2021-02-10 15:40:07.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2021-02-10 15:40:07.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2021-02-10 15:40:07.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2021-02-10 15:40:07.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2021-02-10 15:40:07.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2021-02-10 15:40:07.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2021-02-10 15:40:07.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2021-02-10 15:40:07.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2021-02-10 15:40:07.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2021-02-10 15:40:07.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2021-02-10 15:40:07.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2021-02-10 15:40:07.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2021-02-10 15:40:07.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2021-02-10 15:40:07.735 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2021-02-10 15:40:07.736 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2021-02-10 15:40:07.736 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2021-02-10 15:40:07.736 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2021-02-10 15:40:07.736 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2021-02-10 15:40:07.736 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2021-02-10 15:40:07.736 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2021-02-10 15:40:07.736 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2021-02-10 15:40:07.736 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2021-02-10 15:40:07.736 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2021-02-10 15:40:07.736 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2021-02-10 15:40:07.736 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2021-02-10 15:40:07.737 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2021-02-10 15:40:07.737 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2021-02-10 15:40:07.737 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2021-02-10 15:40:07.737 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2021-02-10 15:40:07.737 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2021-02-10 15:40:07.737 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2021-02-10 15:40:07.737 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2021-02-10 15:40:07.737 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2021-02-10 15:40:07.737 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2021-02-10 15:40:07.737 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2021-02-10 15:40:07.737 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2021-02-10 15:40:07.737 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2021-02-10 15:40:07.737 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2021-02-10 15:40:07.737 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2021-02-10 15:40:07.737 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2021-02-10 15:40:07.737 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2021-02-10 15:40:07.738 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2021-02-10 15:40:07.738 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2021-02-10 15:40:07.738 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2021-02-10 15:40:07.738 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2021-02-10 15:40:07.738 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2021-02-10 15:40:07.738 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2021-02-10 15:40:07.738 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2021-02-10 15:40:07.738 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2021-02-10 15:40:07.738 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2021-02-10 15:40:07.738 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2021-02-10 15:40:07.739 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2021-02-10 15:40:07.739 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2021-02-10 15:40:07.739 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2021-02-10 15:40:07.739 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2021-02-10 15:40:07.739 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2021-02-10 15:40:07.739 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2021-02-10 15:40:07.739 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2021-02-10 15:40:07.739 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2021-02-10 15:40:07.739 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2021-02-10 15:40:07.740 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2021-02-10 15:40:07.740 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2021-02-10 15:40:07.740 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2021-02-10 15:40:07.740 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2021-02-10 15:40:07.742 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2021-02-10 15:40:07.742 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2021-02-10 15:40:07.742 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2021-02-10 15:40:07.742 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2021-02-10 15:40:07.742 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2021-02-10 15:40:07.742 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2021-02-10 15:40:07.742 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2021-02-10 15:40:07.742 | etcd-v3.3.12-linux-amd64/etcdctl 2021-02-10 15:40:07.949 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2021-02-10 15:40:07.949 | etcd-v3.3.12-linux-amd64/etcd 2021-02-10 15:40:08.201 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2021-02-10 15:40:08.236 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2021-02-10 15:40:08.267 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2021-02-10 15:40:08.269 | + ./stack.sh:main:825 : is_service_enabled tls-proxy 2021-02-10 15:40:08.286 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:40:08.289 | + ./stack.sh:main:835 : install_dstat 2021-02-10 15:40:08.291 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2021-02-10 15:40:08.307 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:40:08.309 | + ./stack.sh:main:841 : echo_summary 'Installing OpenStack project source' 2021-02-10 15:40:08.311 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:40:08.314 | + ./stack.sh:echo_summary:422 : echo -e Installing OpenStack project source 2021-02-10 15:40:08.317 | + ./stack.sh:main:844 : install_libs 2021-02-10 15:40:08.319 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2021-02-10 15:40:08.322 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2021-02-10 15:40:08.325 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2021-02-10 15:40:08.327 | + inc/python:use_library_from_git:250 : local name=automaton 2021-02-10 15:40:08.329 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.332 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.334 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2021-02-10 15:40:08.336 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.339 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2021-02-10 15:40:08.341 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2021-02-10 15:40:08.343 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2021-02-10 15:40:08.346 | + inc/python:use_library_from_git:250 : local name=castellan 2021-02-10 15:40:08.348 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.350 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.352 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2021-02-10 15:40:08.355 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.357 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2021-02-10 15:40:08.359 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2021-02-10 15:40:08.361 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2021-02-10 15:40:08.364 | + inc/python:use_library_from_git:250 : local name=cliff 2021-02-10 15:40:08.366 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.368 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.371 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2021-02-10 15:40:08.373 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.375 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2021-02-10 15:40:08.377 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2021-02-10 15:40:08.380 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2021-02-10 15:40:08.382 | + inc/python:use_library_from_git:250 : local name=cursive 2021-02-10 15:40:08.384 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.387 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.389 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2021-02-10 15:40:08.391 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.393 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2021-02-10 15:40:08.396 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2021-02-10 15:40:08.398 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2021-02-10 15:40:08.400 | + inc/python:use_library_from_git:250 : local name=debtcollector 2021-02-10 15:40:08.402 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.404 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.407 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2021-02-10 15:40:08.409 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.411 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2021-02-10 15:40:08.413 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2021-02-10 15:40:08.416 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2021-02-10 15:40:08.418 | + inc/python:use_library_from_git:250 : local name=futurist 2021-02-10 15:40:08.420 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.422 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.424 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2021-02-10 15:40:08.426 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.429 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2021-02-10 15:40:08.431 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2021-02-10 15:40:08.433 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2021-02-10 15:40:08.435 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2021-02-10 15:40:08.437 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.439 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.442 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2021-02-10 15:40:08.444 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.446 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2021-02-10 15:40:08.449 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2021-02-10 15:40:08.451 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2021-02-10 15:40:08.453 | + inc/python:use_library_from_git:250 : local name=osc-lib 2021-02-10 15:40:08.456 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.458 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.460 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2021-02-10 15:40:08.462 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.465 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2021-02-10 15:40:08.467 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2021-02-10 15:40:08.469 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2021-02-10 15:40:08.472 | + inc/python:use_library_from_git:250 : local name=osc-placement 2021-02-10 15:40:08.474 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.476 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.478 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2021-02-10 15:40:08.481 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.483 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2021-02-10 15:40:08.485 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2021-02-10 15:40:08.487 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2021-02-10 15:40:08.490 | + inc/python:use_library_from_git:250 : local name=os-client-config 2021-02-10 15:40:08.492 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.494 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.497 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2021-02-10 15:40:08.499 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.501 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2021-02-10 15:40:08.504 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2021-02-10 15:40:08.506 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2021-02-10 15:40:08.509 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2021-02-10 15:40:08.511 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.514 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.516 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2021-02-10 15:40:08.518 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.520 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2021-02-10 15:40:08.523 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2021-02-10 15:40:08.525 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2021-02-10 15:40:08.527 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2021-02-10 15:40:08.530 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.532 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.534 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2021-02-10 15:40:08.537 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.539 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2021-02-10 15:40:08.541 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2021-02-10 15:40:08.544 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2021-02-10 15:40:08.546 | + inc/python:use_library_from_git:250 : local name=oslo.config 2021-02-10 15:40:08.548 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.551 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.554 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2021-02-10 15:40:08.557 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.559 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2021-02-10 15:40:08.562 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2021-02-10 15:40:08.564 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2021-02-10 15:40:08.567 | + inc/python:use_library_from_git:250 : local name=oslo.context 2021-02-10 15:40:08.569 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.572 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.574 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2021-02-10 15:40:08.577 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.579 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2021-02-10 15:40:08.582 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2021-02-10 15:40:08.584 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2021-02-10 15:40:08.587 | + inc/python:use_library_from_git:250 : local name=oslo.db 2021-02-10 15:40:08.589 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.592 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.594 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2021-02-10 15:40:08.597 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.599 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2021-02-10 15:40:08.601 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2021-02-10 15:40:08.604 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2021-02-10 15:40:08.607 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2021-02-10 15:40:08.609 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.611 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.614 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2021-02-10 15:40:08.616 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.619 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2021-02-10 15:40:08.621 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2021-02-10 15:40:08.624 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2021-02-10 15:40:08.626 | + inc/python:use_library_from_git:250 : local name=oslo.log 2021-02-10 15:40:08.629 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.631 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.634 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2021-02-10 15:40:08.636 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.639 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2021-02-10 15:40:08.641 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2021-02-10 15:40:08.644 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2021-02-10 15:40:08.646 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2021-02-10 15:40:08.649 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.652 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.654 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2021-02-10 15:40:08.657 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.659 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2021-02-10 15:40:08.661 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2021-02-10 15:40:08.664 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2021-02-10 15:40:08.666 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2021-02-10 15:40:08.669 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.671 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.673 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2021-02-10 15:40:08.676 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.678 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2021-02-10 15:40:08.681 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2021-02-10 15:40:08.683 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2021-02-10 15:40:08.686 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2021-02-10 15:40:08.688 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.690 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.693 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2021-02-10 15:40:08.696 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.698 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2021-02-10 15:40:08.701 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2021-02-10 15:40:08.703 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2021-02-10 15:40:08.706 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2021-02-10 15:40:08.708 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.710 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.712 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2021-02-10 15:40:08.715 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.717 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2021-02-10 15:40:08.720 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2021-02-10 15:40:08.722 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2021-02-10 15:40:08.724 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2021-02-10 15:40:08.726 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.729 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.731 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2021-02-10 15:40:08.734 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.736 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2021-02-10 15:40:08.738 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2021-02-10 15:40:08.740 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2021-02-10 15:40:08.743 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2021-02-10 15:40:08.745 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.748 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.751 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2021-02-10 15:40:08.753 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.756 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2021-02-10 15:40:08.759 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2021-02-10 15:40:08.761 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2021-02-10 15:40:08.764 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2021-02-10 15:40:08.768 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.771 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.774 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2021-02-10 15:40:08.777 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.780 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2021-02-10 15:40:08.783 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2021-02-10 15:40:08.787 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2021-02-10 15:40:08.790 | + inc/python:use_library_from_git:250 : local name=oslo.service 2021-02-10 15:40:08.793 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.795 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.798 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2021-02-10 15:40:08.800 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.802 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2021-02-10 15:40:08.805 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2021-02-10 15:40:08.807 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2021-02-10 15:40:08.809 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2021-02-10 15:40:08.812 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.814 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.816 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2021-02-10 15:40:08.819 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.821 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2021-02-10 15:40:08.823 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2021-02-10 15:40:08.826 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2021-02-10 15:40:08.828 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2021-02-10 15:40:08.830 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.833 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.835 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2021-02-10 15:40:08.837 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.839 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2021-02-10 15:40:08.842 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2021-02-10 15:40:08.844 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2021-02-10 15:40:08.846 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2021-02-10 15:40:08.849 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.851 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.853 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2021-02-10 15:40:08.856 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.858 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2021-02-10 15:40:08.861 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2021-02-10 15:40:08.863 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2021-02-10 15:40:08.865 | + inc/python:use_library_from_git:250 : local name=osprofiler 2021-02-10 15:40:08.867 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.870 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.872 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2021-02-10 15:40:08.874 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.877 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2021-02-10 15:40:08.879 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2021-02-10 15:40:08.881 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2021-02-10 15:40:08.884 | + inc/python:use_library_from_git:250 : local name=pycadf 2021-02-10 15:40:08.886 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.889 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.891 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2021-02-10 15:40:08.893 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.896 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2021-02-10 15:40:08.898 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2021-02-10 15:40:08.900 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2021-02-10 15:40:08.903 | + inc/python:use_library_from_git:250 : local name=stevedore 2021-02-10 15:40:08.905 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.907 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.909 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2021-02-10 15:40:08.912 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.914 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2021-02-10 15:40:08.916 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2021-02-10 15:40:08.919 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2021-02-10 15:40:08.921 | + inc/python:use_library_from_git:250 : local name=taskflow 2021-02-10 15:40:08.923 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.925 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.927 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2021-02-10 15:40:08.931 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.933 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2021-02-10 15:40:08.935 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2021-02-10 15:40:08.938 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2021-02-10 15:40:08.940 | + inc/python:use_library_from_git:250 : local name=tooz 2021-02-10 15:40:08.943 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.945 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.947 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2021-02-10 15:40:08.950 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.952 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2021-02-10 15:40:08.954 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2021-02-10 15:40:08.957 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2021-02-10 15:40:08.959 | + inc/python:use_library_from_git:250 : local name=os-brick 2021-02-10 15:40:08.962 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.964 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.966 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2021-02-10 15:40:08.969 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.971 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2021-02-10 15:40:08.974 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2021-02-10 15:40:08.976 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2021-02-10 15:40:08.979 | + inc/python:use_library_from_git:250 : local name=os-traits 2021-02-10 15:40:08.981 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:08.983 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:08.986 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2021-02-10 15:40:08.988 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:08.990 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2021-02-10 15:40:08.993 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2021-02-10 15:40:08.995 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2021-02-10 15:40:08.997 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2021-02-10 15:40:09.000 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:09.002 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:09.004 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2021-02-10 15:40:09.007 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:09.009 | + lib/libraries:install_libs:135 : pip_install etcd3 2021-02-10 15:40:09.028 | Using python 3.6 to install etcd3 2021-02-10 15:40:09.030 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2021-02-10 15:40:10.845 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:40:10.850 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:40:10.860 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:40:10.865 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:40:10.952 | Collecting etcd3===0.12.0 2021-02-10 15:40:10.960 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2021-02-10 15:40:13.505 | Collecting grpcio===1.35.0 2021-02-10 15:40:13.520 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/088/c8bea0f6b5969/grpcio-1.35.0-cp36-cp36m-manylinux2014_x86_64.whl (4.1 MB) 2021-02-10 15:40:14.074 | Collecting protobuf===3.14.0 2021-02-10 15:40:14.082 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ecc/33531a213eee2/protobuf-3.14.0-cp36-cp36m-manylinux1_x86_64.whl (1.0 MB) 2021-02-10 15:40:14.145 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (1.15.0) 2021-02-10 15:40:14.232 | Collecting tenacity===6.3.1 2021-02-10 15:40:14.238 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bae/d357d9f35ec64/tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2021-02-10 15:40:14.290 | Building wheels for collected packages: etcd3 2021-02-10 15:40:14.291 | Building wheel for etcd3 (setup.py): started 2021-02-10 15:40:14.975 | Building wheel for etcd3 (setup.py): finished with status 'done' 2021-02-10 15:40:14.976 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42857 sha256=35fdd8354ad573c7d40e168af2732b2e8ddd96de32368ba9c8c269fa0e370e92 2021-02-10 15:40:14.976 | Stored in directory: /root/.cache/pip/wheels/75/25/38/ecbbf43a26553f22e22e86f19f7252d5840cbb6afdb2d5c4a9 2021-02-10 15:40:14.977 | Successfully built etcd3 2021-02-10 15:40:15.491 | Installing collected packages: grpcio, protobuf, tenacity, etcd3 2021-02-10 15:40:16.108 | Successfully installed etcd3-0.12.0 grpcio-1.35.0 protobuf-3.14.0 tenacity-6.3.1 2021-02-10 15:40:16.175 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:40:16.175 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:40:16.279 | + inc/python:pip_install:200 : result=0 2021-02-10 15:40:16.281 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:40:16.283 | + functions-common:time_stop:2306 : local name 2021-02-10 15:40:16.285 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:40:16.288 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:40:16.290 | + functions-common:time_stop:2309 : local total 2021-02-10 15:40:16.293 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:40:16.295 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:40:16.297 | + functions-common:time_stop:2313 : start_time=1612971609023 2021-02-10 15:40:16.299 | + functions-common:time_stop:2315 : [[ -z 1612971609023 ]] 2021-02-10 15:40:16.302 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:40:16.305 | + functions-common:time_stop:2318 : end_time=1612971616303 2021-02-10 15:40:16.308 | + functions-common:time_stop:2319 : elapsed_time=7280 2021-02-10 15:40:16.310 | + functions-common:time_stop:2320 : total=29302 2021-02-10 15:40:16.312 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:40:16.314 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=36582 2021-02-10 15:40:16.317 | + inc/python:pip_install:203 : return 0 2021-02-10 15:40:16.319 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2021-02-10 15:40:16.339 | Using python 3.6 to install etcd3gw 2021-02-10 15:40:16.343 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2021-02-10 15:40:18.186 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:40:18.191 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:40:18.201 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:40:18.206 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:40:18.296 | Collecting etcd3gw===0.2.5 2021-02-10 15:40:18.303 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f33/eab0d1f4a9600/etcd3gw-0.2.5-py2.py3-none-any.whl (21 kB) 2021-02-10 15:40:18.475 | Collecting futurist===2.3.0 2021-02-10 15:40:18.482 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/54f/6ffc02f09316b/futurist-2.3.0-py3-none-any.whl (34 kB) 2021-02-10 15:40:18.528 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1) 2021-02-10 15:40:18.594 | Collecting urllib3===1.26.3 2021-02-10 15:40:18.601 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1b4/65e494e3e0d89/urllib3-1.26.3-py2.py3-none-any.whl (137 kB) 2021-02-10 15:40:18.748 | Collecting requests===2.25.1 2021-02-10 15:40:18.755 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c21/0084e36a42ae6/requests-2.25.1-py2.py3-none-any.whl (61 kB) 2021-02-10 15:40:18.784 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (1.15.0) 2021-02-10 15:40:18.816 | Collecting idna===2.10 2021-02-10 15:40:18.822 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58 kB) 2021-02-10 15:40:18.851 | Collecting chardet===4.0.0 2021-02-10 15:40:18.858 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f86/4054d66fd9118/chardet-4.0.0-py2.py3-none-any.whl (178 kB) 2021-02-10 15:40:18.920 | Collecting certifi===2020.12.5 2021-02-10 15:40:18.927 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/719/a74fb9e33b9bd/certifi-2020.12.5-py2.py3-none-any.whl (147 kB) 2021-02-10 15:40:19.470 | Installing collected packages: chardet, certifi, urllib3, idna, requests, futurist, etcd3gw 2021-02-10 15:40:19.471 | Attempting uninstall: chardet 2021-02-10 15:40:19.472 | Found existing installation: chardet 3.0.4 2021-02-10 15:40:19.477 | Uninstalling chardet-3.0.4: 2021-02-10 15:40:19.509 | Successfully uninstalled chardet-3.0.4 2021-02-10 15:40:19.788 | Attempting uninstall: certifi 2021-02-10 15:40:19.789 | Found existing installation: certifi 2018.1.18 2021-02-10 15:40:19.794 | Uninstalling certifi-2018.1.18: 2021-02-10 15:40:19.824 | Successfully uninstalled certifi-2018.1.18 2021-02-10 15:40:19.842 | Attempting uninstall: urllib3 2021-02-10 15:40:19.843 | Found existing installation: urllib3 1.22 2021-02-10 15:40:19.854 | Uninstalling urllib3-1.22: 2021-02-10 15:40:19.885 | Successfully uninstalled urllib3-1.22 2021-02-10 15:40:19.997 | Attempting uninstall: idna 2021-02-10 15:40:19.997 | Found existing installation: idna 2.6 2021-02-10 15:40:20.008 | Uninstalling idna-2.6: 2021-02-10 15:40:20.037 | Successfully uninstalled idna-2.6 2021-02-10 15:40:20.151 | Attempting uninstall: requests 2021-02-10 15:40:20.151 | Found existing installation: requests 2.18.4 2021-02-10 15:40:20.156 | Uninstalling requests-2.18.4: 2021-02-10 15:40:20.185 | Successfully uninstalled requests-2.18.4 2021-02-10 15:40:20.342 | Successfully installed certifi-2020.12.5 chardet-4.0.0 etcd3gw-0.2.5 futurist-2.3.0 idna-2.10 requests-2.25.1 urllib3-1.26.3 2021-02-10 15:40:20.409 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:40:20.409 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:40:20.491 | + inc/python:pip_install:200 : result=0 2021-02-10 15:40:20.493 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:40:20.496 | + functions-common:time_stop:2306 : local name 2021-02-10 15:40:20.498 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:40:20.500 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:40:20.502 | + functions-common:time_stop:2309 : local total 2021-02-10 15:40:20.504 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:40:20.506 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:40:20.509 | + functions-common:time_stop:2313 : start_time=1612971616334 2021-02-10 15:40:20.511 | + functions-common:time_stop:2315 : [[ -z 1612971616334 ]] 2021-02-10 15:40:20.514 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:40:20.517 | + functions-common:time_stop:2318 : end_time=1612971620515 2021-02-10 15:40:20.519 | + functions-common:time_stop:2319 : elapsed_time=4181 2021-02-10 15:40:20.522 | + functions-common:time_stop:2320 : total=36582 2021-02-10 15:40:20.524 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:40:20.526 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=40763 2021-02-10 15:40:20.528 | + inc/python:pip_install:203 : return 0 2021-02-10 15:40:20.531 | + ./stack.sh:main:847 : install_apache_uwsgi 2021-02-10 15:40:20.533 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2021-02-10 15:40:20.535 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2021-02-10 15:40:20.537 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-02-10 15:40:20.540 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-02-10 15:40:20.542 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-02-10 15:40:20.544 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-02-10 15:40:20.547 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-02-10 15:40:20.549 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-02-10 15:40:20.551 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-02-10 15:40:20.553 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-02-10 15:40:20.556 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-02-10 15:40:20.558 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2021-02-10 15:40:20.560 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2021-02-10 15:40:20.563 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:40:20.565 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:40:20.567 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2021-02-10 15:40:20.569 | + lib/apache:install_apache_uwsgi:96 : [[ bionic == \b\i\o\n\i\c ]] 2021-02-10 15:40:20.572 | + lib/apache:install_apache_uwsgi:97 : pkg_list='uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python' 2021-02-10 15:40:20.574 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2021-02-10 15:40:20.576 | + functions-common:install_package:1344 : update_package_repo 2021-02-10 15:40:20.579 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-02-10 15:40:20.581 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-02-10 15:40:20.583 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-02-10 15:40:20.585 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-02-10 15:40:20.588 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-02-10 15:40:20.590 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:40:20.593 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:40:20.595 | + functions-common:update_package_repo:1325 : apt_get_update 2021-02-10 15:40:20.597 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-02-10 15:40:20.599 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-02-10 15:40:20.601 | + functions-common:apt_get_update:1071 : return 2021-02-10 15:40:20.604 | + functions-common:install_package:1345 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2021-02-10 15:40:20.606 | + functions-common:real_install_package:1330 : is_ubuntu 2021-02-10 15:40:20.608 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:40:20.610 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:40:20.613 | + functions-common:real_install_package:1331 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2021-02-10 15:40:20.631 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2021-02-10 15:40:20.749 | Reading package lists... 2021-02-10 15:40:21.014 | Building dependency tree... 2021-02-10 15:40:21.015 | Reading state information... 2021-02-10 15:40:21.232 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-02-10 15:40:21.232 | The following packages were automatically installed and are no longer required: 2021-02-10 15:40:21.233 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-02-10 15:40:21.233 | python3-click python3-colorama python3-configobj python3-constantly 2021-02-10 15:40:21.233 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2021-02-10 15:40:21.233 | python3-pam python3-problem-report python3-pyasn1 2021-02-10 15:40:21.233 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-02-10 15:40:21.233 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-02-10 15:40:21.233 | Use 'sudo apt autoremove' to remove them. 2021-02-10 15:40:21.235 | Suggested packages: 2021-02-10 15:40:21.235 | python-uwsgidecorators python3-uwsgidecorators 2021-02-10 15:40:21.284 | The following NEW packages will be installed: 2021-02-10 15:40:21.284 | uwsgi uwsgi-plugin-python uwsgi-plugin-python3 2021-02-10 15:40:21.560 | 0 upgraded, 3 newly installed, 0 to remove and 168 not upgraded. 2021-02-10 15:40:21.560 | Need to get 163 kB of archives. 2021-02-10 15:40:21.560 | After this operation, 634 kB of additional disk space will be used. 2021-02-10 15:40:21.560 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi amd64 2.0.15-10.2ubuntu2.1 [16.9 kB] 2021-02-10 15:40:21.817 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python amd64 2.0.15-10.2ubuntu2.1 [72.4 kB] 2021-02-10 15:40:22.032 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python3 amd64 2.0.15-10.2ubuntu2.1 [73.2 kB] 2021-02-10 15:40:22.683 | Fetched 163 kB in 1s (193 kB/s) 2021-02-10 15:40:22.739 | Selecting previously unselected package uwsgi. 2021-02-10 15:40:22.779 | (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 ... 77268 files and directories currently installed.) 2021-02-10 15:40:22.783 | Preparing to unpack .../uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-02-10 15:40:22.787 | Unpacking uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-02-10 15:40:22.890 | Selecting previously unselected package uwsgi-plugin-python. 2021-02-10 15:40:22.898 | Preparing to unpack .../uwsgi-plugin-python_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-02-10 15:40:22.902 | Unpacking uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2021-02-10 15:40:23.000 | Selecting previously unselected package uwsgi-plugin-python3. 2021-02-10 15:40:23.008 | Preparing to unpack .../uwsgi-plugin-python3_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-02-10 15:40:23.013 | Unpacking uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2021-02-10 15:40:23.102 | Setting up uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2021-02-10 15:40:23.153 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-10 15:40:23.178 | Setting up uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-02-10 15:40:23.714 | Setting up uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2021-02-10 15:40:23.773 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-10 15:40:23.975 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-10 15:40:24.608 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-10 15:40:26.585 | + functions-common:apt_get:1115 : result=0 2021-02-10 15:40:26.587 | + functions-common:apt_get:1118 : time_stop apt-get 2021-02-10 15:40:26.589 | + functions-common:time_stop:2306 : local name 2021-02-10 15:40:26.591 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:40:26.594 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:40:26.596 | + functions-common:time_stop:2309 : local total 2021-02-10 15:40:26.598 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:40:26.600 | + functions-common:time_stop:2312 : name=apt-get 2021-02-10 15:40:26.603 | + functions-common:time_stop:2313 : start_time=1612971620628 2021-02-10 15:40:26.605 | + functions-common:time_stop:2315 : [[ -z 1612971620628 ]] 2021-02-10 15:40:26.608 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:40:26.611 | + functions-common:time_stop:2318 : end_time=1612971626608 2021-02-10 15:40:26.613 | + functions-common:time_stop:2319 : elapsed_time=5980 2021-02-10 15:40:26.616 | + functions-common:time_stop:2320 : total=207472 2021-02-10 15:40:26.618 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:40:26.620 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=213452 2021-02-10 15:40:26.623 | + functions-common:apt_get:1119 : return 0 2021-02-10 15:40:26.625 | + lib/apache:install_apache_uwsgi:131 : is_ubuntu 2021-02-10 15:40:26.627 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:40:26.630 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:40:26.632 | + lib/apache:install_apache_uwsgi:133 : sudo a2enmod proxy 2021-02-10 15:40:26.691 | Enabling module proxy. 2021-02-10 15:40:26.696 | To activate the new configuration, you need to run: 2021-02-10 15:40:26.696 | systemctl restart apache2 2021-02-10 15:40:26.700 | + lib/apache:install_apache_uwsgi:134 : sudo a2enmod proxy_uwsgi 2021-02-10 15:40:26.758 | Considering dependency proxy for proxy_uwsgi: 2021-02-10 15:40:26.758 | Module proxy already enabled 2021-02-10 15:40:26.758 | Enabling module proxy_uwsgi. 2021-02-10 15:40:26.764 | To activate the new configuration, you need to run: 2021-02-10 15:40:26.764 | systemctl restart apache2 2021-02-10 15:40:26.769 | + lib/apache:install_apache_uwsgi:140 : restart_apache_server 2021-02-10 15:40:26.771 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-02-10 15:40:26.774 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-02-10 15:40:26.776 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-02-10 15:40:26.916 | + ./stack.sh:main:850 : install_keystoneauth 2021-02-10 15:40:26.918 | + lib/keystone:install_keystoneauth:462 : use_library_from_git keystoneauth 2021-02-10 15:40:26.921 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2021-02-10 15:40:26.923 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:26.926 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:26.928 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2021-02-10 15:40:26.931 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:26.933 | + ./stack.sh:main:851 : install_keystoneclient 2021-02-10 15:40:26.936 | + lib/keystone:install_keystoneclient:470 : use_library_from_git python-keystoneclient 2021-02-10 15:40:26.938 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2021-02-10 15:40:26.940 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:26.943 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:26.945 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2021-02-10 15:40:26.947 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:26.950 | + ./stack.sh:main:852 : install_glanceclient 2021-02-10 15:40:26.952 | + lib/glance:install_glanceclient:427 : use_library_from_git python-glanceclient 2021-02-10 15:40:26.954 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2021-02-10 15:40:26.957 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:26.959 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:26.961 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2021-02-10 15:40:26.964 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:26.966 | + ./stack.sh:main:853 : install_cinderclient 2021-02-10 15:40:26.969 | + lib/cinder:install_cinderclient:436 : use_library_from_git python-brick-cinderclient-ext 2021-02-10 15:40:26.971 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2021-02-10 15:40:26.973 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:26.976 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:26.978 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2021-02-10 15:40:26.980 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:26.982 | + lib/cinder:install_cinderclient:441 : use_library_from_git python-cinderclient 2021-02-10 15:40:26.985 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2021-02-10 15:40:26.987 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:26.989 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:26.992 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2021-02-10 15:40:26.994 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:26.996 | + ./stack.sh:main:854 : install_novaclient 2021-02-10 15:40:26.998 | + lib/nova:install_novaclient:788 : use_library_from_git python-novaclient 2021-02-10 15:40:27.001 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2021-02-10 15:40:27.003 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:27.005 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:27.007 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2021-02-10 15:40:27.010 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:27.012 | + ./stack.sh:main:855 : is_service_enabled swift glance horizon 2021-02-10 15:40:27.028 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:40:27.031 | + ./stack.sh:main:856 : install_swiftclient 2021-02-10 15:40:27.033 | + lib/swift:install_swiftclient:753 : use_library_from_git python-swiftclient 2021-02-10 15:40:27.036 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2021-02-10 15:40:27.038 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:27.040 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:27.051 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2021-02-10 15:40:27.054 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:27.056 | + ./stack.sh:main:858 : is_service_enabled neutron nova horizon 2021-02-10 15:40:27.073 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:40:27.075 | + ./stack.sh:main:859 : install_neutronclient 2021-02-10 15:40:27.077 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2021-02-10 15:40:27.080 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2021-02-10 15:40:27.082 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:27.084 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:27.087 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2021-02-10 15:40:27.089 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:27.092 | + ./stack.sh:main:863 : install_keystonemiddleware 2021-02-10 15:40:27.094 | + lib/keystone:install_keystonemiddleware:480 : use_library_from_git keystonemiddleware 2021-02-10 15:40:27.097 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2021-02-10 15:40:27.099 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:40:27.101 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:40:27.104 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2021-02-10 15:40:27.106 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:40:27.109 | + lib/keystone:install_keystonemiddleware:485 : pip_install_gr keystonemiddleware 2021-02-10 15:40:27.111 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2021-02-10 15:40:27.113 | + inc/python:pip_install_gr:77 : local clean_name 2021-02-10 15:40:27.116 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2021-02-10 15:40:27.119 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2021-02-10 15:40:27.122 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-02-10 15:40:27.125 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2021-02-10 15:40:27.126 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-02-10 15:40:27.130 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2021-02-10 15:40:27.133 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2021-02-10 15:40:27.136 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2021-02-10 15:40:27.139 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2021-02-10 15:40:27.142 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2021-02-10 15:40:27.161 | Using python 3.6 to install keystonemiddleware 2021-02-10 15:40:27.163 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2021-02-10 15:40:28.985 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:40:28.989 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:40:28.999 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:40:29.004 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:40:29.173 | Collecting keystonemiddleware===9.2.0 2021-02-10 15:40:29.181 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/921/fa4f305c8070a/keystonemiddleware-9.2.0-py3-none-any.whl (119 kB) 2021-02-10 15:40:29.409 | Collecting oslo.cache===2.7.0 2021-02-10 15:40:29.415 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f7/05eea07026095/oslo.cache-2.7.0-py3-none-any.whl (66 kB) 2021-02-10 15:40:29.670 | Collecting oslo.config===8.4.0 2021-02-10 15:40:29.677 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/453/2e94c2da67cde/oslo.config-8.4.0-py3-none-any.whl (127 kB) 2021-02-10 15:40:29.841 | Collecting dogpile.cache===1.1.2 2021-02-10 15:40:29.850 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b13/740e8100ed459/dogpile.cache-1.1.2-py3-none-any.whl (49 kB) 2021-02-10 15:40:29.896 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420)) (3.3.0) 2021-02-10 15:40:29.905 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (1.15.0) 2021-02-10 15:40:29.968 | Collecting rfc3986===1.4.0 2021-02-10 15:40:29.974 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af9/147e9aceda37c/rfc3986-1.4.0-py2.py3-none-any.whl (31 kB) 2021-02-10 15:40:30.141 | Collecting keystoneauth1===4.3.0 2021-02-10 15:40:30.147 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/db4/38f606c098f83/keystoneauth1-4.3.0-py3-none-any.whl (314 kB) 2021-02-10 15:40:30.391 | Collecting python-keystoneclient===4.2.0 2021-02-10 15:40:30.398 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/570/2f387e2a3f364/python_keystoneclient-4.2.0-py3-none-any.whl (397 kB) 2021-02-10 15:40:30.539 | Collecting decorator===4.4.2 2021-02-10 15:40:30.545 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/a54c2a0cc4ba6/decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) 2021-02-10 15:40:30.751 | Collecting oslo.utils===4.7.0 2021-02-10 15:40:30.758 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51c/1127c518e44be/oslo.utils-4.7.0-py3-none-any.whl (97 kB) 2021-02-10 15:40:31.157 | Collecting pytz===2021.1 2021-02-10 15:40:31.164 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/eb1/0ce3e7736052e/pytz-2021.1-py2.py3-none-any.whl (510 kB) 2021-02-10 15:40:31.229 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (2.25.1) 2021-02-10 15:40:31.433 | Collecting oslo.log===4.4.0 2021-02-10 15:40:31.439 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/189/726ef91641f36/oslo.log-4.4.0-py3-none-any.whl (66 kB) 2021-02-10 15:40:31.522 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1) 2021-02-10 15:40:31.623 | Collecting oslo.context===3.1.1 2021-02-10 15:40:31.630 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9b4/d59c515d0dcaa/oslo.context-3.1.1-py3-none-any.whl (16 kB) 2021-02-10 15:40:31.780 | Collecting oslo.i18n===5.0.1 2021-02-10 15:40:31.786 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/99a/6453b9b7a9d16/oslo.i18n-5.0.1-py3-none-any.whl (42 kB) 2021-02-10 15:40:31.932 | Collecting WebOb===1.8.6 2021-02-10 15:40:31.939 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3c/89a8e9ba0aeb1/WebOb-1.8.6-py2.py3-none-any.whl (114 kB) 2021-02-10 15:40:32.112 | Collecting oslo.serialization===4.1.0 2021-02-10 15:40:32.119 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a0a/cf0ff7ca88b3e/oslo.serialization-4.1.0-py3-none-any.whl (25 kB) 2021-02-10 15:40:32.245 | Collecting pycadf===3.1.1 2021-02-10 15:40:32.252 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1f/a1dea7638c0f6/pycadf-3.1.1-py3-none-any.whl (39 kB) 2021-02-10 15:40:32.303 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135)) (0.8.0) 2021-02-10 15:40:32.309 | Requirement already satisfied: importlib-metadata===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) (3.4.0) 2021-02-10 15:40:32.435 | Collecting debtcollector===2.2.0 2021-02-10 15:40:32.442 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/346/63e5de257c67b/debtcollector-2.2.0-py3-none-any.whl (20 kB) 2021-02-10 15:40:32.488 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (5.4.1) 2021-02-10 15:40:32.546 | Collecting os-service-types===1.7.0 2021-02-10 15:40:32.552 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/050/5c72205690910/os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2021-02-10 15:40:32.655 | Collecting iso8601===0.1.14 2021-02-10 15:40:32.662 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e7e/1122f064d626e/iso8601-0.1.14-py2.py3-none-any.whl (9.5 kB) 2021-02-10 15:40:32.784 | Collecting packaging===20.9 2021-02-10 15:40:32.791 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/677/14da7f7bc052e/packaging-20.9-py2.py3-none-any.whl (40 kB) 2021-02-10 15:40:32.915 | Collecting netifaces===0.10.9 2021-02-10 15:40:32.921 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30e/d89ab8aff715c/netifaces-0.10.9-cp36-cp36m-manylinux1_x86_64.whl (32 kB) 2021-02-10 15:40:32.927 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) (2.4.7) 2021-02-10 15:40:32.929 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (4.0.0) 2021-02-10 15:40:32.932 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) (2.10) 2021-02-10 15:40:32.935 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (2020.12.5) 2021-02-10 15:40:32.937 | Requirement already satisfied: urllib3===1.26.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) (1.26.3) 2021-02-10 15:40:33.008 | Collecting pyinotify===0.9.6 2021-02-10 15:40:33.015 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c9/98a5d7606ca83/pyinotify-0.9.6.tar.gz (60 kB) 2021-02-10 15:40:33.670 | Collecting python-dateutil===2.8.1 2021-02-10 15:40:33.677 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/75b/b3f31ea686f11/python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) 2021-02-10 15:40:33.892 | Collecting msgpack===1.0.2 2021-02-10 15:40:33.898 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/26a/1759f1a88df5f/msgpack-1.0.2-cp36-cp36m-manylinux1_x86_64.whl (272 kB) 2021-02-10 15:40:33.988 | Collecting importlib-resources===3.3.1 2021-02-10 15:40:33.994 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/420/68585cc5e8c2b/importlib_resources-3.3.1-py2.py3-none-any.whl (26 kB) 2021-02-10 15:40:34.017 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (3.4.0) 2021-02-10 15:40:34.043 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (3.7.4.3) 2021-02-10 15:40:34.112 | Collecting wrapt===1.12.1 2021-02-10 15:40:34.118 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b62/ffa81fb85f433/wrapt-1.12.1.tar.gz (27 kB) 2021-02-10 15:40:34.664 | Building wheels for collected packages: pyinotify, wrapt 2021-02-10 15:40:34.665 | Building wheel for pyinotify (setup.py): started 2021-02-10 15:40:35.251 | Building wheel for pyinotify (setup.py): finished with status 'done' 2021-02-10 15:40:35.252 | Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=25339 sha256=256cc08e8d3a83598799b01411664a467247dae96ec21f91226be9a93f28cc3b 2021-02-10 15:40:35.252 | Stored in directory: /root/.cache/pip/wheels/f3/7a/03/56564493d2862ac4c0677c91d99261394dd512a1bbb90af9a7 2021-02-10 15:40:35.254 | Building wheel for wrapt (setup.py): started 2021-02-10 15:40:36.756 | Building wheel for wrapt (setup.py): finished with status 'done' 2021-02-10 15:40:36.757 | Created wheel for wrapt: filename=wrapt-1.12.1-cp36-cp36m-linux_x86_64.whl size=67499 sha256=66723ed17e1fc7ed3446209e7820530170c4f0d537cd81f8d5879b8761217881 2021-02-10 15:40:36.757 | Stored in directory: /root/.cache/pip/wheels/27/b0/63/c6302d953c843aa78fedbee048633aa67fa3f28a2ab130c797 2021-02-10 15:40:36.758 | Successfully built pyinotify wrapt 2021-02-10 15:40:37.540 | Installing collected packages: WebOb, oslo.i18n, wrapt, debtcollector, oslo.context, pytz, packaging, netifaces, iso8601, oslo.utils, msgpack, oslo.serialization, rfc3986, oslo.config, pycadf, pyinotify, python-dateutil, oslo.log, os-service-types, decorator, dogpile.cache, oslo.cache, keystoneauth1, python-keystoneclient, keystonemiddleware, importlib-resources 2021-02-10 15:40:38.070 | Attempting uninstall: netifaces 2021-02-10 15:40:38.071 | Found existing installation: netifaces 0.10.4 2021-02-10 15:40:38.080 | Uninstalling netifaces-0.10.4: 2021-02-10 15:40:38.108 | Successfully uninstalled netifaces-0.10.4 2021-02-10 15:40:39.779 | Attempting uninstall: importlib-resources 2021-02-10 15:40:39.780 | Found existing installation: importlib-resources 5.1.0 2021-02-10 15:40:39.798 | Uninstalling importlib-resources-5.1.0: 2021-02-10 15:40:39.801 | Successfully uninstalled importlib-resources-5.1.0 2021-02-10 15:40:39.902 | Successfully installed WebOb-1.8.6 debtcollector-2.2.0 decorator-4.4.2 dogpile.cache-1.1.2 importlib-resources-3.3.1 iso8601-0.1.14 keystoneauth1-4.3.0 keystonemiddleware-9.2.0 msgpack-1.0.2 netifaces-0.10.9 os-service-types-1.7.0 oslo.cache-2.7.0 oslo.config-8.4.0 oslo.context-3.1.1 oslo.i18n-5.0.1 oslo.log-4.4.0 oslo.serialization-4.1.0 oslo.utils-4.7.0 packaging-20.9 pycadf-3.1.1 pyinotify-0.9.6 python-dateutil-2.8.1 python-keystoneclient-4.2.0 pytz-2021.1 rfc3986-1.4.0 wrapt-1.12.1 2021-02-10 15:40:39.978 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:40:39.978 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:40:40.090 | + inc/python:pip_install:200 : result=0 2021-02-10 15:40:40.092 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:40:40.094 | + functions-common:time_stop:2306 : local name 2021-02-10 15:40:40.097 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:40:40.099 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:40:40.101 | + functions-common:time_stop:2309 : local total 2021-02-10 15:40:40.103 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:40:40.106 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:40:40.108 | + functions-common:time_stop:2313 : start_time=1612971627156 2021-02-10 15:40:40.110 | + functions-common:time_stop:2315 : [[ -z 1612971627156 ]] 2021-02-10 15:40:40.113 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:40:40.116 | + functions-common:time_stop:2318 : end_time=1612971640113 2021-02-10 15:40:40.118 | + functions-common:time_stop:2319 : elapsed_time=12957 2021-02-10 15:40:40.120 | + functions-common:time_stop:2320 : total=40763 2021-02-10 15:40:40.123 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:40:40.125 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=53720 2021-02-10 15:40:40.127 | + inc/python:pip_install:203 : return 0 2021-02-10 15:40:40.129 | + lib/keystone:install_keystonemiddleware:489 : pip_install_gr python-memcached 2021-02-10 15:40:40.132 | + inc/python:pip_install_gr:76 : local name=python-memcached 2021-02-10 15:40:40.134 | + inc/python:pip_install_gr:77 : local clean_name 2021-02-10 15:40:40.137 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2021-02-10 15:40:40.139 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2021-02-10 15:40:40.142 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-02-10 15:40:40.146 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2021-02-10 15:40:40.146 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-02-10 15:40:40.150 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2021-02-10 15:40:40.153 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2021-02-10 15:40:40.155 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2021-02-10 15:40:40.158 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2021-02-10 15:40:40.160 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2021-02-10 15:40:40.179 | Using python 3.6 to install python-memcached 2021-02-10 15:40:40.181 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2021-02-10 15:40:42.036 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:40:42.040 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:40:42.050 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:40:42.055 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:40:42.163 | Collecting python-memcached===1.59 2021-02-10 15:40:42.171 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2021-02-10 15:40:42.219 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (1.15.0) 2021-02-10 15:40:42.965 | Installing collected packages: python-memcached 2021-02-10 15:40:43.024 | Successfully installed python-memcached-1.59 2021-02-10 15:40:43.100 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:40:43.100 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:40:43.178 | + inc/python:pip_install:200 : result=0 2021-02-10 15:40:43.180 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:40:43.183 | + functions-common:time_stop:2306 : local name 2021-02-10 15:40:43.185 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:40:43.187 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:40:43.189 | + functions-common:time_stop:2309 : local total 2021-02-10 15:40:43.192 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:40:43.194 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:40:43.196 | + functions-common:time_stop:2313 : start_time=1612971640174 2021-02-10 15:40:43.199 | + functions-common:time_stop:2315 : [[ -z 1612971640174 ]] 2021-02-10 15:40:43.202 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:40:43.205 | + functions-common:time_stop:2318 : end_time=1612971643202 2021-02-10 15:40:43.208 | + functions-common:time_stop:2319 : elapsed_time=3028 2021-02-10 15:40:43.210 | + functions-common:time_stop:2320 : total=53720 2021-02-10 15:40:43.212 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:40:43.214 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=56748 2021-02-10 15:40:43.216 | + inc/python:pip_install:203 : return 0 2021-02-10 15:40:43.219 | + ./stack.sh:main:865 : is_service_enabled keystone 2021-02-10 15:40:43.233 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:40:43.236 | + ./stack.sh:main:866 : '[' 10.222.0.71 == 10.222.0.71 ']' 2021-02-10 15:40:43.238 | + ./stack.sh:main:867 : stack_install_service keystone 2021-02-10 15:40:43.241 | + lib/stack:stack_install_service:20 : local service=keystone 2021-02-10 15:40:43.243 | + lib/stack:stack_install_service:21 : type install_keystone 2021-02-10 15:40:43.245 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-02-10 15:40:43.247 | + lib/stack:stack_install_service:32 : install_keystone 2021-02-10 15:40:43.250 | + lib/keystone:install_keystone:495 : is_service_enabled ldap 2021-02-10 15:40:43.264 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:40:43.266 | + lib/keystone:install_keystone:499 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2021-02-10 15:40:43.269 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/keystone.git 2021-02-10 15:40:43.271 | + functions-common:git_clone:526 : local git_dest=/opt/stack/keystone 2021-02-10 15:40:43.273 | + functions-common:git_clone:527 : local git_ref=master 2021-02-10 15:40:43.275 | + functions-common:git_clone:528 : local orig_dir 2021-02-10 15:40:43.278 | ++ functions-common:git_clone:529 : pwd 2021-02-10 15:40:43.280 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-02-10 15:40:43.282 | + functions-common:git_clone:530 : local git_clone_flags= 2021-02-10 15:40:43.285 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-02-10 15:40:43.299 | + functions-common:git_clone:532 : RECLONE=False 2021-02-10 15:40:43.301 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-02-10 15:40:43.303 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-02-10 15:40:43.306 | + functions-common:git_clone:546 : echo master 2021-02-10 15:40:43.306 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-02-10 15:40:43.311 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/keystone ]] 2021-02-10 15:40:43.313 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-02-10 15:40:43.315 | + functions-common:git_clone:594 : cd /opt/stack/keystone 2021-02-10 15:40:43.317 | + functions-common:git_clone:595 : git show --oneline 2021-02-10 15:40:43.318 | + functions-common:git_clone:595 : head -1 2021-02-10 15:40:43.326 | d67975e7b Merge "Use enforce_new_defaults when setting up keystone protection tests" 2021-02-10 15:40:43.329 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-02-10 15:40:43.331 | + lib/keystone:install_keystone:500 : setup_develop /opt/stack/keystone 2021-02-10 15:40:43.334 | + inc/python:setup_develop:338 : local bindep 2021-02-10 15:40:43.336 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2021-02-10 15:40:43.338 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2021-02-10 15:40:43.341 | + inc/python:setup_develop:344 : local extras= 2021-02-10 15:40:43.343 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2021-02-10 15:40:43.345 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-02-10 15:40:43.348 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2021-02-10 15:40:43.350 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2021-02-10 15:40:43.352 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-02-10 15:40:43.355 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-02-10 15:40:43.358 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2021-02-10 15:40:43.360 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-02-10 15:40:43.363 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2021-02-10 15:40:43.365 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-02-10 15:40:43.367 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-02-10 15:40:43.370 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2021-02-10 15:40:43.375 | + inc/python:_setup_package_with_constraints_edit:383 : name=keystone 2021-02-10 15:40:43.377 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2021-02-10 15:40:44.072 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/keystone -e 2021-02-10 15:40:44.075 | + inc/python:setup_package:417 : local bindep=0 2021-02-10 15:40:44.077 | + inc/python:setup_package:418 : local bindep_flag= 2021-02-10 15:40:44.080 | + inc/python:setup_package:419 : local bindep_profiles= 2021-02-10 15:40:44.082 | + inc/python:setup_package:420 : [[ /opt/stack/keystone == -bindep* ]] 2021-02-10 15:40:44.084 | + inc/python:setup_package:425 : local project_dir=/opt/stack/keystone 2021-02-10 15:40:44.086 | + inc/python:setup_package:426 : local flags=-e 2021-02-10 15:40:44.088 | + inc/python:setup_package:427 : local extras= 2021-02-10 15:40:44.090 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-02-10 15:40:44.092 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-02-10 15:40:44.095 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-02-10 15:40:44.097 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-02-10 15:40:44.099 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-02-10 15:40:44.102 | + inc/python:setup_package:445 : pip_install -e /opt/stack/keystone 2021-02-10 15:40:44.124 | Using python 3.6 to install /opt/stack/keystone 2021-02-10 15:40:44.127 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2021-02-10 15:40:45.999 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:40:45.999 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-10 15:40:46.008 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:40:46.011 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:40:46.018 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:40:46.023 | Obtaining file:///opt/stack/keystone 2021-02-10 15:40:47.611 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-02-10 15:40:49.230 | Collecting Flask===1.1.2 2021-02-10 15:40:49.237 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8a4/fdd8936eba251/Flask-1.1.2-py2.py3-none-any.whl (94 kB) 2021-02-10 15:40:49.391 | Collecting Flask-RESTful===0.3.8 2021-02-10 15:40:49.398 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d89/1118b951921f1/Flask_RESTful-0.3.8-py2.py3-none-any.whl (25 kB) 2021-02-10 15:40:49.498 | Collecting Jinja2===2.11.3 2021-02-10 15:40:49.505 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/03e/47ad063331dd6/Jinja2-2.11.3-py2.py3-none-any.whl (125 kB) 2021-02-10 15:40:49.588 | Collecting MarkupSafe===1.1.1 2021-02-10 15:40:49.595 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/84d/ee80c15f1b560/MarkupSafe-1.1.1-cp36-cp36m-manylinux2010_x86_64.whl (32 kB) 2021-02-10 15:40:49.663 | Collecting PyJWT===2.0.1 2021-02-10 15:40:49.670 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b70/b15f89dc69b99/PyJWT-2.0.1-py3-none-any.whl (15 kB) 2021-02-10 15:40:50.024 | Collecting SQLAlchemy===1.3.23 2021-02-10 15:40:50.034 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e8a/1750b44ad6422/SQLAlchemy-1.3.23-cp36-cp36m-manylinux2010_x86_64.whl (1.3 MB) 2021-02-10 15:40:50.140 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2021-02-10 15:40:50.264 | Collecting Werkzeug===1.0.1 2021-02-10 15:40:50.271 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2de/2a5db0baeae7b/Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB) 2021-02-10 15:40:50.417 | Collecting aniso8601===8.1.1 2021-02-10 15:40:50.424 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f59/914762c5049ff/aniso8601-8.1.1-py2.py3-none-any.whl (44 kB) 2021-02-10 15:40:50.670 | Collecting bcrypt===3.2.0 2021-02-10 15:40:50.694 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cd1/ea2ff3038509e/bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB) 2021-02-10 15:40:51.356 | Collecting cffi===1.14.4 2021-02-10 15:40:51.365 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/063/8c3ae1a0edfb7/cffi-1.14.4-cp36-cp36m-manylinux1_x86_64.whl (401 kB) 2021-02-10 15:40:51.474 | Collecting click===7.1.2 2021-02-10 15:40:51.481 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dac/ca89f4bfadd5d/click-7.1.2-py2.py3-none-any.whl (82 kB) 2021-02-10 15:40:52.233 | Collecting cryptography===3.4.4 2021-02-10 15:40:52.248 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dab/437c2e8462870/cryptography-3.4.4-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB) 2021-02-10 15:40:52.363 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150)) (1.1.2) 2021-02-10 15:40:52.433 | Collecting itsdangerous===1.1.0 2021-02-10 15:40:52.439 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b12/271b2047cb23e/itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB) 2021-02-10 15:40:52.535 | Collecting jsonschema===3.2.0 2021-02-10 15:40:52.542 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e5/b3cf8216f577b/jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) 2021-02-10 15:40:52.577 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (9.2.0) 2021-02-10 15:40:52.635 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (1.0.2) 2021-02-10 15:40:52.674 | Collecting oauthlib===3.1.0 2021-02-10 15:40:52.681 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147 kB) 2021-02-10 15:40:52.699 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (2.7.0) 2021-02-10 15:40:52.737 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (8.4.0) 2021-02-10 15:40:52.784 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (3.1.1) 2021-02-10 15:40:52.967 | Collecting oslo.db===8.4.0 2021-02-10 15:40:52.974 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de0/76489ec9dce77/oslo.db-8.4.0-py3-none-any.whl (172 kB) 2021-02-10 15:40:53.077 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (5.0.1) 2021-02-10 15:40:53.083 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (4.4.0) 2021-02-10 15:40:53.385 | Collecting oslo.messaging===12.7.0 2021-02-10 15:40:53.391 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/427/6be12a77b6356/oslo.messaging-12.7.0-py3-none-any.whl (246 kB) 2021-02-10 15:40:53.637 | Collecting oslo.middleware===4.1.1 2021-02-10 15:40:53.643 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ce8/859e6bf38d53d/oslo.middleware-4.1.1-py3-none-any.whl (56 kB) 2021-02-10 15:40:53.875 | Collecting oslo.policy===3.6.0 2021-02-10 15:40:53.882 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c30/265ab0563689d/oslo.policy-3.6.0-py3-none-any.whl (83 kB) 2021-02-10 15:40:53.945 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (4.1.0) 2021-02-10 15:40:54.098 | Collecting oslo.service===2.5.0 2021-02-10 15:40:54.104 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a17/d19890e4df009/oslo.service-2.5.0-py3-none-any.whl (77 kB) 2021-02-10 15:40:54.245 | Collecting oslo.upgradecheck===1.3.0 2021-02-10 15:40:54.252 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/62920db8b773e/oslo.upgradecheck-1.3.0-py3-none-any.whl (14 kB) 2021-02-10 15:40:54.308 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (4.7.0) 2021-02-10 15:40:54.428 | Collecting osprofiler===3.4.0 2021-02-10 15:40:54.435 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4cc/de8ab98fd2861/osprofiler-3.4.0-py3-none-any.whl (85 kB) 2021-02-10 15:40:54.533 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (20.9) 2021-02-10 15:40:54.614 | Collecting passlib===1.7.4 2021-02-10 15:40:54.621 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2021-02-10 15:40:54.693 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (5.5.1) 2021-02-10 15:40:54.695 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (0.7.2) 2021-02-10 15:40:54.697 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (3.1.1) 2021-02-10 15:40:54.772 | Collecting pycparser===2.20 2021-02-10 15:40:54.779 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/758/2ad22678f0fcd/pycparser-2.20-py2.py3-none-any.whl (112 kB) 2021-02-10 15:40:54.830 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2021-02-10 15:40:54.833 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (2.4.7) 2021-02-10 15:40:54.925 | Collecting pyrsistent===0.17.3 2021-02-10 15:40:54.932 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e6/36185d9eb976a/pyrsistent-0.17.3.tar.gz (106 kB) 2021-02-10 15:40:55.633 | Collecting pysaml2===6.5.1 2021-02-10 15:40:55.644 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f79/d7b2a416f1b18/pysaml2-6.5.1-py2.py3-none-any.whl (401 kB) 2021-02-10 15:40:55.724 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (2.8.1) 2021-02-10 15:40:55.729 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 408)) (4.2.0) 2021-02-10 15:40:55.750 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 438)) (2021.1) 2021-02-10 15:40:55.754 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (2.25.1) 2021-02-10 15:40:55.776 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 462)) (1.4.0) 2021-02-10 15:40:56.020 | Collecting scrypt===0.8.17 2021-02-10 15:40:56.028 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dae/9bc00391fab92/scrypt-0.8.17-cp36-cp36m-manylinux2010_x86_64.whl (924 kB) 2021-02-10 15:40:56.096 | Requirement already satisfied: setuptools===53.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (53.0.0) 2021-02-10 15:40:56.143 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 485)) (1.15.0) 2021-02-10 15:40:56.221 | Collecting sqlalchemy-migrate===0.13.0 2021-02-10 15:40:56.228 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e5d/2348db19a5062/sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2021-02-10 15:40:56.360 | Collecting sqlparse===0.4.1 2021-02-10 15:40:56.367 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/017/cde379adbd6a1/sqlparse-0.4.1-py3-none-any.whl (42 kB) 2021-02-10 15:40:56.483 | Collecting statsd===3.3.0 2021-02-10 15:40:56.491 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c61/0fb80347fca0e/statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2021-02-10 15:40:56.538 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) (3.3.0) 2021-02-10 15:40:56.609 | Collecting testresources===2.0.1 2021-02-10 15:40:56.616 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67a/361c3a2412231/testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2021-02-10 15:40:56.727 | Collecting testscenarios===0.5.0 2021-02-10 15:40:56.734 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/480/263fa5d6e6181/testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2021-02-10 15:40:56.786 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.4.0) 2021-02-10 15:40:56.804 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.4.0) 2021-02-10 15:40:56.807 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (1.1.0) 2021-02-10 15:40:56.814 | Requirement already satisfied: urllib3===1.26.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (1.26.3) 2021-02-10 15:40:56.951 | Collecting xmlschema===1.5.0 2021-02-10 15:40:56.957 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/eae/929e10f18c497/xmlschema-1.5.0-py3-none-any.whl (248 kB) 2021-02-10 15:40:57.094 | Collecting yappi===1.3.2 2021-02-10 15:40:57.100 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a51/d3e6e5563cc74/yappi-1.3.2.tar.gz (58 kB) 2021-02-10 15:40:57.765 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (4.4.2) 2021-02-10 15:40:57.768 | Requirement already satisfied: importlib-metadata===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) (3.4.0) 2021-02-10 15:40:57.807 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-02-10 15:40:57.853 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) (4.3.0) 2021-02-10 15:40:57.919 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 262)) (0.8.0) 2021-02-10 15:40:57.925 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.2.0) 2021-02-10 15:40:57.932 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-02-10 15:40:58.042 | Collecting alembic===1.5.4 2021-02-10 15:40:58.050 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e87/1118b6174681f/alembic-1.5.4.tar.gz (1.1 MB) 2021-02-10 15:40:58.928 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.3.0) 2021-02-10 15:40:59.045 | Collecting amqp===5.0.5 2021-02-10 15:40:59.053 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1e7/59a7f202d9109/amqp-5.0.5-py3-none-any.whl (51 kB) 2021-02-10 15:40:59.194 | Collecting cachetools===4.2.1 2021-02-10 15:40:59.200 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d9/d5f567be80f7c/cachetools-4.2.1-py3-none-any.whl (12 kB) 2021-02-10 15:40:59.414 | Collecting kombu===5.0.2 2021-02-10 15:40:59.422 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6dc/509178ac4269b/kombu-5.0.2-py2.py3-none-any.whl (180 kB) 2021-02-10 15:40:59.518 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (3.0.0) 2021-02-10 15:40:59.602 | Collecting PasteDeploy===2.1.1 2021-02-10 15:40:59.609 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/149/23cfd6ad4281b/PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2021-02-10 15:40:59.750 | Collecting eventlet===0.30.1 2021-02-10 15:40:59.757 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a58/caa60ea936c96/eventlet-0.30.1-py2.py3-none-any.whl (224 kB) 2021-02-10 15:41:00.098 | Collecting greenlet===1.0.0 2021-02-10 15:41:00.109 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c5b/22b31c947ad8b/greenlet-1.0.0-cp36-cp36m-manylinux2010_x86_64.whl (156 kB) 2021-02-10 15:41:00.279 | Collecting Paste===3.5.0 2021-02-10 15:41:00.285 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8e0/8200a570f7e29/Paste-3.5.0-py2.py3-none-any.whl (593 kB) 2021-02-10 15:41:00.482 | Collecting Routes===2.5.1 2021-02-10 15:41:00.489 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fab/5a042a3a87778/Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2021-02-10 15:41:00.680 | Collecting oslo.concurrency===4.4.0 2021-02-10 15:41:00.687 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a4e/0186c246d9724/oslo.concurrency-4.4.0-py3-none-any.whl (47 kB) 2021-02-10 15:41:00.744 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) (0.10.9) 2021-02-10 15:41:00.746 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (0.1.14) 2021-02-10 15:41:00.796 | Collecting pyOpenSSL===20.0.1 2021-02-10 15:41:00.802 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/818/ae18e06922c06/pyOpenSSL-20.0.1-py2.py3-none-any.whl (54 kB) 2021-02-10 15:41:00.823 | Requirement already satisfied: importlib-resources===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (3.3.1) 2021-02-10 15:41:00.903 | Collecting defusedxml===0.6.0 2021-02-10 15:41:00.910 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/668/7150770438374/defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) 2021-02-10 15:41:00.960 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5) 2021-02-10 15:41:00.963 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (4.0.0) 2021-02-10 15:41:00.966 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (2.10) 2021-02-10 15:41:01.033 | Collecting Tempita===0.5.2 2021-02-10 15:41:01.040 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/52d/39a6dbde3c2df/Tempita-0.5.2-py3-none-any.whl (12 kB) 2021-02-10 15:41:01.089 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2021-02-10 15:41:01.091 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 414)) (1.6.0) 2021-02-10 15:41:01.093 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (1.0.0) 2021-02-10 15:41:01.095 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 556)) (1.4.0) 2021-02-10 15:41:01.204 | Collecting elementpath===2.1.3 2021-02-10 15:41:01.210 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/98e/e5d5b411a42ba/elementpath-2.1.3-py3-none-any.whl (130 kB) 2021-02-10 15:41:01.262 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 552)) (3.7.4.3) 2021-02-10 15:41:01.266 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 586)) (3.4.0) 2021-02-10 15:41:01.294 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (1.7.0) 2021-02-10 15:41:01.298 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (1.12.1) 2021-02-10 15:41:01.386 | Collecting Mako===1.1.4 2021-02-10 15:41:01.393 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/178/31f0b7087c313/Mako-1.1.4.tar.gz (479 kB) 2021-02-10 15:41:02.218 | Collecting python-editor===1.0.4 2021-02-10 15:41:02.230 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1bf/6e860a8ad52a1/python_editor-1.0.4-py3-none-any.whl (4.9 kB) 2021-02-10 15:41:02.351 | Collecting vine===5.0.0 2021-02-10 15:41:02.363 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4c9/dceab6f76ed92/vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2021-02-10 15:41:02.480 | Collecting dnspython===1.16.0 2021-02-10 15:41:02.494 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f69/c21288a962f4d/dnspython-1.16.0-py2.py3-none-any.whl (188 kB) 2021-02-10 15:41:02.630 | Collecting repoze.lru===0.7 2021-02-10 15:41:02.643 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f77/bf0e1096ea445/repoze.lru-0.7-py3-none-any.whl (10 kB) 2021-02-10 15:41:02.773 | Collecting fasteners===0.14.1 2021-02-10 15:41:02.787 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/564/a115ff9698767/fasteners-0.14.1-py2.py3-none-any.whl (20 kB) 2021-02-10 15:41:02.909 | Collecting monotonic===1.5 2021-02-10 15:41:02.922 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/552/a91f381532e33/monotonic-1.5-py2.py3-none-any.whl (5.3 kB) 2021-02-10 15:41:02.972 | Building wheels for collected packages: Mako, alembic, pyrsistent, yappi 2021-02-10 15:41:02.973 | Building wheel for Mako (setup.py): started 2021-02-10 15:41:03.671 | Building wheel for Mako (setup.py): finished with status 'done' 2021-02-10 15:41:03.673 | Created wheel for Mako: filename=Mako-1.1.4-py2.py3-none-any.whl size=75675 sha256=615fa20b5abc0b1857f0744866c7e8ca00d8410e08133b4df4f04e9e8b3aab24 2021-02-10 15:41:03.673 | Stored in directory: /root/.cache/pip/wheels/13/76/1c/739ead6fe601098ec2b19e9b1478ae559faca4f14491d7360c 2021-02-10 15:41:03.674 | Building wheel for alembic (setup.py): started 2021-02-10 15:41:04.439 | Building wheel for alembic (setup.py): finished with status 'done' 2021-02-10 15:41:04.440 | Created wheel for alembic: filename=alembic-1.5.4-py2.py3-none-any.whl size=156314 sha256=7235747a6d065c436639caea15add88459ae6e05ecce13a149c17684c3a51c0a 2021-02-10 15:41:04.441 | Stored in directory: /root/.cache/pip/wheels/8f/de/22/1bb5fc75115fdaa480d0d21eb2f31ada243674a93602f97925 2021-02-10 15:41:04.442 | Building wheel for pyrsistent (setup.py): started 2021-02-10 15:41:06.061 | Building wheel for pyrsistent (setup.py): finished with status 'done' 2021-02-10 15:41:06.062 | Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp36-cp36m-linux_x86_64.whl size=97028 sha256=fb6b48a1e45be749b71ca4cf8c91e61e5a93e1a78c28237f46db47fea4b4d5c5 2021-02-10 15:41:06.062 | Stored in directory: /root/.cache/pip/wheels/d9/35/06/14a1989d794cd957ba6aff4bd2bd7ba2db723cfa921ed47738 2021-02-10 15:41:06.064 | Building wheel for yappi (setup.py): started 2021-02-10 15:41:08.484 | Building wheel for yappi (setup.py): finished with status 'done' 2021-02-10 15:41:08.485 | Created wheel for yappi: filename=yappi-1.3.2-cp36-cp36m-linux_x86_64.whl size=90031 sha256=82ef11fa0aff77976cc4dbbaf70de06a822e451cd8f4d1e87e67200f76a6e43f 2021-02-10 15:41:08.485 | Stored in directory: /root/.cache/pip/wheels/2c/f6/ed/37af57410b5f53067a2a196175f565d15ab76949cca6b2c3b9 2021-02-10 15:41:08.486 | Successfully built Mako alembic pyrsistent yappi 2021-02-10 15:41:09.431 | Installing collected packages: itsdangerous, Werkzeug, MarkupSafe, Jinja2, click, Flask, aniso8601, Flask-RESTful, pycparser, cffi, cryptography, SQLAlchemy, Tempita, sqlparse, sqlalchemy-migrate, passlib, bcrypt, scrypt, PasteDeploy, greenlet, dnspython, eventlet, Paste, yappi, repoze.lru, Routes, monotonic, fasteners, oslo.concurrency, oslo.service, vine, amqp, cachetools, statsd, oslo.middleware, kombu, oslo.messaging, testresources, testscenarios, Mako, python-editor, alembic, oslo.db, oslo.policy, oslo.upgradecheck, oauthlib, pyOpenSSL, elementpath, xmlschema, defusedxml, pysaml2, PyJWT, pyrsistent, jsonschema, osprofiler, keystone 2021-02-10 15:41:09.636 | Attempting uninstall: MarkupSafe 2021-02-10 15:41:09.637 | Found existing installation: MarkupSafe 1.0 2021-02-10 15:41:09.646 | Uninstalling MarkupSafe-1.0: 2021-02-10 15:41:09.675 | Successfully uninstalled MarkupSafe-1.0 2021-02-10 15:41:09.697 | Attempting uninstall: Jinja2 2021-02-10 15:41:09.698 | Found existing installation: Jinja2 2.10 2021-02-10 15:41:09.701 | Uninstalling Jinja2-2.10: 2021-02-10 15:41:09.729 | Successfully uninstalled Jinja2-2.10 2021-02-10 15:41:09.859 | Attempting uninstall: click 2021-02-10 15:41:09.860 | Found existing installation: click 6.7 2021-02-10 15:41:09.876 | Uninstalling click-6.7: 2021-02-10 15:41:09.905 | Successfully uninstalled click-6.7 2021-02-10 15:41:10.443 | Attempting uninstall: cryptography 2021-02-10 15:41:10.444 | Found existing installation: cryptography 2.1.4 2021-02-10 15:41:10.451 | Uninstalling cryptography-2.1.4: 2021-02-10 15:41:10.478 | Successfully uninstalled cryptography-2.1.4 2021-02-10 15:41:14.546 | Attempting uninstall: oauthlib 2021-02-10 15:41:14.547 | Found existing installation: oauthlib 2.0.6 2021-02-10 15:41:14.555 | Uninstalling oauthlib-2.0.6: 2021-02-10 15:41:14.580 | Successfully uninstalled oauthlib-2.0.6 2021-02-10 15:41:14.700 | Attempting uninstall: pyOpenSSL 2021-02-10 15:41:14.701 | Found existing installation: pyOpenSSL 17.5.0 2021-02-10 15:41:14.708 | Uninstalling pyOpenSSL-17.5.0: 2021-02-10 15:41:14.731 | Successfully uninstalled pyOpenSSL-17.5.0 2021-02-10 15:41:15.736 | Attempting uninstall: PyJWT 2021-02-10 15:41:15.737 | Found existing installation: PyJWT 1.5.3 2021-02-10 15:41:15.744 | Uninstalling PyJWT-1.5.3: 2021-02-10 15:41:15.767 | Successfully uninstalled PyJWT-1.5.3 2021-02-10 15:41:15.850 | Attempting uninstall: jsonschema 2021-02-10 15:41:15.851 | Found existing installation: jsonschema 2.6.0 2021-02-10 15:41:15.860 | Uninstalling jsonschema-2.6.0: 2021-02-10 15:41:15.901 | Successfully uninstalled jsonschema-2.6.0 2021-02-10 15:41:16.075 | Running setup.py develop for keystone 2021-02-10 15:41:17.824 | Successfully installed Flask-1.1.2 Flask-RESTful-0.3.8 Jinja2-2.11.3 Mako-1.1.4 MarkupSafe-1.1.1 Paste-3.5.0 PasteDeploy-2.1.1 PyJWT-2.0.1 Routes-2.5.1 SQLAlchemy-1.3.23 Tempita-0.5.2 Werkzeug-1.0.1 alembic-1.5.4 amqp-5.0.5 aniso8601-8.1.1 bcrypt-3.2.0 cachetools-4.2.1 cffi-1.14.4 click-7.1.2 cryptography-3.4.4 defusedxml-0.6.0 dnspython-1.16.0 elementpath-2.1.3 eventlet-0.30.1 fasteners-0.14.1 greenlet-1.0.0 itsdangerous-1.1.0 jsonschema-3.2.0 keystone kombu-5.0.2 monotonic-1.5 oauthlib-3.1.0 oslo.concurrency-4.4.0 oslo.db-8.4.0 oslo.messaging-12.7.0 oslo.middleware-4.1.1 oslo.policy-3.6.0 oslo.service-2.5.0 oslo.upgradecheck-1.3.0 osprofiler-3.4.0 passlib-1.7.4 pyOpenSSL-20.0.1 pycparser-2.20 pyrsistent-0.17.3 pysaml2-6.5.1 python-editor-1.0.4 repoze.lru-0.7 scrypt-0.8.17 sqlalchemy-migrate-0.13.0 sqlparse-0.4.1 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 xmlschema-1.5.0 yappi-1.3.2 2021-02-10 15:41:17.923 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:41:17.923 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:41:18.113 | + inc/python:pip_install:200 : result=0 2021-02-10 15:41:18.115 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:41:18.117 | + functions-common:time_stop:2306 : local name 2021-02-10 15:41:18.119 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:41:18.122 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:41:18.124 | + functions-common:time_stop:2309 : local total 2021-02-10 15:41:18.126 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:41:18.128 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:41:18.130 | + functions-common:time_stop:2313 : start_time=1612971644119 2021-02-10 15:41:18.132 | + functions-common:time_stop:2315 : [[ -z 1612971644119 ]] 2021-02-10 15:41:18.135 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:41:18.138 | + functions-common:time_stop:2318 : end_time=1612971678136 2021-02-10 15:41:18.141 | + functions-common:time_stop:2319 : elapsed_time=34017 2021-02-10 15:41:18.144 | + functions-common:time_stop:2320 : total=56748 2021-02-10 15:41:18.146 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:41:18.149 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=90765 2021-02-10 15:41:18.151 | + inc/python:pip_install:203 : return 0 2021-02-10 15:41:18.154 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-02-10 15:41:18.156 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-02-10 15:41:18.158 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-02-10 15:41:18.175 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-02-10 15:41:18.186 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/keystone 2021-02-10 15:41:18.189 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2021-02-10 15:41:18.191 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:41:18.194 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:41:18.196 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2021-02-10 15:41:18.199 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:41:18.202 | + lib/keystone:install_keystone:502 : is_service_enabled ldap 2021-02-10 15:41:18.217 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:41:18.220 | + lib/keystone:install_keystone:506 : '[' uwsgi == mod_wsgi ']' 2021-02-10 15:41:18.222 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-02-10 15:41:18.225 | + ./stack.sh:main:868 : configure_keystone 2021-02-10 15:41:18.227 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2021-02-10 15:41:18.240 | + lib/keystone:configure_keystone:204 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2021-02-10 15:41:18.242 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2021-02-10 15:41:18.247 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2021-02-10 15:41:18.263 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:41:18.266 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2021-02-10 15:41:18.295 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2021-02-10 15:41:18.321 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2021-02-10 15:41:18.349 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2021-02-10 15:41:18.378 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2021-02-10 15:41:18.407 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2021-02-10 15:41:18.435 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2021-02-10 15:41:18.461 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2021-02-10 15:41:18.487 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2021-02-10 15:41:18.489 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2021-02-10 15:41:18.492 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2021-02-10 15:41:18.495 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2021-02-10 15:41:18.497 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-02-10 15:41:18.499 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-02-10 15:41:18.515 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:41:18.518 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-02-10 15:41:18.520 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-02-10 15:41:18.523 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-02-10 15:41:18.538 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:41:18.541 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2021-02-10 15:41:18.543 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2021-02-10 15:41:18.570 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-02-10 15:41:18.573 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-02-10 15:41:18.575 | + lib/keystone:configure_keystone:225 : local service_port=5000 2021-02-10 15:41:18.577 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2021-02-10 15:41:18.580 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2021-02-10 15:41:18.595 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:41:18.598 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.71/identity 2021-02-10 15:41:18.624 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.71/identity 2021-02-10 15:41:18.649 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2021-02-10 15:41:18.652 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2021-02-10 15:41:18.679 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2021-02-10 15:41:18.681 | ++ lib/database:database_connection_url:132 : local db=keystone 2021-02-10 15:41:18.684 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2021-02-10 15:41:18.686 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2021-02-10 15:41:18.688 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-02-10 15:41:18.691 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-02-10 15:41:18.718 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2021-02-10 15:41:18.721 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2021-02-10 15:41:18.723 | + functions:setup_logging:698 : setup_systemd_logging /etc/keystone/keystone.conf 2021-02-10 15:41:18.725 | + functions:setup_systemd_logging:713 : local conf_file=/etc/keystone/keystone.conf 2021-02-10 15:41:18.728 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2021-02-10 15:41:18.744 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2021-02-10 15:41:18.747 | + functions:setup_systemd_logging:719 : local pidstr= 2021-02-10 15:41:18.749 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2021-02-10 15:41:18.751 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2021-02-10 15:41:18.753 | + functions:setup_systemd_logging:726 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-02-10 15:41:18.778 | + functions:setup_systemd_logging:728 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-02-10 15:41:18.802 | + functions:setup_systemd_logging:729 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-02-10 15:41:18.827 | + functions:setup_systemd_logging:730 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-02-10 15:41:18.852 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2021-02-10 15:41:18.877 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2021-02-10 15:41:18.880 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2021-02-10 15:41:18.882 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-public.ini 2021-02-10 15:41:18.884 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-public 2021-02-10 15:41:18.887 | + lib/apache:write_uwsgi_config:259 : local url=/identity 2021-02-10 15:41:18.889 | + lib/apache:write_uwsgi_config:260 : local http= 2021-02-10 15:41:18.892 | + lib/apache:write_uwsgi_config:261 : local name= 2021-02-10 15:41:18.894 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-public 2021-02-10 15:41:18.898 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-public 2021-02-10 15:41:18.901 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2021-02-10 15:41:18.903 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2021-02-10 15:41:18.915 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-02-10 15:41:18.915 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-02-10 15:41:18.922 | d /var/run/uwsgi 0755 ubuntu root 2021-02-10 15:41:18.925 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-02-10 15:41:18.939 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2021-02-10 15:41:18.941 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2021-02-10 15:41:18.945 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2021-02-10 15:41:18.971 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2021-02-10 15:41:18.995 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2021-02-10 15:41:19.019 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2021-02-10 15:41:19.044 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2021-02-10 15:41:19.068 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2021-02-10 15:41:19.092 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2021-02-10 15:41:19.116 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2021-02-10 15:41:19.140 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2021-02-10 15:41:19.165 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-02-10 15:41:19.189 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2021-02-10 15:41:19.214 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2021-02-10 15:41:19.238 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2021-02-10 15:41:19.262 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2021-02-10 15:41:19.265 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2021-02-10 15:41:19.268 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-public 2021-02-10 15:41:19.270 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-public 2021-02-10 15:41:19.273 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-02-10 15:41:19.275 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:41:19.278 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:41:19.280 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-02-10 15:41:19.283 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2021-02-10 15:41:19.285 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2021-02-10 15:41:19.309 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2021-02-10 15:41:19.334 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 ' 2021-02-10 15:41:19.334 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-02-10 15:41:19.342 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 2021-02-10 15:41:19.345 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-public 2021-02-10 15:41:19.347 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-public 2021-02-10 15:41:19.350 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-02-10 15:41:19.352 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-02-10 15:41:19.355 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-10 15:41:19.357 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:41:19.359 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:41:19.362 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-02-10 15:41:19.364 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-02-10 15:41:19.367 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:41:19.370 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:41:19.372 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-public 2021-02-10 15:41:19.429 | Enabling site keystone-wsgi-public. 2021-02-10 15:41:19.435 | To activate the new configuration, you need to run: 2021-02-10 15:41:19.435 | systemctl reload apache2 2021-02-10 15:41:19.439 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2021-02-10 15:41:19.442 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-02-10 15:41:19.444 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-02-10 15:41:19.446 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-02-10 15:41:19.584 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2021-02-10 15:41:19.587 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2021-02-10 15:41:19.589 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2021-02-10 15:41:19.592 | + lib/apache:write_uwsgi_config:259 : local url=/identity_admin 2021-02-10 15:41:19.595 | + lib/apache:write_uwsgi_config:260 : local http= 2021-02-10 15:41:19.597 | + lib/apache:write_uwsgi_config:261 : local name= 2021-02-10 15:41:19.601 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-admin 2021-02-10 15:41:19.604 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-admin 2021-02-10 15:41:19.607 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2021-02-10 15:41:19.609 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2021-02-10 15:41:19.621 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-02-10 15:41:19.621 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-02-10 15:41:19.628 | d /var/run/uwsgi 0755 ubuntu root 2021-02-10 15:41:19.632 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-02-10 15:41:19.646 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2021-02-10 15:41:19.648 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2021-02-10 15:41:19.652 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2021-02-10 15:41:19.679 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2021-02-10 15:41:19.703 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2021-02-10 15:41:19.727 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2021-02-10 15:41:19.751 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2021-02-10 15:41:19.776 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2021-02-10 15:41:19.800 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2021-02-10 15:41:19.824 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2021-02-10 15:41:19.849 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2021-02-10 15:41:19.874 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-02-10 15:41:19.898 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2021-02-10 15:41:19.923 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2021-02-10 15:41:19.948 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2021-02-10 15:41:19.973 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2021-02-10 15:41:19.975 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2021-02-10 15:41:19.978 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-admin 2021-02-10 15:41:19.981 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-admin 2021-02-10 15:41:19.983 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-02-10 15:41:19.986 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:41:19.988 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:41:19.990 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-02-10 15:41:19.993 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-02-10 15:41:19.996 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2021-02-10 15:41:20.020 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2021-02-10 15:41:20.046 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 ' 2021-02-10 15:41:20.046 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-02-10 15:41:20.053 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 2021-02-10 15:41:20.057 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-admin 2021-02-10 15:41:20.059 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-admin 2021-02-10 15:41:20.062 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-02-10 15:41:20.064 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-02-10 15:41:20.066 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-10 15:41:20.069 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:41:20.071 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:41:20.074 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-02-10 15:41:20.076 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-02-10 15:41:20.078 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:41:20.081 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:41:20.083 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-admin 2021-02-10 15:41:20.141 | Enabling site keystone-wsgi-admin. 2021-02-10 15:41:20.146 | To activate the new configuration, you need to run: 2021-02-10 15:41:20.146 | systemctl reload apache2 2021-02-10 15:41:20.151 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2021-02-10 15:41:20.153 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-02-10 15:41:20.156 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-02-10 15:41:20.158 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-02-10 15:41:20.303 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2021-02-10 15:41:20.330 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2021-02-10 15:41:20.357 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2021-02-10 15:41:20.384 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2021-02-10 15:41:20.387 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2021-02-10 15:41:20.414 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2021-02-10 15:41:20.440 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2021-02-10 15:41:20.465 | + ./stack.sh:main:872 : is_service_enabled swift 2021-02-10 15:41:20.481 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:41:20.484 | + ./stack.sh:main:873 : is_service_enabled ceilometer 2021-02-10 15:41:20.500 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:41:20.503 | + ./stack.sh:main:876 : stack_install_service swift 2021-02-10 15:41:20.505 | + lib/stack:stack_install_service:20 : local service=swift 2021-02-10 15:41:20.508 | + lib/stack:stack_install_service:21 : type install_swift 2021-02-10 15:41:20.510 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-02-10 15:41:20.513 | + lib/stack:stack_install_service:32 : install_swift 2021-02-10 15:41:20.515 | + lib/swift:install_swift:743 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2021-02-10 15:41:20.518 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/swift.git 2021-02-10 15:41:20.520 | + functions-common:git_clone:526 : local git_dest=/opt/stack/swift 2021-02-10 15:41:20.522 | + functions-common:git_clone:527 : local git_ref=master 2021-02-10 15:41:20.525 | + functions-common:git_clone:528 : local orig_dir 2021-02-10 15:41:20.527 | ++ functions-common:git_clone:529 : pwd 2021-02-10 15:41:20.530 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-02-10 15:41:20.532 | + functions-common:git_clone:530 : local git_clone_flags= 2021-02-10 15:41:20.535 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-02-10 15:41:20.550 | + functions-common:git_clone:532 : RECLONE=False 2021-02-10 15:41:20.553 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-02-10 15:41:20.555 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-02-10 15:41:20.558 | + functions-common:git_clone:546 : echo master 2021-02-10 15:41:20.558 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-02-10 15:41:20.562 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/swift ]] 2021-02-10 15:41:20.565 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-02-10 15:41:20.567 | + functions-common:git_clone:594 : cd /opt/stack/swift 2021-02-10 15:41:20.570 | + functions-common:git_clone:595 : git show --oneline 2021-02-10 15:41:20.570 | + functions-common:git_clone:595 : head -1 2021-02-10 15:41:20.573 | 2c9ff0ee6 Merge "relinker: Add option to drop privileges" 2021-02-10 15:41:20.575 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-02-10 15:41:20.578 | + lib/swift:install_swift:746 : setup_develop /opt/stack/swift keystone 2021-02-10 15:41:20.580 | + inc/python:setup_develop:338 : local bindep 2021-02-10 15:41:20.582 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2021-02-10 15:41:20.585 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2021-02-10 15:41:20.587 | + inc/python:setup_develop:344 : local extras=keystone 2021-02-10 15:41:20.589 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2021-02-10 15:41:20.592 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-02-10 15:41:20.594 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2021-02-10 15:41:20.596 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2021-02-10 15:41:20.599 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-02-10 15:41:20.601 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2021-02-10 15:41:20.604 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2021-02-10 15:41:20.606 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-02-10 15:41:20.609 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2021-02-10 15:41:20.611 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-02-10 15:41:20.613 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-02-10 15:41:20.616 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2021-02-10 15:41:20.621 | + inc/python:_setup_package_with_constraints_edit:383 : name=swift 2021-02-10 15:41:20.624 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift '-e file:///opt/stack/swift#egg=swift' 2021-02-10 15:41:21.322 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/swift -e keystone 2021-02-10 15:41:21.325 | + inc/python:setup_package:417 : local bindep=0 2021-02-10 15:41:21.327 | + inc/python:setup_package:418 : local bindep_flag= 2021-02-10 15:41:21.329 | + inc/python:setup_package:419 : local bindep_profiles= 2021-02-10 15:41:21.332 | + inc/python:setup_package:420 : [[ /opt/stack/swift == -bindep* ]] 2021-02-10 15:41:21.334 | + inc/python:setup_package:425 : local project_dir=/opt/stack/swift 2021-02-10 15:41:21.336 | + inc/python:setup_package:426 : local flags=-e 2021-02-10 15:41:21.339 | + inc/python:setup_package:427 : local extras=keystone 2021-02-10 15:41:21.341 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-02-10 15:41:21.343 | + inc/python:setup_package:431 : [[ -z keystone ]] 2021-02-10 15:41:21.345 | + inc/python:setup_package:436 : [[ ! -z keystone ]] 2021-02-10 15:41:21.348 | + inc/python:setup_package:437 : extras='[keystone]' 2021-02-10 15:41:21.350 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-02-10 15:41:21.352 | + inc/python:setup_package:445 : pip_install -e '/opt/stack/swift[keystone]' 2021-02-10 15:41:21.371 | Using python 3.6 to install /opt/stack/swift 2021-02-10 15:41:21.373 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2021-02-10 15:41:22.294 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:41:22.294 | from cryptography.utils import int_from_bytes 2021-02-10 15:41:22.294 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:41:22.294 | from cryptography.utils import int_from_bytes 2021-02-10 15:41:23.384 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:41:23.385 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-10 15:41:23.393 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:41:23.396 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:41:23.403 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:41:23.408 | Obtaining file:///opt/stack/swift 2021-02-10 15:41:24.696 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-02-10 15:41:25.954 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2021-02-10 15:41:25.964 | Requirement already satisfied: cryptography===3.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (3.4.4) 2021-02-10 15:41:26.007 | Requirement already satisfied: eventlet===0.30.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.30.1) 2021-02-10 15:41:26.016 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.0.0) 2021-02-10 15:41:26.022 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) (9.2.0) 2021-02-10 15:41:26.950 | Collecting lxml===4.6.2 2021-02-10 15:41:26.966 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4fb/85c447e288df5/lxml-4.6.2-cp36-cp36m-manylinux1_x86_64.whl (5.5 MB) 2021-02-10 15:41:27.167 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 264)) (0.10.9) 2021-02-10 15:41:27.170 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (2.7.0) 2021-02-10 15:41:27.210 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (8.4.0) 2021-02-10 15:41:27.257 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (3.1.1) 2021-02-10 15:41:27.263 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (5.0.1) 2021-02-10 15:41:27.269 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.4.0) 2021-02-10 15:41:27.312 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (4.1.0) 2021-02-10 15:41:27.322 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (4.7.0) 2021-02-10 15:41:27.341 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (20.9) 2021-02-10 15:41:27.347 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (5.5.1) 2021-02-10 15:41:27.349 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (3.1.1) 2021-02-10 15:41:27.445 | Collecting pyeclib===1.6.0 2021-02-10 15:41:27.461 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2021-02-10 15:41:28.453 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (0.9.6) 2021-02-10 15:41:28.456 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) (2.4.7) 2021-02-10 15:41:28.459 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) (2.8.1) 2021-02-10 15:41:28.464 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) (4.2.0) 2021-02-10 15:41:28.484 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) (2021.1) 2021-02-10 15:41:28.488 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) (2.25.1) 2021-02-10 15:41:28.509 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 463)) (1.4.0) 2021-02-10 15:41:28.514 | Requirement already satisfied: setuptools===53.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (53.0.0) 2021-02-10 15:41:28.562 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 486)) (1.15.0) 2021-02-10 15:41:28.565 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (3.3.0) 2021-02-10 15:41:28.574 | Requirement already satisfied: urllib3===1.26.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) (1.26.3) 2021-02-10 15:41:28.690 | Collecting xattr===0.9.7 2021-02-10 15:41:28.697 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB) 2021-02-10 15:41:29.451 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.4) 2021-02-10 15:41:29.455 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) (1.16.0) 2021-02-10 15:41:29.464 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (4.3.0) 2021-02-10 15:41:29.531 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2021-02-10 15:41:29.545 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150)) (1.1.2) 2021-02-10 15:41:29.551 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.2.0) 2021-02-10 15:41:29.559 | Requirement already satisfied: importlib-metadata===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) (3.4.0) 2021-02-10 15:41:29.599 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) (0.8.0) 2021-02-10 15:41:29.605 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-02-10 15:41:29.609 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (1.0.2) 2021-02-10 15:41:29.612 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (0.1.14) 2021-02-10 15:41:29.614 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5) 2021-02-10 15:41:29.617 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (4.0.0) 2021-02-10 15:41:29.620 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (2.10) 2021-02-10 15:41:29.624 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (2.20) 2021-02-10 15:41:29.626 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (1.7.0) 2021-02-10 15:41:29.631 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (4.4.2) 2021-02-10 15:41:29.634 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (1.12.1) 2021-02-10 15:41:29.637 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (3.7.4.3) 2021-02-10 15:41:29.641 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 587)) (3.4.0) 2021-02-10 15:41:29.668 | Requirement already satisfied: importlib-resources===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (3.3.1) 2021-02-10 15:41:29.687 | Building wheels for collected packages: pyeclib, xattr 2021-02-10 15:41:29.688 | Building wheel for pyeclib (setup.py): started 2021-02-10 15:41:30.834 | Building wheel for pyeclib (setup.py): finished with status 'done' 2021-02-10 15:41:30.835 | Created wheel for pyeclib: filename=pyeclib-1.6.0-cp36-cp36m-linux_x86_64.whl size=53042 sha256=9765a3be268225a5187e959105de3f45c985ff61c46f9e98758660a9be1bfb05 2021-02-10 15:41:30.835 | Stored in directory: /root/.cache/pip/wheels/d1/e7/5c/187cdc036d5d2f2d7173a0c15ffdcd6a80b739475f849c4829 2021-02-10 15:41:30.838 | Building wheel for xattr (setup.py): started 2021-02-10 15:41:32.089 | Building wheel for xattr (setup.py): finished with status 'done' 2021-02-10 15:41:32.090 | Created wheel for xattr: filename=xattr-0.9.7-cp36-cp36m-linux_x86_64.whl size=30926 sha256=0aa53fa1b09734897a574e77bbcc5f51427a5b8ecdc0a46355d1a8c04dcd759e 2021-02-10 15:41:32.090 | Stored in directory: /root/.cache/pip/wheels/6f/e1/5d/b2a3587e1783702a1ae6ae1c99d9d21d246d5a189b4b1a2038 2021-02-10 15:41:32.091 | Successfully built pyeclib xattr 2021-02-10 15:41:32.971 | Installing collected packages: lxml, xattr, pyeclib, swift 2021-02-10 15:41:33.305 | Running setup.py develop for swift 2021-02-10 15:41:34.869 | Successfully installed lxml-4.6.2 pyeclib-1.6.0 swift xattr-0.9.7 2021-02-10 15:41:34.971 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:41:34.971 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:41:35.088 | + inc/python:pip_install:200 : result=0 2021-02-10 15:41:35.090 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:41:35.093 | + functions-common:time_stop:2306 : local name 2021-02-10 15:41:35.095 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:41:35.097 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:41:35.100 | + functions-common:time_stop:2309 : local total 2021-02-10 15:41:35.102 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:41:35.104 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:41:35.106 | + functions-common:time_stop:2313 : start_time=1612971681366 2021-02-10 15:41:35.108 | + functions-common:time_stop:2315 : [[ -z 1612971681366 ]] 2021-02-10 15:41:35.111 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:41:35.114 | + functions-common:time_stop:2318 : end_time=1612971695112 2021-02-10 15:41:35.117 | + functions-common:time_stop:2319 : elapsed_time=13746 2021-02-10 15:41:35.119 | + functions-common:time_stop:2320 : total=90765 2021-02-10 15:41:35.121 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:41:35.124 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=104511 2021-02-10 15:41:35.126 | + inc/python:pip_install:203 : return 0 2021-02-10 15:41:35.128 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-02-10 15:41:35.130 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-02-10 15:41:35.133 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-02-10 15:41:35.150 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-02-10 15:41:35.161 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/swift 2021-02-10 15:41:35.163 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2021-02-10 15:41:35.166 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:41:35.168 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:41:35.170 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2021-02-10 15:41:35.173 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:41:35.175 | + lib/swift:install_swift:747 : '[' False == True ']' 2021-02-10 15:41:35.178 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-02-10 15:41:35.180 | + ./stack.sh:main:877 : configure_swift 2021-02-10 15:41:35.183 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2021-02-10 15:41:35.185 | + lib/swift:configure_swift:335 : local node_number 2021-02-10 15:41:35.187 | + lib/swift:configure_swift:336 : local swift_node_config 2021-02-10 15:41:35.189 | + lib/swift:configure_swift:337 : local swift_log_dir 2021-02-10 15:41:35.191 | + lib/swift:configure_swift:338 : local user_group 2021-02-10 15:41:35.193 | + lib/swift:configure_swift:341 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-02-10 15:41:36.069 | No object-replicator running 2021-02-10 15:41:36.070 | No container-server running 2021-02-10 15:41:36.070 | No container-reconciler running 2021-02-10 15:41:36.070 | No object-auditor running 2021-02-10 15:41:36.070 | No object-updater running 2021-02-10 15:41:36.070 | No container-auditor running 2021-02-10 15:41:36.070 | No proxy-server running 2021-02-10 15:41:36.070 | No container-sync running 2021-02-10 15:41:36.070 | No container-updater running 2021-02-10 15:41:36.070 | No container-replicator running 2021-02-10 15:41:36.070 | No object-server running 2021-02-10 15:41:36.070 | No object-expirer running 2021-02-10 15:41:36.070 | No object-reconstructor running 2021-02-10 15:41:36.070 | No account-server running 2021-02-10 15:41:36.070 | No container-sharder running 2021-02-10 15:41:36.070 | No account-replicator running 2021-02-10 15:41:36.070 | No account-reaper running 2021-02-10 15:41:36.070 | No account-auditor running 2021-02-10 15:41:36.124 | + lib/swift:configure_swift:341 : true 2021-02-10 15:41:36.126 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift 2021-02-10 15:41:36.138 | + lib/swift:configure_swift:344 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2021-02-10 15:41:36.150 | + lib/swift:configure_swift:346 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2021-02-10 15:41:36.153 | + lib/swift:configure_swift:355 : sed -e ' 2021-02-10 15:41:36.153 | s/%GROUP%//; 2021-02-10 15:41:36.153 | s/%USER%/ubuntu/; 2021-02-10 15:41:36.153 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2021-02-10 15:41:36.153 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2021-02-10 15:41:36.153 | + lib/swift:configure_swift:359 : sudo tee /etc/rsyncd.conf 2021-02-10 15:41:36.160 | uid = ubuntu 2021-02-10 15:41:36.160 | gid = 2021-02-10 15:41:36.160 | log file = /opt/stack/data/swift/logs/rsyncd.log 2021-02-10 15:41:36.160 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2021-02-10 15:41:36.160 | address = 127.0.0.1 2021-02-10 15:41:36.160 | 2021-02-10 15:41:36.160 | [account6612] 2021-02-10 15:41:36.160 | max connections = 25 2021-02-10 15:41:36.160 | path = /opt/stack/data/swift/1/node/ 2021-02-10 15:41:36.160 | read only = false 2021-02-10 15:41:36.160 | lock file = /opt/stack/data/swift/run/account6612.lock 2021-02-10 15:41:36.160 | 2021-02-10 15:41:36.160 | [account6622] 2021-02-10 15:41:36.160 | max connections = 25 2021-02-10 15:41:36.160 | path = /opt/stack/data/swift/2/node/ 2021-02-10 15:41:36.160 | read only = false 2021-02-10 15:41:36.160 | lock file = /opt/stack/data/swift/run/account6622.lock 2021-02-10 15:41:36.160 | 2021-02-10 15:41:36.161 | [account6632] 2021-02-10 15:41:36.161 | max connections = 25 2021-02-10 15:41:36.161 | path = /opt/stack/data/swift/3/node/ 2021-02-10 15:41:36.161 | read only = false 2021-02-10 15:41:36.161 | lock file = /opt/stack/data/swift/run/account6632.lock 2021-02-10 15:41:36.161 | 2021-02-10 15:41:36.161 | [account6642] 2021-02-10 15:41:36.161 | max connections = 25 2021-02-10 15:41:36.161 | path = /opt/stack/data/swift/4/node/ 2021-02-10 15:41:36.161 | read only = false 2021-02-10 15:41:36.161 | lock file = /opt/stack/data/swift/run/account6642.lock 2021-02-10 15:41:36.161 | 2021-02-10 15:41:36.161 | 2021-02-10 15:41:36.161 | [container6611] 2021-02-10 15:41:36.161 | max connections = 25 2021-02-10 15:41:36.161 | path = /opt/stack/data/swift/1/node/ 2021-02-10 15:41:36.161 | read only = false 2021-02-10 15:41:36.161 | lock file = /opt/stack/data/swift/run/container6611.lock 2021-02-10 15:41:36.161 | 2021-02-10 15:41:36.161 | [container6621] 2021-02-10 15:41:36.161 | max connections = 25 2021-02-10 15:41:36.161 | path = /opt/stack/data/swift/2/node/ 2021-02-10 15:41:36.161 | read only = false 2021-02-10 15:41:36.161 | lock file = /opt/stack/data/swift/run/container6621.lock 2021-02-10 15:41:36.161 | 2021-02-10 15:41:36.161 | [container6631] 2021-02-10 15:41:36.161 | max connections = 25 2021-02-10 15:41:36.161 | path = /opt/stack/data/swift/3/node/ 2021-02-10 15:41:36.161 | read only = false 2021-02-10 15:41:36.161 | lock file = /opt/stack/data/swift/run/container6631.lock 2021-02-10 15:41:36.161 | 2021-02-10 15:41:36.161 | [container6641] 2021-02-10 15:41:36.161 | max connections = 25 2021-02-10 15:41:36.161 | path = /opt/stack/data/swift/4/node/ 2021-02-10 15:41:36.161 | read only = false 2021-02-10 15:41:36.161 | lock file = /opt/stack/data/swift/run/container6641.lock 2021-02-10 15:41:36.161 | 2021-02-10 15:41:36.161 | 2021-02-10 15:41:36.162 | [object6613] 2021-02-10 15:41:36.162 | max connections = 25 2021-02-10 15:41:36.162 | path = /opt/stack/data/swift/1/node/ 2021-02-10 15:41:36.162 | read only = false 2021-02-10 15:41:36.162 | lock file = /opt/stack/data/swift/run/object6613.lock 2021-02-10 15:41:36.162 | 2021-02-10 15:41:36.162 | [object6623] 2021-02-10 15:41:36.162 | max connections = 25 2021-02-10 15:41:36.162 | path = /opt/stack/data/swift/2/node/ 2021-02-10 15:41:36.162 | read only = false 2021-02-10 15:41:36.162 | lock file = /opt/stack/data/swift/run/object6623.lock 2021-02-10 15:41:36.162 | 2021-02-10 15:41:36.162 | [object6633] 2021-02-10 15:41:36.162 | max connections = 25 2021-02-10 15:41:36.162 | path = /opt/stack/data/swift/3/node/ 2021-02-10 15:41:36.162 | read only = false 2021-02-10 15:41:36.162 | lock file = /opt/stack/data/swift/run/object6633.lock 2021-02-10 15:41:36.162 | 2021-02-10 15:41:36.162 | [object6643] 2021-02-10 15:41:36.162 | max connections = 25 2021-02-10 15:41:36.162 | path = /opt/stack/data/swift/4/node/ 2021-02-10 15:41:36.162 | read only = false 2021-02-10 15:41:36.162 | lock file = /opt/stack/data/swift/run/object6643.lock 2021-02-10 15:41:36.164 | + lib/swift:configure_swift:361 : is_ubuntu 2021-02-10 15:41:36.166 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:41:36.168 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:41:36.170 | + lib/swift:configure_swift:362 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2021-02-10 15:41:36.188 | + lib/swift:configure_swift:367 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2021-02-10 15:41:36.190 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2021-02-10 15:41:36.195 | + lib/swift:configure_swift:369 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2021-02-10 15:41:36.199 | + lib/swift:configure_swift:373 : local csyncfile=/etc/swift/container-sync-realms.conf 2021-02-10 15:41:36.201 | + lib/swift:configure_swift:374 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2021-02-10 15:41:36.205 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2021-02-10 15:41:36.230 | + lib/swift:configure_swift:376 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.71:8080/v1/ 2021-02-10 15:41:36.253 | + lib/swift:configure_swift:378 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2021-02-10 15:41:36.273 | + lib/swift:configure_swift:379 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2021-02-10 15:41:36.302 | + lib/swift:configure_swift:381 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2021-02-10 15:41:36.322 | + lib/swift:configure_swift:382 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2021-02-10 15:41:36.351 | + lib/swift:configure_swift:384 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2021-02-10 15:41:36.371 | + lib/swift:configure_swift:385 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2021-02-10 15:41:36.400 | + lib/swift:configure_swift:387 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2021-02-10 15:41:36.421 | + lib/swift:configure_swift:388 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2021-02-10 15:41:36.450 | + lib/swift:configure_swift:390 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2021-02-10 15:41:36.471 | + lib/swift:configure_swift:391 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2021-02-10 15:41:36.500 | + lib/swift:configure_swift:393 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2021-02-10 15:41:36.521 | + lib/swift:configure_swift:394 : is_service_enabled tls-proxy 2021-02-10 15:41:36.536 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:41:36.538 | + lib/swift:configure_swift:397 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2021-02-10 15:41:36.566 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2021-02-10 15:41:36.594 | + lib/swift:configure_swift:404 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2021-02-10 15:41:36.621 | + lib/swift:configure_swift:407 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2021-02-10 15:41:36.649 | + lib/swift:configure_swift:410 : is_service_enabled ceilometer 2021-02-10 15:41:36.664 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:41:36.666 | + lib/swift:configure_swift:421 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2021-02-10 15:41:36.695 | + lib/swift:configure_swift:427 : is_service_enabled s3api 2021-02-10 15:41:36.710 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:41:36.712 | + lib/swift:configure_swift:430 : is_service_enabled keystone 2021-02-10 15:41:36.727 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:41:36.729 | + lib/swift:configure_swift:431 : swift_pipeline+=' authtoken' 2021-02-10 15:41:36.731 | + lib/swift:configure_swift:432 : is_service_enabled s3api 2021-02-10 15:41:36.745 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:41:36.748 | + lib/swift:configure_swift:437 : swift_pipeline+=' keystoneauth' 2021-02-10 15:41:36.750 | + lib/swift:configure_swift:440 : swift_pipeline+=' tempauth ' 2021-02-10 15:41:36.752 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2021-02-10 15:41:36.761 | + lib/swift:configure_swift:443 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2021-02-10 15:41:36.769 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2021-02-10 15:41:36.798 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2021-02-10 15:41:36.826 | + lib/swift:configure_swift:449 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2021-02-10 15:41:36.856 | + lib/swift:configure_swift:454 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2021-02-10 15:41:36.886 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2021-02-10 15:41:36.914 | + lib/swift:configure_swift:457 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2021-02-10 15:41:36.917 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/swift/proxy-server.conf 2021-02-10 15:41:36.919 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=swift 2021-02-10 15:41:36.921 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=filter:authtoken 2021-02-10 15:41:36.923 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2021-02-10 15:41:36.951 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2021-02-10 15:41:36.978 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.71/identity 2021-02-10 15:41:37.006 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2021-02-10 15:41:37.035 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2021-02-10 15:41:37.063 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2021-02-10 15:41:37.091 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2021-02-10 15:41:37.120 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2021-02-10 15:41:37.148 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2021-02-10 15:41:37.177 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2021-02-10 15:41:37.206 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2021-02-10 15:41:37.240 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2021-02-10 15:41:37.273 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2021-02-10 15:41:37.304 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2021-02-10 15:41:37.337 | + lib/swift:configure_swift:463 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2021-02-10 15:41:37.366 | + lib/swift:configure_swift:468 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2021-02-10 15:41:37.387 | + lib/swift:configure_swift:469 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2021-02-10 15:41:37.415 | + lib/swift:configure_swift:472 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2021-02-10 15:41:37.445 | + lib/swift:configure_swift:474 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2021-02-10 15:41:37.450 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2021-02-10 15:41:37.477 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2021-02-10 15:41:37.503 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2021-02-10 15:41:37.529 | + lib/swift:configure_swift:479 : local node_number 2021-02-10 15:41:37.532 | + lib/swift:configure_swift:480 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-02-10 15:41:37.534 | + lib/swift:configure_swift:481 : local swift_node_config=/etc/swift/object-server/1.conf 2021-02-10 15:41:37.537 | + lib/swift:configure_swift:482 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2021-02-10 15:41:37.541 | + lib/swift:configure_swift:483 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2021-02-10 15:41:37.543 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2021-02-10 15:41:37.546 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-02-10 15:41:37.548 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2021-02-10 15:41:37.550 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2021-02-10 15:41:37.552 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-02-10 15:41:37.554 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-02-10 15:41:37.557 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2021-02-10 15:41:37.576 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2021-02-10 15:41:37.604 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2021-02-10 15:41:37.625 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2021-02-10 15:41:37.654 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2021-02-10 15:41:37.673 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2021-02-10 15:41:37.700 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2021-02-10 15:41:37.718 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-02-10 15:41:37.746 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2021-02-10 15:41:37.765 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-02-10 15:41:37.791 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2021-02-10 15:41:37.810 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2021-02-10 15:41:37.836 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2021-02-10 15:41:37.856 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2021-02-10 15:41:37.882 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2021-02-10 15:41:37.901 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2021-02-10 15:41:37.928 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2021-02-10 15:41:37.947 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2021-02-10 15:41:37.973 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2021-02-10 15:41:37.979 | + lib/swift:configure_swift:484 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2021-02-10 15:41:37.997 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-02-10 15:41:38.024 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2021-02-10 15:41:38.050 | + lib/swift:configure_swift:488 : swift_node_config=/etc/swift/container-server/1.conf 2021-02-10 15:41:38.053 | + lib/swift:configure_swift:489 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2021-02-10 15:41:38.057 | + lib/swift:configure_swift:490 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2021-02-10 15:41:38.059 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2021-02-10 15:41:38.061 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-02-10 15:41:38.064 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2021-02-10 15:41:38.066 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2021-02-10 15:41:38.068 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-02-10 15:41:38.070 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-02-10 15:41:38.073 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2021-02-10 15:41:38.090 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2021-02-10 15:41:38.117 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2021-02-10 15:41:38.135 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2021-02-10 15:41:38.162 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2021-02-10 15:41:38.180 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2021-02-10 15:41:38.206 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2021-02-10 15:41:38.225 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-02-10 15:41:38.255 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2021-02-10 15:41:38.274 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-02-10 15:41:38.301 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2021-02-10 15:41:38.319 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2021-02-10 15:41:38.346 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2021-02-10 15:41:38.364 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2021-02-10 15:41:38.391 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2021-02-10 15:41:38.410 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2021-02-10 15:41:38.435 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2021-02-10 15:41:38.454 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2021-02-10 15:41:38.483 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2021-02-10 15:41:38.489 | + lib/swift:configure_swift:491 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2021-02-10 15:41:38.507 | + lib/swift:configure_swift:492 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-02-10 15:41:38.535 | + lib/swift:configure_swift:494 : swift_node_config=/etc/swift/account-server/1.conf 2021-02-10 15:41:38.537 | + lib/swift:configure_swift:495 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2021-02-10 15:41:38.541 | + lib/swift:configure_swift:496 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2021-02-10 15:41:38.544 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2021-02-10 15:41:38.546 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-02-10 15:41:38.548 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2021-02-10 15:41:38.551 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2021-02-10 15:41:38.553 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-02-10 15:41:38.555 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-02-10 15:41:38.557 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2021-02-10 15:41:38.575 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2021-02-10 15:41:38.601 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2021-02-10 15:41:38.619 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2021-02-10 15:41:38.645 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2021-02-10 15:41:38.664 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2021-02-10 15:41:38.690 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2021-02-10 15:41:38.708 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-02-10 15:41:38.739 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2021-02-10 15:41:38.757 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-02-10 15:41:38.783 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2021-02-10 15:41:38.801 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2021-02-10 15:41:38.827 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2021-02-10 15:41:38.845 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2021-02-10 15:41:38.871 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2021-02-10 15:41:38.889 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2021-02-10 15:41:38.915 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2021-02-10 15:41:38.932 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2021-02-10 15:41:38.957 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2021-02-10 15:41:38.962 | + lib/swift:configure_swift:497 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2021-02-10 15:41:38.979 | + lib/swift:configure_swift:498 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-02-10 15:41:39.005 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2021-02-10 15:41:39.034 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2021-02-10 15:41:39.063 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2021-02-10 15:41:39.091 | + lib/swift:configure_swift:506 : testfile=/etc/swift/test.conf 2021-02-10 15:41:39.093 | + lib/swift:configure_swift:507 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2021-02-10 15:41:39.097 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2021-02-10 15:41:39.123 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username swiftusertest1 2021-02-10 15:41:39.150 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2021-02-10 15:41:39.175 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2021-02-10 15:41:39.201 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2021-02-10 15:41:39.227 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2021-02-10 15:41:39.252 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2021-02-10 15:41:39.277 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test password4 testing4 2021-02-10 15:41:39.301 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test domain4 swift_test 2021-02-10 15:41:39.326 | + lib/swift:configure_swift:520 : is_service_enabled keystone 2021-02-10 15:41:39.341 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:41:39.343 | + lib/swift:configure_swift:521 : iniuncomment /etc/swift/test.conf func_test auth_version 2021-02-10 15:41:39.360 | + lib/swift:configure_swift:522 : local auth_vers 2021-02-10 15:41:39.363 | ++ lib/swift:configure_swift:523 : iniget /etc/swift/test.conf func_test auth_version 2021-02-10 15:41:39.381 | + lib/swift:configure_swift:523 : auth_vers=3 2021-02-10 15:41:39.384 | + lib/swift:configure_swift:524 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.71 2021-02-10 15:41:39.409 | + lib/swift:configure_swift:525 : [[ http == \h\t\t\p\s ]] 2021-02-10 15:41:39.411 | + lib/swift:configure_swift:528 : iniset /etc/swift/test.conf func_test auth_port 80 2021-02-10 15:41:39.437 | + lib/swift:configure_swift:530 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.71/identity 2021-02-10 15:41:39.465 | + lib/swift:configure_swift:531 : [[ 3 == \3 ]] 2021-02-10 15:41:39.467 | + lib/swift:configure_swift:532 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2021-02-10 15:41:39.500 | + lib/swift:configure_swift:536 : is_service_enabled tls-proxy 2021-02-10 15:41:39.516 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:41:39.518 | + lib/swift:configure_swift:542 : local user_group 2021-02-10 15:41:39.521 | ++ lib/swift:configure_swift:543 : id -g ubuntu 2021-02-10 15:41:39.525 | + lib/swift:configure_swift:543 : user_group=1000 2021-02-10 15:41:39.528 | + lib/swift:configure_swift:544 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2021-02-10 15:41:39.539 | + lib/swift:configure_swift:546 : local swift_log_dir=/opt/stack/data/swift/logs 2021-02-10 15:41:39.542 | + lib/swift:configure_swift:547 : sudo rm -rf /opt/stack/data/swift/logs 2021-02-10 15:41:39.552 | + lib/swift:configure_swift:548 : local swift_log_group=adm 2021-02-10 15:41:39.554 | + lib/swift:configure_swift:549 : is_suse 2021-02-10 15:41:39.557 | + functions-common:is_suse:464 : is_opensuse 2021-02-10 15:41:39.559 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-02-10 15:41:39.561 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-10 15:41:39.564 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-02-10 15:41:39.566 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-02-10 15:41:39.568 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-10 15:41:39.570 | + lib/swift:configure_swift:552 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2021-02-10 15:41:39.582 | + lib/swift:configure_swift:554 : [[ False != \F\a\l\s\e ]] 2021-02-10 15:41:39.584 | + lib/swift:configure_swift:562 : '[' False == True ']' 2021-02-10 15:41:39.586 | + ./stack.sh:main:880 : is_service_enabled s3api 2021-02-10 15:41:39.602 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:41:39.604 | + ./stack.sh:main:886 : is_service_enabled g-api n-api 2021-02-10 15:41:39.620 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:41:39.623 | + ./stack.sh:main:888 : stack_install_service glance 2021-02-10 15:41:39.625 | + lib/stack:stack_install_service:20 : local service=glance 2021-02-10 15:41:39.627 | + lib/stack:stack_install_service:21 : type install_glance 2021-02-10 15:41:39.630 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-02-10 15:41:39.632 | + lib/stack:stack_install_service:32 : install_glance 2021-02-10 15:41:39.635 | + lib/glance:install_glance:436 : glance_store_extras=() 2021-02-10 15:41:39.637 | + lib/glance:install_glance:436 : local glance_store_extras 2021-02-10 15:41:39.640 | + lib/glance:install_glance:438 : is_service_enabled cinder 2021-02-10 15:41:39.658 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:41:39.660 | + lib/glance:install_glance:439 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2021-02-10 15:41:39.663 | + lib/glance:install_glance:442 : is_service_enabled swift 2021-02-10 15:41:39.679 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:41:39.682 | + lib/glance:install_glance:443 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2021-02-10 15:41:39.684 | + lib/glance:install_glance:448 : use_library_from_git glance_store 2021-02-10 15:41:39.687 | + inc/python:use_library_from_git:250 : local name=glance_store 2021-02-10 15:41:39.689 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:41:39.692 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:41:39.694 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2021-02-10 15:41:39.697 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:41:39.700 | ++ lib/glance:install_glance:454 : join_extras swift cinder 2021-02-10 15:41:39.703 | ++ inc/python:join_extras:29 : local IFS=, 2021-02-10 15:41:39.705 | ++ inc/python:join_extras:30 : echo swift,cinder 2021-02-10 15:41:39.708 | + lib/glance:install_glance:454 : pip_install_gr_extras glance-store swift,cinder 2021-02-10 15:41:39.711 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2021-02-10 15:41:39.713 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2021-02-10 15:41:39.716 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2021-02-10 15:41:39.719 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2021-02-10 15:41:39.722 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2021-02-10 15:41:39.724 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2021-02-10 15:41:39.728 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2021-02-10 15:41:39.728 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2021-02-10 15:41:39.733 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2021-02-10 15:41:39.735 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2021-02-10 15:41:39.738 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2021-02-10 15:41:39.741 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2021-02-10 15:41:39.744 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2021-02-10 15:41:39.763 | Using python 3.6 to install glance-store[swift,cinder]!=0.29.0 2021-02-10 15:41:39.766 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2021-02-10 15:41:40.710 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:41:40.710 | from cryptography.utils import int_from_bytes 2021-02-10 15:41:40.710 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:41:40.710 | from cryptography.utils import int_from_bytes 2021-02-10 15:41:41.804 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:41:41.804 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-10 15:41:41.812 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:41:41.815 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:41:41.822 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:41:41.978 | Collecting glance-store===2.4.0 2021-02-10 15:41:41.986 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/59f/79a3d41ec315b/glance_store-2.4.0-py3-none-any.whl (215 kB) 2021-02-10 15:41:42.239 | Collecting httplib2===0.19.0 2021-02-10 15:41:42.246 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/749/c32603f9bf16c/httplib2-0.19.0-py3-none-any.whl (95 kB) 2021-02-10 15:41:42.315 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (3.2.0) 2021-02-10 15:41:42.346 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (4.3.0) 2021-02-10 15:41:42.581 | Collecting os-brick===4.1.0 2021-02-10 15:41:42.587 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/914/945bdb17581e0/os_brick-4.1.0-py3-none-any.whl (239 kB) 2021-02-10 15:41:42.687 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (1.7.0) 2021-02-10 15:41:42.839 | Collecting os-win===5.4.0 2021-02-10 15:41:42.847 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/101/6e34bab38f089/os_win-5.4.0-py3-none-any.whl (273 kB) 2021-02-10 15:41:42.939 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (4.4.0) 2021-02-10 15:41:42.950 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (8.4.0) 2021-02-10 15:41:42.995 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (3.1.1) 2021-02-10 15:41:43.001 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (5.0.1) 2021-02-10 15:41:43.007 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.4.0) 2021-02-10 15:41:43.190 | Collecting oslo.privsep===2.4.0 2021-02-10 15:41:43.198 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/145/175818dc0ea1c/oslo.privsep-2.4.0-py3-none-any.whl (33 kB) 2021-02-10 15:41:43.417 | Collecting oslo.rootwrap===6.2.0 2021-02-10 15:41:43.424 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ddc/377863c93f8cb/oslo.rootwrap-6.2.0-py3-none-any.whl (33 kB) 2021-02-10 15:41:43.492 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (4.1.0) 2021-02-10 15:41:43.501 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (2.5.0) 2021-02-10 15:41:43.527 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (4.7.0) 2021-02-10 15:41:43.546 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (20.9) 2021-02-10 15:41:43.552 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (5.5.1) 2021-02-10 15:41:43.554 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (0.9.6) 2021-02-10 15:41:43.557 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) (2.4.7) 2021-02-10 15:41:43.560 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375)) (0.17.3) 2021-02-10 15:41:43.689 | Collecting python-cinderclient===7.3.0 2021-02-10 15:41:43.696 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/210/6a0088c501648/python_cinderclient-7.3.0-py3-none-any.whl (278 kB) 2021-02-10 15:41:43.787 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) (2.8.1) 2021-02-10 15:41:43.792 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) (4.2.0) 2021-02-10 15:41:43.914 | Collecting python-swiftclient===3.11.0 2021-02-10 15:41:43.921 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/265/7e2871691bac4/python_swiftclient-3.11.0-py2.py3-none-any.whl (86 kB) 2021-02-10 15:41:44.011 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) (2021.1) 2021-02-10 15:41:44.015 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) (2.25.1) 2021-02-10 15:41:44.037 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 463)) (1.4.0) 2021-02-10 15:41:44.042 | Requirement already satisfied: setuptools===53.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (53.0.0) 2021-02-10 15:41:44.323 | Collecting simplejson===3.17.2 2021-02-10 15:41:44.330 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bc0/0d1210567a4cd/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.whl (127 kB) 2021-02-10 15:41:44.397 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 486)) (1.15.0) 2021-02-10 15:41:44.400 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (3.3.0) 2021-02-10 15:41:44.409 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 532)) (6.3.1) 2021-02-10 15:41:44.424 | Requirement already satisfied: urllib3===1.26.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) (1.26.3) 2021-02-10 15:41:44.446 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 582)) (1.3.2) 2021-02-10 15:41:44.451 | Requirement already satisfied: eventlet===0.30.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.30.1) 2021-02-10 15:41:44.462 | Requirement already satisfied: importlib-metadata===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) (3.4.0) 2021-02-10 15:41:44.500 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-02-10 15:41:44.544 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (0.1.14) 2021-02-10 15:41:44.547 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.14.1) 2021-02-10 15:41:44.552 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-02-10 15:41:44.555 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) (0.8.0) 2021-02-10 15:41:44.561 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.2.0) 2021-02-10 15:41:44.569 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (1.0.2) 2021-02-10 15:41:44.572 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.4) 2021-02-10 15:41:44.575 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.0.0) 2021-02-10 15:41:44.580 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (3.0.0) 2021-02-10 15:41:44.592 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2021-02-10 15:41:44.626 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2021-02-10 15:41:44.640 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2021-02-10 15:41:44.649 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2021-02-10 15:41:44.661 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 264)) (0.10.9) 2021-02-10 15:41:44.663 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.7.2) 2021-02-10 15:41:44.666 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5) 2021-02-10 15:41:44.668 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (2.10) 2021-02-10 15:41:44.671 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (4.0.0) 2021-02-10 15:41:44.675 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) (1.16.0) 2021-02-10 15:41:44.683 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (3.7.4.3) 2021-02-10 15:41:44.687 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 587)) (3.4.0) 2021-02-10 15:41:44.714 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (1.5) 2021-02-10 15:41:44.716 | Requirement already satisfied: importlib-resources===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (3.3.1) 2021-02-10 15:41:44.735 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (1.12.1) 2021-02-10 15:41:44.737 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (2.20) 2021-02-10 15:41:44.740 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 537)) (2.4.0) 2021-02-10 15:41:44.759 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (0.7) 2021-02-10 15:41:44.766 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2021-02-10 15:41:44.768 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (1.6.0) 2021-02-10 15:41:44.770 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 548)) (1.4.0) 2021-02-10 15:41:44.775 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (1.1.0) 2021-02-10 15:41:44.781 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (1.0.0) 2021-02-10 15:41:44.784 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 557)) (1.4.0) 2021-02-10 15:41:45.738 | Installing collected packages: oslo.rootwrap, oslo.privsep, simplejson, python-cinderclient, os-win, os-brick, python-swiftclient, httplib2, glance-store 2021-02-10 15:41:47.193 | Successfully installed glance-store-2.4.0 httplib2-0.19.0 os-brick-4.1.0 os-win-5.4.0 oslo.privsep-2.4.0 oslo.rootwrap-6.2.0 python-cinderclient-7.3.0 python-swiftclient-3.11.0 simplejson-3.17.2 2021-02-10 15:41:47.299 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:41:47.299 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:41:47.398 | + inc/python:pip_install:200 : result=0 2021-02-10 15:41:47.401 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:41:47.404 | + functions-common:time_stop:2306 : local name 2021-02-10 15:41:47.406 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:41:47.409 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:41:47.411 | + functions-common:time_stop:2309 : local total 2021-02-10 15:41:47.413 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:41:47.416 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:41:47.418 | + functions-common:time_stop:2313 : start_time=1612971699758 2021-02-10 15:41:47.420 | + functions-common:time_stop:2315 : [[ -z 1612971699758 ]] 2021-02-10 15:41:47.423 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:41:47.426 | + functions-common:time_stop:2318 : end_time=1612971707424 2021-02-10 15:41:47.429 | + functions-common:time_stop:2319 : elapsed_time=7666 2021-02-10 15:41:47.431 | + functions-common:time_stop:2320 : total=104511 2021-02-10 15:41:47.434 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:41:47.436 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=112177 2021-02-10 15:41:47.438 | + inc/python:pip_install:203 : return 0 2021-02-10 15:41:47.441 | + lib/glance:install_glance:455 : copy_rootwrap /usr/local/etc/glance 2021-02-10 15:41:47.444 | + lib/glance:copy_rootwrap:215 : local source_path=/usr/local/etc/glance 2021-02-10 15:41:47.446 | + lib/glance:copy_rootwrap:217 : sudo install -d -o ubuntu /etc/glance 2021-02-10 15:41:47.458 | + lib/glance:copy_rootwrap:218 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2021-02-10 15:41:47.463 | + lib/glance:install_glance:458 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2021-02-10 15:41:47.466 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/glance.git 2021-02-10 15:41:47.468 | + functions-common:git_clone:526 : local git_dest=/opt/stack/glance 2021-02-10 15:41:47.471 | + functions-common:git_clone:527 : local git_ref=master 2021-02-10 15:41:47.473 | + functions-common:git_clone:528 : local orig_dir 2021-02-10 15:41:47.476 | ++ functions-common:git_clone:529 : pwd 2021-02-10 15:41:47.479 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-02-10 15:41:47.481 | + functions-common:git_clone:530 : local git_clone_flags= 2021-02-10 15:41:47.484 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-02-10 15:41:47.501 | + functions-common:git_clone:532 : RECLONE=False 2021-02-10 15:41:47.503 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-02-10 15:41:47.505 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-02-10 15:41:47.508 | + functions-common:git_clone:546 : echo master 2021-02-10 15:41:47.508 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-02-10 15:41:47.513 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/glance ]] 2021-02-10 15:41:47.515 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-02-10 15:41:47.518 | + functions-common:git_clone:594 : cd /opt/stack/glance 2021-02-10 15:41:47.521 | + functions-common:git_clone:595 : git show --oneline 2021-02-10 15:41:47.521 | + functions-common:git_clone:595 : head -1 2021-02-10 15:41:47.524 | 2c893fbd Merge "Add devstack plugin script" 2021-02-10 15:41:47.527 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-02-10 15:41:47.530 | + lib/glance:install_glance:460 : setup_develop /opt/stack/glance 2021-02-10 15:41:47.532 | + inc/python:setup_develop:338 : local bindep 2021-02-10 15:41:47.535 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2021-02-10 15:41:47.537 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2021-02-10 15:41:47.540 | + inc/python:setup_develop:344 : local extras= 2021-02-10 15:41:47.543 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2021-02-10 15:41:47.545 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-02-10 15:41:47.548 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2021-02-10 15:41:47.550 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2021-02-10 15:41:47.553 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-02-10 15:41:47.555 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-02-10 15:41:47.559 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2021-02-10 15:41:47.561 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-02-10 15:41:47.564 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2021-02-10 15:41:47.567 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-02-10 15:41:47.569 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-02-10 15:41:47.573 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2021-02-10 15:41:47.578 | + inc/python:_setup_package_with_constraints_edit:383 : name=glance 2021-02-10 15:41:47.581 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance '-e file:///opt/stack/glance#egg=glance' 2021-02-10 15:41:48.268 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/glance -e 2021-02-10 15:41:48.271 | + inc/python:setup_package:417 : local bindep=0 2021-02-10 15:41:48.274 | + inc/python:setup_package:418 : local bindep_flag= 2021-02-10 15:41:48.277 | + inc/python:setup_package:419 : local bindep_profiles= 2021-02-10 15:41:48.279 | + inc/python:setup_package:420 : [[ /opt/stack/glance == -bindep* ]] 2021-02-10 15:41:48.282 | + inc/python:setup_package:425 : local project_dir=/opt/stack/glance 2021-02-10 15:41:48.284 | + inc/python:setup_package:426 : local flags=-e 2021-02-10 15:41:48.287 | + inc/python:setup_package:427 : local extras= 2021-02-10 15:41:48.289 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-02-10 15:41:48.292 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-02-10 15:41:48.294 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-02-10 15:41:48.297 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-02-10 15:41:48.299 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-02-10 15:41:48.302 | + inc/python:setup_package:445 : pip_install -e /opt/stack/glance 2021-02-10 15:41:48.322 | Using python 3.6 to install /opt/stack/glance 2021-02-10 15:41:48.324 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2021-02-10 15:41:49.301 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:41:49.301 | from cryptography.utils import int_from_bytes 2021-02-10 15:41:49.301 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:41:49.301 | from cryptography.utils import int_from_bytes 2021-02-10 15:41:50.398 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:41:50.398 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-10 15:41:50.407 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:41:50.410 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:41:50.417 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:41:50.421 | Obtaining file:///opt/stack/glance 2021-02-10 15:41:51.719 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-02-10 15:41:53.016 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2021-02-10 15:41:53.026 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2021-02-10 15:41:53.034 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2021-02-10 15:41:53.046 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23) 2021-02-10 15:41:53.192 | Collecting WSME===0.10.0 2021-02-10 15:41:53.201 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0e1/2c01e2820134f/WSME-0.10.0-py3-none-any.whl (60 kB) 2021-02-10 15:41:53.278 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2021-02-10 15:41:53.292 | Requirement already satisfied: alembic===1.5.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.4) 2021-02-10 15:41:53.426 | Collecting castellan===3.7.0 2021-02-10 15:41:53.434 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af3/facd94857f477/castellan-3.7.0-py3-none-any.whl (93 kB) 2021-02-10 15:41:53.523 | Requirement already satisfied: cryptography===3.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (3.4.4) 2021-02-10 15:41:53.646 | Collecting cursive===0.2.2 2021-02-10 15:41:53.652 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2021-02-10 15:41:53.732 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.2.0) 2021-02-10 15:41:53.739 | Requirement already satisfied: defusedxml===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (0.6.0) 2021-02-10 15:41:53.745 | Requirement already satisfied: eventlet===0.30.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.30.1) 2021-02-10 15:41:53.755 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.3.0) 2021-02-10 15:41:53.761 | Requirement already satisfied: glance-store===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (2.4.0) 2021-02-10 15:41:53.838 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.0.0) 2021-02-10 15:41:53.843 | Requirement already satisfied: httplib2===0.19.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (0.19.0) 2021-02-10 15:41:53.848 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (0.1.14) 2021-02-10 15:41:53.850 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (3.2.0) 2021-02-10 15:41:53.909 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (4.3.0) 2021-02-10 15:41:53.974 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) (9.2.0) 2021-02-10 15:41:54.033 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) (0.8.0) 2021-02-10 15:41:54.040 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (1.7.0) 2021-02-10 15:41:54.044 | Requirement already satisfied: os-win===5.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (5.4.0) 2021-02-10 15:41:54.063 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (2.7.0) 2021-02-10 15:41:54.103 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (4.4.0) 2021-02-10 15:41:54.116 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (8.4.0) 2021-02-10 15:41:54.162 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (3.1.1) 2021-02-10 15:41:54.169 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (8.4.0) 2021-02-10 15:41:54.221 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (5.0.1) 2021-02-10 15:41:54.228 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.4.0) 2021-02-10 15:41:54.271 | Requirement already satisfied: oslo.messaging===12.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (12.7.0) 2021-02-10 15:41:54.331 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.1.1) 2021-02-10 15:41:54.352 | Requirement already satisfied: oslo.policy===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (3.6.0) 2021-02-10 15:41:54.500 | Collecting oslo.reports===2.2.0 2021-02-10 15:41:54.509 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af9/ef1cf70a64013/oslo.reports-2.2.0-py3-none-any.whl (50 kB) 2021-02-10 15:41:54.592 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (4.1.0) 2021-02-10 15:41:54.602 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (2.5.0) 2021-02-10 15:41:54.627 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (1.3.0) 2021-02-10 15:41:54.639 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (4.7.0) 2021-02-10 15:41:54.658 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (3.4.0) 2021-02-10 15:41:54.710 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (20.9) 2021-02-10 15:41:54.716 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (5.5.1) 2021-02-10 15:41:54.719 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.7.2) 2021-02-10 15:41:55.281 | Collecting psutil===5.8.0 2021-02-10 15:41:55.290 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/99d/e3e8739258b3c/psutil-5.8.0-cp36-cp36m-manylinux2010_x86_64.whl (291 kB) 2021-02-10 15:41:55.388 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (20.0.1) 2021-02-10 15:41:55.403 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (3.1.1) 2021-02-10 15:41:55.414 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (0.9.6) 2021-02-10 15:41:55.417 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) (2.4.7) 2021-02-10 15:41:55.420 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375)) (0.17.3) 2021-02-10 15:41:55.532 | Collecting python-barbicanclient===5.0.1 2021-02-10 15:41:55.539 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0a2/c78d3a61be98e/python_barbicanclient-5.0.1-py3-none-any.whl (80 kB) 2021-02-10 15:41:55.624 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) (2.8.1) 2021-02-10 15:41:55.629 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (1.0.4) 2021-02-10 15:41:55.631 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) (4.2.0) 2021-02-10 15:41:55.653 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) (2021.1) 2021-02-10 15:41:55.657 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (0.7) 2021-02-10 15:41:55.664 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) (2.25.1) 2021-02-10 15:41:55.764 | Collecting retrying===1.3.3 2021-02-10 15:41:55.771 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2021-02-10 15:41:55.841 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 463)) (1.4.0) 2021-02-10 15:41:55.846 | Requirement already satisfied: setuptools===53.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (53.0.0) 2021-02-10 15:41:55.968 | Collecting simplegeneric===0.8.1 2021-02-10 15:41:55.975 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2021-02-10 15:41:56.649 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 486)) (1.15.0) 2021-02-10 15:41:56.653 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 512)) (0.13.0) 2021-02-10 15:41:56.664 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 513)) (0.4.1) 2021-02-10 15:41:56.667 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (3.3.0) 2021-02-10 15:41:56.670 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (3.3.0) 2021-02-10 15:41:56.840 | Collecting taskflow===4.6.0 2021-02-10 15:41:56.848 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/38a/894dabb73b25d/taskflow-4.6.0-py3-none-any.whl (491 kB) 2021-02-10 15:41:56.992 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 533)) (6.3.1) 2021-02-10 15:41:57.008 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.0.1) 2021-02-10 15:41:57.017 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 537)) (0.5.0) 2021-02-10 15:41:57.023 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (2.4.0) 2021-02-10 15:41:57.042 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 549)) (1.4.0) 2021-02-10 15:41:57.045 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (1.1.0) 2021-02-10 15:41:57.053 | Requirement already satisfied: urllib3===1.26.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 560)) (1.26.3) 2021-02-10 15:41:57.076 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) (1.12.1) 2021-02-10 15:41:57.079 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 583)) (1.3.2) 2021-02-10 15:41:57.084 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4) 2021-02-10 15:41:57.093 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.4) 2021-02-10 15:41:57.097 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) (1.16.0) 2021-02-10 15:41:57.106 | Requirement already satisfied: importlib-metadata===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) (3.4.0) 2021-02-10 15:41:57.145 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-02-10 15:41:57.190 | Requirement already satisfied: importlib-resources===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (3.3.1) 2021-02-10 15:41:57.210 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150)) (1.1.2) 2021-02-10 15:41:57.217 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.14.1) 2021-02-10 15:41:57.223 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-02-10 15:41:57.226 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (5.0.2) 2021-02-10 15:41:57.275 | Requirement already satisfied: amqp===5.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.5) 2021-02-10 15:41:57.280 | Requirement already satisfied: cachetools===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) (4.2.1) 2021-02-10 15:41:57.284 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3) 2021-02-10 15:41:57.291 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (1.0.2) 2021-02-10 15:41:57.294 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (3.0.0) 2021-02-10 15:41:57.306 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 264)) (0.10.9) 2021-02-10 15:41:57.309 | Requirement already satisfied: cliff===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (3.6.0) 2021-02-10 15:41:57.324 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (4.0.0) 2021-02-10 15:41:57.327 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (2.10) 2021-02-10 15:41:57.331 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5) 2021-02-10 15:41:57.333 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2021-02-10 15:41:57.336 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (4.4.2) 2021-02-10 15:41:57.422 | Collecting pydot===1.4.1 2021-02-10 15:41:57.437 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67b/e714300c78fda/pydot-1.4.1-py2.py3-none-any.whl (19 kB) 2021-02-10 15:41:57.655 | Collecting networkx===2.5 2021-02-10 15:41:57.665 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8c5/812e9f798d37c/networkx-2.5-py3-none-any.whl (1.6 MB) 2021-02-10 15:41:57.929 | Collecting automaton===2.2.0 2021-02-10 15:41:57.942 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3e8/275eabd89ee53/automaton-2.2.0-py3-none-any.whl (18 kB) 2021-02-10 15:41:58.053 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2021-02-10 15:41:58.055 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (1.6.0) 2021-02-10 15:41:58.058 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (1.0.0) 2021-02-10 15:41:58.060 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 558)) (1.4.0) 2021-02-10 15:41:58.063 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2021-02-10 15:41:58.066 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (2.20) 2021-02-10 15:41:58.069 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (3.7.4.3) 2021-02-10 15:41:58.073 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 588)) (3.4.0) 2021-02-10 15:41:58.100 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (1.5) 2021-02-10 15:41:58.102 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (5.0.0) 2021-02-10 15:41:58.105 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (1.5.0) 2021-02-10 15:41:58.169 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (1.8.1) 2021-02-10 15:41:58.172 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (0.2.5) 2021-02-10 15:41:58.177 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (0.4.4) 2021-02-10 15:41:58.182 | Building wheels for collected packages: simplegeneric 2021-02-10 15:41:58.183 | Building wheel for simplegeneric (setup.py): started 2021-02-10 15:41:58.861 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2021-02-10 15:41:58.862 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5074 sha256=48c86e5aa550a364c00587b32267866bd08ed62a1fdcf252aab847f51bd3ef14 2021-02-10 15:41:58.862 | Stored in directory: /root/.cache/pip/wheels/17/b5/18/7c8e3ef2ac5cd764f26ea6ec4bfd228353d17b72c30045fad4 2021-02-10 15:41:58.863 | Successfully built simplegeneric 2021-02-10 15:41:59.522 | Installing collected packages: pydot, networkx, automaton, taskflow, simplegeneric, WSME, psutil, oslo.reports, retrying, python-barbicanclient, castellan, cursive, glance 2021-02-10 15:42:02.129 | Running setup.py develop for glance 2021-02-10 15:42:03.706 | Successfully installed WSME-0.10.0 automaton-2.2.0 castellan-3.7.0 cursive-0.2.2 glance networkx-2.5 oslo.reports-2.2.0 psutil-5.8.0 pydot-1.4.1 python-barbicanclient-5.0.1 retrying-1.3.3 simplegeneric-0.8.1 taskflow-4.6.0 2021-02-10 15:42:03.816 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:42:03.816 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:42:03.941 | + inc/python:pip_install:200 : result=0 2021-02-10 15:42:03.943 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:42:03.946 | + functions-common:time_stop:2306 : local name 2021-02-10 15:42:03.948 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:42:03.950 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:42:03.953 | + functions-common:time_stop:2309 : local total 2021-02-10 15:42:03.955 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:42:03.957 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:42:03.960 | + functions-common:time_stop:2313 : start_time=1612971708317 2021-02-10 15:42:03.962 | + functions-common:time_stop:2315 : [[ -z 1612971708317 ]] 2021-02-10 15:42:03.965 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:42:03.968 | + functions-common:time_stop:2318 : end_time=1612971723966 2021-02-10 15:42:03.971 | + functions-common:time_stop:2319 : elapsed_time=15649 2021-02-10 15:42:03.973 | + functions-common:time_stop:2320 : total=112177 2021-02-10 15:42:03.975 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:42:03.977 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=127826 2021-02-10 15:42:03.980 | + inc/python:pip_install:203 : return 0 2021-02-10 15:42:03.982 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-02-10 15:42:03.985 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-02-10 15:42:03.987 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-02-10 15:42:04.005 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-02-10 15:42:04.017 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/glance 2021-02-10 15:42:04.019 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2021-02-10 15:42:04.022 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:42:04.024 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:42:04.027 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2021-02-10 15:42:04.030 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:42:04.033 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-02-10 15:42:04.035 | + ./stack.sh:main:889 : configure_glance 2021-02-10 15:42:04.037 | + lib/glance:configure_glance:267 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2021-02-10 15:42:04.050 | + lib/glance:configure_glance:270 : local dburl 2021-02-10 15:42:04.053 | ++ lib/glance:configure_glance:271 : database_connection_url glance 2021-02-10 15:42:04.055 | ++ lib/database:database_connection_url:132 : local db=glance 2021-02-10 15:42:04.058 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2021-02-10 15:42:04.061 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2021-02-10 15:42:04.063 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-02-10 15:42:04.066 | + lib/glance:configure_glance:271 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-02-10 15:42:04.069 | + lib/glance:configure_glance:273 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2021-02-10 15:42:04.096 | + lib/glance:configure_glance:274 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-02-10 15:42:04.124 | + lib/glance:configure_glance:275 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2021-02-10 15:42:04.149 | + lib/glance:configure_glance:276 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-02-10 15:42:04.175 | + lib/glance:configure_glance:277 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2021-02-10 15:42:04.202 | + lib/glance:configure_glance:278 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2021-02-10 15:42:04.229 | + lib/glance:configure_glance:279 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2021-02-10 15:42:04.232 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-api.conf 2021-02-10 15:42:04.234 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2021-02-10 15:42:04.237 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-02-10 15:42:04.240 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2021-02-10 15:42:04.265 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2021-02-10 15:42:04.291 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.71/identity 2021-02-10 15:42:04.316 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2021-02-10 15:42:04.341 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2021-02-10 15:42:04.366 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2021-02-10 15:42:04.391 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2021-02-10 15:42:04.416 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2021-02-10 15:42:04.441 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-02-10 15:42:04.467 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2021-02-10 15:42:04.493 | + lib/glance:configure_glance:280 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2021-02-10 15:42:04.521 | + lib/glance:configure_glance:281 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2021-02-10 15:42:04.524 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2021-02-10 15:42:04.527 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2021-02-10 15:42:04.529 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-02-10 15:42:04.532 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-02-10 15:42:04.534 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-02-10 15:42:04.550 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:42:04.553 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-02-10 15:42:04.556 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-02-10 15:42:04.559 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-02-10 15:42:04.574 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:42:04.577 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2021-02-10 15:42:04.580 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2021-02-10 15:42:04.606 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-02-10 15:42:04.608 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-02-10 15:42:04.611 | + lib/glance:configure_glance:282 : '[' libvirt = xenserver ']' 2021-02-10 15:42:04.613 | + lib/glance:configure_glance:286 : '[' libvirt = libvirt ']' 2021-02-10 15:42:04.616 | + lib/glance:configure_glance:286 : '[' kvm = parallels ']' 2021-02-10 15:42:04.618 | + lib/glance:configure_glance:291 : configure_glance_store False False 2021-02-10 15:42:04.621 | + lib/glance:configure_glance_store:228 : local use_cinder_for_glance=False 2021-02-10 15:42:04.623 | + lib/glance:configure_glance_store:229 : local glance_enable_multiple_stores=False 2021-02-10 15:42:04.625 | + lib/glance:configure_glance_store:230 : local be 2021-02-10 15:42:04.628 | + lib/glance:configure_glance_store:232 : [[ False == \F\a\l\s\e ]] 2021-02-10 15:42:04.630 | + lib/glance:configure_glance_store:234 : [[ False == \T\r\u\e ]] 2021-02-10 15:42:04.633 | + lib/glance:configure_glance_store:251 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-02-10 15:42:04.661 | + lib/glance:configure_glance:294 : '[' -n '' ']' 2021-02-10 15:42:04.663 | + lib/glance:configure_glance:297 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.71 2021-02-10 15:42:04.690 | + lib/glance:configure_glance:301 : [[ False == \F\a\l\s\e ]] 2021-02-10 15:42:04.693 | + lib/glance:configure_glance:303 : is_service_enabled s-proxy 2021-02-10 15:42:04.709 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:42:04.711 | + lib/glance:configure_glance:304 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2021-02-10 15:42:04.737 | + lib/glance:configure_glance:305 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2021-02-10 15:42:04.763 | + lib/glance:configure_glance:307 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2021-02-10 15:42:04.791 | + lib/glance:configure_glance:308 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2021-02-10 15:42:04.817 | + lib/glance:configure_glance:309 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2021-02-10 15:42:04.843 | + lib/glance:configure_glance:310 : is_service_enabled tls-proxy 2021-02-10 15:42:04.860 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:42:04.863 | + lib/glance:configure_glance:313 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2021-02-10 15:42:04.889 | + lib/glance:configure_glance:315 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2021-02-10 15:42:04.917 | + lib/glance:configure_glance:317 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2021-02-10 15:42:04.943 | + lib/glance:configure_glance:318 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.71/identity/v3 2021-02-10 15:42:04.969 | + lib/glance:configure_glance:319 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2021-02-10 15:42:04.994 | + lib/glance:configure_glance:325 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.71/image 2021-02-10 15:42:05.020 | + lib/glance:configure_glance:327 : is_service_enabled tls-proxy 2021-02-10 15:42:05.037 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:42:05.039 | + lib/glance:configure_glance:333 : setup_logging /etc/glance/glance-api.conf 2021-02-10 15:42:05.042 | + functions:setup_logging:698 : setup_systemd_logging /etc/glance/glance-api.conf 2021-02-10 15:42:05.044 | + functions:setup_systemd_logging:713 : local conf_file=/etc/glance/glance-api.conf 2021-02-10 15:42:05.048 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2021-02-10 15:42:05.064 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2021-02-10 15:42:05.066 | + functions:setup_systemd_logging:719 : local pidstr= 2021-02-10 15:42:05.069 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2021-02-10 15:42:05.071 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2021-02-10 15:42:05.074 | + functions:setup_systemd_logging:726 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-02-10 15:42:05.099 | + functions:setup_systemd_logging:728 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-02-10 15:42:05.125 | + functions:setup_systemd_logging:729 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-02-10 15:42:05.152 | + functions:setup_systemd_logging:730 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-02-10 15:42:05.183 | + lib/glance:configure_glance:335 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2021-02-10 15:42:05.187 | + lib/glance:configure_glance:338 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2021-02-10 15:42:05.215 | + lib/glance:configure_glance:339 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2021-02-10 15:42:05.243 | + lib/glance:configure_glance:340 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-02-10 15:42:05.273 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.71/identity 2021-02-10 15:42:05.299 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2021-02-10 15:42:05.326 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2021-02-10 15:42:05.353 | + lib/glance:configure_glance:344 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2021-02-10 15:42:05.380 | + lib/glance:configure_glance:347 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-02-10 15:42:05.408 | + lib/glance:configure_glance:350 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2021-02-10 15:42:05.436 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2021-02-10 15:42:05.464 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2021-02-10 15:42:05.500 | + lib/glance:configure_glance:354 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2021-02-10 15:42:05.505 | + lib/glance:configure_glance:356 : 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-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.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 2021-02-10 15:42:05.512 | + lib/glance:configure_glance:358 : is_service_enabled tls-proxy 2021-02-10 15:42:05.528 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:42:05.531 | + lib/glance:configure_glance:366 : [[ False == False ]] 2021-02-10 15:42:05.533 | + lib/glance:configure_glance:367 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2021-02-10 15:42:05.538 | + lib/apache:write_local_uwsgi_http_config:322 : local file=/etc/glance/glance-uwsgi.ini 2021-02-10 15:42:05.541 | + lib/apache:write_local_uwsgi_http_config:323 : local wsgi=/usr/local/bin/glance-wsgi-api 2021-02-10 15:42:05.544 | + lib/apache:write_local_uwsgi_http_config:324 : local url=/image 2021-02-10 15:42:05.547 | ++ lib/apache:write_local_uwsgi_http_config:325 : basename /usr/local/bin/glance-wsgi-api 2021-02-10 15:42:05.550 | + lib/apache:write_local_uwsgi_http_config:325 : name=glance-wsgi-api 2021-02-10 15:42:05.553 | + lib/apache:write_local_uwsgi_http_config:331 : rm -rf /etc/glance/glance-uwsgi.ini 2021-02-10 15:42:05.556 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2021-02-10 15:42:05.583 | ++ lib/apache:write_local_uwsgi_http_config:333 : get_random_port 2021-02-10 15:42:05.585 | ++ functions:get_random_port:860 : read lower_port upper_port 2021-02-10 15:42:05.588 | ++ functions:get_random_port:861 : true 2021-02-10 15:42:05.590 | ++ functions:get_random_port:862 : (( port = upper_port )) 2021-02-10 15:42:05.592 | ++ functions:get_random_port:862 : (( port >= lower_port )) 2021-02-10 15:42:05.595 | ++ functions:get_random_port:863 : sudo lsof -i :60999 2021-02-10 15:42:05.656 | ++ functions:get_random_port:864 : [[ 1 > 0 ]] 2021-02-10 15:42:05.658 | ++ functions:get_random_port:865 : break 2 2021-02-10 15:42:05.661 | ++ functions:get_random_port:869 : echo 60999 2021-02-10 15:42:05.664 | + lib/apache:write_local_uwsgi_http_config:333 : port=60999 2021-02-10 15:42:05.666 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2021-02-10 15:42:05.692 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2021-02-10 15:42:05.719 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2021-02-10 15:42:05.745 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2021-02-10 15:42:05.772 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2021-02-10 15:42:05.798 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2021-02-10 15:42:05.824 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2021-02-10 15:42:05.851 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2021-02-10 15:42:05.879 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-02-10 15:42:05.905 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2021-02-10 15:42:05.930 | + lib/apache:write_local_uwsgi_http_config:351 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2021-02-10 15:42:05.955 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2021-02-10 15:42:05.980 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2021-02-10 15:42:06.005 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2021-02-10 15:42:06.030 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2021-02-10 15:42:06.055 | + lib/apache:write_local_uwsgi_http_config:358 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2021-02-10 15:42:06.080 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2021-02-10 15:42:06.105 | + lib/apache:write_local_uwsgi_http_config:360 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2021-02-10 15:42:06.130 | + lib/apache:write_local_uwsgi_http_config:362 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2021-02-10 15:42:06.155 | + lib/apache:write_local_uwsgi_http_config:364 : enable_apache_mod proxy 2021-02-10 15:42:06.158 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2021-02-10 15:42:06.160 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-10 15:42:06.163 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:42:06.165 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:42:06.168 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2021-02-10 15:42:06.170 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2021-02-10 15:42:06.225 | proxy (enabled by site administrator) 2021-02-10 15:42:06.228 | + lib/apache:write_local_uwsgi_http_config:365 : enable_apache_mod proxy_http 2021-02-10 15:42:06.231 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2021-02-10 15:42:06.233 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-10 15:42:06.236 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:42:06.238 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:42:06.240 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2021-02-10 15:42:06.243 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2021-02-10 15:42:06.292 | No module matches proxy_http 2021-02-10 15:42:06.295 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2021-02-10 15:42:06.352 | Considering dependency proxy for proxy_http: 2021-02-10 15:42:06.352 | Module proxy already enabled 2021-02-10 15:42:06.352 | Enabling module proxy_http. 2021-02-10 15:42:06.358 | To activate the new configuration, you need to run: 2021-02-10 15:42:06.358 | systemctl restart apache2 2021-02-10 15:42:06.362 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2021-02-10 15:42:06.365 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-02-10 15:42:06.367 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-02-10 15:42:06.370 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-02-10 15:42:06.518 | + lib/apache:write_local_uwsgi_http_config:366 : local apache_conf= 2021-02-10 15:42:06.522 | ++ lib/apache:write_local_uwsgi_http_config:367 : apache_site_config_for glance-wsgi-api 2021-02-10 15:42:06.525 | ++ lib/apache:apache_site_config_for:189 : local site=glance-wsgi-api 2021-02-10 15:42:06.528 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-02-10 15:42:06.532 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:42:06.536 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:42:06.539 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2021-02-10 15:42:06.543 | + lib/apache:write_local_uwsgi_http_config:367 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2021-02-10 15:42:06.546 | + lib/apache:write_local_uwsgi_http_config:368 : echo 'KeepAlive Off' 2021-02-10 15:42:06.546 | + lib/apache:write_local_uwsgi_http_config:368 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2021-02-10 15:42:06.554 | KeepAlive Off 2021-02-10 15:42:06.559 | + lib/apache:write_local_uwsgi_http_config:369 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-02-10 15:42:06.559 | + lib/apache:write_local_uwsgi_http_config:369 : echo 'SetEnv proxy-sendchunked 1' 2021-02-10 15:42:06.566 | SetEnv proxy-sendchunked 1 2021-02-10 15:42:06.570 | + lib/apache:write_local_uwsgi_http_config:370 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2021-02-10 15:42:06.570 | + lib/apache:write_local_uwsgi_http_config:370 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-02-10 15:42:06.577 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2021-02-10 15:42:06.581 | + lib/apache:write_local_uwsgi_http_config:371 : enable_apache_site glance-wsgi-api 2021-02-10 15:42:06.583 | + lib/apache:enable_apache_site:206 : local site=glance-wsgi-api 2021-02-10 15:42:06.586 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-02-10 15:42:06.588 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-02-10 15:42:06.591 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-10 15:42:06.593 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:42:06.596 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:42:06.598 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-02-10 15:42:06.601 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-02-10 15:42:06.603 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:42:06.606 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:42:06.608 | + lib/apache:enable_apache_site:210 : sudo a2ensite glance-wsgi-api 2021-02-10 15:42:06.666 | Enabling site glance-wsgi-api. 2021-02-10 15:42:06.671 | To activate the new configuration, you need to run: 2021-02-10 15:42:06.671 | systemctl reload apache2 2021-02-10 15:42:06.676 | + lib/apache:write_local_uwsgi_http_config:372 : restart_apache_server 2021-02-10 15:42:06.678 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-02-10 15:42:06.681 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-02-10 15:42:06.683 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-02-10 15:42:06.818 | + ./stack.sh:main:892 : is_service_enabled cinder 2021-02-10 15:42:06.835 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:42:06.837 | + ./stack.sh:main:894 : stack_install_service cinder 2021-02-10 15:42:06.844 | + lib/stack:stack_install_service:20 : local service=cinder 2021-02-10 15:42:06.846 | + lib/stack:stack_install_service:21 : type install_cinder 2021-02-10 15:42:06.849 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-02-10 15:42:06.851 | + lib/stack:stack_install_service:32 : install_cinder 2021-02-10 15:42:06.854 | + lib/cinder:install_cinder:418 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2021-02-10 15:42:06.856 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/cinder.git 2021-02-10 15:42:06.859 | + functions-common:git_clone:526 : local git_dest=/opt/stack/cinder 2021-02-10 15:42:06.861 | + functions-common:git_clone:527 : local git_ref=master 2021-02-10 15:42:06.864 | + functions-common:git_clone:528 : local orig_dir 2021-02-10 15:42:06.867 | ++ functions-common:git_clone:529 : pwd 2021-02-10 15:42:06.870 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-02-10 15:42:06.872 | + functions-common:git_clone:530 : local git_clone_flags= 2021-02-10 15:42:06.875 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-02-10 15:42:06.891 | + functions-common:git_clone:532 : RECLONE=False 2021-02-10 15:42:06.893 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-02-10 15:42:06.896 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-02-10 15:42:06.899 | + functions-common:git_clone:546 : echo master 2021-02-10 15:42:06.899 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-02-10 15:42:06.904 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/cinder ]] 2021-02-10 15:42:06.906 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-02-10 15:42:06.909 | + functions-common:git_clone:594 : cd /opt/stack/cinder 2021-02-10 15:42:06.912 | + functions-common:git_clone:595 : git show --oneline 2021-02-10 15:42:06.912 | + functions-common:git_clone:595 : head -1 2021-02-10 15:42:06.922 | f35bbc4b7 Merge "RBD: Pass bytes type for mon_command inbuf" 2021-02-10 15:42:06.925 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-02-10 15:42:06.927 | + lib/cinder:install_cinder:419 : setup_develop /opt/stack/cinder 2021-02-10 15:42:06.930 | + inc/python:setup_develop:338 : local bindep 2021-02-10 15:42:06.933 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2021-02-10 15:42:06.935 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2021-02-10 15:42:06.938 | + inc/python:setup_develop:344 : local extras= 2021-02-10 15:42:06.940 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2021-02-10 15:42:06.943 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-02-10 15:42:06.946 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2021-02-10 15:42:06.948 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2021-02-10 15:42:06.951 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-02-10 15:42:06.953 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-02-10 15:42:06.956 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2021-02-10 15:42:06.959 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-02-10 15:42:06.962 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2021-02-10 15:42:06.964 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-02-10 15:42:06.967 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-02-10 15:42:06.970 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2021-02-10 15:42:06.975 | + inc/python:_setup_package_with_constraints_edit:383 : name=cinder 2021-02-10 15:42:06.978 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder '-e file:///opt/stack/cinder#egg=cinder' 2021-02-10 15:42:07.669 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/cinder -e 2021-02-10 15:42:07.672 | + inc/python:setup_package:417 : local bindep=0 2021-02-10 15:42:07.674 | + inc/python:setup_package:418 : local bindep_flag= 2021-02-10 15:42:07.677 | + inc/python:setup_package:419 : local bindep_profiles= 2021-02-10 15:42:07.679 | + inc/python:setup_package:420 : [[ /opt/stack/cinder == -bindep* ]] 2021-02-10 15:42:07.682 | + inc/python:setup_package:425 : local project_dir=/opt/stack/cinder 2021-02-10 15:42:07.684 | + inc/python:setup_package:426 : local flags=-e 2021-02-10 15:42:07.687 | + inc/python:setup_package:427 : local extras= 2021-02-10 15:42:07.689 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-02-10 15:42:07.692 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-02-10 15:42:07.694 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-02-10 15:42:07.697 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-02-10 15:42:07.699 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-02-10 15:42:07.702 | + inc/python:setup_package:445 : pip_install -e /opt/stack/cinder 2021-02-10 15:42:07.722 | Using python 3.6 to install /opt/stack/cinder 2021-02-10 15:42:07.724 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2021-02-10 15:42:08.761 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:42:08.761 | from cryptography.utils import int_from_bytes 2021-02-10 15:42:08.761 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:42:08.761 | from cryptography.utils import int_from_bytes 2021-02-10 15:42:09.881 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:42:09.882 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-10 15:42:09.891 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:42:09.894 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:42:09.901 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:42:09.906 | Obtaining file:///opt/stack/cinder 2021-02-10 15:42:12.176 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-02-10 15:42:14.330 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2021-02-10 15:42:14.340 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2021-02-10 15:42:14.349 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2021-02-10 15:42:14.361 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23) 2021-02-10 15:42:14.392 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2021-02-10 15:42:15.341 | Collecting boto3===1.17.5 2021-02-10 15:42:15.349 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d6a/afb804fca2b67/boto3-1.17.5.tar.gz (100 kB) 2021-02-10 15:42:17.365 | Collecting botocore===1.20.5 2021-02-10 15:42:17.385 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3c5/5f0db5e089207/botocore-1.20.5-py2.py3-none-any.whl (7.2 MB) 2021-02-10 15:42:17.637 | Requirement already satisfied: castellan===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 105)) (3.7.0) 2021-02-10 15:42:17.659 | Requirement already satisfied: cryptography===3.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) (3.4.4) 2021-02-10 15:42:17.748 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (0.2.2) 2021-02-10 15:42:17.762 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (4.4.2) 2021-02-10 15:42:17.766 | Requirement already satisfied: eventlet===0.30.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.30.1) 2021-02-10 15:42:17.940 | Collecting google-api-python-client===1.12.8 2021-02-10 15:42:17.948 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3c4/c4ca46b5c2119/google_api_python_client-1.12.8-py2.py3-none-any.whl (61 kB) 2021-02-10 15:42:18.188 | Collecting google-auth===1.25.0 2021-02-10 15:42:18.196 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/008/e23ed080674f6/google_auth-1.25.0-py2.py3-none-any.whl (116 kB) 2021-02-10 15:42:18.369 | Collecting google-auth-httplib2===0.0.4 2021-02-10 15:42:18.376 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aea/ff501738b2897/google_auth_httplib2-0.0.4-py2.py3-none-any.whl (9.1 kB) 2021-02-10 15:42:18.450 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (1.0.0) 2021-02-10 15:42:18.455 | Requirement already satisfied: httplib2===0.19.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.19.0) 2021-02-10 15:42:18.460 | Requirement already satisfied: importlib-metadata===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (3.4.0) 2021-02-10 15:42:18.499 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (0.1.14) 2021-02-10 15:42:18.598 | Collecting jmespath===0.10.0 2021-02-10 15:42:18.605 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cdf/6525904cc5977/jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2021-02-10 15:42:18.678 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (3.2.0) 2021-02-10 15:42:18.710 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) (4.3.0) 2021-02-10 15:42:18.775 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (9.2.0) 2021-02-10 15:42:18.834 | Requirement already satisfied: lxml===4.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (4.6.2) 2021-02-10 15:42:18.970 | Collecting oauth2client===4.1.3 2021-02-10 15:42:18.977 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2021-02-10 15:42:19.060 | Requirement already satisfied: os-brick===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (4.1.0) 2021-02-10 15:42:19.087 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (1.7.0) 2021-02-10 15:42:19.092 | Requirement already satisfied: os-win===5.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.4.0) 2021-02-10 15:42:19.112 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (2.7.0) 2021-02-10 15:42:19.151 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.4.0) 2021-02-10 15:42:19.163 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (8.4.0) 2021-02-10 15:42:19.209 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (3.1.1) 2021-02-10 15:42:19.216 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (8.4.0) 2021-02-10 15:42:19.269 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.1) 2021-02-10 15:42:19.277 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (4.4.0) 2021-02-10 15:42:19.318 | Requirement already satisfied: oslo.messaging===12.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (12.7.0) 2021-02-10 15:42:19.379 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (4.1.1) 2021-02-10 15:42:19.399 | Requirement already satisfied: oslo.policy===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.6.0) 2021-02-10 15:42:19.416 | Requirement already satisfied: oslo.privsep===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.4.0) 2021-02-10 15:42:19.432 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (2.2.0) 2021-02-10 15:42:19.447 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (6.2.0) 2021-02-10 15:42:19.452 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (4.1.0) 2021-02-10 15:42:19.461 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (2.5.0) 2021-02-10 15:42:19.488 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (1.3.0) 2021-02-10 15:42:19.499 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (4.7.0) 2021-02-10 15:42:19.677 | Collecting oslo.versionedobjects===2.4.0 2021-02-10 15:42:19.684 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/98db096a09c1d/oslo.versionedobjects-2.4.0-py3-none-any.whl (86 kB) 2021-02-10 15:42:19.943 | Collecting oslo.vmware===3.8.0 2021-02-10 15:42:19.950 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/068/0d520ba7c6651/oslo.vmware-3.8.0-py3-none-any.whl (491 kB) 2021-02-10 15:42:20.056 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (3.4.0) 2021-02-10 15:42:20.108 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (20.9) 2021-02-10 15:42:20.287 | Collecting paramiko===2.7.2 2021-02-10 15:42:20.295 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f3/e316fef2ac628/paramiko-2.7.2-py2.py3-none-any.whl (206 kB) 2021-02-10 15:42:20.454 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (5.5.1) 2021-02-10 15:42:20.457 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (0.7.2) 2021-02-10 15:42:20.459 | Requirement already satisfied: psutil===5.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (5.8.0) 2021-02-10 15:42:20.627 | Collecting pyasn1===0.4.8 2021-02-10 15:42:20.634 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2021-02-10 15:42:20.823 | Collecting pyasn1-modules===0.2.8 2021-02-10 15:42:20.830 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2021-02-10 15:42:20.911 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (3.1.1) 2021-02-10 15:42:20.922 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) (0.9.6) 2021-02-10 15:42:20.925 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (2.4.7) 2021-02-10 15:42:20.928 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (0.17.3) 2021-02-10 15:42:20.933 | Requirement already satisfied: python-barbicanclient===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) (5.0.1) 2021-02-10 15:42:20.950 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (2.8.1) 2021-02-10 15:42:21.097 | Collecting python-glanceclient===3.2.2 2021-02-10 15:42:21.105 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1a6/98806cba5fd9b/python_glanceclient-3.2.2-py3-none-any.whl (189 kB) 2021-02-10 15:42:21.200 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 410)) (4.2.0) 2021-02-10 15:42:21.387 | Collecting python-novaclient===17.3.0 2021-02-10 15:42:21.394 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b11/588e7d9cb6e81/python_novaclient-17.3.0-py3-none-any.whl (331 kB) 2021-02-10 15:42:21.490 | Requirement already satisfied: python-swiftclient===3.11.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (3.11.0) 2021-02-10 15:42:21.521 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) (2021.1) 2021-02-10 15:42:21.525 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) (0.7) 2021-02-10 15:42:21.532 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (2.25.1) 2021-02-10 15:42:21.554 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 464)) (1.4.0) 2021-02-10 15:42:21.667 | Collecting rsa===4.7 2021-02-10 15:42:21.674 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a87/74e55b59fd9fc/rsa-4.7-py3-none-any.whl (34 kB) 2021-02-10 15:42:21.837 | Collecting rtslib-fb===2.1.74 2021-02-10 15:42:21.844 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f1/5bc30b55e0d35/rtslib-fb-2.1.74.tar.gz (73 kB) 2021-02-10 15:42:22.676 | Collecting s3transfer===0.3.4 2021-02-10 15:42:22.684 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1e2/8620e5b444652/s3transfer-0.3.4-py2.py3-none-any.whl (69 kB) 2021-02-10 15:42:22.763 | Requirement already satisfied: setuptools===53.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 484)) (53.0.0) 2021-02-10 15:42:22.812 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 486)) (3.17.2) 2021-02-10 15:42:22.815 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (1.15.0) 2021-02-10 15:42:22.818 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 513)) (0.13.0) 2021-02-10 15:42:22.829 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (0.4.1) 2021-02-10 15:42:22.832 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) (3.3.0) 2021-02-10 15:42:22.835 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (3.3.0) 2021-02-10 15:42:22.929 | Collecting suds-jurko===0.6 2021-02-10 15:42:22.937 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454 kB) 2021-02-10 15:42:23.110 | Collecting tabulate===0.8.7 2021-02-10 15:42:23.115 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ac6/4cb76d53b1231/tabulate-0.8.7-py3-none-any.whl (24 kB) 2021-02-10 15:42:23.191 | Requirement already satisfied: taskflow===4.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 532)) (4.6.0) 2021-02-10 15:42:23.252 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (6.3.1) 2021-02-10 15:42:23.267 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 537)) (2.0.1) 2021-02-10 15:42:23.278 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (0.5.0) 2021-02-10 15:42:23.284 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (2.4.0) 2021-02-10 15:42:23.493 | Collecting tooz===2.8.0 2021-02-10 15:42:23.499 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d6e/06c42ef836cf6/tooz-2.8.0-py3-none-any.whl (93 kB) 2021-02-10 15:42:23.638 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 550)) (1.4.0) 2021-02-10 15:42:23.642 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (3.7.4.3) 2021-02-10 15:42:23.647 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) (1.1.0) 2021-02-10 15:42:23.741 | Collecting uritemplate===3.0.1 2021-02-10 15:42:23.748 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/076/20c3f3f8eed1f/uritemplate-3.0.1-py2.py3-none-any.whl (15 kB) 2021-02-10 15:42:23.820 | Requirement already satisfied: urllib3===1.26.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (1.26.3) 2021-02-10 15:42:23.842 | Requirement already satisfied: voluptuous===0.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 567)) (0.12.1) 2021-02-10 15:42:23.933 | Collecting warlock===1.3.3 2021-02-10 15:42:23.940 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl (9.8 kB) 2021-02-10 15:42:24.015 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 576)) (1.12.1) 2021-02-10 15:42:24.018 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 584)) (1.3.2) 2021-02-10 15:42:24.023 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 589)) (3.4.0) 2021-02-10 15:42:24.133 | Collecting zstd===1.4.8.1 2021-02-10 15:42:24.140 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b62/b21eb850abd6b/zstd-1.4.8.1.tar.gz (506 kB) 2021-02-10 15:42:24.874 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.4) 2021-02-10 15:42:24.878 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) (1.16.0) 2021-02-10 15:42:25.022 | Collecting google-api-core===1.26.0 2021-02-10 15:42:25.029 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/002/e44c533299aec/google_api_core-1.26.0-py2.py3-none-any.whl (92 kB) 2021-02-10 15:42:25.125 | Requirement already satisfied: cachetools===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) (4.2.1) 2021-02-10 15:42:25.128 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-02-10 15:42:25.218 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150)) (1.1.2) 2021-02-10 15:42:25.224 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.14.1) 2021-02-10 15:42:25.229 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-02-10 15:42:25.233 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.2.0) 2021-02-10 15:42:25.241 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 264)) (0.8.0) 2021-02-10 15:42:25.248 | Requirement already satisfied: alembic===1.5.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.4) 2021-02-10 15:42:25.257 | Requirement already satisfied: amqp===5.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.5) 2021-02-10 15:42:25.262 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.3.0) 2021-02-10 15:42:25.268 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) (5.0.2) 2021-02-10 15:42:25.314 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3) 2021-02-10 15:42:25.322 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (1.0.2) 2021-02-10 15:42:25.325 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (3.0.0) 2021-02-10 15:42:25.336 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) (0.10.9) 2021-02-10 15:42:25.339 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (3.2.0) 2021-02-10 15:42:25.511 | Collecting PyNaCl===1.4.0 2021-02-10 15:42:25.517 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30f/9b96db44e09b3/PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) 2021-02-10 15:42:25.622 | Requirement already satisfied: cliff===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (3.6.0) 2021-02-10 15:42:25.635 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (20.0.1) 2021-02-10 15:42:25.650 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (4.0.0) 2021-02-10 15:42:25.654 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5) 2021-02-10 15:42:25.656 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (2.10) 2021-02-10 15:42:25.751 | Collecting pyudev===0.22.0 2021-02-10 15:42:25.757 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63 kB) 2021-02-10 15:42:25.831 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2021-02-10 15:42:25.834 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (1.4.1) 2021-02-10 15:42:25.839 | Requirement already satisfied: automaton===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) (2.2.0) 2021-02-10 15:42:25.847 | Requirement already satisfied: networkx===2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 267)) (2.5) 2021-02-10 15:42:25.888 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (1.6.0) 2021-02-10 15:42:25.890 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2021-02-10 15:42:25.894 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (1.0.0) 2021-02-10 15:42:25.896 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 559)) (1.4.0) 2021-02-10 15:42:25.939 | Collecting jsonpatch===1.28 2021-02-10 15:42:25.946 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/da3/831be60919e8c/jsonpatch-1.28-py2.py3-none-any.whl (12 kB) 2021-02-10 15:42:25.955 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (2.20) 2021-02-10 15:42:26.057 | Collecting googleapis-common-protos===1.52.0 2021-02-10 15:42:26.064 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c89/61760f5aad9a7/googleapis_common_protos-1.52.0-py2.py3-none-any.whl (100 kB) 2021-02-10 15:42:26.142 | Requirement already satisfied: protobuf===3.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) (3.14.0) 2021-02-10 15:42:26.147 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.5) 2021-02-10 15:42:26.149 | Requirement already satisfied: importlib-resources===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (3.3.1) 2021-02-10 15:42:26.168 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4) 2021-02-10 15:42:26.176 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 401)) (1.0.4) 2021-02-10 15:42:26.179 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 563)) (5.0.0) 2021-02-10 15:42:26.182 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2021-02-10 15:42:26.185 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (1.5.0) 2021-02-10 15:42:26.277 | Collecting jsonpointer===2.0 2021-02-10 15:42:26.283 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ff3/79fa021d1b81a/jsonpointer-2.0-py2.py3-none-any.whl (7.6 kB) 2021-02-10 15:42:26.290 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (1.8.1) 2021-02-10 15:42:26.292 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (0.2.5) 2021-02-10 15:42:26.298 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (0.4.4) 2021-02-10 15:42:26.302 | Building wheels for collected packages: boto3, rtslib-fb, zstd 2021-02-10 15:42:26.303 | Building wheel for boto3 (setup.py): started 2021-02-10 15:42:27.130 | Building wheel for boto3 (setup.py): finished with status 'done' 2021-02-10 15:42:27.132 | Created wheel for boto3: filename=boto3-1.17.5-py2.py3-none-any.whl size=128765 sha256=4c4b31e6da9509ceea255befcb1b7f93a91b316aac99ff910274d9284c3d5879 2021-02-10 15:42:27.132 | Stored in directory: /root/.cache/pip/wheels/fb/a1/72/0c6d40fda905b4f8be50e783162f1ea77910ed26e42d8bfe42 2021-02-10 15:42:27.134 | Building wheel for rtslib-fb (setup.py): started 2021-02-10 15:42:27.886 | Building wheel for rtslib-fb (setup.py): finished with status 'done' 2021-02-10 15:42:27.887 | Created wheel for rtslib-fb: filename=rtslib_fb-2.1.74-py3-none-any.whl size=85410 sha256=453544fd88b5396a660f98ea0ff973a6f6500b78a0c645f4dbba81db2f3febfc 2021-02-10 15:42:27.887 | Stored in directory: /root/.cache/pip/wheels/d1/ed/a4/4f0113c98639b05fa912fd390b3ffa6feb900ec306c3311edf 2021-02-10 15:42:27.889 | Building wheel for zstd (setup.py): started 2021-02-10 15:43:02.359 | Building wheel for zstd (setup.py): finished with status 'done' 2021-02-10 15:43:02.368 | Created wheel for zstd: filename=zstd-1.4.8.1-cp36-cp36m-linux_x86_64.whl size=1206039 sha256=53afa9017dfe793b4d99c24bbbd7a9daf7bf8d77bdc208c3f1c0c5099cb0c862 2021-02-10 15:43:02.368 | Stored in directory: /root/.cache/pip/wheels/2d/1d/e6/e2ab9e3ef13f5231c8b84de2e0f00990c07414aaf378944ac2 2021-02-10 15:43:02.369 | Successfully built boto3 rtslib-fb zstd 2021-02-10 15:43:03.296 | Installing collected packages: pyasn1, rsa, pyasn1-modules, oauth2client, oslo.versionedobjects, PyNaCl, paramiko, jsonpointer, jsonpatch, warlock, python-glanceclient, python-novaclient, pyudev, rtslib-fb, tabulate, suds-jurko, oslo.vmware, tooz, googleapis-common-protos, google-auth, google-api-core, uritemplate, google-auth-httplib2, google-api-python-client, zstd, jmespath, botocore, s3transfer, boto3, cinder 2021-02-10 15:43:03.296 | Attempting uninstall: pyasn1 2021-02-10 15:43:03.299 | Found existing installation: pyasn1 0.4.2 2021-02-10 15:43:03.304 | Uninstalling pyasn1-0.4.2: 2021-02-10 15:43:03.326 | Successfully uninstalled pyasn1-0.4.2 2021-02-10 15:43:04.122 | Attempting uninstall: jsonpointer 2021-02-10 15:43:04.123 | Found existing installation: jsonpointer 1.10 2021-02-10 15:43:04.128 | Uninstalling jsonpointer-1.10: 2021-02-10 15:43:04.149 | Successfully uninstalled jsonpointer-1.10 2021-02-10 15:43:04.163 | Attempting uninstall: jsonpatch 2021-02-10 15:43:04.165 | Found existing installation: jsonpatch 1.16 2021-02-10 15:43:04.174 | Uninstalling jsonpatch-1.16: 2021-02-10 15:43:04.195 | Successfully uninstalled jsonpatch-1.16 2021-02-10 15:43:07.021 | Running setup.py develop for cinder 2021-02-10 15:43:09.382 | Successfully installed PyNaCl-1.4.0 boto3-1.17.5 botocore-1.20.5 cinder google-api-core-1.26.0 google-api-python-client-1.12.8 google-auth-1.25.0 google-auth-httplib2-0.0.4 googleapis-common-protos-1.52.0 jmespath-0.10.0 jsonpatch-1.28 jsonpointer-2.0 oauth2client-4.1.3 oslo.versionedobjects-2.4.0 oslo.vmware-3.8.0 paramiko-2.7.2 pyasn1-0.4.8 pyasn1-modules-0.2.8 python-glanceclient-3.2.2 python-novaclient-17.3.0 pyudev-0.22.0 rsa-4.7 rtslib-fb-2.1.74 s3transfer-0.3.4 suds-jurko-0.6 tabulate-0.8.7 tooz-2.8.0 uritemplate-3.0.1 warlock-1.3.3 zstd-1.4.8.1 2021-02-10 15:43:09.505 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:43:09.505 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:43:09.694 | + inc/python:pip_install:200 : result=0 2021-02-10 15:43:09.696 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:43:09.699 | + functions-common:time_stop:2306 : local name 2021-02-10 15:43:09.701 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:43:09.703 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:43:09.706 | + functions-common:time_stop:2309 : local total 2021-02-10 15:43:09.708 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:43:09.710 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:43:09.713 | + functions-common:time_stop:2313 : start_time=1612971727716 2021-02-10 15:43:09.715 | + functions-common:time_stop:2315 : [[ -z 1612971727716 ]] 2021-02-10 15:43:09.718 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:43:09.721 | + functions-common:time_stop:2318 : end_time=1612971789719 2021-02-10 15:43:09.724 | + functions-common:time_stop:2319 : elapsed_time=62003 2021-02-10 15:43:09.726 | + functions-common:time_stop:2320 : total=127826 2021-02-10 15:43:09.728 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:43:09.731 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=189829 2021-02-10 15:43:09.733 | + inc/python:pip_install:203 : return 0 2021-02-10 15:43:09.736 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-02-10 15:43:09.739 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-02-10 15:43:09.741 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-02-10 15:43:09.759 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-02-10 15:43:09.770 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/cinder 2021-02-10 15:43:09.772 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2021-02-10 15:43:09.775 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:43:09.778 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:43:09.780 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2021-02-10 15:43:09.783 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:43:09.785 | + lib/cinder:install_cinder:420 : [[ tgtadm == \t\g\t\a\d\m ]] 2021-02-10 15:43:09.788 | + lib/cinder:install_cinder:421 : install_package tgt 2021-02-10 15:43:09.790 | + functions-common:install_package:1344 : update_package_repo 2021-02-10 15:43:09.793 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-02-10 15:43:09.795 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-02-10 15:43:09.798 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-02-10 15:43:09.800 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-02-10 15:43:09.803 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-02-10 15:43:09.805 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:43:09.808 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:43:09.810 | + functions-common:update_package_repo:1325 : apt_get_update 2021-02-10 15:43:09.813 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-02-10 15:43:09.815 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-02-10 15:43:09.818 | + functions-common:apt_get_update:1071 : return 2021-02-10 15:43:09.820 | + functions-common:install_package:1345 : real_install_package tgt 2021-02-10 15:43:09.823 | + functions-common:real_install_package:1330 : is_ubuntu 2021-02-10 15:43:09.825 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:43:09.828 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:43:09.830 | + functions-common:real_install_package:1331 : apt_get install tgt 2021-02-10 15:43:09.851 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install tgt 2021-02-10 15:43:09.971 | Reading package lists... 2021-02-10 15:43:10.232 | Building dependency tree... 2021-02-10 15:43:10.233 | Reading state information... 2021-02-10 15:43:10.441 | The following packages were automatically installed and are no longer required: 2021-02-10 15:43:10.442 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-02-10 15:43:10.442 | python3-click python3-colorama python3-configobj python3-constantly 2021-02-10 15:43:10.442 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2021-02-10 15:43:10.442 | python3-pam python3-problem-report python3-pyasn1 2021-02-10 15:43:10.442 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-02-10 15:43:10.442 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-02-10 15:43:10.442 | Use 'sudo apt autoremove' to remove them. 2021-02-10 15:43:10.442 | The following additional packages will be installed: 2021-02-10 15:43:10.443 | ibverbs-providers libconfig-general-perl libibverbs1 librdmacm1 2021-02-10 15:43:10.443 | libsgutils2-2 sg3-utils 2021-02-10 15:43:10.444 | Suggested packages: 2021-02-10 15:43:10.444 | tgt-rbd 2021-02-10 15:43:10.496 | The following NEW packages will be installed: 2021-02-10 15:43:10.497 | libconfig-general-perl librdmacm1 libsgutils2-2 sg3-utils tgt 2021-02-10 15:43:10.498 | The following packages will be upgraded: 2021-02-10 15:43:10.498 | ibverbs-providers libibverbs1 2021-02-10 15:43:10.782 | 2 upgraded, 5 newly installed, 0 to remove and 166 not upgraded. 2021-02-10 15:43:10.782 | Need to get 1,413 kB of archives. 2021-02-10 15:43:10.782 | After this operation, 3,556 kB of additional disk space will be used. 2021-02-10 15:43:10.782 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 ibverbs-providers amd64 28.0-1ubuntu1~cloud0 [221 kB] 2021-02-10 15:43:10.816 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libconfig-general-perl all 2.63-1 [53.9 kB] 2021-02-10 15:43:11.001 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsgutils2-2 amd64 1.42-2ubuntu1.18.04.2 [59.8 kB] 2021-02-10 15:43:11.044 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sg3-utils amd64 1.42-2ubuntu1.18.04.2 [749 kB] 2021-02-10 15:43:11.267 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 tgt amd64 1:1.0.72-1ubuntu1 [214 kB] 2021-02-10 15:43:11.451 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 libibverbs1 amd64 28.0-1ubuntu1~cloud0 [54.1 kB] 2021-02-10 15:43:11.474 | Get:7 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 librdmacm1 amd64 28.0-1ubuntu1~cloud0 [61.7 kB] 2021-02-10 15:43:12.048 | Fetched 1,413 kB in 1s (1,458 kB/s) 2021-02-10 15:43:12.164 | (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 ... 77315 files and directories currently installed.) 2021-02-10 15:43:12.168 | Preparing to unpack .../0-ibverbs-providers_28.0-1ubuntu1~cloud0_amd64.deb ... 2021-02-10 15:43:12.306 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1~cloud0) over (17.1-1ubuntu0.2) ... 2021-02-10 15:43:12.450 | Preparing to unpack .../1-libibverbs1_28.0-1ubuntu1~cloud0_amd64.deb ... 2021-02-10 15:43:12.474 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1~cloud0) over (17.1-1ubuntu0.2) ... 2021-02-10 15:43:12.551 | Selecting previously unselected package libconfig-general-perl. 2021-02-10 15:43:12.559 | Preparing to unpack .../2-libconfig-general-perl_2.63-1_all.deb ... 2021-02-10 15:43:12.563 | Unpacking libconfig-general-perl (2.63-1) ... 2021-02-10 15:43:12.661 | Selecting previously unselected package librdmacm1:amd64. 2021-02-10 15:43:12.669 | Preparing to unpack .../3-librdmacm1_28.0-1ubuntu1~cloud0_amd64.deb ... 2021-02-10 15:43:12.672 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1~cloud0) ... 2021-02-10 15:43:12.767 | Selecting previously unselected package libsgutils2-2. 2021-02-10 15:43:12.775 | Preparing to unpack .../4-libsgutils2-2_1.42-2ubuntu1.18.04.2_amd64.deb ... 2021-02-10 15:43:12.779 | Unpacking libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2021-02-10 15:43:12.847 | Selecting previously unselected package sg3-utils. 2021-02-10 15:43:12.856 | Preparing to unpack .../5-sg3-utils_1.42-2ubuntu1.18.04.2_amd64.deb ... 2021-02-10 15:43:12.860 | Unpacking sg3-utils (1.42-2ubuntu1.18.04.2) ... 2021-02-10 15:43:13.074 | Selecting previously unselected package tgt. 2021-02-10 15:43:13.082 | Preparing to unpack .../6-tgt_1%3a1.0.72-1ubuntu1_amd64.deb ... 2021-02-10 15:43:13.085 | Unpacking tgt (1:1.0.72-1ubuntu1) ... 2021-02-10 15:43:13.210 | Setting up libibverbs1:amd64 (28.0-1ubuntu1~cloud0) ... 2021-02-10 15:43:13.235 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-10 15:43:13.261 | Setting up librdmacm1:amd64 (28.0-1ubuntu1~cloud0) ... 2021-02-10 15:43:13.292 | Setting up libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2021-02-10 15:43:13.323 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-02-10 15:43:13.355 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1~cloud0) ... 2021-02-10 15:43:13.551 | Removing obsolete conffile /etc/libibverbs.d/nes.driver ... 2021-02-10 15:43:13.560 | Removing obsolete conffile /etc/libibverbs.d/cxgb3.driver ... 2021-02-10 15:43:13.564 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-10 15:43:13.780 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-02-10 15:43:15.560 | Setting up sg3-utils (1.42-2ubuntu1.18.04.2) ... 2021-02-10 15:43:15.590 | Setting up libconfig-general-perl (2.63-1) ... 2021-02-10 15:43:15.622 | Setting up tgt (1:1.0.72-1ubuntu1) ... 2021-02-10 15:43:15.933 | Created symlink /etc/systemd/system/multi-user.target.wants/tgt.service → /lib/systemd/system/tgt.service. 2021-02-10 15:43:16.616 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-02-10 15:43:16.647 | Processing triggers for systemd (237-3ubuntu10.44) ... 2021-02-10 15:43:16.844 | Processing triggers for ureadahead (0.100.0-21) ... 2021-02-10 15:43:18.864 | + functions-common:apt_get:1115 : result=0 2021-02-10 15:43:18.867 | + functions-common:apt_get:1118 : time_stop apt-get 2021-02-10 15:43:18.869 | + functions-common:time_stop:2306 : local name 2021-02-10 15:43:18.872 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:43:18.874 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:43:18.877 | + functions-common:time_stop:2309 : local total 2021-02-10 15:43:18.880 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:43:18.882 | + functions-common:time_stop:2312 : name=apt-get 2021-02-10 15:43:18.885 | + functions-common:time_stop:2313 : start_time=1612971789848 2021-02-10 15:43:18.887 | + functions-common:time_stop:2315 : [[ -z 1612971789848 ]] 2021-02-10 15:43:18.890 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:43:18.894 | + functions-common:time_stop:2318 : end_time=1612971798891 2021-02-10 15:43:18.896 | + functions-common:time_stop:2319 : elapsed_time=9043 2021-02-10 15:43:18.899 | + functions-common:time_stop:2320 : total=213452 2021-02-10 15:43:18.902 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:43:18.904 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=222495 2021-02-10 15:43:18.907 | + functions-common:apt_get:1119 : return 0 2021-02-10 15:43:18.909 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-02-10 15:43:18.912 | + ./stack.sh:main:895 : configure_cinder 2021-02-10 15:43:18.914 | + lib/cinder:configure_cinder:198 : sudo install -d -o ubuntu -m 755 /etc/cinder 2021-02-10 15:43:18.926 | + lib/cinder:configure_cinder:200 : rm -f /etc/cinder/cinder.conf 2021-02-10 15:43:18.930 | + lib/cinder:configure_cinder:202 : configure_rootwrap cinder 2021-02-10 15:43:18.932 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2021-02-10 15:43:18.934 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-02-10 15:43:18.938 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2021-02-10 15:43:18.938 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-02-10 15:43:18.941 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2021-02-10 15:43:18.944 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2021-02-10 15:43:18.946 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-02-10 15:43:18.948 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2021-02-10 15:43:18.950 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2021-02-10 15:43:18.952 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2021-02-10 15:43:18.954 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2021-02-10 15:43:18.956 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2021-02-10 15:43:18.967 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2021-02-10 15:43:18.978 | + 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 2021-02-10 15:43:18.989 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2021-02-10 15:43:19.000 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2021-02-10 15:43:19.012 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-02-10 15:43:19.014 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-02-10 15:43:19.018 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.B8sR29lj9H 2021-02-10 15:43:19.020 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-02-10 15:43:19.022 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-02-10 15:43:19.025 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2021-02-10 15:43:19.028 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.B8sR29lj9H 2021-02-10 15:43:19.031 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.B8sR29lj9H 2021-02-10 15:43:19.042 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.B8sR29lj9H /etc/sudoers.d/cinder-rootwrap 2021-02-10 15:43:19.053 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2021-02-10 15:43:19.057 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-02-10 15:43:19.060 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-02-10 15:43:19.062 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-02-10 15:43:19.064 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-02-10 15:43:19.066 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2021-02-10 15:43:19.068 | + 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 ]] 2021-02-10 15:43:19.071 | + lib/cinder:configure_cinder:204 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2021-02-10 15:43:19.073 | + lib/cinder:configure_cinder:205 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2021-02-10 15:43:19.078 | + lib/cinder:configure_cinder:208 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2021-02-10 15:43:19.082 | + lib/cinder:configure_cinder:210 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2021-02-10 15:43:19.099 | + lib/cinder:configure_cinder:211 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2021-02-10 15:43:19.117 | + lib/cinder:configure_cinder:212 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2021-02-10 15:43:19.135 | + lib/cinder:configure_cinder:213 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2021-02-10 15:43:19.153 | + lib/cinder:configure_cinder:214 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2021-02-10 15:43:19.171 | + lib/cinder:configure_cinder:215 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2021-02-10 15:43:19.189 | + lib/cinder:configure_cinder:216 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2021-02-10 15:43:19.207 | + lib/cinder:configure_cinder:217 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2021-02-10 15:43:19.225 | + lib/cinder:configure_cinder:219 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2021-02-10 15:43:19.228 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2021-02-10 15:43:19.230 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=cinder 2021-02-10 15:43:19.233 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-02-10 15:43:19.235 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2021-02-10 15:43:19.261 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2021-02-10 15:43:19.287 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.71/identity 2021-02-10 15:43:19.311 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2021-02-10 15:43:19.337 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2021-02-10 15:43:19.362 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2021-02-10 15:43:19.387 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2021-02-10 15:43:19.413 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2021-02-10 15:43:19.438 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-02-10 15:43:19.463 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2021-02-10 15:43:19.489 | + lib/cinder:configure_cinder:221 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2021-02-10 15:43:19.517 | + lib/cinder:configure_cinder:223 : iniset /etc/cinder/cinder.conf DEFAULT target_helper tgtadm 2021-02-10 15:43:19.544 | ++ lib/cinder:configure_cinder:224 : database_connection_url cinder 2021-02-10 15:43:19.547 | ++ lib/database:database_connection_url:132 : local db=cinder 2021-02-10 15:43:19.549 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2021-02-10 15:43:19.552 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=cinder 2021-02-10 15:43:19.554 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-02-10 15:43:19.557 | + lib/cinder:configure_cinder:224 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-02-10 15:43:19.585 | + lib/cinder:configure_cinder:225 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2021-02-10 15:43:19.611 | + lib/cinder:configure_cinder:226 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2021-02-10 15:43:19.636 | + lib/cinder:configure_cinder:227 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2021-02-10 15:43:19.662 | + lib/cinder:configure_cinder:228 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2021-02-10 15:43:19.688 | + lib/cinder:configure_cinder:229 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2021-02-10 15:43:19.714 | + lib/cinder:configure_cinder:230 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2021-02-10 15:43:19.741 | + lib/cinder:configure_cinder:231 : [[ 4 == 6 ]] 2021-02-10 15:43:19.743 | + lib/cinder:configure_cinder:234 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.71 2021-02-10 15:43:19.769 | + lib/cinder:configure_cinder:236 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2021-02-10 15:43:19.798 | ++ lib/cinder:configure_cinder:237 : openssl rand -hex 16 2021-02-10 15:43:19.804 | + lib/cinder:configure_cinder:237 : iniset /etc/cinder/cinder.conf key_manager fixed_key 3121fbd616b3549a881f7b5ddbee82f9 2021-02-10 15:43:19.831 | + lib/cinder:configure_cinder:242 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2021-02-10 15:43:19.857 | + lib/cinder:configure_cinder:244 : is_service_enabled c-vol 2021-02-10 15:43:19.872 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:43:19.875 | + lib/cinder:configure_cinder:269 : is_service_enabled c-bak 2021-02-10 15:43:19.891 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:43:19.893 | + lib/cinder:configure_cinder:278 : is_service_enabled ceilometer 2021-02-10 15:43:19.909 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:43:19.911 | + lib/cinder:configure_cinder:282 : is_service_enabled tls-proxy 2021-02-10 15:43:19.927 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:43:19.929 | + lib/cinder:configure_cinder:296 : '[' False '!=' False ']' 2021-02-10 15:43:19.931 | + lib/cinder:configure_cinder:300 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2021-02-10 15:43:19.934 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2021-02-10 15:43:19.936 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2021-02-10 15:43:19.938 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-02-10 15:43:19.941 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-02-10 15:43:19.943 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-02-10 15:43:19.958 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:43:19.961 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-02-10 15:43:19.964 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-02-10 15:43:19.966 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-02-10 15:43:19.981 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:43:19.984 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2021-02-10 15:43:19.987 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2021-02-10 15:43:20.011 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-02-10 15:43:20.014 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-02-10 15:43:20.016 | + lib/cinder:configure_cinder:303 : setup_logging /etc/cinder/cinder.conf True 2021-02-10 15:43:20.019 | + functions:setup_logging:698 : setup_systemd_logging /etc/cinder/cinder.conf 2021-02-10 15:43:20.021 | + functions:setup_systemd_logging:713 : local conf_file=/etc/cinder/cinder.conf 2021-02-10 15:43:20.025 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2021-02-10 15:43:20.041 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2021-02-10 15:43:20.044 | + functions:setup_systemd_logging:719 : local pidstr= 2021-02-10 15:43:20.046 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2021-02-10 15:43:20.049 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2021-02-10 15:43:20.051 | + functions:setup_systemd_logging:726 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-02-10 15:43:20.077 | + functions:setup_systemd_logging:728 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-02-10 15:43:20.103 | + functions:setup_systemd_logging:729 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-02-10 15:43:20.129 | + functions:setup_systemd_logging:730 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-02-10 15:43:20.155 | + lib/cinder:configure_cinder:305 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2021-02-10 15:43:20.158 | + lib/apache:write_uwsgi_config:257 : local file=/etc/cinder/cinder-api-uwsgi.ini 2021-02-10 15:43:20.160 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/cinder-wsgi 2021-02-10 15:43:20.163 | + lib/apache:write_uwsgi_config:259 : local url=/volume 2021-02-10 15:43:20.165 | + lib/apache:write_uwsgi_config:260 : local http= 2021-02-10 15:43:20.168 | + lib/apache:write_uwsgi_config:261 : local name= 2021-02-10 15:43:20.171 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/cinder-wsgi 2021-02-10 15:43:20.175 | + lib/apache:write_uwsgi_config:262 : name=cinder-wsgi 2021-02-10 15:43:20.177 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2021-02-10 15:43:20.179 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2021-02-10 15:43:20.191 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-02-10 15:43:20.192 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-02-10 15:43:20.199 | d /var/run/uwsgi 0755 ubuntu root 2021-02-10 15:43:20.203 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-02-10 15:43:20.217 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2021-02-10 15:43:20.219 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2021-02-10 15:43:20.223 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2021-02-10 15:43:20.250 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2021-02-10 15:43:20.275 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2021-02-10 15:43:20.303 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2021-02-10 15:43:20.328 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2021-02-10 15:43:20.353 | + lib/apache:write_uwsgi_config:287 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-02-10 15:43:20.377 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2021-02-10 15:43:20.403 | + lib/apache:write_uwsgi_config:289 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2021-02-10 15:43:20.428 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2021-02-10 15:43:20.455 | + lib/apache:write_uwsgi_config:293 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-02-10 15:43:20.489 | + lib/apache:write_uwsgi_config:295 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2021-02-10 15:43:20.515 | + lib/apache:write_uwsgi_config:297 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-02-10 15:43:20.540 | + lib/apache:write_uwsgi_config:299 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2021-02-10 15:43:20.566 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2021-02-10 15:43:20.569 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2021-02-10 15:43:20.572 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for cinder-wsgi 2021-02-10 15:43:20.575 | ++ lib/apache:apache_site_config_for:189 : local site=cinder-wsgi 2021-02-10 15:43:20.577 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-02-10 15:43:20.580 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:43:20.582 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:43:20.585 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2021-02-10 15:43:20.588 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2021-02-10 15:43:20.590 | + lib/apache:write_uwsgi_config:307 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2021-02-10 15:43:20.616 | + lib/apache:write_uwsgi_config:308 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2021-02-10 15:43:20.642 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 ' 2021-02-10 15:43:20.642 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2021-02-10 15:43:20.649 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 2021-02-10 15:43:20.653 | + lib/apache:write_uwsgi_config:310 : enable_apache_site cinder-wsgi 2021-02-10 15:43:20.656 | + lib/apache:enable_apache_site:206 : local site=cinder-wsgi 2021-02-10 15:43:20.658 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-02-10 15:43:20.661 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-02-10 15:43:20.663 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-10 15:43:20.665 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:43:20.668 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:43:20.670 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-02-10 15:43:20.673 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-02-10 15:43:20.675 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:43:20.678 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:43:20.680 | + lib/apache:enable_apache_site:210 : sudo a2ensite cinder-wsgi 2021-02-10 15:43:20.737 | Enabling site cinder-wsgi. 2021-02-10 15:43:20.742 | To activate the new configuration, you need to run: 2021-02-10 15:43:20.742 | systemctl reload apache2 2021-02-10 15:43:20.747 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2021-02-10 15:43:20.749 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-02-10 15:43:20.752 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-02-10 15:43:20.754 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-02-10 15:43:20.896 | + lib/cinder:configure_cinder:307 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2021-02-10 15:43:20.900 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2021-02-10 15:43:20.926 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.71/image 2021-02-10 15:43:20.952 | + lib/cinder:configure_cinder:314 : is_service_enabled tls-proxy 2021-02-10 15:43:20.968 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:43:20.971 | + lib/cinder:configure_cinder:320 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2021-02-10 15:43:20.973 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2021-02-10 15:43:20.976 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-02-10 15:43:20.980 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2021-02-10 15:43:20.986 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf nova auth_type password 2021-02-10 15:43:21.015 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf nova interface public 2021-02-10 15:43:21.041 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.71/identity 2021-02-10 15:43:21.067 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf nova username nova 2021-02-10 15:43:21.094 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2021-02-10 15:43:21.124 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2021-02-10 15:43:21.150 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf nova project_name service 2021-02-10 15:43:21.178 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2021-02-10 15:43:21.205 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-02-10 15:43:21.232 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2021-02-10 15:43:21.258 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2021-02-10 15:43:21.285 | + lib/cinder:configure_cinder:322 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2021-02-10 15:43:21.311 | + lib/cinder:configure_cinder:324 : [[ ! -z '' ]] 2021-02-10 15:43:21.313 | + lib/cinder:configure_cinder:326 : is_service_enabled etcd3 2021-02-10 15:43:21.330 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:43:21.332 | + lib/cinder:configure_cinder:327 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.71:2379 2021-02-10 15:43:21.364 | + ./stack.sh:main:898 : is_service_enabled neutron 2021-02-10 15:43:21.381 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:43:21.383 | + ./stack.sh:main:900 : stack_install_service neutron 2021-02-10 15:43:21.386 | + lib/stack:stack_install_service:20 : local service=neutron 2021-02-10 15:43:21.389 | + lib/stack:stack_install_service:21 : type install_neutron 2021-02-10 15:43:21.391 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-02-10 15:43:21.394 | + lib/stack:stack_install_service:32 : install_neutron 2021-02-10 15:43:21.396 | + lib/neutron:install_neutron:657 : is_neutron_legacy_enabled 2021-02-10 15:43:21.400 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-10 15:43:21.400 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-02-10 15:43:21.405 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-10 15:43:21.407 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-02-10 15:43:21.410 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-02-10 15:43:21.413 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-02-10 15:43:21.415 | + lib/neutron:install_neutron:659 : install_mutnauq 2021-02-10 15:43:21.419 | + lib/neutron-legacy:install_mutnauq:441 : use_library_from_git neutron-lib 2021-02-10 15:43:21.422 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2021-02-10 15:43:21.424 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:43:21.427 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:43:21.429 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2021-02-10 15:43:21.432 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:43:21.435 | + lib/neutron-legacy:install_mutnauq:446 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2021-02-10 15:43:21.437 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/neutron.git 2021-02-10 15:43:21.439 | + functions-common:git_clone:526 : local git_dest=/opt/stack/neutron 2021-02-10 15:43:21.442 | + functions-common:git_clone:527 : local git_ref=master 2021-02-10 15:43:21.444 | + functions-common:git_clone:528 : local orig_dir 2021-02-10 15:43:21.447 | ++ functions-common:git_clone:529 : pwd 2021-02-10 15:43:21.450 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-02-10 15:43:21.452 | + functions-common:git_clone:530 : local git_clone_flags= 2021-02-10 15:43:21.455 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-02-10 15:43:21.471 | + functions-common:git_clone:532 : RECLONE=False 2021-02-10 15:43:21.474 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-02-10 15:43:21.477 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-02-10 15:43:21.480 | + functions-common:git_clone:546 : echo master 2021-02-10 15:43:21.480 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-02-10 15:43:21.485 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/neutron ]] 2021-02-10 15:43:21.487 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-02-10 15:43:21.489 | + functions-common:git_clone:594 : cd /opt/stack/neutron 2021-02-10 15:43:21.492 | + functions-common:git_clone:595 : git show --oneline 2021-02-10 15:43:21.493 | + functions-common:git_clone:595 : head -1 2021-02-10 15:43:21.496 | a3dc80b509 Merge "[OVN] Fix RowNotFound exception while waiting for metadata networks" 2021-02-10 15:43:21.499 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-02-10 15:43:21.501 | + lib/neutron-legacy:install_mutnauq:447 : setup_develop /opt/stack/neutron 2021-02-10 15:43:21.504 | + inc/python:setup_develop:338 : local bindep 2021-02-10 15:43:21.506 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2021-02-10 15:43:21.509 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2021-02-10 15:43:21.511 | + inc/python:setup_develop:344 : local extras= 2021-02-10 15:43:21.514 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2021-02-10 15:43:21.516 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-02-10 15:43:21.519 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2021-02-10 15:43:21.521 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2021-02-10 15:43:21.525 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-02-10 15:43:21.528 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-02-10 15:43:21.531 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2021-02-10 15:43:21.533 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-02-10 15:43:21.536 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2021-02-10 15:43:21.538 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-02-10 15:43:21.541 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-02-10 15:43:21.544 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2021-02-10 15:43:21.549 | + inc/python:_setup_package_with_constraints_edit:383 : name=neutron 2021-02-10 15:43:21.552 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron '-e file:///opt/stack/neutron#egg=neutron' 2021-02-10 15:43:22.232 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/neutron -e 2021-02-10 15:43:22.235 | + inc/python:setup_package:417 : local bindep=0 2021-02-10 15:43:22.238 | + inc/python:setup_package:418 : local bindep_flag= 2021-02-10 15:43:22.240 | + inc/python:setup_package:419 : local bindep_profiles= 2021-02-10 15:43:22.242 | + inc/python:setup_package:420 : [[ /opt/stack/neutron == -bindep* ]] 2021-02-10 15:43:22.245 | + inc/python:setup_package:425 : local project_dir=/opt/stack/neutron 2021-02-10 15:43:22.248 | + inc/python:setup_package:426 : local flags=-e 2021-02-10 15:43:22.250 | + inc/python:setup_package:427 : local extras= 2021-02-10 15:43:22.252 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-02-10 15:43:22.255 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-02-10 15:43:22.257 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-02-10 15:43:22.259 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-02-10 15:43:22.262 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-02-10 15:43:22.264 | + inc/python:setup_package:445 : pip_install -e /opt/stack/neutron 2021-02-10 15:43:22.283 | Using python 3.6 to install /opt/stack/neutron 2021-02-10 15:43:22.286 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2021-02-10 15:43:23.381 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:43:23.381 | from cryptography.utils import int_from_bytes 2021-02-10 15:43:23.381 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:43:23.381 | from cryptography.utils import int_from_bytes 2021-02-10 15:43:24.526 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:43:24.526 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-10 15:43:24.535 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:43:24.538 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:43:24.545 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:43:24.550 | Obtaining file:///opt/stack/neutron 2021-02-10 15:43:26.883 | Obtaining neutron from file:///opt/stack/neutron#egg=neutron (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-02-10 15:43:29.186 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3) 2021-02-10 15:43:29.193 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2021-02-10 15:43:29.197 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2021-02-10 15:43:29.206 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2021-02-10 15:43:29.216 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2021-02-10 15:43:29.228 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23) 2021-02-10 15:43:29.259 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2021-02-10 15:43:29.273 | Requirement already satisfied: alembic===1.5.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.4) 2021-02-10 15:43:29.283 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (2.2.0) 2021-02-10 15:43:29.292 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (4.4.2) 2021-02-10 15:43:29.295 | Requirement already satisfied: eventlet===0.30.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (0.30.1) 2021-02-10 15:43:29.306 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (2.3.0) 2021-02-10 15:43:29.313 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (1.0.0) 2021-02-10 15:43:29.318 | Requirement already satisfied: httplib2===0.19.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (0.19.0) 2021-02-10 15:43:29.324 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (4.3.0) 2021-02-10 15:43:29.391 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) (9.2.0) 2021-02-10 15:43:29.450 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) (0.8.0) 2021-02-10 15:43:29.457 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) (0.10.9) 2021-02-10 15:43:29.629 | Collecting neutron-lib===2.8.0 2021-02-10 15:43:29.637 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/11d/51adcb4c283b8/neutron_lib-2.8.0-py3-none-any.whl (521 kB) 2021-02-10 15:43:29.971 | Collecting openstacksdk===0.53.0 2021-02-10 15:43:29.982 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d7f/322c53bfb8fcc/openstacksdk-0.53.0-py3-none-any.whl (1.4 MB) 2021-02-10 15:43:30.265 | Collecting os-ken===1.3.0 2021-02-10 15:43:30.275 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4ca/11d69356c54d5/os_ken-1.3.0-py3-none-any.whl (2.1 MB) 2021-02-10 15:43:30.445 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (1.7.0) 2021-02-10 15:43:30.564 | Collecting os-traits===2.4.0 2021-02-10 15:43:30.571 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/85e/cc9635036635c/os_traits-2.4.0-py3-none-any.whl (31 kB) 2021-02-10 15:43:30.773 | Collecting os-vif===2.3.0 2021-02-10 15:43:30.780 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d45/ffef9628a96b5/os_vif-2.3.0-py3-none-any.whl (104 kB) 2021-02-10 15:43:30.890 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (2.7.0) 2021-02-10 15:43:30.930 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (4.4.0) 2021-02-10 15:43:30.942 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (8.4.0) 2021-02-10 15:43:30.990 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (3.1.1) 2021-02-10 15:43:30.997 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (8.4.0) 2021-02-10 15:43:31.051 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (5.0.1) 2021-02-10 15:43:31.058 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (4.4.0) 2021-02-10 15:43:31.101 | Requirement already satisfied: oslo.messaging===12.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (12.7.0) 2021-02-10 15:43:31.163 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (4.1.1) 2021-02-10 15:43:31.183 | Requirement already satisfied: oslo.policy===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (3.6.0) 2021-02-10 15:43:31.200 | Requirement already satisfied: oslo.privsep===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (2.4.0) 2021-02-10 15:43:31.217 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (2.2.0) 2021-02-10 15:43:31.232 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (6.2.0) 2021-02-10 15:43:31.237 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (4.1.0) 2021-02-10 15:43:31.247 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (2.5.0) 2021-02-10 15:43:31.273 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (1.3.0) 2021-02-10 15:43:31.285 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (4.7.0) 2021-02-10 15:43:31.305 | Requirement already satisfied: oslo.versionedobjects===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (2.4.0) 2021-02-10 15:43:31.327 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (3.4.0) 2021-02-10 15:43:31.408 | Collecting ovs===2.13.0 2021-02-10 15:43:31.414 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/1bf/5c1d276201545/ovs-2.13.0-py3-none-any.whl (118 kB) 2021-02-10 15:43:31.569 | Collecting ovsdbapp===1.8.0 2021-02-10 15:43:31.576 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/13c/d6779114f11bf/ovsdbapp-1.8.0-py3-none-any.whl (112 kB) 2021-02-10 15:43:31.668 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (20.9) 2021-02-10 15:43:31.674 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (5.5.1) 2021-02-10 15:43:31.803 | Collecting pecan===1.3.3 2021-02-10 15:43:31.810 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d95/927cd140c5839/pecan-1.3.3-py3-none-any.whl (146 kB) 2021-02-10 15:43:31.905 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (0.7.2) 2021-02-10 15:43:31.907 | Requirement already satisfied: psutil===5.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (5.8.0) 2021-02-10 15:43:31.932 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (20.0.1) 2021-02-10 15:43:31.947 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (3.1.1) 2021-02-10 15:43:31.959 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 367)) (0.9.6) 2021-02-10 15:43:31.962 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (2.4.7) 2021-02-10 15:43:32.093 | Collecting pyroute2===0.5.14 2021-02-10 15:43:32.101 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/774/c5ecf05fe40f0/pyroute2-0.5.14.tar.gz (873 kB) 2021-02-10 15:43:33.088 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (2.8.1) 2021-02-10 15:43:33.241 | Collecting python-designateclient===4.2.0 2021-02-10 15:43:33.249 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e57/9b8bc89f20c84/python_designateclient-4.2.0-py3-none-any.whl (84 kB) 2021-02-10 15:43:33.355 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) (1.0.4) 2021-02-10 15:43:33.357 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 411)) (4.2.0) 2021-02-10 15:43:33.520 | Collecting python-neutronclient===7.3.0 2021-02-10 15:43:33.528 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5f0/2bfc5a2f9f738/python_neutronclient-7.3.0-py3-none-any.whl (436 kB) 2021-02-10 15:43:33.650 | Requirement already satisfied: python-novaclient===17.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 422)) (17.3.0) 2021-02-10 15:43:33.669 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (2021.1) 2021-02-10 15:43:33.674 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (0.7) 2021-02-10 15:43:33.682 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 452)) (2.25.1) 2021-02-10 15:43:33.798 | Collecting requestsexceptions===1.4.0 2021-02-10 15:43:33.805 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/308/3d872b6e07dc5/requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2021-02-10 15:43:33.886 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 465)) (1.4.0) 2021-02-10 15:43:34.015 | Collecting setproctitle===1.2.2 2021-02-10 15:43:34.022 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30b/c7a769a445163/setproctitle-1.2.2-cp36-cp36m-manylinux1_x86_64.whl (35 kB) 2021-02-10 15:43:34.106 | Requirement already satisfied: setuptools===53.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 485)) (53.0.0) 2021-02-10 15:43:34.155 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (3.17.2) 2021-02-10 15:43:34.158 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 488)) (1.15.0) 2021-02-10 15:43:34.204 | Collecting sortedcontainers===2.3.0 2021-02-10 15:43:34.210 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/372/57a32add0a3ee/sortedcontainers-2.3.0-py2.py3-none-any.whl (29 kB) 2021-02-10 15:43:34.218 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (0.13.0) 2021-02-10 15:43:34.229 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (0.4.1) 2021-02-10 15:43:34.233 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (3.3.0) 2021-02-10 15:43:34.235 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (3.3.0) 2021-02-10 15:43:34.246 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (6.3.1) 2021-02-10 15:43:34.262 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (2.0.1) 2021-02-10 15:43:34.272 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (0.5.0) 2021-02-10 15:43:34.279 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (2.4.0) 2021-02-10 15:43:34.393 | Collecting tinyrpc===1.0.4 2021-02-10 15:43:34.400 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/4e7/2714bf0a16e74/tinyrpc-1.0.4-py3-none-any.whl (35 kB) 2021-02-10 15:43:34.499 | Requirement already satisfied: tooz===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 548)) (2.8.0) 2021-02-10 15:43:34.565 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 551)) (1.4.0) 2021-02-10 15:43:34.569 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 560)) (1.1.0) 2021-02-10 15:43:34.576 | Requirement already satisfied: urllib3===1.26.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.3) 2021-02-10 15:43:34.600 | Requirement already satisfied: voluptuous===0.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.12.1) 2021-02-10 15:43:34.605 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.12.1) 2021-02-10 15:43:34.608 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.2) 2021-02-10 15:43:34.613 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4) 2021-02-10 15:43:34.622 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.16.0) 2021-02-10 15:43:34.631 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (0.1.14) 2021-02-10 15:43:34.634 | Requirement already satisfied: importlib-resources===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) (3.3.1) 2021-02-10 15:43:34.653 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.2) 2021-02-10 15:43:34.660 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (0.10.0) 2021-02-10 15:43:34.759 | Collecting munch===2.5.0 2021-02-10 15:43:34.766 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f4/4af89a2ce4ed0/munch-2.5.0-py2.py3-none-any.whl (10 kB) 2021-02-10 15:43:34.871 | Requirement already satisfied: cryptography===3.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (3.4.4) 2021-02-10 15:43:34.916 | Requirement already satisfied: jsonpatch===1.28 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (1.28) 2021-02-10 15:43:34.921 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4) 2021-02-10 15:43:34.924 | Requirement already satisfied: importlib-metadata===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (3.4.0) 2021-02-10 15:43:34.965 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-02-10 15:43:34.968 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (1.0.2) 2021-02-10 15:43:34.972 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (0.14.1) 2021-02-10 15:43:34.977 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (5.0.2) 2021-02-10 15:43:35.025 | Requirement already satisfied: amqp===5.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.5) 2021-02-10 15:43:35.030 | Requirement already satisfied: cachetools===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) (4.2.1) 2021-02-10 15:43:35.033 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.4) 2021-02-10 15:43:35.036 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (3.0.0) 2021-02-10 15:43:35.175 | Collecting WebTest===2.0.35 2021-02-10 15:43:35.182 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/44d/dfe99b5eca4cf/WebTest-2.0.35-py2.py3-none-any.whl (32 kB) 2021-02-10 15:43:35.376 | Collecting logutils===0.3.5 2021-02-10 15:43:35.382 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/330/91b324881269f/logutils-0.3.5-py2.py3-none-any.whl (20 kB) 2021-02-10 15:43:35.463 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (3.2.0) 2021-02-10 15:43:35.615 | Collecting osc-lib===2.3.1 2021-02-10 15:43:35.622 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cd8/f2320abb113ad/osc_lib-2.3.1-py3-none-any.whl (88 kB) 2021-02-10 15:43:35.718 | Requirement already satisfied: cliff===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (3.6.0) 2021-02-10 15:43:35.917 | Collecting os-client-config===2.1.0 2021-02-10 15:43:35.925 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/27b/dc338f8a87281/os_client_config-2.1.0-py3-none-any.whl (31 kB) 2021-02-10 15:43:36.009 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5) 2021-02-10 15:43:36.012 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (2.10) 2021-02-10 15:43:36.016 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (4.0.0) 2021-02-10 15:43:36.020 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2021-02-10 15:43:36.022 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (1.0.0) 2021-02-10 15:43:36.025 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 417)) (1.6.0) 2021-02-10 15:43:36.028 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.0.0) 2021-02-10 15:43:36.030 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 560)) (1.4.0) 2021-02-10 15:43:36.033 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.4.0) 2021-02-10 15:43:36.061 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (2.0) 2021-02-10 15:43:36.064 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (3.7.4.3) 2021-02-10 15:43:36.069 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (1.5) 2021-02-10 15:43:36.071 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2021-02-10 15:43:36.074 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) (2.20) 2021-02-10 15:43:36.199 | Collecting waitress===1.4.4 2021-02-10 15:43:36.206 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3d6/33e78149eb83b/waitress-1.4.4-py2.py3-none-any.whl (58 kB) 2021-02-10 15:43:36.420 | Collecting beautifulsoup4===4.9.3 2021-02-10 15:43:36.426 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fff/47e031e34ec82/beautifulsoup4-4.9.3-py3-none-any.whl (115 kB) 2021-02-10 15:43:36.521 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-02-10 15:43:36.569 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377)) (0.17.3) 2021-02-10 15:43:36.574 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (1.5.0) 2021-02-10 15:43:36.763 | Collecting soupsieve===2.2 2021-02-10 15:43:36.770 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d3a/5ea5b350423f4/soupsieve-2.2-py3-none-any.whl (33 kB) 2021-02-10 15:43:36.854 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) (0.4.4) 2021-02-10 15:43:36.858 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2021-02-10 15:43:36.864 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (1.8.1) 2021-02-10 15:43:36.867 | Building wheels for collected packages: pyroute2 2021-02-10 15:43:36.868 | Building wheel for pyroute2 (setup.py): started 2021-02-10 15:43:37.913 | Building wheel for pyroute2 (setup.py): finished with status 'done' 2021-02-10 15:43:37.916 | Created wheel for pyroute2: filename=pyroute2-0.5.14-py3-none-any.whl size=391761 sha256=bd749b8777726b58e4e3a5032fa8af17a6393cd477bc09eaf588ce2f9259f33a 2021-02-10 15:43:37.916 | Stored in directory: /root/.cache/pip/wheels/53/0a/0f/5bfd17b16df551bb25b3cf5daa998f0fc3a35dd9a717b2ffce 2021-02-10 15:43:37.917 | Successfully built pyroute2 2021-02-10 15:43:39.209 | Installing collected packages: waitress, soupsieve, beautifulsoup4, WebTest, logutils, pecan, sortedcontainers, ovs, tinyrpc, os-ken, os-traits, setproctitle, neutron-lib, munch, requestsexceptions, openstacksdk, os-client-config, osc-lib, python-neutronclient, ovsdbapp, pyroute2, python-designateclient, os-vif, neutron 2021-02-10 15:43:39.667 | Attempting uninstall: sortedcontainers 2021-02-10 15:43:39.669 | Found existing installation: sortedcontainers 1.5.7 2021-02-10 15:43:39.671 | Uninstalling sortedcontainers-1.5.7: 2021-02-10 15:43:39.692 | Successfully uninstalled sortedcontainers-1.5.7 2021-02-10 15:43:39.724 | Attempting uninstall: ovs 2021-02-10 15:43:39.726 | Found existing installation: ovs 2.13.1 2021-02-10 15:43:39.727 | Uninstalling ovs-2.13.1: 2021-02-10 15:43:39.748 | Successfully uninstalled ovs-2.13.1 2021-02-10 15:43:45.620 | Running setup.py develop for neutron 2021-02-10 15:43:48.199 | Successfully installed WebTest-2.0.35 beautifulsoup4-4.9.3 logutils-0.3.5 munch-2.5.0 neutron neutron-lib-2.8.0 openstacksdk-0.53.0 os-client-config-2.1.0 os-ken-1.3.0 os-traits-2.4.0 os-vif-2.3.0 osc-lib-2.3.1 ovs-2.13.0 ovsdbapp-1.8.0 pecan-1.3.3 pyroute2-0.5.14 python-designateclient-4.2.0 python-neutronclient-7.3.0 requestsexceptions-1.4.0 setproctitle-1.2.2 sortedcontainers-2.3.0 soupsieve-2.2 tinyrpc-1.0.4 waitress-1.4.4 2021-02-10 15:43:48.335 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:43:48.335 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:43:48.491 | + inc/python:pip_install:200 : result=0 2021-02-10 15:43:48.493 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:43:48.495 | + functions-common:time_stop:2306 : local name 2021-02-10 15:43:48.498 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:43:48.500 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:43:48.502 | + functions-common:time_stop:2309 : local total 2021-02-10 15:43:48.504 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:43:48.506 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:43:48.509 | + functions-common:time_stop:2313 : start_time=1612971802279 2021-02-10 15:43:48.511 | + functions-common:time_stop:2315 : [[ -z 1612971802279 ]] 2021-02-10 15:43:48.514 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:43:48.517 | + functions-common:time_stop:2318 : end_time=1612971828515 2021-02-10 15:43:48.519 | + functions-common:time_stop:2319 : elapsed_time=26236 2021-02-10 15:43:48.522 | + functions-common:time_stop:2320 : total=189829 2021-02-10 15:43:48.524 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:43:48.526 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=216065 2021-02-10 15:43:48.529 | + inc/python:pip_install:203 : return 0 2021-02-10 15:43:48.531 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-02-10 15:43:48.534 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-02-10 15:43:48.536 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-02-10 15:43:48.553 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-02-10 15:43:48.566 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/neutron 2021-02-10 15:43:48.568 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2021-02-10 15:43:48.571 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:43:48.574 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:43:48.577 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/neutron, ]] 2021-02-10 15:43:48.579 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:43:48.582 | + lib/neutron-legacy:install_mutnauq:449 : [[ openvswitch == \o\v\n ]] 2021-02-10 15:43:48.584 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-02-10 15:43:48.587 | + ./stack.sh:main:903 : is_service_enabled nova 2021-02-10 15:43:48.603 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:43:48.606 | + ./stack.sh:main:905 : stack_install_service nova 2021-02-10 15:43:48.609 | + lib/stack:stack_install_service:20 : local service=nova 2021-02-10 15:43:48.611 | + lib/stack:stack_install_service:21 : type install_nova 2021-02-10 15:43:48.614 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-02-10 15:43:48.616 | + lib/stack:stack_install_service:32 : install_nova 2021-02-10 15:43:48.619 | + lib/nova:install_nova:799 : use_library_from_git os-vif 2021-02-10 15:43:48.622 | + inc/python:use_library_from_git:250 : local name=os-vif 2021-02-10 15:43:48.624 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:43:48.626 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:43:48.629 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-vif, ]] 2021-02-10 15:43:48.631 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:43:48.634 | + lib/nova:install_nova:804 : is_service_enabled n-cpu 2021-02-10 15:43:48.650 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:43:48.653 | + lib/nova:install_nova:808 : is_service_enabled n-novnc 2021-02-10 15:43:48.668 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:43:48.671 | + lib/nova:install_nova:820 : is_service_enabled n-spice 2021-02-10 15:43:48.688 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:43:48.690 | + lib/nova:install_nova:832 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2021-02-10 15:43:48.693 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/nova.git 2021-02-10 15:43:48.695 | + functions-common:git_clone:526 : local git_dest=/opt/stack/nova 2021-02-10 15:43:48.697 | + functions-common:git_clone:527 : local git_ref=master 2021-02-10 15:43:48.700 | + functions-common:git_clone:528 : local orig_dir 2021-02-10 15:43:48.703 | ++ functions-common:git_clone:529 : pwd 2021-02-10 15:43:48.705 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-02-10 15:43:48.708 | + functions-common:git_clone:530 : local git_clone_flags= 2021-02-10 15:43:48.710 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-02-10 15:43:48.725 | + functions-common:git_clone:532 : RECLONE=False 2021-02-10 15:43:48.728 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-02-10 15:43:48.730 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-02-10 15:43:48.733 | + functions-common:git_clone:546 : echo master 2021-02-10 15:43:48.733 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-02-10 15:43:48.738 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/nova ]] 2021-02-10 15:43:48.740 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-02-10 15:43:48.743 | + functions-common:git_clone:594 : cd /opt/stack/nova 2021-02-10 15:43:48.746 | + functions-common:git_clone:595 : git show --oneline 2021-02-10 15:43:48.746 | + functions-common:git_clone:595 : head -1 2021-02-10 15:43:48.754 | 56ac9b22cf Merge "db: Compact Queens database migrations" 2021-02-10 15:43:48.757 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-02-10 15:43:48.760 | + lib/nova:install_nova:833 : setup_develop /opt/stack/nova 2021-02-10 15:43:48.762 | + inc/python:setup_develop:338 : local bindep 2021-02-10 15:43:48.765 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2021-02-10 15:43:48.767 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2021-02-10 15:43:48.770 | + inc/python:setup_develop:344 : local extras= 2021-02-10 15:43:48.772 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2021-02-10 15:43:48.775 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-02-10 15:43:48.778 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2021-02-10 15:43:48.780 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2021-02-10 15:43:48.783 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-02-10 15:43:48.785 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-02-10 15:43:48.788 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2021-02-10 15:43:48.791 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-02-10 15:43:48.794 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2021-02-10 15:43:48.796 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-02-10 15:43:48.798 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-02-10 15:43:48.802 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2021-02-10 15:43:48.807 | + inc/python:_setup_package_with_constraints_edit:383 : name=nova 2021-02-10 15:43:48.809 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova '-e file:///opt/stack/nova#egg=nova' 2021-02-10 15:43:49.509 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/nova -e 2021-02-10 15:43:49.512 | + inc/python:setup_package:417 : local bindep=0 2021-02-10 15:43:49.514 | + inc/python:setup_package:418 : local bindep_flag= 2021-02-10 15:43:49.517 | + inc/python:setup_package:419 : local bindep_profiles= 2021-02-10 15:43:49.519 | + inc/python:setup_package:420 : [[ /opt/stack/nova == -bindep* ]] 2021-02-10 15:43:49.521 | + inc/python:setup_package:425 : local project_dir=/opt/stack/nova 2021-02-10 15:43:49.523 | + inc/python:setup_package:426 : local flags=-e 2021-02-10 15:43:49.526 | + inc/python:setup_package:427 : local extras= 2021-02-10 15:43:49.528 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-02-10 15:43:49.531 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-02-10 15:43:49.533 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-02-10 15:43:49.535 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-02-10 15:43:49.537 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-02-10 15:43:49.540 | + inc/python:setup_package:445 : pip_install -e /opt/stack/nova 2021-02-10 15:43:49.558 | Using python 3.6 to install /opt/stack/nova 2021-02-10 15:43:49.560 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2021-02-10 15:43:50.716 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:43:50.716 | from cryptography.utils import int_from_bytes 2021-02-10 15:43:50.716 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:43:50.717 | from cryptography.utils import int_from_bytes 2021-02-10 15:43:51.858 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:43:51.858 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-10 15:43:51.867 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:43:51.870 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:43:51.877 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:43:51.882 | Obtaining file:///opt/stack/nova 2021-02-10 15:43:55.488 | Obtaining nova from file:///opt/stack/nova#egg=nova (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-02-10 15:43:59.133 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3) 2021-02-10 15:43:59.141 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2021-02-10 15:43:59.144 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2021-02-10 15:43:59.154 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2021-02-10 15:43:59.164 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-02-10 15:43:59.168 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2021-02-10 15:43:59.180 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23) 2021-02-10 15:43:59.210 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2021-02-10 15:43:59.225 | Requirement already satisfied: castellan===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 105)) (3.7.0) 2021-02-10 15:43:59.247 | Requirement already satisfied: cryptography===3.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (3.4.4) 2021-02-10 15:43:59.292 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (0.2.2) 2021-02-10 15:43:59.434 | Collecting dataclasses===0.8 2021-02-10 15:43:59.443 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/020/1d89fa866f68c/dataclasses-0.8-py3-none-any.whl (19 kB) 2021-02-10 15:43:59.535 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (4.4.2) 2021-02-10 15:43:59.538 | Requirement already satisfied: eventlet===0.30.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (0.30.1) 2021-02-10 15:43:59.576 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (2.3.0) 2021-02-10 15:43:59.583 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (1.0.0) 2021-02-10 15:43:59.589 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (0.1.14) 2021-02-10 15:43:59.592 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (3.2.0) 2021-02-10 15:43:59.625 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (4.3.0) 2021-02-10 15:43:59.692 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) (9.2.0) 2021-02-10 15:43:59.752 | Requirement already satisfied: lxml===4.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) (4.6.2) 2021-02-10 15:43:59.867 | Collecting microversion-parse===1.0.1 2021-02-10 15:43:59.874 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2021-02-10 15:43:59.964 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) (0.8.0) 2021-02-10 15:43:59.971 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) (0.10.9) 2021-02-10 15:43:59.975 | Requirement already satisfied: openstacksdk===0.53.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (0.53.0) 2021-02-10 15:44:00.007 | Requirement already satisfied: os-brick===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (4.1.0) 2021-02-10 15:44:00.136 | Collecting os-resource-classes===1.0.0 2021-02-10 15:44:00.143 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3a/6c732391350de/os_resource_classes-1.0.0-py3-none-any.whl (10 kB) 2021-02-10 15:44:00.234 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (1.7.0) 2021-02-10 15:44:00.239 | Requirement already satisfied: os-traits===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (2.4.0) 2021-02-10 15:44:00.244 | Requirement already satisfied: os-vif===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (2.3.0) 2021-02-10 15:44:00.271 | Requirement already satisfied: os-win===5.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.4.0) 2021-02-10 15:44:00.393 | Collecting os-xenapi===0.3.4 2021-02-10 15:44:00.399 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b4d/9a2c858018977/os_xenapi-0.3.4-py2.py3-none-any.whl (137 kB) 2021-02-10 15:44:00.511 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (2.7.0) 2021-02-10 15:44:00.552 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (4.4.0) 2021-02-10 15:44:00.565 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (8.4.0) 2021-02-10 15:44:00.612 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (3.1.1) 2021-02-10 15:44:00.620 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (8.4.0) 2021-02-10 15:44:00.674 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (5.0.1) 2021-02-10 15:44:00.681 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.4.0) 2021-02-10 15:44:00.725 | Requirement already satisfied: oslo.messaging===12.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (12.7.0) 2021-02-10 15:44:00.788 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (4.1.1) 2021-02-10 15:44:00.808 | Requirement already satisfied: oslo.policy===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (3.6.0) 2021-02-10 15:44:00.825 | Requirement already satisfied: oslo.privsep===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (2.4.0) 2021-02-10 15:44:00.842 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (2.2.0) 2021-02-10 15:44:00.859 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (6.2.0) 2021-02-10 15:44:00.864 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (4.1.0) 2021-02-10 15:44:00.875 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (2.5.0) 2021-02-10 15:44:00.901 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (1.3.0) 2021-02-10 15:44:00.914 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (4.7.0) 2021-02-10 15:44:00.936 | Requirement already satisfied: oslo.versionedobjects===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (2.4.0) 2021-02-10 15:44:00.958 | Requirement already satisfied: ovsdbapp===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (1.8.0) 2021-02-10 15:44:00.969 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (20.9) 2021-02-10 15:44:00.975 | Requirement already satisfied: paramiko===2.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (2.7.2) 2021-02-10 15:44:01.015 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) (5.5.1) 2021-02-10 15:44:01.018 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (0.7.2) 2021-02-10 15:44:01.021 | Requirement already satisfied: psutil===5.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (5.8.0) 2021-02-10 15:44:01.047 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) (3.1.1) 2021-02-10 15:44:01.058 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) (0.9.6) 2021-02-10 15:44:01.061 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (2.4.7) 2021-02-10 15:44:01.192 | Collecting pypowervm===1.1.24 2021-02-10 15:44:01.199 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b3b/12598607ad9d3/pypowervm-1.1.24-py2.py3-none-any.whl (1.1 MB) 2021-02-10 15:44:01.348 | Requirement already satisfied: pyroute2===0.5.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377)) (0.5.14) 2021-02-10 15:44:01.356 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 378)) (0.17.3) 2021-02-10 15:44:01.361 | Requirement already satisfied: python-barbicanclient===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) (5.0.1) 2021-02-10 15:44:01.379 | Requirement already satisfied: python-cinderclient===7.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (7.3.0) 2021-02-10 15:44:01.397 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 401)) (2.8.1) 2021-02-10 15:44:01.403 | Requirement already satisfied: python-glanceclient===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (3.2.2) 2021-02-10 15:44:01.422 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) (4.2.0) 2021-02-10 15:44:01.443 | Requirement already satisfied: python-neutronclient===7.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 422)) (7.3.0) 2021-02-10 15:44:01.473 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (2021.1) 2021-02-10 15:44:01.477 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 452)) (0.7) 2021-02-10 15:44:01.485 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 453)) (2.25.1) 2021-02-10 15:44:01.508 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 461)) (1.4.0) 2021-02-10 15:44:01.511 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 464)) (1.3.3) 2021-02-10 15:44:01.516 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 466)) (1.4.0) 2021-02-10 15:44:01.521 | Requirement already satisfied: setuptools===53.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 486)) (53.0.0) 2021-02-10 15:44:01.570 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 488)) (3.17.2) 2021-02-10 15:44:01.573 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 489)) (1.15.0) 2021-02-10 15:44:01.577 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (0.13.0) 2021-02-10 15:44:01.589 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (0.4.1) 2021-02-10 15:44:01.592 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (3.3.0) 2021-02-10 15:44:01.595 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (3.3.0) 2021-02-10 15:44:01.605 | Requirement already satisfied: taskflow===4.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (4.6.0) 2021-02-10 15:44:01.693 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (6.3.1) 2021-02-10 15:44:01.709 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (2.0.1) 2021-02-10 15:44:01.720 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (0.5.0) 2021-02-10 15:44:01.726 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (2.4.0) 2021-02-10 15:44:01.746 | Requirement already satisfied: tooz===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 549)) (2.8.0) 2021-02-10 15:44:01.813 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 552)) (1.4.0) 2021-02-10 15:44:01.817 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (1.1.0) 2021-02-10 15:44:01.825 | Requirement already satisfied: urllib3===1.26.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 563)) (1.26.3) 2021-02-10 15:44:01.848 | Requirement already satisfied: voluptuous===0.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (0.12.1) 2021-02-10 15:44:01.852 | Requirement already satisfied: warlock===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (1.3.3) 2021-02-10 15:44:01.963 | Collecting websockify===0.9.0 2021-02-10 15:44:01.970 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/427/91706b55e301d/websockify-0.9.0-py3-none-any.whl (35 kB) 2021-02-10 15:44:02.062 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (1.12.1) 2021-02-10 15:44:02.065 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 586)) (1.3.2) 2021-02-10 15:44:02.171 | Collecting zVMCloudConnector===1.4.1 2021-02-10 15:44:02.178 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f24/a37d5a0206e79/zVMCloudConnector-1.4.1.tar.gz (238 kB) 2021-02-10 15:44:03.092 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.4) 2021-02-10 15:44:03.096 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.16.0) 2021-02-10 15:44:03.106 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-02-10 15:44:03.153 | Requirement already satisfied: importlib-metadata===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (3.4.0) 2021-02-10 15:44:03.195 | Requirement already satisfied: importlib-resources===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) (3.3.1) 2021-02-10 15:44:03.215 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4) 2021-02-10 15:44:03.219 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (0.10.0) 2021-02-10 15:44:03.223 | Requirement already satisfied: jsonpatch===1.28 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (1.28) 2021-02-10 15:44:03.228 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) (2.5.0) 2021-02-10 15:44:03.253 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.2) 2021-02-10 15:44:03.260 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (2.2.0) 2021-02-10 15:44:03.403 | Collecting Babel===2.9.0 2021-02-10 15:44:03.441 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9d3/5c22fcc79893c/Babel-2.9.0-py2.py3-none-any.whl (8.8 MB) 2021-02-10 15:44:03.726 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (0.14.1) 2021-02-10 15:44:03.731 | Requirement already satisfied: alembic===1.5.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.4) 2021-02-10 15:44:03.741 | Requirement already satisfied: cachetools===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) (4.2.1) 2021-02-10 15:44:03.744 | Requirement already satisfied: amqp===5.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.5) 2021-02-10 15:44:03.749 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (5.0.2) 2021-02-10 15:44:03.796 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (1.0.2) 2021-02-10 15:44:03.800 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (3.0.0) 2021-02-10 15:44:03.811 | Requirement already satisfied: ovs===2.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (2.13.0) 2021-02-10 15:44:03.817 | Requirement already satisfied: PyNaCl===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.4.0) 2021-02-10 15:44:03.831 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (3.2.0) 2021-02-10 15:44:03.843 | Requirement already satisfied: pyasn1===0.4.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (0.4.8) 2021-02-10 15:44:03.846 | Requirement already satisfied: pyasn1-modules===0.2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (0.2.8) 2021-02-10 15:44:03.851 | Requirement already satisfied: cliff===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (3.6.0) 2021-02-10 15:44:03.867 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (20.0.1) 2021-02-10 15:44:03.882 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (2.1.0) 2021-02-10 15:44:03.887 | Requirement already satisfied: osc-lib===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (2.3.1) 2021-02-10 15:44:03.904 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (4.0.0) 2021-02-10 15:44:03.908 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5) 2021-02-10 15:44:03.911 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (2.10) 2021-02-10 15:44:03.915 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2021-02-10 15:44:03.918 | Requirement already satisfied: networkx===2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 268)) (2.5) 2021-02-10 15:44:03.960 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (1.4.1) 2021-02-10 15:44:03.966 | Requirement already satisfied: automaton===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) (2.2.0) 2021-02-10 15:44:03.975 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 418)) (1.6.0) 2021-02-10 15:44:03.978 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (1.0.0) 2021-02-10 15:44:03.980 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.0.0) 2021-02-10 15:44:03.983 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 561)) (1.4.0) 2021-02-10 15:44:05.013 | Collecting numpy===1.19.5 2021-02-10 15:44:05.040 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a46/46724fba402aa/numpy-1.19.5-cp36-cp36m-manylinux2010_x86_64.whl (14.8 MB) 2021-02-10 15:44:05.464 | Requirement already satisfied: PyJWT===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) (2.0.1) 2021-02-10 15:44:05.495 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (2.20) 2021-02-10 15:44:05.499 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (3.7.4.3) 2021-02-10 15:44:05.504 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 591)) (3.4.0) 2021-02-10 15:44:05.532 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (2.0) 2021-02-10 15:44:05.536 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (1.5) 2021-02-10 15:44:05.539 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 403)) (1.0.4) 2021-02-10 15:44:05.542 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4) 2021-02-10 15:44:05.550 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 565)) (5.0.0) 2021-02-10 15:44:05.553 | Requirement already satisfied: sortedcontainers===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493)) (2.3.0) 2021-02-10 15:44:05.557 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (1.5.0) 2021-02-10 15:44:05.621 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (0.2.5) 2021-02-10 15:44:05.627 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375)) (1.8.1) 2021-02-10 15:44:05.630 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) (0.4.4) 2021-02-10 15:44:05.634 | Building wheels for collected packages: zVMCloudConnector 2021-02-10 15:44:05.635 | Building wheel for zVMCloudConnector (setup.py): started 2021-02-10 15:44:06.619 | Building wheel for zVMCloudConnector (setup.py): finished with status 'done' 2021-02-10 15:44:06.621 | Created wheel for zVMCloudConnector: filename=zVMCloudConnector-1.4.1-py3-none-any.whl size=303899 sha256=bb00590135a19aed14ef2972fd83a60d6b24cb774eab152df8e56886eb4a2436 2021-02-10 15:44:06.622 | Stored in directory: /root/.cache/pip/wheels/77/e9/f7/60f0d1ed62c86db5498c1a2c54e062ef948abfc58230673f10 2021-02-10 15:44:06.622 | Successfully built zVMCloudConnector 2021-02-10 15:44:07.663 | Installing collected packages: numpy, websockify, os-resource-classes, microversion-parse, Babel, os-xenapi, pypowervm, zVMCloudConnector, dataclasses, nova 2021-02-10 15:44:12.030 | Running setup.py develop for nova 2021-02-10 15:44:15.901 | Successfully installed Babel-2.9.0 dataclasses-0.8 microversion-parse-1.0.1 nova numpy-1.19.5 os-resource-classes-1.0.0 os-xenapi-0.3.4 pypowervm-1.1.24 websockify-0.9.0 zVMCloudConnector-1.4.1 2021-02-10 15:44:16.043 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:44:16.043 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:44:16.186 | + inc/python:pip_install:200 : result=0 2021-02-10 15:44:16.189 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:44:16.191 | + functions-common:time_stop:2306 : local name 2021-02-10 15:44:16.193 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:44:16.196 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:44:16.198 | + functions-common:time_stop:2309 : local total 2021-02-10 15:44:16.201 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:44:16.203 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:44:16.205 | + functions-common:time_stop:2313 : start_time=1612971829553 2021-02-10 15:44:16.207 | + functions-common:time_stop:2315 : [[ -z 1612971829553 ]] 2021-02-10 15:44:16.210 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:44:16.213 | + functions-common:time_stop:2318 : end_time=1612971856211 2021-02-10 15:44:16.216 | + functions-common:time_stop:2319 : elapsed_time=26658 2021-02-10 15:44:16.218 | + functions-common:time_stop:2320 : total=216065 2021-02-10 15:44:16.220 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:44:16.222 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=242723 2021-02-10 15:44:16.225 | + inc/python:pip_install:203 : return 0 2021-02-10 15:44:16.227 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-02-10 15:44:16.229 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-02-10 15:44:16.232 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-02-10 15:44:16.249 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-02-10 15:44:16.261 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/nova 2021-02-10 15:44:16.264 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2021-02-10 15:44:16.266 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:44:16.269 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:44:16.272 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/nova, ]] 2021-02-10 15:44:16.274 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:44:16.277 | + lib/nova:install_nova:834 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2021-02-10 15:44:16.290 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-02-10 15:44:16.293 | + ./stack.sh:main:906 : configure_nova 2021-02-10 15:44:16.296 | + lib/nova:configure_nova:236 : sudo install -d -o ubuntu /etc/nova 2021-02-10 15:44:16.312 | + lib/nova:configure_nova:238 : configure_rootwrap nova 2021-02-10 15:44:16.315 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2021-02-10 15:44:16.317 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-02-10 15:44:16.321 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2021-02-10 15:44:16.321 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-02-10 15:44:16.325 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2021-02-10 15:44:16.328 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2021-02-10 15:44:16.330 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-02-10 15:44:16.333 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2021-02-10 15:44:16.335 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2021-02-10 15:44:16.338 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2021-02-10 15:44:16.341 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2021-02-10 15:44:16.344 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2021-02-10 15:44:16.355 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2021-02-10 15:44:16.366 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2021-02-10 15:44:16.379 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2021-02-10 15:44:16.392 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2021-02-10 15:44:16.405 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-02-10 15:44:16.408 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-02-10 15:44:16.412 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.lxZ7mp7M0A 2021-02-10 15:44:16.415 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-02-10 15:44:16.418 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-02-10 15:44:16.420 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2021-02-10 15:44:16.423 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-02-10 15:44:16.426 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-02-10 15:44:16.428 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.lxZ7mp7M0A 2021-02-10 15:44:16.432 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.lxZ7mp7M0A 2021-02-10 15:44:16.444 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.lxZ7mp7M0A /etc/sudoers.d/nova-rootwrap 2021-02-10 15:44:16.457 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2021-02-10 15:44:16.461 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-02-10 15:44:16.464 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-02-10 15:44:16.466 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-02-10 15:44:16.469 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-02-10 15:44:16.472 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2021-02-10 15:44:16.474 | + 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 ]] 2021-02-10 15:44:16.477 | + lib/nova:configure_nova:240 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2021-02-10 15:44:16.480 | + lib/nova:configure_nova:242 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2021-02-10 15:44:16.485 | + lib/nova:configure_nova:245 : is_service_enabled n-cpu 2021-02-10 15:44:16.502 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:44:16.505 | + lib/nova:configure_nova:320 : create_nova_conf 2021-02-10 15:44:16.507 | + lib/nova:create_nova_conf:387 : rm -f /opt/stack/nova/bin/nova.conf 2021-02-10 15:44:16.511 | + lib/nova:create_nova_conf:390 : rm -f /etc/nova/nova.conf 2021-02-10 15:44:16.515 | + lib/nova:create_nova_conf:391 : iniset /etc/nova/nova.conf DEFAULT debug True 2021-02-10 15:44:16.542 | + lib/nova:create_nova_conf:392 : '[' True == True ']' 2021-02-10 15:44:16.544 | + lib/nova:create_nova_conf:393 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2021-02-10 15:44:16.569 | + lib/nova:create_nova_conf:395 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2021-02-10 15:44:16.597 | + lib/nova:create_nova_conf:396 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2021-02-10 15:44:16.623 | + lib/nova:create_nova_conf:397 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2021-02-10 15:44:16.651 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf scheduler workers 2 2021-02-10 15:44:16.678 | + lib/nova:create_nova_conf:399 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2021-02-10 15:44:16.704 | + lib/nova:create_nova_conf:400 : [[ 4 == 6 ]] 2021-02-10 15:44:16.706 | + lib/nova:create_nova_conf:403 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.71 2021-02-10 15:44:16.731 | + lib/nova:create_nova_conf:405 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2021-02-10 15:44:16.754 | + lib/nova:create_nova_conf:406 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2021-02-10 15:44:16.779 | + lib/nova:create_nova_conf:407 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2021-02-10 15:44:16.802 | + lib/nova:create_nova_conf:408 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2021-02-10 15:44:16.826 | + lib/nova:create_nova_conf:410 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2021-02-10 15:44:16.852 | + lib/nova:create_nova_conf:412 : is_fedora 2021-02-10 15:44:16.854 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-02-10 15:44:16.857 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-02-10 15:44:16.859 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-02-10 15:44:16.861 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-02-10 15:44:16.864 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-02-10 15:44:16.866 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-02-10 15:44:16.868 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-02-10 15:44:16.871 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-02-10 15:44:16.873 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-02-10 15:44:16.875 | + lib/nova:create_nova_conf:412 : is_suse 2021-02-10 15:44:16.877 | + functions-common:is_suse:464 : is_opensuse 2021-02-10 15:44:16.880 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-02-10 15:44:16.882 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-10 15:44:16.884 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-02-10 15:44:16.886 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-02-10 15:44:16.889 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-10 15:44:16.891 | + lib/nova:create_nova_conf:421 : is_service_enabled n-api n-cond n-sched 2021-02-10 15:44:16.908 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:44:16.910 | + lib/nova:create_nova_conf:425 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-02-10 15:44:16.912 | + lib/nova:create_nova_conf:428 : local db=nova_cell0 2021-02-10 15:44:16.914 | + lib/nova:create_nova_conf:431 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2021-02-10 15:44:16.940 | ++ lib/nova:create_nova_conf:434 : database_connection_url nova_cell0 2021-02-10 15:44:16.943 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-02-10 15:44:16.945 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-02-10 15:44:16.948 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2021-02-10 15:44:16.950 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-02-10 15:44:16.953 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-02-10 15:44:16.979 | ++ lib/nova:create_nova_conf:435 : database_connection_url nova_api 2021-02-10 15:44:16.982 | ++ lib/database:database_connection_url:132 : local db=nova_api 2021-02-10 15:44:16.984 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_api 2021-02-10 15:44:16.986 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_api 2021-02-10 15:44:16.989 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2021-02-10 15:44:16.991 | + lib/nova:create_nova_conf:435 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2021-02-10 15:44:17.018 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf cache enabled True 2021-02-10 15:44:17.046 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2021-02-10 15:44:17.070 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2021-02-10 15:44:17.094 | + lib/nova:create_nova_conf:445 : is_service_enabled n-api 2021-02-10 15:44:17.109 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:44:17.111 | + lib/nova:create_nova_conf:446 : is_service_enabled n-api-meta 2021-02-10 15:44:17.127 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:44:17.130 | ++ lib/nova:create_nova_conf:448 : echo osapi_compute,metadata 2021-02-10 15:44:17.130 | ++ lib/nova:create_nova_conf:448 : sed s/,metadata// 2021-02-10 15:44:17.135 | + lib/nova:create_nova_conf:448 : NOVA_ENABLED_APIS=osapi_compute 2021-02-10 15:44:17.137 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2021-02-10 15:44:17.162 | + lib/nova:create_nova_conf:451 : is_service_enabled tls-proxy 2021-02-10 15:44:17.176 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:44:17.179 | + lib/nova:create_nova_conf:457 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2021-02-10 15:44:17.181 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/nova/nova.conf 2021-02-10 15:44:17.183 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-02-10 15:44:17.185 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-02-10 15:44:17.188 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2021-02-10 15:44:17.213 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2021-02-10 15:44:17.238 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.71/identity 2021-02-10 15:44:17.262 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2021-02-10 15:44:17.288 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2021-02-10 15:44:17.312 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2021-02-10 15:44:17.337 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2021-02-10 15:44:17.361 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2021-02-10 15:44:17.386 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-02-10 15:44:17.411 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2021-02-10 15:44:17.436 | + lib/nova:create_nova_conf:460 : is_service_enabled cinder 2021-02-10 15:44:17.451 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:44:17.453 | + lib/nova:create_nova_conf:461 : configure_cinder_access 2021-02-10 15:44:17.455 | + lib/nova:configure_cinder_access:582 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2021-02-10 15:44:17.483 | + lib/nova:configure_cinder_access:583 : iniset /etc/nova/nova.conf cinder auth_type password 2021-02-10 15:44:17.508 | + lib/nova:configure_cinder_access:584 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.71/identity 2021-02-10 15:44:17.533 | + lib/nova:configure_cinder_access:591 : iniset /etc/nova/nova.conf cinder username nova 2021-02-10 15:44:17.559 | + lib/nova:configure_cinder_access:592 : iniset /etc/nova/nova.conf cinder password Passw0rd 2021-02-10 15:44:17.583 | + lib/nova:configure_cinder_access:593 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2021-02-10 15:44:17.608 | + lib/nova:configure_cinder_access:594 : iniset /etc/nova/nova.conf cinder project_name service 2021-02-10 15:44:17.632 | + lib/nova:configure_cinder_access:595 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2021-02-10 15:44:17.657 | + lib/nova:configure_cinder_access:596 : is_service_enabled tls-proxy 2021-02-10 15:44:17.672 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:44:17.675 | + lib/nova:create_nova_conf:464 : '[' -n /opt/stack/data/nova ']' 2021-02-10 15:44:17.677 | + lib/nova:create_nova_conf:465 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2021-02-10 15:44:17.702 | + lib/nova:create_nova_conf:466 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2021-02-10 15:44:17.729 | + lib/nova:create_nova_conf:468 : '[' -n /opt/stack/data/nova/instances ']' 2021-02-10 15:44:17.731 | + lib/nova:create_nova_conf:469 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2021-02-10 15:44:17.757 | + lib/nova:create_nova_conf:471 : '[' False '!=' False ']' 2021-02-10 15:44:17.759 | + lib/nova:create_nova_conf:474 : '[' False '!=' False ']' 2021-02-10 15:44:17.762 | + lib/nova:create_nova_conf:479 : is_suse 2021-02-10 15:44:17.764 | + functions-common:is_suse:464 : is_opensuse 2021-02-10 15:44:17.766 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-02-10 15:44:17.768 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-10 15:44:17.771 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-02-10 15:44:17.773 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-02-10 15:44:17.776 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-10 15:44:17.778 | + lib/nova:create_nova_conf:484 : setup_logging /etc/nova/nova.conf 2021-02-10 15:44:17.780 | + functions:setup_logging:698 : setup_systemd_logging /etc/nova/nova.conf 2021-02-10 15:44:17.783 | + functions:setup_systemd_logging:713 : local conf_file=/etc/nova/nova.conf 2021-02-10 15:44:17.785 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2021-02-10 15:44:17.801 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2021-02-10 15:44:17.803 | + functions:setup_systemd_logging:719 : local pidstr= 2021-02-10 15:44:17.805 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2021-02-10 15:44:17.808 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2021-02-10 15:44:17.810 | + functions:setup_systemd_logging:726 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-02-10 15:44:17.835 | + functions:setup_systemd_logging:728 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-02-10 15:44:17.859 | + functions:setup_systemd_logging:729 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-02-10 15:44:17.883 | + functions:setup_systemd_logging:730 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-02-10 15:44:17.909 | + lib/nova:create_nova_conf:486 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2021-02-10 15:44:17.935 | + lib/nova:create_nova_conf:488 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2021-02-10 15:44:17.938 | + lib/apache:write_uwsgi_config:257 : local file=/etc/nova/nova-api-uwsgi.ini 2021-02-10 15:44:17.940 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/nova-api-wsgi 2021-02-10 15:44:17.942 | + lib/apache:write_uwsgi_config:259 : local url=/compute 2021-02-10 15:44:17.945 | + lib/apache:write_uwsgi_config:260 : local http= 2021-02-10 15:44:17.947 | + lib/apache:write_uwsgi_config:261 : local name= 2021-02-10 15:44:17.950 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/nova-api-wsgi 2021-02-10 15:44:17.953 | + lib/apache:write_uwsgi_config:262 : name=nova-api-wsgi 2021-02-10 15:44:17.956 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2021-02-10 15:44:17.958 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2021-02-10 15:44:17.970 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-02-10 15:44:17.970 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-02-10 15:44:17.977 | d /var/run/uwsgi 0755 ubuntu root 2021-02-10 15:44:17.980 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-02-10 15:44:17.994 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2021-02-10 15:44:17.996 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/nova/nova-api-uwsgi.ini 2021-02-10 15:44:18.000 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2021-02-10 15:44:18.026 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2021-02-10 15:44:18.050 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2021-02-10 15:44:18.074 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2021-02-10 15:44:18.099 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2021-02-10 15:44:18.123 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-02-10 15:44:18.148 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2021-02-10 15:44:18.172 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2021-02-10 15:44:18.197 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2021-02-10 15:44:18.221 | + lib/apache:write_uwsgi_config:293 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-02-10 15:44:18.246 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2021-02-10 15:44:18.270 | + lib/apache:write_uwsgi_config:297 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-02-10 15:44:18.296 | + lib/apache:write_uwsgi_config:299 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2021-02-10 15:44:18.321 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2021-02-10 15:44:18.323 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2021-02-10 15:44:18.326 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for nova-api-wsgi 2021-02-10 15:44:18.329 | ++ lib/apache:apache_site_config_for:189 : local site=nova-api-wsgi 2021-02-10 15:44:18.331 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-02-10 15:44:18.333 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:44:18.336 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:44:18.338 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2021-02-10 15:44:18.341 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2021-02-10 15:44:18.343 | + lib/apache:write_uwsgi_config:307 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2021-02-10 15:44:18.367 | + lib/apache:write_uwsgi_config:308 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2021-02-10 15:44:18.392 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 ' 2021-02-10 15:44:18.392 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2021-02-10 15:44:18.400 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 2021-02-10 15:44:18.403 | + lib/apache:write_uwsgi_config:310 : enable_apache_site nova-api-wsgi 2021-02-10 15:44:18.406 | + lib/apache:enable_apache_site:206 : local site=nova-api-wsgi 2021-02-10 15:44:18.408 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-02-10 15:44:18.411 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-02-10 15:44:18.413 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-10 15:44:18.415 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:44:18.418 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:44:18.420 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-02-10 15:44:18.422 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-02-10 15:44:18.425 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:44:18.427 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:44:18.429 | + lib/apache:enable_apache_site:210 : sudo a2ensite nova-api-wsgi 2021-02-10 15:44:18.488 | Enabling site nova-api-wsgi. 2021-02-10 15:44:18.494 | To activate the new configuration, you need to run: 2021-02-10 15:44:18.494 | systemctl reload apache2 2021-02-10 15:44:18.499 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2021-02-10 15:44:18.501 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-02-10 15:44:18.503 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-02-10 15:44:18.506 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-02-10 15:44:18.645 | + lib/nova:create_nova_conf:489 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2021-02-10 15:44:18.647 | + lib/apache:write_uwsgi_config:257 : local file=/etc/nova/nova-metadata-uwsgi.ini 2021-02-10 15:44:18.651 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2021-02-10 15:44:18.652 | + lib/apache:write_uwsgi_config:259 : local url= 2021-02-10 15:44:18.654 | + lib/apache:write_uwsgi_config:260 : local http=0.0.0.0:8775 2021-02-10 15:44:18.657 | + lib/apache:write_uwsgi_config:261 : local name= 2021-02-10 15:44:18.660 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/nova-metadata-wsgi 2021-02-10 15:44:18.663 | + lib/apache:write_uwsgi_config:262 : name=nova-metadata-wsgi 2021-02-10 15:44:18.666 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2021-02-10 15:44:18.668 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2021-02-10 15:44:18.680 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-02-10 15:44:18.680 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-02-10 15:44:18.688 | d /var/run/uwsgi 0755 ubuntu root 2021-02-10 15:44:18.691 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-02-10 15:44:18.705 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2021-02-10 15:44:18.708 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2021-02-10 15:44:18.712 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2021-02-10 15:44:18.738 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2021-02-10 15:44:18.763 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2021-02-10 15:44:18.788 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2021-02-10 15:44:18.813 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2021-02-10 15:44:18.839 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2021-02-10 15:44:18.865 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2021-02-10 15:44:18.891 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2021-02-10 15:44:18.916 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2021-02-10 15:44:18.940 | + lib/apache:write_uwsgi_config:293 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-02-10 15:44:18.965 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2021-02-10 15:44:18.996 | + lib/apache:write_uwsgi_config:297 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2021-02-10 15:44:19.023 | + lib/apache:write_uwsgi_config:299 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2021-02-10 15:44:19.057 | + lib/apache:write_uwsgi_config:302 : [[ -n 0.0.0.0:8775 ]] 2021-02-10 15:44:19.059 | + lib/apache:write_uwsgi_config:303 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2021-02-10 15:44:19.084 | + lib/nova:create_nova_conf:491 : is_service_enabled ceilometer 2021-02-10 15:44:19.101 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:44:19.104 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2021-02-10 15:44:19.133 | ++ lib/nova:create_nova_conf:500 : get_notification_url 2021-02-10 15:44:19.135 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2021-02-10 15:44:19.138 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2021-02-10 15:44:19.154 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:44:19.156 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2021-02-10 15:44:19.159 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2021-02-10 15:44:19.184 | + lib/nova:create_nova_conf:501 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2021-02-10 15:44:19.211 | + lib/nova:create_nova_conf:502 : iniset_rpc_backend nova /etc/nova/nova.conf 2021-02-10 15:44:19.214 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-02-10 15:44:19.216 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2021-02-10 15:44:19.219 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-02-10 15:44:19.221 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-02-10 15:44:19.229 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-02-10 15:44:19.248 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:44:19.252 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-02-10 15:44:19.254 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-02-10 15:44:19.257 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-02-10 15:44:19.273 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:44:19.275 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2021-02-10 15:44:19.279 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2021-02-10 15:44:19.305 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-02-10 15:44:19.308 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-02-10 15:44:19.310 | + lib/nova:create_nova_conf:504 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2021-02-10 15:44:19.337 | + lib/nova:create_nova_conf:505 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2021-02-10 15:44:19.363 | + lib/nova:create_nova_conf:507 : iniset /etc/nova/nova.conf conductor workers 2 2021-02-10 15:44:19.392 | + lib/nova:create_nova_conf:509 : is_service_enabled tls-proxy 2021-02-10 15:44:19.409 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:44:19.411 | + lib/nova:create_nova_conf:514 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2021-02-10 15:44:19.438 | + lib/nova:create_nova_conf:516 : '[' False == True ']' 2021-02-10 15:44:19.440 | + lib/nova:create_nova_conf:520 : is_service_enabled n-cond 2021-02-10 15:44:19.456 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:44:19.459 | ++ lib/nova:create_nova_conf:521 : seq 1 1 2021-02-10 15:44:19.462 | + lib/nova:create_nova_conf:521 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-10 15:44:19.464 | + lib/nova:create_nova_conf:522 : local conf 2021-02-10 15:44:19.467 | + lib/nova:create_nova_conf:523 : local vhost 2021-02-10 15:44:19.470 | ++ lib/nova:create_nova_conf:524 : conductor_conf 1 2021-02-10 15:44:19.472 | ++ lib/nova:conductor_conf:734 : local cell=1 2021-02-10 15:44:19.475 | ++ lib/nova:conductor_conf:735 : echo /etc/nova/nova_cell1.conf 2021-02-10 15:44:19.478 | + lib/nova:create_nova_conf:524 : conf=/etc/nova/nova_cell1.conf 2021-02-10 15:44:19.481 | + lib/nova:create_nova_conf:525 : vhost=nova_cell1 2021-02-10 15:44:19.484 | + lib/nova:create_nova_conf:527 : rm -f /etc/nova/nova_cell1.conf 2021-02-10 15:44:19.489 | ++ lib/nova:create_nova_conf:528 : database_connection_url nova_cell1 2021-02-10 15:44:19.491 | ++ lib/database:database_connection_url:132 : local db=nova_cell1 2021-02-10 15:44:19.495 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell1 2021-02-10 15:44:19.497 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell1 2021-02-10 15:44:19.499 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2021-02-10 15:44:19.502 | + lib/nova:create_nova_conf:528 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2021-02-10 15:44:19.531 | + lib/nova:create_nova_conf:529 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2021-02-10 15:44:19.558 | + lib/nova:create_nova_conf:530 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2021-02-10 15:44:19.585 | + lib/nova:create_nova_conf:532 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-02-10 15:44:19.587 | + lib/nova:create_nova_conf:535 : rpc_backend_add_vhost nova_cell1 2021-02-10 15:44:19.590 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2021-02-10 15:44:19.592 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2021-02-10 15:44:19.608 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:44:19.612 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2021-02-10 15:44:19.612 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2021-02-10 15:44:20.696 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z ']' 2021-02-10 15:44:20.698 | + lib/rpc_backend:rpc_backend_add_vhost:128 : sudo rabbitmqctl add_vhost nova_cell1 2021-02-10 15:44:21.753 | Creating vhost "nova_cell1" 2021-02-10 15:44:21.812 | + lib/rpc_backend:rpc_backend_add_vhost:129 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2021-02-10 15:44:22.886 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" 2021-02-10 15:44:22.909 | + lib/nova:create_nova_conf:536 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2021-02-10 15:44:22.912 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-02-10 15:44:22.914 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2021-02-10 15:44:22.917 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-02-10 15:44:22.919 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2021-02-10 15:44:22.922 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-02-10 15:44:22.937 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:44:22.940 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2021-02-10 15:44:22.943 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2021-02-10 15:44:22.945 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-02-10 15:44:22.960 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:44:22.962 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/nova_cell1 2021-02-10 15:44:22.965 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/nova_cell1 2021-02-10 15:44:22.989 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-02-10 15:44:22.992 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-02-10 15:44:22.994 | + lib/nova:create_nova_conf:540 : is_service_enabled placement placement-client 2021-02-10 15:44:23.010 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:44:23.013 | + lib/nova:create_nova_conf:541 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2021-02-10 15:44:23.015 | + lib/nova:configure_placement_nova_compute:569 : local conf=/etc/nova/nova_cell1.conf 2021-02-10 15:44:23.017 | + lib/nova:configure_placement_nova_compute:570 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2021-02-10 15:44:23.045 | + lib/nova:configure_placement_nova_compute:571 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.71/identity 2021-02-10 15:44:23.070 | + lib/nova:configure_placement_nova_compute:572 : iniset /etc/nova/nova_cell1.conf placement username placement 2021-02-10 15:44:23.096 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2021-02-10 15:44:23.122 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2021-02-10 15:44:23.147 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova_cell1.conf placement project_name service 2021-02-10 15:44:23.172 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2021-02-10 15:44:23.198 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2021-02-10 15:44:23.223 | + lib/nova:create_nova_conf:545 : setup_logging /etc/nova/nova_cell1.conf 2021-02-10 15:44:23.225 | + functions:setup_logging:698 : setup_systemd_logging /etc/nova/nova_cell1.conf 2021-02-10 15:44:23.227 | + functions:setup_systemd_logging:713 : local conf_file=/etc/nova/nova_cell1.conf 2021-02-10 15:44:23.230 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2021-02-10 15:44:23.247 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2021-02-10 15:44:23.249 | + functions:setup_systemd_logging:719 : local pidstr= 2021-02-10 15:44:23.252 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2021-02-10 15:44:23.255 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2021-02-10 15:44:23.257 | + functions:setup_systemd_logging:726 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-02-10 15:44:23.283 | + functions:setup_systemd_logging:728 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-02-10 15:44:23.308 | + functions:setup_systemd_logging:729 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-02-10 15:44:23.334 | + functions:setup_systemd_logging:730 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-02-10 15:44:23.359 | + lib/nova:create_nova_conf:552 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-02-10 15:44:23.362 | ++ lib/nova:create_nova_conf:555 : seq 1 1 2021-02-10 15:44:23.366 | + lib/nova:create_nova_conf:555 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-10 15:44:23.368 | + lib/nova:create_nova_conf:556 : local conf 2021-02-10 15:44:23.370 | + lib/nova:create_nova_conf:557 : local offset 2021-02-10 15:44:23.373 | ++ lib/nova:create_nova_conf:558 : conductor_conf 1 2021-02-10 15:44:23.376 | ++ lib/nova:conductor_conf:734 : local cell=1 2021-02-10 15:44:23.378 | ++ lib/nova:conductor_conf:735 : echo /etc/nova/nova_cell1.conf 2021-02-10 15:44:23.381 | + lib/nova:create_nova_conf:558 : conf=/etc/nova/nova_cell1.conf 2021-02-10 15:44:23.383 | + lib/nova:create_nova_conf:559 : offset=0 2021-02-10 15:44:23.386 | + lib/nova:create_nova_conf:560 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2021-02-10 15:44:23.388 | + lib/nova:configure_console_proxies:669 : local conf=/etc/nova/nova_cell1.conf 2021-02-10 15:44:23.391 | + lib/nova:configure_console_proxies:670 : local offset=0 2021-02-10 15:44:23.393 | + lib/nova:configure_console_proxies:674 : offset=0 2021-02-10 15:44:23.395 | + lib/nova:configure_console_proxies:676 : is_service_enabled n-novnc 2021-02-10 15:44:23.410 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:44:23.413 | + lib/nova:configure_console_proxies:676 : is_service_enabled n-xvnc 2021-02-10 15:44:23.428 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:44:23.430 | + lib/nova:configure_console_proxies:676 : '[' False '!=' False ']' 2021-02-10 15:44:23.432 | + lib/nova:configure_console_proxies:710 : is_service_enabled n-spice 2021-02-10 15:44:23.447 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:44:23.449 | + lib/nova:configure_console_proxies:715 : is_service_enabled n-sproxy 2021-02-10 15:44:23.464 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:44:23.467 | + lib/nova:configure_nova:322 : is_service_enabled n-cpu 2021-02-10 15:44:23.486 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:44:23.488 | + ./stack.sh:main:909 : is_service_enabled placement 2021-02-10 15:44:23.505 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:44:23.507 | + ./stack.sh:main:911 : stack_install_service placement 2021-02-10 15:44:23.510 | + lib/stack:stack_install_service:20 : local service=placement 2021-02-10 15:44:23.512 | + lib/stack:stack_install_service:21 : type install_placement 2021-02-10 15:44:23.515 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-02-10 15:44:23.517 | + lib/stack:stack_install_service:32 : install_placement 2021-02-10 15:44:23.520 | + lib/placement:install_placement:137 : install_apache_wsgi 2021-02-10 15:44:23.522 | + lib/apache:install_apache_wsgi:146 : is_ubuntu 2021-02-10 15:44:23.525 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:44:23.527 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:44:23.530 | + lib/apache:install_apache_wsgi:148 : install_package apache2 2021-02-10 15:44:23.532 | + functions-common:install_package:1344 : update_package_repo 2021-02-10 15:44:23.535 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-02-10 15:44:23.537 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-02-10 15:44:23.539 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-02-10 15:44:23.542 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-02-10 15:44:23.544 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-02-10 15:44:23.547 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:44:23.549 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:44:23.551 | + functions-common:update_package_repo:1325 : apt_get_update 2021-02-10 15:44:23.554 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-02-10 15:44:23.556 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-02-10 15:44:23.558 | + functions-common:apt_get_update:1071 : return 2021-02-10 15:44:23.561 | + functions-common:install_package:1345 : real_install_package apache2 2021-02-10 15:44:23.563 | + functions-common:real_install_package:1330 : is_ubuntu 2021-02-10 15:44:23.565 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:44:23.568 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:44:23.570 | + functions-common:real_install_package:1331 : apt_get install apache2 2021-02-10 15:44:23.589 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2021-02-10 15:44:23.709 | Reading package lists... 2021-02-10 15:44:23.973 | Building dependency tree... 2021-02-10 15:44:23.974 | Reading state information... 2021-02-10 15:44:24.204 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-02-10 15:44:24.205 | The following packages were automatically installed and are no longer required: 2021-02-10 15:44:24.205 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-02-10 15:44:24.205 | python3-click python3-colorama python3-configobj python3-constantly 2021-02-10 15:44:24.205 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2021-02-10 15:44:24.205 | python3-pam python3-problem-report python3-pyasn1 2021-02-10 15:44:24.205 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-02-10 15:44:24.205 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-02-10 15:44:24.206 | Use 'sudo apt autoremove' to remove them. 2021-02-10 15:44:24.273 | 0 upgraded, 0 newly installed, 0 to remove and 166 not upgraded. 2021-02-10 15:44:24.278 | + functions-common:apt_get:1115 : result=0 2021-02-10 15:44:24.281 | + functions-common:apt_get:1118 : time_stop apt-get 2021-02-10 15:44:24.283 | + functions-common:time_stop:2306 : local name 2021-02-10 15:44:24.285 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:44:24.288 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:44:24.290 | + functions-common:time_stop:2309 : local total 2021-02-10 15:44:24.293 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:44:24.295 | + functions-common:time_stop:2312 : name=apt-get 2021-02-10 15:44:24.297 | + functions-common:time_stop:2313 : start_time=1612971863587 2021-02-10 15:44:24.300 | + functions-common:time_stop:2315 : [[ -z 1612971863587 ]] 2021-02-10 15:44:24.303 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:44:24.306 | + functions-common:time_stop:2318 : end_time=1612971864303 2021-02-10 15:44:24.309 | + functions-common:time_stop:2319 : elapsed_time=716 2021-02-10 15:44:24.311 | + functions-common:time_stop:2320 : total=222495 2021-02-10 15:44:24.313 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:44:24.316 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=223211 2021-02-10 15:44:24.318 | + functions-common:apt_get:1119 : return 0 2021-02-10 15:44:24.321 | + lib/apache:install_apache_wsgi:149 : is_package_installed libapache2-mod-wsgi 2021-02-10 15:44:24.324 | + functions-common:is_package_installed:1353 : [[ -z libapache2-mod-wsgi ]] 2021-02-10 15:44:24.326 | + functions-common:is_package_installed:1357 : [[ -z deb ]] 2021-02-10 15:44:24.329 | + functions-common:is_package_installed:1361 : [[ deb = \d\e\b ]] 2021-02-10 15:44:24.331 | + functions-common:is_package_installed:1362 : dpkg -s libapache2-mod-wsgi 2021-02-10 15:44:24.356 | + lib/apache:install_apache_wsgi:152 : install_package libapache2-mod-wsgi-py3 2021-02-10 15:44:24.359 | + functions-common:install_package:1344 : update_package_repo 2021-02-10 15:44:24.362 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-02-10 15:44:24.364 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-02-10 15:44:24.367 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-02-10 15:44:24.369 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-02-10 15:44:24.372 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-02-10 15:44:24.374 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:44:24.377 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:44:24.380 | + functions-common:update_package_repo:1325 : apt_get_update 2021-02-10 15:44:24.382 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-02-10 15:44:24.385 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-02-10 15:44:24.388 | + functions-common:apt_get_update:1071 : return 2021-02-10 15:44:24.390 | + functions-common:install_package:1345 : real_install_package libapache2-mod-wsgi-py3 2021-02-10 15:44:24.393 | + functions-common:real_install_package:1330 : is_ubuntu 2021-02-10 15:44:24.396 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:44:24.399 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:44:24.402 | + functions-common:real_install_package:1331 : apt_get install libapache2-mod-wsgi-py3 2021-02-10 15:44:24.423 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2021-02-10 15:44:24.542 | Reading package lists... 2021-02-10 15:44:24.825 | Building dependency tree... 2021-02-10 15:44:24.826 | Reading state information... 2021-02-10 15:44:25.053 | The following packages were automatically installed and are no longer required: 2021-02-10 15:44:25.054 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-02-10 15:44:25.054 | python3-click python3-colorama python3-configobj python3-constantly 2021-02-10 15:44:25.054 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2021-02-10 15:44:25.054 | python3-pam python3-problem-report python3-pyasn1 2021-02-10 15:44:25.054 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-02-10 15:44:25.054 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-02-10 15:44:25.054 | Use 'sudo apt autoremove' to remove them. 2021-02-10 15:44:25.098 | The following NEW packages will be installed: 2021-02-10 15:44:25.098 | libapache2-mod-wsgi-py3 2021-02-10 15:44:25.512 | 0 upgraded, 1 newly installed, 0 to remove and 166 not upgraded. 2021-02-10 15:44:25.512 | Need to get 88.3 kB of archives. 2021-02-10 15:44:25.512 | After this operation, 278 kB of additional disk space will be used. 2021-02-10 15:44:25.513 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libapache2-mod-wsgi-py3 amd64 4.5.17-1ubuntu1 [88.3 kB] 2021-02-10 15:44:26.223 | Fetched 88.3 kB in 1s (159 kB/s) 2021-02-10 15:44:26.279 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2021-02-10 15:44:26.320 | (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 ... 77587 files and directories currently installed.) 2021-02-10 15:44:26.324 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.5.17-1ubuntu1_amd64.deb ... 2021-02-10 15:44:26.328 | Unpacking libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2021-02-10 15:44:26.413 | Setting up libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2021-02-10 15:44:26.603 | apache2_invoke: Enable module wsgi 2021-02-10 15:44:28.967 | + functions-common:apt_get:1115 : result=0 2021-02-10 15:44:28.970 | + functions-common:apt_get:1118 : time_stop apt-get 2021-02-10 15:44:28.972 | + functions-common:time_stop:2306 : local name 2021-02-10 15:44:28.974 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:44:28.977 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:44:28.979 | + functions-common:time_stop:2309 : local total 2021-02-10 15:44:28.982 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:44:28.984 | + functions-common:time_stop:2312 : name=apt-get 2021-02-10 15:44:28.987 | + functions-common:time_stop:2313 : start_time=1612971864420 2021-02-10 15:44:28.989 | + functions-common:time_stop:2315 : [[ -z 1612971864420 ]] 2021-02-10 15:44:28.992 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:44:28.997 | + functions-common:time_stop:2318 : end_time=1612971868993 2021-02-10 15:44:29.000 | + functions-common:time_stop:2319 : elapsed_time=4573 2021-02-10 15:44:29.002 | + functions-common:time_stop:2320 : total=223211 2021-02-10 15:44:29.004 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:44:29.007 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=227784 2021-02-10 15:44:29.009 | + functions-common:apt_get:1119 : return 0 2021-02-10 15:44:29.012 | + lib/apache:install_apache_wsgi:167 : enable_apache_mod wsgi 2021-02-10 15:44:29.014 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2021-02-10 15:44:29.017 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-10 15:44:29.019 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:44:29.022 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:44:29.024 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2021-02-10 15:44:29.027 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2021-02-10 15:44:29.079 | wsgi (enabled by maintainer script) 2021-02-10 15:44:29.083 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2021-02-10 15:44:29.086 | + inc/python:pip_install_gr:76 : local name=osc-placement 2021-02-10 15:44:29.088 | + inc/python:pip_install_gr:77 : local clean_name 2021-02-10 15:44:29.091 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2021-02-10 15:44:29.094 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2021-02-10 15:44:29.097 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-02-10 15:44:29.101 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2021-02-10 15:44:29.101 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-02-10 15:44:29.105 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2021-02-10 15:44:29.108 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2021-02-10 15:44:29.110 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2021-02-10 15:44:29.113 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2021-02-10 15:44:29.116 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2021-02-10 15:44:29.136 | Using python 3.6 to install osc-placement 2021-02-10 15:44:29.138 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt osc-placement 2021-02-10 15:44:30.307 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:44:30.307 | from cryptography.utils import int_from_bytes 2021-02-10 15:44:30.307 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:44:30.307 | from cryptography.utils import int_from_bytes 2021-02-10 15:44:31.456 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:44:31.456 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-10 15:44:31.465 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:44:31.468 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:44:31.475 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:44:31.616 | Collecting osc-placement===2.2.0 2021-02-10 15:44:31.624 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/740/05aba1d3f5eed/osc_placement-2.2.0-py3-none-any.whl (57 kB) 2021-02-10 15:44:31.728 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (4.7.0) 2021-02-10 15:44:31.747 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (20.9) 2021-02-10 15:44:31.753 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) (5.5.1) 2021-02-10 15:44:31.756 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (2.4.7) 2021-02-10 15:44:31.760 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (2021.1) 2021-02-10 15:44:31.764 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 488)) (3.17.2) 2021-02-10 15:44:31.768 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 489)) (1.15.0) 2021-02-10 15:44:31.771 | Requirement already satisfied: osc-lib===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (2.3.1) 2021-02-10 15:44:31.788 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (4.3.0) 2021-02-10 15:44:31.854 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (0.1.14) 2021-02-10 15:44:31.858 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) (0.10.9) 2021-02-10 15:44:31.861 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) (0.8.0) 2021-02-10 15:44:31.868 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (2.2.0) 2021-02-10 15:44:31.877 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (5.0.1) 2021-02-10 15:44:31.883 | Requirement already satisfied: cliff===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (3.6.0) 2021-02-10 15:44:31.897 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (3.3.0) 2021-02-10 15:44:31.907 | Requirement already satisfied: openstacksdk===0.53.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (0.53.0) 2021-02-10 15:44:31.939 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (1.7.0) 2021-02-10 15:44:31.943 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 453)) (2.25.1) 2021-02-10 15:44:31.965 | Requirement already satisfied: importlib-resources===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) (3.3.1) 2021-02-10 15:44:31.985 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (1.12.1) 2021-02-10 15:44:31.988 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (1.5.0) 2021-02-10 15:44:32.051 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (0.7.2) 2021-02-10 15:44:32.054 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-02-10 15:44:32.058 | Requirement already satisfied: importlib-metadata===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (3.4.0) 2021-02-10 15:44:32.099 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 461)) (1.4.0) 2021-02-10 15:44:32.101 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) (2.5.0) 2021-02-10 15:44:32.125 | Requirement already satisfied: jsonpatch===1.28 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (1.28) 2021-02-10 15:44:32.130 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.2) 2021-02-10 15:44:32.137 | Requirement already satisfied: cryptography===3.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (3.4.4) 2021-02-10 15:44:32.181 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4) 2021-02-10 15:44:32.184 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (0.10.0) 2021-02-10 15:44:32.188 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (4.4.2) 2021-02-10 15:44:32.192 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5) 2021-02-10 15:44:32.195 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (4.0.0) 2021-02-10 15:44:32.198 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (2.10) 2021-02-10 15:44:32.202 | Requirement already satisfied: urllib3===1.26.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 563)) (1.26.3) 2021-02-10 15:44:32.225 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 591)) (3.4.0) 2021-02-10 15:44:32.253 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) (0.4.4) 2021-02-10 15:44:32.257 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375)) (1.8.1) 2021-02-10 15:44:32.260 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-02-10 15:44:32.306 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (0.2.5) 2021-02-10 15:44:32.311 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (3.7.4.3) 2021-02-10 15:44:32.316 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (2.0) 2021-02-10 15:44:32.320 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.4) 2021-02-10 15:44:32.324 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (2.20) 2021-02-10 15:44:34.262 | Installing collected packages: osc-placement 2021-02-10 15:44:34.443 | Successfully installed osc-placement-2.2.0 2021-02-10 15:44:34.582 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:44:34.582 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:44:34.685 | + inc/python:pip_install:200 : result=0 2021-02-10 15:44:34.688 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:44:34.690 | + functions-common:time_stop:2306 : local name 2021-02-10 15:44:34.693 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:44:34.695 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:44:34.698 | + functions-common:time_stop:2309 : local total 2021-02-10 15:44:34.700 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:44:34.703 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:44:34.705 | + functions-common:time_stop:2313 : start_time=1612971869131 2021-02-10 15:44:34.708 | + functions-common:time_stop:2315 : [[ -z 1612971869131 ]] 2021-02-10 15:44:34.711 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:44:34.714 | + functions-common:time_stop:2318 : end_time=1612971874712 2021-02-10 15:44:34.717 | + functions-common:time_stop:2319 : elapsed_time=5581 2021-02-10 15:44:34.719 | + functions-common:time_stop:2320 : total=242723 2021-02-10 15:44:34.722 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:44:34.724 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=248304 2021-02-10 15:44:34.727 | + inc/python:pip_install:203 : return 0 2021-02-10 15:44:34.729 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2021-02-10 15:44:34.732 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/placement.git 2021-02-10 15:44:34.734 | + functions-common:git_clone:526 : local git_dest=/opt/stack/placement 2021-02-10 15:44:34.737 | + functions-common:git_clone:527 : local git_ref=master 2021-02-10 15:44:34.739 | + functions-common:git_clone:528 : local orig_dir 2021-02-10 15:44:34.742 | ++ functions-common:git_clone:529 : pwd 2021-02-10 15:44:34.745 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-02-10 15:44:34.747 | + functions-common:git_clone:530 : local git_clone_flags= 2021-02-10 15:44:34.750 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-02-10 15:44:34.767 | + functions-common:git_clone:532 : RECLONE=False 2021-02-10 15:44:34.769 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-02-10 15:44:34.772 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-02-10 15:44:34.775 | + functions-common:git_clone:546 : echo master 2021-02-10 15:44:34.775 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-02-10 15:44:34.780 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/placement ]] 2021-02-10 15:44:34.783 | + functions-common:git_clone:561 : [[ False = \T\r\u\e ]] 2021-02-10 15:44:34.785 | + functions-common:git_clone:567 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master 2021-02-10 15:44:34.788 | + functions-common:git_timed:619 : local count=0 2021-02-10 15:44:34.790 | + functions-common:git_timed:620 : local timeout=0 2021-02-10 15:44:34.793 | + functions-common:git_timed:622 : [[ -n 0 ]] 2021-02-10 15:44:34.795 | + functions-common:git_timed:623 : timeout=0 2021-02-10 15:44:34.798 | + functions-common:git_timed:626 : time_start git_timed 2021-02-10 15:44:34.800 | + functions-common:time_start:2292 : local name=git_timed 2021-02-10 15:44:34.803 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:44:34.805 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:44:34.808 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:44:34.812 | + functions-common:time_start:2297 : _TIME_START[$name]=1612971874809 2021-02-10 15:44:34.815 | + functions-common:git_timed:627 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master 2021-02-10 15:44:34.818 | Cloning into '/opt/stack/placement'... 2021-02-10 15:44:46.896 | + functions-common:git_timed:641 : time_stop git_timed 2021-02-10 15:44:46.898 | + functions-common:time_stop:2306 : local name 2021-02-10 15:44:46.901 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:44:46.904 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:44:46.906 | + functions-common:time_stop:2309 : local total 2021-02-10 15:44:46.909 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:44:46.911 | + functions-common:time_stop:2312 : name=git_timed 2021-02-10 15:44:46.913 | + functions-common:time_stop:2313 : start_time=1612971874809 2021-02-10 15:44:46.916 | + functions-common:time_stop:2315 : [[ -z 1612971874809 ]] 2021-02-10 15:44:46.919 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:44:46.922 | + functions-common:time_stop:2318 : end_time=1612971886920 2021-02-10 15:44:46.925 | + functions-common:time_stop:2319 : elapsed_time=12111 2021-02-10 15:44:46.927 | + functions-common:time_stop:2320 : total=0 2021-02-10 15:44:46.929 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:44:46.932 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=12111 2021-02-10 15:44:46.935 | + functions-common:git_clone:594 : cd /opt/stack/placement 2021-02-10 15:44:46.938 | + functions-common:git_clone:595 : git show --oneline 2021-02-10 15:44:46.938 | + functions-common:git_clone:595 : head -1 2021-02-10 15:44:46.940 | 6805790d policy: Add note about keystone's expansion of roles 2021-02-10 15:44:46.943 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-02-10 15:44:46.945 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2021-02-10 15:44:46.948 | + inc/python:setup_develop:338 : local bindep 2021-02-10 15:44:46.950 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2021-02-10 15:44:46.953 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2021-02-10 15:44:46.955 | + inc/python:setup_develop:344 : local extras= 2021-02-10 15:44:46.958 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2021-02-10 15:44:46.960 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-02-10 15:44:46.963 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2021-02-10 15:44:46.966 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2021-02-10 15:44:46.968 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-02-10 15:44:46.971 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-02-10 15:44:46.974 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2021-02-10 15:44:46.977 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-02-10 15:44:46.980 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2021-02-10 15:44:46.982 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-02-10 15:44:46.984 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-02-10 15:44:46.988 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2021-02-10 15:44:46.993 | + inc/python:_setup_package_with_constraints_edit:383 : name=openstack-placement 2021-02-10 15:44:46.995 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement '-e file:///opt/stack/placement#egg=openstack-placement' 2021-02-10 15:44:47.686 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/placement -e 2021-02-10 15:44:47.689 | + inc/python:setup_package:417 : local bindep=0 2021-02-10 15:44:47.692 | + inc/python:setup_package:418 : local bindep_flag= 2021-02-10 15:44:47.694 | + inc/python:setup_package:419 : local bindep_profiles= 2021-02-10 15:44:47.697 | + inc/python:setup_package:420 : [[ /opt/stack/placement == -bindep* ]] 2021-02-10 15:44:47.699 | + inc/python:setup_package:425 : local project_dir=/opt/stack/placement 2021-02-10 15:44:47.702 | + inc/python:setup_package:426 : local flags=-e 2021-02-10 15:44:47.704 | + inc/python:setup_package:427 : local extras= 2021-02-10 15:44:47.707 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-02-10 15:44:47.710 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-02-10 15:44:47.712 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-02-10 15:44:47.715 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-02-10 15:44:47.717 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-02-10 15:44:47.720 | + inc/python:setup_package:445 : pip_install -e /opt/stack/placement 2021-02-10 15:44:47.739 | Using python 3.6 to install /opt/stack/placement 2021-02-10 15:44:47.741 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2021-02-10 15:44:48.891 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:44:48.891 | from cryptography.utils import int_from_bytes 2021-02-10 15:44:48.891 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:44:48.891 | from cryptography.utils import int_from_bytes 2021-02-10 15:44:50.055 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:44:50.055 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-10 15:44:50.063 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:44:50.066 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:44:50.073 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:44:50.078 | Obtaining file:///opt/stack/placement 2021-02-10 15:44:51.465 | Obtaining openstack-placement from file:///opt/stack/placement#egg=openstack-placement (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-02-10 15:44:52.861 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2021-02-10 15:44:52.873 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23) 2021-02-10 15:44:52.905 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2021-02-10 15:44:52.920 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (3.2.0) 2021-02-10 15:44:52.952 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) (9.2.0) 2021-02-10 15:44:53.011 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) (1.0.1) 2021-02-10 15:44:53.016 | Requirement already satisfied: os-resource-classes===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (1.0.0) 2021-02-10 15:44:53.021 | Requirement already satisfied: os-traits===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (2.4.0) 2021-02-10 15:44:53.026 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (2.7.0) 2021-02-10 15:44:53.067 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (4.4.0) 2021-02-10 15:44:53.079 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (8.4.0) 2021-02-10 15:44:53.126 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (3.1.1) 2021-02-10 15:44:53.133 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (8.4.0) 2021-02-10 15:44:53.188 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (5.0.1) 2021-02-10 15:44:53.195 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (4.4.0) 2021-02-10 15:44:53.240 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (4.1.1) 2021-02-10 15:44:53.260 | Requirement already satisfied: oslo.policy===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.6.0) 2021-02-10 15:44:53.277 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (4.1.0) 2021-02-10 15:44:53.288 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (1.3.0) 2021-02-10 15:44:53.299 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (4.7.0) 2021-02-10 15:44:53.319 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (20.9) 2021-02-10 15:44:53.326 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (5.5.1) 2021-02-10 15:44:53.329 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) (0.7.2) 2021-02-10 15:44:53.332 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (3.1.1) 2021-02-10 15:44:53.343 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (0.9.6) 2021-02-10 15:44:53.346 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375)) (2.4.7) 2021-02-10 15:44:53.350 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 379)) (0.17.3) 2021-02-10 15:44:53.355 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) (2.8.1) 2021-02-10 15:44:53.361 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) (4.2.0) 2021-02-10 15:44:53.381 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (2021.1) 2021-02-10 15:44:53.386 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 453)) (0.7) 2021-02-10 15:44:53.394 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (2.25.1) 2021-02-10 15:44:53.416 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 467)) (1.4.0) 2021-02-10 15:44:53.421 | Requirement already satisfied: setuptools===53.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (53.0.0) 2021-02-10 15:44:53.470 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (1.15.0) 2021-02-10 15:44:53.473 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (0.13.0) 2021-02-10 15:44:53.485 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) (0.4.1) 2021-02-10 15:44:53.488 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (3.3.0) 2021-02-10 15:44:53.491 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (3.3.0) 2021-02-10 15:44:53.501 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (2.0.1) 2021-02-10 15:44:53.511 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (0.5.0) 2021-02-10 15:44:53.518 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (2.4.0) 2021-02-10 15:44:53.538 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (1.4.0) 2021-02-10 15:44:53.542 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.1.0) 2021-02-10 15:44:53.550 | Requirement already satisfied: urllib3===1.26.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (1.26.3) 2021-02-10 15:44:53.573 | Requirement already satisfied: importlib-metadata===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (3.4.0) 2021-02-10 15:44:53.613 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-02-10 15:44:53.659 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (4.3.0) 2021-02-10 15:44:53.727 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.2) 2021-02-10 15:44:53.733 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (0.14.1) 2021-02-10 15:44:53.739 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) (0.8.0) 2021-02-10 15:44:53.746 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-02-10 15:44:53.750 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (2.2.0) 2021-02-10 15:44:53.758 | Requirement already satisfied: alembic===1.5.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.4) 2021-02-10 15:44:53.768 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3) 2021-02-10 15:44:53.776 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (1.0.2) 2021-02-10 15:44:53.779 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) (0.10.9) 2021-02-10 15:44:53.783 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (0.1.14) 2021-02-10 15:44:53.786 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (2.10) 2021-02-10 15:44:53.790 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5) 2021-02-10 15:44:53.793 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (4.0.0) 2021-02-10 15:44:53.797 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (4.4.2) 2021-02-10 15:44:53.801 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2021-02-10 15:44:53.803 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (3.0.0) 2021-02-10 15:44:53.815 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) (1.6.0) 2021-02-10 15:44:53.818 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (1.0.0) 2021-02-10 15:44:53.821 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.0.0) 2021-02-10 15:44:53.824 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.4.0) 2021-02-10 15:44:53.827 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (3.7.4.3) 2021-02-10 15:44:53.832 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 592)) (3.4.0) 2021-02-10 15:44:53.861 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (1.7.0) 2021-02-10 15:44:53.866 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (1.5) 2021-02-10 15:44:53.868 | Requirement already satisfied: importlib-resources===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) (3.3.1) 2021-02-10 15:44:53.888 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (1.12.1) 2021-02-10 15:44:53.891 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 404)) (1.0.4) 2021-02-10 15:44:53.894 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4) 2021-02-10 15:44:53.903 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2021-02-10 15:44:55.634 | Installing collected packages: openstack-placement 2021-02-10 15:44:55.636 | Running setup.py develop for openstack-placement 2021-02-10 15:44:57.321 | Successfully installed openstack-placement 2021-02-10 15:44:57.461 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:44:57.461 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:44:57.581 | + inc/python:pip_install:200 : result=0 2021-02-10 15:44:57.584 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:44:57.586 | + functions-common:time_stop:2306 : local name 2021-02-10 15:44:57.589 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:44:57.591 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:44:57.593 | + functions-common:time_stop:2309 : local total 2021-02-10 15:44:57.596 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:44:57.598 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:44:57.601 | + functions-common:time_stop:2313 : start_time=1612971887734 2021-02-10 15:44:57.603 | + functions-common:time_stop:2315 : [[ -z 1612971887734 ]] 2021-02-10 15:44:57.606 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:44:57.609 | + functions-common:time_stop:2318 : end_time=1612971897607 2021-02-10 15:44:57.611 | + functions-common:time_stop:2319 : elapsed_time=9873 2021-02-10 15:44:57.614 | + functions-common:time_stop:2320 : total=248304 2021-02-10 15:44:57.616 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:44:57.619 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=258177 2021-02-10 15:44:57.621 | + inc/python:pip_install:203 : return 0 2021-02-10 15:44:57.624 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-02-10 15:44:57.626 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-02-10 15:44:57.629 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-02-10 15:44:57.647 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-02-10 15:44:57.659 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/placement 2021-02-10 15:44:57.662 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2021-02-10 15:44:57.664 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:44:57.667 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:44:57.670 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/placement, ]] 2021-02-10 15:44:57.672 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:44:57.675 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-02-10 15:44:57.677 | + ./stack.sh:main:912 : configure_placement 2021-02-10 15:44:57.680 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2021-02-10 15:44:57.692 | + lib/placement:configure_placement:107 : create_placement_conf 2021-02-10 15:44:57.694 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2021-02-10 15:44:57.699 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2021-02-10 15:44:57.701 | ++ lib/database:database_connection_url:132 : local db=placement 2021-02-10 15:44:57.704 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql placement 2021-02-10 15:44:57.706 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=placement 2021-02-10 15:44:57.709 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2021-02-10 15:44:57.712 | + lib/placement:create_placement_conf:97 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2021-02-10 15:44:57.740 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2021-02-10 15:44:57.768 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2021-02-10 15:44:57.796 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2021-02-10 15:44:57.799 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/placement/placement.conf 2021-02-10 15:44:57.801 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=placement 2021-02-10 15:44:57.804 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-02-10 15:44:57.806 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2021-02-10 15:44:57.835 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2021-02-10 15:44:57.862 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.71/identity 2021-02-10 15:44:57.888 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2021-02-10 15:44:57.915 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2021-02-10 15:44:57.942 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2021-02-10 15:44:57.969 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2021-02-10 15:44:57.996 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2021-02-10 15:44:58.029 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-02-10 15:44:58.058 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2021-02-10 15:44:58.086 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2021-02-10 15:44:58.090 | + functions:setup_logging:698 : setup_systemd_logging /etc/placement/placement.conf 2021-02-10 15:44:58.093 | + functions:setup_systemd_logging:713 : local conf_file=/etc/placement/placement.conf 2021-02-10 15:44:58.097 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2021-02-10 15:44:58.116 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2021-02-10 15:44:58.118 | + functions:setup_systemd_logging:719 : local pidstr= 2021-02-10 15:44:58.121 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2021-02-10 15:44:58.123 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2021-02-10 15:44:58.126 | + functions:setup_systemd_logging:726 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-02-10 15:44:58.151 | + functions:setup_systemd_logging:728 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-02-10 15:44:58.178 | + functions:setup_systemd_logging:729 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-02-10 15:44:58.205 | + functions:setup_systemd_logging:730 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-02-10 15:44:58.231 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2021-02-10 15:44:58.233 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2021-02-10 15:44:58.236 | + lib/apache:write_uwsgi_config:257 : local file=/etc/placement/placement-uwsgi.ini 2021-02-10 15:44:58.238 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/placement-api 2021-02-10 15:44:58.241 | + lib/apache:write_uwsgi_config:259 : local url=/placement 2021-02-10 15:44:58.244 | + lib/apache:write_uwsgi_config:260 : local http= 2021-02-10 15:44:58.246 | + lib/apache:write_uwsgi_config:261 : local name= 2021-02-10 15:44:58.250 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/placement-api 2021-02-10 15:44:58.253 | + lib/apache:write_uwsgi_config:262 : name=placement-api 2021-02-10 15:44:58.256 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2021-02-10 15:44:58.259 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2021-02-10 15:44:58.272 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-02-10 15:44:58.272 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-02-10 15:44:58.280 | d /var/run/uwsgi 0755 ubuntu root 2021-02-10 15:44:58.283 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-02-10 15:44:58.298 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/placement-api.socket 2021-02-10 15:44:58.300 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/placement/placement-uwsgi.ini 2021-02-10 15:44:58.304 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2021-02-10 15:44:58.332 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2021-02-10 15:44:58.360 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2021-02-10 15:44:58.386 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2021-02-10 15:44:58.412 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2021-02-10 15:44:58.438 | + lib/apache:write_uwsgi_config:287 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2021-02-10 15:44:58.465 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2021-02-10 15:44:58.492 | + lib/apache:write_uwsgi_config:289 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2021-02-10 15:44:58.519 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2021-02-10 15:44:58.546 | + lib/apache:write_uwsgi_config:293 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-02-10 15:44:58.572 | + lib/apache:write_uwsgi_config:295 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2021-02-10 15:44:58.598 | + lib/apache:write_uwsgi_config:297 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2021-02-10 15:44:58.625 | + lib/apache:write_uwsgi_config:299 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2021-02-10 15:44:58.650 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2021-02-10 15:44:58.653 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2021-02-10 15:44:58.656 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for placement-api 2021-02-10 15:44:58.659 | ++ lib/apache:apache_site_config_for:189 : local site=placement-api 2021-02-10 15:44:58.661 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-02-10 15:44:58.664 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:44:58.667 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:44:58.669 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/placement-api.conf 2021-02-10 15:44:58.672 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2021-02-10 15:44:58.675 | + lib/apache:write_uwsgi_config:307 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2021-02-10 15:44:58.704 | + lib/apache:write_uwsgi_config:308 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2021-02-10 15:44:58.730 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 ' 2021-02-10 15:44:58.730 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2021-02-10 15:44:58.737 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 2021-02-10 15:44:58.741 | + lib/apache:write_uwsgi_config:310 : enable_apache_site placement-api 2021-02-10 15:44:58.743 | + lib/apache:enable_apache_site:206 : local site=placement-api 2021-02-10 15:44:58.746 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-02-10 15:44:58.748 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-02-10 15:44:58.751 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-02-10 15:44:58.753 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:44:58.756 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:44:58.758 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-02-10 15:44:58.761 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-02-10 15:44:58.763 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:44:58.766 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:44:58.768 | + lib/apache:enable_apache_site:210 : sudo a2ensite placement-api 2021-02-10 15:44:58.827 | Enabling site placement-api. 2021-02-10 15:44:58.833 | To activate the new configuration, you need to run: 2021-02-10 15:44:58.833 | systemctl reload apache2 2021-02-10 15:44:58.840 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2021-02-10 15:44:58.843 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-02-10 15:44:58.846 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-02-10 15:44:58.849 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-02-10 15:44:59.016 | + ./stack.sh:main:919 : is_service_enabled placement placement-client 2021-02-10 15:44:59.034 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:44:59.037 | + ./stack.sh:main:920 : is_service_enabled n-cpu 2021-02-10 15:44:59.054 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:44:59.057 | + ./stack.sh:main:920 : is_service_enabled n-sch 2021-02-10 15:44:59.077 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:44:59.080 | + ./stack.sh:main:921 : configure_placement_nova_compute 2021-02-10 15:44:59.082 | + lib/nova:configure_placement_nova_compute:569 : local conf=/etc/nova/nova.conf 2021-02-10 15:44:59.085 | + lib/nova:configure_placement_nova_compute:570 : iniset /etc/nova/nova.conf placement auth_type password 2021-02-10 15:44:59.113 | + lib/nova:configure_placement_nova_compute:571 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.71/identity 2021-02-10 15:44:59.138 | + lib/nova:configure_placement_nova_compute:572 : iniset /etc/nova/nova.conf placement username placement 2021-02-10 15:44:59.165 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-02-10 15:44:59.191 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-02-10 15:44:59.218 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova.conf placement project_name service 2021-02-10 15:44:59.245 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-02-10 15:44:59.271 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova.conf placement region_name RegionOne 2021-02-10 15:44:59.298 | + ./stack.sh:main:925 : is_service_enabled horizon 2021-02-10 15:44:59.314 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:44:59.317 | + ./stack.sh:main:930 : is_service_enabled tls-proxy 2021-02-10 15:44:59.333 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:44:59.336 | + ./stack.sh:main:938 : run_phase stack install 2021-02-10 15:44:59.338 | + functions-common:run_phase:1734 : local mode=stack 2021-02-10 15:44:59.340 | + functions-common:run_phase:1735 : local phase=install 2021-02-10 15:44:59.343 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-02-10 15:44:59.345 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-02-10 15:44:59.348 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-02-10 15:44:59.350 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-02-10 15:44:59.353 | + functions-common:run_phase:1744 : local extra 2021-02-10 15:44:59.356 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-02-10 15:44:59.359 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-02-10 15:44:59.362 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-02-10 15:44:59.364 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-02-10 15:44:59.367 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2021-02-10 15:44:59.370 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-02-10 15:44:59.385 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:44:59.387 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-02-10 15:44:59.390 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-02-10 15:44:59.392 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2021-02-10 15:44:59.394 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2021-02-10 15:44:59.396 | ++ ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:44:59.399 | ++ ./stack.sh:echo_summary:422 : echo -e Installing Tempest 2021-02-10 15:44:59.401 | ++ extras.d/80-tempest.sh:source:9 : install_tempest 2021-02-10 15:44:59.404 | ++ lib/tempest:install_tempest:697 : git_clone https://opendev.org/openstack/tempest.git /opt/stack/tempest master 2021-02-10 15:44:59.406 | ++ functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/tempest.git 2021-02-10 15:44:59.408 | ++ functions-common:git_clone:526 : local git_dest=/opt/stack/tempest 2021-02-10 15:44:59.410 | ++ functions-common:git_clone:527 : local git_ref=master 2021-02-10 15:44:59.412 | ++ functions-common:git_clone:528 : local orig_dir 2021-02-10 15:44:59.415 | +++ functions-common:git_clone:529 : pwd 2021-02-10 15:44:59.417 | ++ functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-02-10 15:44:59.419 | ++ functions-common:git_clone:530 : local git_clone_flags= 2021-02-10 15:44:59.422 | +++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-02-10 15:44:59.436 | ++ functions-common:git_clone:532 : RECLONE=False 2021-02-10 15:44:59.439 | ++ functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-02-10 15:44:59.441 | ++ functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-02-10 15:44:59.444 | ++ functions-common:git_clone:546 : echo master 2021-02-10 15:44:59.444 | ++ functions-common:git_clone:546 : egrep -q '^refs' 2021-02-10 15:44:59.448 | ++ functions-common:git_clone:560 : [[ ! -d /opt/stack/tempest ]] 2021-02-10 15:44:59.450 | ++ functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-02-10 15:44:59.453 | ++ functions-common:git_clone:594 : cd /opt/stack/tempest 2021-02-10 15:44:59.455 | ++ functions-common:git_clone:595 : git show --oneline 2021-02-10 15:44:59.456 | ++ functions-common:git_clone:595 : head -1 2021-02-10 15:44:59.462 | f4ddd6f8b Merge "Make _create_loginable_secgroup_rule non-private" 2021-02-10 15:44:59.464 | ++ functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-02-10 15:44:59.467 | ++ lib/tempest:install_tempest:698 : pip_install 'tox!=2.8.0' 2021-02-10 15:44:59.491 | Using python 3.6 to install tox!=2.8.0 2021-02-10 15:44:59.493 | ++ inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'tox!=2.8.0' 2021-02-10 15:45:00.671 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:45:00.672 | from cryptography.utils import int_from_bytes 2021-02-10 15:45:00.672 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:45:00.672 | from cryptography.utils import int_from_bytes 2021-02-10 15:45:01.819 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:45:01.819 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-10 15:45:01.827 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:45:01.830 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:45:01.838 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:45:02.140 | Collecting tox!=2.8.0 2021-02-10 15:45:02.165 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/65d/0e90ceb816638/tox-3.21.4-py2.py3-none-any.whl (84 kB) 2021-02-10 15:45:02.319 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (20.9) 2021-02-10 15:45:02.329 | Requirement already satisfied: importlib-metadata===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (3.4.0) 2021-02-10 15:45:02.373 | Requirement already satisfied: filelock===3.0.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (3.0.12) 2021-02-10 15:45:02.376 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (1.15.0) 2021-02-10 15:45:02.526 | Collecting py===1.10.0 2021-02-10 15:45:02.533 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3b8/0836aa6d1feea/py-1.10.0-py2.py3-none-any.whl (97 kB) 2021-02-10 15:45:02.773 | Collecting pluggy===0.13.1 2021-02-10 15:45:02.780 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/966/c145cd83c9650/pluggy-0.13.1-py2.py3-none-any.whl (18 kB) 2021-02-10 15:45:03.047 | Collecting virtualenv===20.2.1 2021-02-10 15:45:03.062 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/07c/ff122e9d34314/virtualenv-20.2.1-py2.py3-none-any.whl (4.9 MB) 2021-02-10 15:45:03.349 | Collecting toml===0.10.0 2021-02-10 15:45:03.356 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/235/682dd292d5899/toml-0.10.0-py2.py3-none-any.whl (25 kB) 2021-02-10 15:45:03.451 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375)) (2.4.7) 2021-02-10 15:45:03.455 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (3.7.4.3) 2021-02-10 15:45:03.460 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 592)) (3.4.0) 2021-02-10 15:45:03.489 | Requirement already satisfied: distlib===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) (0.3.1) 2021-02-10 15:45:03.492 | Requirement already satisfied: importlib-resources===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) (3.3.1) 2021-02-10 15:45:03.512 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4) 2021-02-10 15:45:05.898 | Installing collected packages: pluggy, py, toml, virtualenv, tox 2021-02-10 15:45:06.113 | Attempting uninstall: virtualenv 2021-02-10 15:45:06.115 | Found existing installation: virtualenv 20.4.2 2021-02-10 15:45:06.185 | Uninstalling virtualenv-20.4.2: 2021-02-10 15:45:06.193 | Successfully uninstalled virtualenv-20.4.2 2021-02-10 15:45:06.643 | Successfully installed pluggy-0.13.1 py-1.10.0 toml-0.10.0 tox-3.21.4 virtualenv-20.2.1 2021-02-10 15:45:06.789 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:45:06.789 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:45:06.893 | ++ inc/python:pip_install:200 : result=0 2021-02-10 15:45:06.895 | ++ inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:45:06.898 | ++ functions-common:time_stop:2306 : local name 2021-02-10 15:45:06.900 | ++ functions-common:time_stop:2307 : local end_time 2021-02-10 15:45:06.903 | ++ functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:45:06.905 | ++ functions-common:time_stop:2309 : local total 2021-02-10 15:45:06.907 | ++ functions-common:time_stop:2310 : local start_time 2021-02-10 15:45:06.910 | ++ functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:45:06.912 | ++ functions-common:time_stop:2313 : start_time=1612971899485 2021-02-10 15:45:06.914 | ++ functions-common:time_stop:2315 : [[ -z 1612971899485 ]] 2021-02-10 15:45:06.918 | +++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:45:06.922 | ++ functions-common:time_stop:2318 : end_time=1612971906919 2021-02-10 15:45:06.924 | ++ functions-common:time_stop:2319 : elapsed_time=7434 2021-02-10 15:45:06.926 | ++ functions-common:time_stop:2320 : total=258177 2021-02-10 15:45:06.928 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:45:06.930 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=265611 2021-02-10 15:45:06.933 | ++ inc/python:pip_install:203 : return 0 2021-02-10 15:45:06.935 | ++ lib/tempest:install_tempest:699 : pushd /opt/stack/tempest 2021-02-10 15:45:06.935 | /opt/stack/tempest ~/devstack 2021-02-10 15:45:06.938 | ++ lib/tempest:install_tempest:703 : git checkout master 2021-02-10 15:45:06.961 | M .coveragerc 2021-02-10 15:45:06.961 | M .gitignore 2021-02-10 15:45:06.961 | M .gitreview 2021-02-10 15:45:06.961 | M .mailmap 2021-02-10 15:45:06.961 | M .stestr.conf 2021-02-10 15:45:06.961 | M CONTRIBUTING.rst 2021-02-10 15:45:06.961 | M HACKING.rst 2021-02-10 15:45:06.961 | M LICENSE 2021-02-10 15:45:06.961 | M README.rst 2021-02-10 15:45:06.961 | M REVIEWING.rst 2021-02-10 15:45:06.961 | M bindep.txt 2021-02-10 15:45:06.961 | M doc/requirements.txt 2021-02-10 15:45:06.961 | M doc/source/_extra/.htaccess 2021-02-10 15:45:06.961 | M doc/source/_static/.keep 2021-02-10 15:45:06.961 | M doc/source/account_generator.rst 2021-02-10 15:45:06.961 | M doc/source/cleanup.rst 2021-02-10 15:45:06.961 | M doc/source/conf.py 2021-02-10 15:45:06.962 | M doc/source/configuration.rst 2021-02-10 15:45:06.962 | M doc/source/contributor/contributing.rst 2021-02-10 15:45:06.962 | M doc/source/data/tempest-non-active-plugins-registry.header 2021-02-10 15:45:06.962 | M doc/source/data/tempest-plugins-registry.header 2021-02-10 15:45:06.962 | M doc/source/index.rst 2021-02-10 15:45:06.962 | M doc/source/library.rst 2021-02-10 15:45:06.962 | M doc/source/library/api_microversion_testing.rst 2021-02-10 15:45:06.962 | M doc/source/library/auth.rst 2021-02-10 15:45:06.962 | M doc/source/library/cli.rst 2021-02-10 15:45:06.962 | M doc/source/library/clients.rst 2021-02-10 15:45:06.962 | M doc/source/library/credential_providers.rst 2021-02-10 15:45:06.962 | M doc/source/library/decorators.rst 2021-02-10 15:45:06.962 | M doc/source/library/rest_client.rst 2021-02-10 15:45:06.962 | M doc/source/library/service_clients/compute_clients.rst 2021-02-10 15:45:06.962 | M doc/source/library/utils.rst 2021-02-10 15:45:06.962 | M doc/source/library/validation_resources.rst 2021-02-10 15:45:06.962 | M doc/source/microversion_testing.rst 2021-02-10 15:45:06.962 | M doc/source/overview.rst 2021-02-10 15:45:06.962 | M doc/source/plugins/index.rst 2021-02-10 15:45:06.962 | M doc/source/plugins/plugin.rst 2021-02-10 15:45:06.962 | M doc/source/requirement_upper_constraint_for_tempest.rst 2021-02-10 15:45:06.962 | M doc/source/run.rst 2021-02-10 15:45:06.962 | M doc/source/sampleconf.rst 2021-02-10 15:45:06.962 | M doc/source/stable_branch_support_policy.rst 2021-02-10 15:45:06.962 | M doc/source/stable_branch_testing_policy.rst 2021-02-10 15:45:06.962 | M doc/source/subunit_describe_calls.rst 2021-02-10 15:45:06.962 | M doc/source/supported_version.rst 2021-02-10 15:45:06.962 | M doc/source/tempest_and_plugins_compatible_version_policy.rst 2021-02-10 15:45:06.962 | M doc/source/test_removal.rst 2021-02-10 15:45:06.962 | M doc/source/tests/modules.rst 2021-02-10 15:45:06.962 | M doc/source/workspace.rst 2021-02-10 15:45:06.962 | M doc/source/write_tests.rst 2021-02-10 15:45:06.962 | M etc/accounts.yaml.sample 2021-02-10 15:45:06.962 | M etc/allow-list.yaml 2021-02-10 15:45:06.962 | M etc/logging.conf.sample 2021-02-10 15:45:06.963 | M etc/rbac-persona-accounts.yaml.sample 2021-02-10 15:45:06.963 | M playbooks/devstack-tempest-ipv6.yaml 2021-02-10 15:45:06.963 | M playbooks/devstack-tempest.yaml 2021-02-10 15:45:06.963 | M playbooks/post-tempest.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/10/10.0-supported-openstack-releases-b88db468695348f6.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/10/10.0.0-start-using-reno-ed9518126fd0e1a3.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/11/11.0.0-api-microversion-testing-support-2ceddd2255670932.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/11/11.0.0-compute-microversion-support-e0b23f960f894b9b.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/11/11.0.0-supported-openstack-releases-1e5d7295d939d439.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.0.0-supported-openstack-releases-f10aac381d933dd1.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.1.0-add-network-versions-client-d90e8334e1443f5c.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.1.0-add-scope-to-auth-b5a82493ea89f41e.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.1.0-add-tempest-run-3d0aaf69c2ca4115.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.1.0-add-tempest-workspaces-228a2ba4690b5589.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.1.0-add_subunit_describe_calls-5498a37e6cd66c4b.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.1.0-bug-1486834-7ebca15836ae27a9.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.1.0-identity-clients-as-library-e663c6132fcac6c2.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.1.0-image-clients-as-library-86d17caa26ce3961.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.1.0-new-test-utils-module-adf34468c4d52719.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.1.0-remove-input-scenarios-functionality-01308e6d4307f580.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.1.0-remove-integrated-horizon-bb57551c1e5f5be3.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.1.0-remove-legacy-credential-providers-3d653ac3ba1ada2b.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.1.0-remove-trove-tests-666522e9113549f9.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.1.0-routers-client-as-library-25a363379da351f6.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.1.0-support-chunked-encoding-d71f53225f68edf3.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.1.0-tempest-init-global-config-dir-location-changes-12260255871d3a2b.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.2.0-add-httptimeout-in-restclient-ax78061900e3f3d7.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.2.0-add-new-identity-clients-3c3afd674a395bde.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.2.0-clients_module-16f3025f515bf9ec.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.2.0-nova_cert_default-90eb7c1e3cde624a.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml 2021-02-10 15:45:06.963 | M releasenotes/notes/12/12.2.0-remove-javelin-276f62d04f7e4a1d.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/12/12.2.0-service_client_config-8a1d7b4de769c633.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/12/12.2.0-volume-clients-as-library-9a3444dd63c134b3.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/13/13.0.0-add-new-identity-clients-as-library-5f7ndha733nwdsn9.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/13/13.0.0-add-volume-clients-as-a-library-d05b6bc35e66c6ef.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/13/13.0.0-deprecate-get_ipv6_addr_by_EUI64-4673f07677289cf6.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/13/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/13/13.0.0-start-of-newton-support-3ebb274f300f28eb.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/13/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/13/13.0.0-volume-clients-as-library-660811011be29d1a.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/14/14.0.0-add-cred-provider-abstract-class-to-lib-70ff513221f8a871.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/14/14.0.0-add-cred_client-to-tempest.lib-4d4af33f969c576f.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/14/14.0.0-add-error-code-translation-to-versions-clients-acbc78292e24b014.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/14/14.0.0-add-image-clients-af94564fb34ddca6.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/14/14.0.0-add-role-assignments-client-as-a-library-d34b4fdf376984ad.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/14/14.0.0-add-service-provider-client-cbba77d424a30dd3.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/14/14.0.0-add-ssh-port-parameter-to-client-6d16c374ac4456c1.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/14/14.0.0-deprecate-nova-api-extensions-df16b02485dae203.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/14/14.0.0-move-cinder-v3-to-lib-service-be3ba0c20753b594.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/14/14.0.0-new-volume-limit-client-517c17d9090f4df4.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/14/14.0.0-remo-stress-tests-81052b211ad95d2e.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/14/14.0.0-remove-baremetal-tests-65186d9e15d5b8fb.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/14/14.0.0-remove-bootable-option-024f8944c056a3e0.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/14/14.0.0-remove-negative-test-generator-1653f4c0f86ccf75.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/14/14.0.0-remove-sahara-tests-1532c47c7df80e3a.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/14/14.0.0-volume-clients-as-library-309030c7a16e62ab.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/15/15.0.0-add-identity-v3-clients-as-a-library-d34b4fdf376984ad.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/15/15.0.0-add-image-clients-tests-49dbc0a0a4281a77.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/15/15.0.0-add-implied-roles-to-roles-client-library-edf96408ad9ba82e.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/15/15.0.0-add-snapshot-manage-client-as-library-a76ffdba9d8d01cb.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/15/15.0.0-deprecate-allow_port_security_disabled-option-2d3d87f6bd11d03a.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/15/15.0.0-deprecate-identity-feature-enabled.reseller-84800a8232fe217f.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/15/15.0.0-deprecate-volume_feature_enabled.volume_services-dbe024ea067d5ab2.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/15/15.0.0-jsonschema-validator-2377ba131e12d3c7.yaml 2021-02-10 15:45:06.964 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-microversion-config-options-eaee6a7d2f8390a8.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-validation-config-options-e3d1b89ce074d71c.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/15/15.0.0-remove-deprecated-input-scenario-config-options-414e0c5442e967e9.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/15/15.0.0-remove-deprecated-network-config-options-f9ce276231578fe6.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-add-OAUTH-Consumer-Client-tempest-tests-db1df7aae4a9fd4e.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-add-additional-methods-to-roles-client-library-178d4a6000dec72d.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-add-cascade-parameter-to-volumes-client-ff4f7f12795003a4.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-add-compute-server-evaculate-client-as-a-library-ed76baf25f02c3ca.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-add-content-type-without-spaces-b2c9b91b257814f3.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-add-list-auth-project-client-5905076d914a3943.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-add-list-glance-api-versions-ec5fc8081fc8a0ae.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-add-list-security-groups-by-servers-to-servers-client-library-088df48f6d81f4be.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-add-list-version-to-identity-client-944cb7396088a575.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-add-list-version-to-volume-client-4769dd1bd4ab9c5e.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-add-quota-sets-detail-kwarg-74b72183295b3ce7.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-add-tempest-lib-remote-client-adbeb3f42a36910b.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-add-tempest-run-combine-option-e94c1049ba8985d5.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-add-update-encryption-type-to-encryption-types-client-f3093532a0bcf9a1.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-add-volume-manage-client-as-library-78ab198a1dc1bd41.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-create-server-tags-client-8c0042a77e859af6.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-deprecate-deactivate_image-config-7a282c471937bbcb.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-deprecate-resources-prefix-option-ad490c0a30a0266b.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_attr-decorator-450a1ed727494724.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-deprecated-cinder-api-v1-option-df7d5a54d93db5cf.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-dreprecate_client_parameters-cb8d069e62957f7e.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-fix-volume-v2-service-clients-bugfix-1667354-73d2c3c8fedc08bf.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-mitaka-eol-88ff8355fff81b55.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml 2021-02-10 15:45:06.965 | M releasenotes/notes/16/16.0.0-remove-cinder-v1-api-tests-71e266b8d55d475f.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/16/16.0.0-remove-deprecated-allow_port_security_disabled-option-d0ffaeb2e7817707.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/16/16.0.0-remove-deprecated-compute-validation-config-options-part-2-5cd17b6e0e6cb8a3.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/16/16.0.0-remove-deprecated-dvr_extra_resources-option-e8c441c38eab7ddd.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/16/16.0.0-remove-deprecated-identity-reseller-option-4411c7e3951f1094.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/16/16.0.0-remove-sahara-service-available-44a642aa9c634ab4.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/16/16.0.0-remove-volume_feature_enabled.volume_services-c6aa142cc1021297.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/16/16.0.0-use-keystone-v3-api-935860d30ddbb8e9.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/16/16.0.0-volume-transfers-client-e5ed3f5464c0cdc0.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/25/subunt-describe-call-verbose-arg-fix.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/Extend-cleanup-CLI-to-delete-regions-9f1dbda2c8de12e2.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/Fix-KeyError-bug-in-v3-volumes_client-ff5d9b894f2257c8.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/Inclusive-jargon-17621346744f0cf4.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/Placement-client-for-placement-based-minimum-bw-allocation-27ed0938118752b6.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/QoS-client-for-placement-based-minimum-bw-allocation-8e5854d5754cec68.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/Remove-deprecated-image-scenario-options-b573c60e873ab451.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/Remove-manager-2e0b0af48f01294a.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/Remove-test_reboot_server_soft-48fa786f38cd94dc.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/Set-default-of-operator_role-to-member-f9c3abd2ebde23b7.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/account-generator-accepts-positive-numbers-only-33a366a297494ef7.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/account_generator-6eb03f664a448c35.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/add-OAUTH-Token-Client-tempest-tests-6351eda451b95a86.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/add-additional-methods-to-policy-client-library-b8279c18335588c9.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/add-can-migrate-between-any-hosts-config-option-x8ah4f9737a28e9b.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/add-compute-feature-serial-console-45583c4341e34fc9.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/add-compute-feature-shelve-migrate-fdbd3633abe65c4e.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/add-consistency-group-exceptions-01cbb792cd710231.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/add-create-group-from-src-tempest-tests-9eb8b0b4b5c52055.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/add-domain-configuration-client-tempest-tests-e383efabdbb9ad03.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/add-domain-param-in-cliclient-a270fcf35c8f09e6.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/add-extra-apis-to-volume-v3-services-client-bf9b235cf5a611fe.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/add-floating-ip-config-option-e5774bf77702ce9f.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/add-force-detach-volume-to-volumes-client-library-b2071f2954f8e8b1.yaml 2021-02-10 15:45:06.966 | M releasenotes/notes/add-group-type-specs-apis-to-v3-group-types-client-10390b52dedede54.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-identity-roles-system-methods-519dc144231993a3.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-endpoint-groups-3518a90bbb731d0f.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-extensions-9cfd217fd2c6a61f.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-image-alt-ssh-user-config-option-1b775af2f468aa5b.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-immutable-user-source-support-dd17772a997075e0.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-ip-version-check-in-addresses-x491ac6d9abaxa12.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-is-resource-deleted-sg-client-f4a7a7a54ff024d7.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-keystone-ep-clients-eeefd0904fbbe151.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-keystone-v3-ec2-tests-d959b7d36f0bd7fc.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-kwargs-to-delete-vol-of-vol-client-1ecde75beb62933c.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-list-volume-transfers-with-detail-to-transfers-client-80169bf78cf4fa66.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-load-list-cmd-35a4a2e6ea0a36fd.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-manage-snapshot-ref-config-option-67efd04897335b67.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-migrate-volume-and-list-hosts-to-v3-volume-client-library-ad3529260db58f00.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-params-to-identity-v3-list-endpoints-958a155be4e17e5b.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-params-to-v2-list-backups-api-c088d2b4bfe90247.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-profiler-config-options-db7c4ae6d338ee5c.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-redirect-param-bea1f6fbce629c70.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-reset-group-snapshot-status-api-to-v3-group-snapshots-client-248d41827daf2a0c.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-reset-group-status-api-to-v3-groups-client-9aa048617c66756a.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-return-value-to-retype-volume-a401aa619aaa2457.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-save-state-option-5ea67858cbaca969.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-server-diagnostics-validation-schema-b5a3c55b45aa718a.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-show-api-v3-details-api-to-v3-versions-client-4b408427379cabfe.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-show-default-group-type-detail-api-to-v3-group-types-client-65f717878cf52da0.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-show-default-quotas-api-to-network-quotas-client-3a7c1159af9e56ff.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-show-default-volume-types-api-to-v3-types-client-44b2676f217d78dc.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-show-encryption-specs-item-api-to-v2-encryption-types-client-290b421cd4bc0c0e.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-show-host-to-hosts-client-library-c60c4eb49d139480.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml 2021-02-10 15:45:06.967 | M releasenotes/notes/add-show-snapshot-metadata-item-api-to-v2-snapshots-client-bd3cbab3c7f0e0b3.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-show-volume-image-metadata-api-to-v2-volumes-client-ee3c027f35276561.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-show-volume-metadata-item-api-to-v2-volumes-client-47d59ecd999ca9df.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-show-volume-summary-api-to-v3-volumes-client-96e7b01abdb5c9c3.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-storyboard-in-skip-because-decorator-3e139aa8a4f7970f.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-subnet-id-config-option-fac3d6f12abfc171.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-support-args-kwargs-in-call-until-true-a91k592h5a64exf7.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-unstable_test-decorator-a73cf97d4ffcc796.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-update-api-to-group-types-client-09c06ccdf80d5003.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-update-backup-api-to-v3-backups-client-e8465b2b66617dc0.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-update-flavor--api-to-flavors-client-a859542fe54aab7c.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-validation-resources-to-lib-dc2600c4324ca4d7.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-volume-group-snapshots-tempest-tests-840df3da26590f5e.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-volume-group-types-tempest-tests-1298ab8cb4fe8b7b.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-volume-groups-tempest-tests-dd7b2abfe2b48427.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-volume-quota-class-client-as-library-c4c2b22c36ff807e.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add-worker-file-option-d949121a61156968.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/add_proxy_url_get_credentials-aef66b085450513f.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/agents-client-delete-method-de1a7fb3f845999c.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/api_v2_admin_flag-dea5ca9bc2ce63bc.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/associate-disassociate-floating_ip-0b6cfebeef1304b0.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/bp-application-credentials-df69b1f617db1bb9.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/bug-1647999-7aeda50a8d082d4c.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/bug-1791007-328a8b9a43bfb157.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/bug-1799883-6ea95fc64f70c9ef.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/bug-1808473-54ada26ab78e7b02.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/change-default-region-for-placement-to-empty-string-394f1132c28345bb.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/cinder-use-os-endpoint-type-c11f63fd468ceb4c.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/cli-tests-v3fixes-fb38189cefd64213.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/compare-header-version-func-de5139b2161b3627.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/conditional-attr-a8564ec5a70ec840.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/config-image-api-v1-default-to-false-39d5f2xafc534ab1.yaml 2021-02-10 15:45:06.968 | M releasenotes/notes/config-volume-multiattach-ea8138dfa4fd308c.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/config_image_certificate_compute_feature-c56efb520d54aff5.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/correct-port-profile-config-option-d67f5cb31f1bc34c.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/create-mount-config-drive-to-lib-1a6e912b8afbcc7e.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/create_loginable_secgroup_rule-73722fd4b4eb12d0.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/create_security_group_rule-16d58a8f0f0ff262.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/credentials-factory-stable-c8037bd9ae642482.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/deprecate-compute-feature-enabled-block-migrate-cinder-iscsi-fcda802d774dfeec.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/deprecate-compute-images-client-in-volume-tests-92b6dd55fcaba620.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/deprecate-config-forbid_global_implied_dsr-e64cfa66e6e3ded5.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/deprecate-default-value-for-v3_endpoint_type-fb9e47c5ba1c719d.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/deprecate-dns_servers-option-0xf2f297ee47a5ff.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/deprecate-scheduler-available-filters-cbca2017ba3cf2aa.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/deprecate-spice-rdp-console-config-f2af173552axfb72.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/deprecate-vnc-server-header-529f07d592aefb62.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/deprecate-volume-api-selection-config-options-b95c5c0ccbf38916.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/disable-identity-v2-testing-4ef1565d1a5aedcf.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/drop-DEFAULT_PARAMS-bfcc2e7b74ef880b.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/drop-py-2-7-730baf411876d5d8.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/drop-py-3-5-support-76ca78f1a650fcad.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/enable-volume-multiattach-fd5e9bf0e96b56ce.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/end-of-support-for-stein-f795b968d83497a9.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/extra-compute-services-tests-92b6c0618972e02f.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/fix-credential-logging-98089c897d801355.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/fix-list-group-snapshots-api-969d9321002c566c.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/fix-show-image-file-expected-code-92d97342d0f6d60e.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/http_proxy_config-cb39b55520e84db5.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/identity-tests-domain-drivers-76235f6672221e45.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/identity-token-client-8aaef74b1d61090a.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/identity-v3-project-tags-client-36683c6a8644e54b.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/identity_client-635275d43abbb807.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/image_import_testing_support-22ba4bcb9f2fb848.yaml 2021-02-10 15:45:06.969 | M releasenotes/notes/intermediate-pike-release-2ce492432ff8f012.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/intermediate-queens-release-2f9f305775fca454.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/intermediate-train-release-0146c624cff9a57f.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/introduce-attachments-client-add-show-attachment-api-c3111f7e560a87b3.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/lib_api_microversion_fixture-f52308fc6b6b89f2.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/list-auth-domains-v3-endpoint-9ec60c7d3011c397.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/log_console_output-dae6b8740b5a5821.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/make-object-storage-client-as-stable-interface-d1b07c7e8f17bef6.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/merge-tempest-horizon-plugin-39d555339ab8c7ce.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/migrate-dynamic-creds-ecebb47528080761.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/migrate-object-storage-as-stable-interface-42014c7b43ecb254.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/migrate-preprov-creds-ef61a046ee1ec604.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/move-attr-decorator-to-lib-a1e80c42ba9c5392.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/move-related_bug-decorator-to-lib-dbfd5c543bbb2805.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/move-volume-v3-base_client-to-volume-1edbz0f207c3b283.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/network-show-version-18e1707a4df0a3d3.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/network-swap-to-project_id-a1d7fdf6c5e1cf44.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/network-tag-client-f4614029af7927f0.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/network_feature_enabled_available_features-35f9ac5f253e2ca3.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/new-placement-client-methods-e35c473e29494928.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/omit_X-Subject-Token_from_log-1bf5fef88c80334b.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/os_tenant_name-3ee175763bff455b.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/pause_teardown-45c9d60ffa889f7f.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/plugin-client-registration-enhancements-e09131742391225b.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/prevent-error-in-parse-resp-when-nullable-list-9898cd0f22180986.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/raise-exception-when-error-deleting-on-volume-18d0d0c5886212dd.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/random-bytes-size-limit-ee94a8c6534fe916.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/removal-deprecated-config-options-3db535b979fe3509.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/removal-deprecated-volume-config-options-21c4412f3c600923.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/remove-allow_tenant_isolation-option-03f0d998eb498d44.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/remove-deprecated-apis-from-v2-volumes-client-3ca4a5db5fea518f.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/remove-deprecated-find-test-caller-f4525cd043bfd1b6.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/remove-deprecated-skip-decorators-f8b42d812d20b537.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/remove-deprecated-skip_unless_attr-decorator-02bde59a00328f5c.yaml 2021-02-10 15:45:06.970 | M releasenotes/notes/remove-deprecated-volume-apis-from-v2-volumes-client-cf35e5b4cca89860.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/remove-get-ipv6-addr-by-EUI64-c79972d799c7a430.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/remove-heat-tests-9efb42cac3e0b306.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/remove-some-deprecated-identity-options-0ffxd1b8db928e43.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/segments-client-866f02948f40d4ff.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/set-cinder-api-v3-option-true-1b3e61e3129b7c00.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/start-of-pike-support-f2a1b7ea8e8b0311.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/start-of-queens-support-fea9051ba1d85fc7.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/subunit_describe_calls-ad7df689b9d63e3f.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/support-microversion-in-scenario-test-b4fbfdd3a977fc58.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/switch-to-stestr-8c9f834b3f5a55d8.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/system-scope-44244cc955a7825f.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/tempest-default-run_validations-9640c41b6a4a9121.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/tempest-identity-catalog-client-f5c8589a9d7c1eb5.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/tempest-lib-compute-update-service-6019d2dcfe4a1c5d.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/tempest-rocky-release-0fc3312053923380.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/tempest-run-fix-updates-564b41706decbba1.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/tempest-train-release-a2ed0743a5eadeb6.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/tempest-ussuri-release-72b5770a3b97678f.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/tempest-victoria-release-27000c02edc5a112.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/tempest-workspace-delete-directory-feature-74d6d157a5a05561.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/test-clients-stable-for-plugin-90b1e7dc83f28ccd.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/use-cinder-v3-client-for-verify_tempest_config-2bf3d817b0070064.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/verify-tempest-command-8e88452c7a08dd77.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/vnc-hardcoded-server-name-removed-6f8d1e90a175dc08.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/volume-backed-live-mig-5a38b496ba1ec093.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/volume-service-testing-default-to-v3-endpoints-20b86895a590925d.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/volume-v3-service-clients-a863a6336af56cca.yaml 2021-02-10 15:45:06.971 | M releasenotes/notes/xenapi_apis-conf-fcca549283e53ed6.yaml 2021-02-10 15:45:06.972 | M releasenotes/source/_static/.placeholder 2021-02-10 15:45:06.972 | M releasenotes/source/_templates/.placeholder 2021-02-10 15:45:06.972 | M releasenotes/source/conf.py 2021-02-10 15:45:06.972 | M releasenotes/source/index.rst 2021-02-10 15:45:06.972 | M releasenotes/source/unreleased.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v10.0.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v11.0.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v12.0.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v13.0.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v14.0.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v15.0.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v16.0.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v16.1.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v17.0.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v17.1.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v17.2.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v18.0.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v19.0.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v20.0.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v21.0.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v22.0.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v22.1.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v23.0.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v24.0.0.rst 2021-02-10 15:45:06.972 | M releasenotes/source/v26.0.0.rst 2021-02-10 15:45:06.972 | M requirements.txt 2021-02-10 15:45:06.972 | M roles/acl-devstack-files/README.rst 2021-02-10 15:45:06.972 | M roles/acl-devstack-files/defaults/main.yaml 2021-02-10 15:45:06.972 | M roles/acl-devstack-files/tasks/main.yaml 2021-02-10 15:45:06.972 | M roles/ipv6-only-deployments-verification/README.rst 2021-02-10 15:45:06.972 | M roles/ipv6-only-deployments-verification/defaults/main.yaml 2021-02-10 15:45:06.972 | M roles/ipv6-only-deployments-verification/tasks/main.yaml 2021-02-10 15:45:06.972 | M roles/run-tempest/README.rst 2021-02-10 15:45:06.972 | M roles/run-tempest/defaults/main.yaml 2021-02-10 15:45:06.972 | M roles/run-tempest/tasks/main.yaml 2021-02-10 15:45:06.972 | M roles/setup-tempest-data-dir/README.rst 2021-02-10 15:45:06.973 | M roles/setup-tempest-data-dir/defaults/main.yaml 2021-02-10 15:45:06.973 | M roles/setup-tempest-data-dir/tasks/main.yaml 2021-02-10 15:45:06.973 | M roles/setup-tempest-run-dir/README.rst 2021-02-10 15:45:06.973 | M roles/setup-tempest-run-dir/defaults/main.yaml 2021-02-10 15:45:06.973 | M roles/setup-tempest-run-dir/tasks/main.yaml 2021-02-10 15:45:06.973 | M roles/tempest-cleanup/README.rst 2021-02-10 15:45:06.973 | M roles/tempest-cleanup/defaults/main.yaml 2021-02-10 15:45:06.973 | M roles/tempest-cleanup/tasks/dry_run.yaml 2021-02-10 15:45:06.973 | M roles/tempest-cleanup/tasks/dry_run_checker.py 2021-02-10 15:45:06.973 | M roles/tempest-cleanup/tasks/main.yaml 2021-02-10 15:45:06.973 | M setup.cfg 2021-02-10 15:45:06.973 | M setup.py 2021-02-10 15:45:06.973 | M tempest/README.rst 2021-02-10 15:45:06.973 | M tempest/__init__.py 2021-02-10 15:45:06.973 | M tempest/api/README.rst 2021-02-10 15:45:06.973 | M tempest/api/__init__.py 2021-02-10 15:45:06.973 | M tempest/api/compute/__init__.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/__init__.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_agents.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_aggregates.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_aggregates_negative.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_auto_allocate_network.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_availability_zone.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_availability_zone_negative.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_create_server.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_delete_server.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_fixed_ips.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_fixed_ips_negative.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_flavors.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_flavors_access.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_flavors_access_negative.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_flavors_extra_specs.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_flavors_extra_specs_negative.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_flavors_microversions.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_floating_ips_bulk.py 2021-02-10 15:45:06.973 | M tempest/api/compute/admin/test_hosts.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_hosts_negative.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_hypervisor.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_hypervisor_negative.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_instance_usage_audit_log.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_instance_usage_audit_log_negative.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_keypairs_v210.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_live_migration.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_live_migration_negative.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_migrations.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_networks.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_quotas.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_quotas_negative.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_security_groups.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_server_diagnostics.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_server_diagnostics_negative.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_servers.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_servers_negative.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_servers_on_multinodes.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_services.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_services_negative.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_simple_tenant_usage.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_simple_tenant_usage_negative.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_volume.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_volume_swap.py 2021-02-10 15:45:06.974 | M tempest/api/compute/admin/test_volumes_negative.py 2021-02-10 15:45:06.974 | M tempest/api/compute/api_microversion_fixture.py 2021-02-10 15:45:06.974 | M tempest/api/compute/base.py 2021-02-10 15:45:06.974 | M tempest/api/compute/certificates/__init__.py 2021-02-10 15:45:06.974 | M tempest/api/compute/certificates/test_certificates.py 2021-02-10 15:45:06.974 | M tempest/api/compute/flavors/__init__.py 2021-02-10 15:45:06.974 | M tempest/api/compute/flavors/test_flavors.py 2021-02-10 15:45:06.974 | M tempest/api/compute/flavors/test_flavors_negative.py 2021-02-10 15:45:06.974 | M tempest/api/compute/floating_ips/__init__.py 2021-02-10 15:45:06.974 | M tempest/api/compute/floating_ips/base.py 2021-02-10 15:45:06.974 | M tempest/api/compute/floating_ips/test_floating_ips_actions.py 2021-02-10 15:45:06.974 | M tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py 2021-02-10 15:45:06.975 | M tempest/api/compute/floating_ips/test_list_floating_ips.py 2021-02-10 15:45:06.975 | M tempest/api/compute/floating_ips/test_list_floating_ips_negative.py 2021-02-10 15:45:06.975 | M tempest/api/compute/images/__init__.py 2021-02-10 15:45:06.975 | M tempest/api/compute/images/test_image_metadata.py 2021-02-10 15:45:06.975 | M tempest/api/compute/images/test_image_metadata_negative.py 2021-02-10 15:45:06.975 | M tempest/api/compute/images/test_images.py 2021-02-10 15:45:06.975 | M tempest/api/compute/images/test_images_negative.py 2021-02-10 15:45:06.975 | M tempest/api/compute/images/test_images_oneserver.py 2021-02-10 15:45:06.975 | M tempest/api/compute/images/test_images_oneserver_negative.py 2021-02-10 15:45:06.975 | M tempest/api/compute/images/test_list_image_filters.py 2021-02-10 15:45:06.975 | M tempest/api/compute/images/test_list_image_filters_negative.py 2021-02-10 15:45:06.975 | M tempest/api/compute/images/test_list_images.py 2021-02-10 15:45:06.975 | M tempest/api/compute/keypairs/__init__.py 2021-02-10 15:45:06.975 | M tempest/api/compute/keypairs/base.py 2021-02-10 15:45:06.975 | M tempest/api/compute/keypairs/test_keypairs.py 2021-02-10 15:45:06.975 | M tempest/api/compute/keypairs/test_keypairs_negative.py 2021-02-10 15:45:06.975 | M tempest/api/compute/keypairs/test_keypairs_v22.py 2021-02-10 15:45:06.975 | M tempest/api/compute/limits/__init__.py 2021-02-10 15:45:06.975 | M tempest/api/compute/limits/test_absolute_limits.py 2021-02-10 15:45:06.975 | M tempest/api/compute/limits/test_absolute_limits_negative.py 2021-02-10 15:45:06.975 | M tempest/api/compute/security_groups/__init__.py 2021-02-10 15:45:06.975 | M tempest/api/compute/security_groups/base.py 2021-02-10 15:45:06.975 | M tempest/api/compute/security_groups/test_security_group_rules.py 2021-02-10 15:45:06.975 | M tempest/api/compute/security_groups/test_security_group_rules_negative.py 2021-02-10 15:45:06.975 | M tempest/api/compute/security_groups/test_security_groups.py 2021-02-10 15:45:06.975 | M tempest/api/compute/security_groups/test_security_groups_negative.py 2021-02-10 15:45:06.975 | M tempest/api/compute/servers/__init__.py 2021-02-10 15:45:06.975 | M tempest/api/compute/servers/test_attach_interfaces.py 2021-02-10 15:45:06.975 | M tempest/api/compute/servers/test_availability_zone.py 2021-02-10 15:45:06.975 | M tempest/api/compute/servers/test_create_server.py 2021-02-10 15:45:06.975 | M tempest/api/compute/servers/test_create_server_multi_nic.py 2021-02-10 15:45:06.975 | M tempest/api/compute/servers/test_delete_server.py 2021-02-10 15:45:06.975 | M tempest/api/compute/servers/test_device_tagging.py 2021-02-10 15:45:06.975 | M tempest/api/compute/servers/test_disk_config.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_instance_actions.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_instance_actions_negative.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_list_server_filters.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_list_servers_negative.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_multiple_create.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_multiple_create_negative.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_novnc.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_server_actions.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_server_addresses.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_server_addresses_negative.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_server_group.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_server_metadata.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_server_metadata_negative.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_server_password.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_server_personality.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_server_rescue.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_server_rescue_negative.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_server_tags.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_servers.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_servers_microversions.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_servers_negative.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_virtual_interfaces.py 2021-02-10 15:45:06.976 | M tempest/api/compute/servers/test_virtual_interfaces_negative.py 2021-02-10 15:45:06.976 | M tempest/api/compute/test_extensions.py 2021-02-10 15:45:06.976 | M tempest/api/compute/test_networks.py 2021-02-10 15:45:06.976 | M tempest/api/compute/test_quotas.py 2021-02-10 15:45:06.976 | M tempest/api/compute/test_tenant_networks.py 2021-02-10 15:45:06.976 | M tempest/api/compute/test_versions.py 2021-02-10 15:45:06.976 | M tempest/api/compute/volumes/__init__.py 2021-02-10 15:45:06.976 | M tempest/api/compute/volumes/test_attach_volume.py 2021-02-10 15:45:06.976 | M tempest/api/compute/volumes/test_attach_volume_negative.py 2021-02-10 15:45:06.976 | M tempest/api/compute/volumes/test_volume_snapshots.py 2021-02-10 15:45:06.976 | M tempest/api/compute/volumes/test_volumes_get.py 2021-02-10 15:45:06.976 | M tempest/api/compute/volumes/test_volumes_list.py 2021-02-10 15:45:06.976 | M tempest/api/compute/volumes/test_volumes_negative.py 2021-02-10 15:45:06.977 | M tempest/api/identity/__init__.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/__init__.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v2/__init__.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v2/test_endpoints.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v2/test_roles.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v2/test_roles_negative.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v2/test_services.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v2/test_tenant_negative.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v2/test_tenants.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v2/test_tokens.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v2/test_tokens_negative.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v2/test_users.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v2/test_users_negative.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/__init__.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_application_credentials.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_credentials.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_default_project_id.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_domain_configuration.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_domains.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_domains_negative.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_endpoint_groups.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_endpoints.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_endpoints_negative.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_groups.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_inherits.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_list_projects.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_list_users.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_oauth_consumers.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_policies.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_project_tags.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_projects.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_projects_negative.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_regions.py 2021-02-10 15:45:06.977 | M tempest/api/identity/admin/v3/test_roles.py 2021-02-10 15:45:06.978 | M tempest/api/identity/admin/v3/test_services.py 2021-02-10 15:45:06.978 | M tempest/api/identity/admin/v3/test_tokens.py 2021-02-10 15:45:06.978 | M tempest/api/identity/admin/v3/test_trusts.py 2021-02-10 15:45:06.978 | M tempest/api/identity/admin/v3/test_users.py 2021-02-10 15:45:06.978 | M tempest/api/identity/admin/v3/test_users_negative.py 2021-02-10 15:45:06.978 | M tempest/api/identity/base.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v2/__init__.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v2/test_api_discovery.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v2/test_ec2_credentials.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v2/test_extension.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v2/test_tenants.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v2/test_tokens.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v2/test_users.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v3/__init__.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v3/test_access_rules.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v3/test_api_discovery.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v3/test_application_credentials.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v3/test_catalog.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v3/test_domains.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v3/test_ec2_credentials.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v3/test_projects.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v3/test_tokens.py 2021-02-10 15:45:06.978 | M tempest/api/identity/v3/test_users.py 2021-02-10 15:45:06.978 | M tempest/api/image/__init__.py 2021-02-10 15:45:06.978 | M tempest/api/image/base.py 2021-02-10 15:45:06.978 | M tempest/api/image/v1/__init__.py 2021-02-10 15:45:06.978 | M tempest/api/image/v1/test_image_members.py 2021-02-10 15:45:06.978 | M tempest/api/image/v1/test_image_members_negative.py 2021-02-10 15:45:06.978 | M tempest/api/image/v1/test_images.py 2021-02-10 15:45:06.978 | M tempest/api/image/v1/test_images_negative.py 2021-02-10 15:45:06.978 | M tempest/api/image/v2/__init__.py 2021-02-10 15:45:06.979 | M tempest/api/image/v2/admin/__init__.py 2021-02-10 15:45:06.979 | M tempest/api/image/v2/admin/test_images.py 2021-02-10 15:45:06.979 | M tempest/api/image/v2/test_images.py 2021-02-10 15:45:06.979 | M tempest/api/image/v2/test_images_member.py 2021-02-10 15:45:06.979 | M tempest/api/image/v2/test_images_member_negative.py 2021-02-10 15:45:06.979 | M tempest/api/image/v2/test_images_metadefs_namespace_objects.py 2021-02-10 15:45:06.979 | M tempest/api/image/v2/test_images_metadefs_namespace_properties.py 2021-02-10 15:45:06.979 | M tempest/api/image/v2/test_images_metadefs_namespace_tags.py 2021-02-10 15:45:06.979 | M tempest/api/image/v2/test_images_metadefs_namespaces.py 2021-02-10 15:45:06.979 | M tempest/api/image/v2/test_images_metadefs_resource_types.py 2021-02-10 15:45:06.979 | M tempest/api/image/v2/test_images_metadefs_schema.py 2021-02-10 15:45:06.979 | M tempest/api/image/v2/test_images_negative.py 2021-02-10 15:45:06.979 | M tempest/api/image/v2/test_images_tags.py 2021-02-10 15:45:06.979 | M tempest/api/image/v2/test_images_tags_negative.py 2021-02-10 15:45:06.979 | M tempest/api/image/v2/test_versions.py 2021-02-10 15:45:06.979 | M tempest/api/network/__init__.py 2021-02-10 15:45:06.979 | M tempest/api/network/admin/__init__.py 2021-02-10 15:45:06.979 | M tempest/api/network/admin/test_dhcp_agent_scheduler.py 2021-02-10 15:45:06.979 | M tempest/api/network/admin/test_external_network_extension.py 2021-02-10 15:45:06.979 | M tempest/api/network/admin/test_external_networks_negative.py 2021-02-10 15:45:06.979 | M tempest/api/network/admin/test_floating_ips_admin_actions.py 2021-02-10 15:45:06.979 | M tempest/api/network/admin/test_metering_extensions.py 2021-02-10 15:45:06.979 | M tempest/api/network/admin/test_negative_quotas.py 2021-02-10 15:45:06.979 | M tempest/api/network/admin/test_ports.py 2021-02-10 15:45:06.979 | M tempest/api/network/admin/test_quotas.py 2021-02-10 15:45:06.979 | M tempest/api/network/admin/test_routers.py 2021-02-10 15:45:06.979 | M tempest/api/network/admin/test_routers_dvr.py 2021-02-10 15:45:06.979 | M tempest/api/network/admin/test_routers_negative.py 2021-02-10 15:45:06.979 | M tempest/api/network/base.py 2021-02-10 15:45:06.979 | M tempest/api/network/base_security_groups.py 2021-02-10 15:45:06.979 | M tempest/api/network/test_agent_management_negative.py 2021-02-10 15:45:06.979 | M tempest/api/network/test_allowed_address_pair.py 2021-02-10 15:45:06.979 | M tempest/api/network/test_dhcp_ipv6.py 2021-02-10 15:45:06.979 | M tempest/api/network/test_extensions.py 2021-02-10 15:45:06.979 | M tempest/api/network/test_extra_dhcp_options.py 2021-02-10 15:45:06.980 | M tempest/api/network/test_floating_ips.py 2021-02-10 15:45:06.980 | M tempest/api/network/test_floating_ips_negative.py 2021-02-10 15:45:06.980 | M tempest/api/network/test_networks.py 2021-02-10 15:45:06.980 | M tempest/api/network/test_networks_negative.py 2021-02-10 15:45:06.980 | M tempest/api/network/test_ports.py 2021-02-10 15:45:06.980 | M tempest/api/network/test_routers.py 2021-02-10 15:45:06.980 | M tempest/api/network/test_routers_negative.py 2021-02-10 15:45:06.980 | M tempest/api/network/test_security_groups.py 2021-02-10 15:45:06.980 | M tempest/api/network/test_security_groups_negative.py 2021-02-10 15:45:06.980 | M tempest/api/network/test_service_providers.py 2021-02-10 15:45:06.980 | M tempest/api/network/test_subnetpools_extensions.py 2021-02-10 15:45:06.980 | M tempest/api/network/test_tags.py 2021-02-10 15:45:06.980 | M tempest/api/network/test_versions.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/__init__.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/base.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_account_bulk.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_account_quotas.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_account_quotas_negative.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_account_services.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_account_services_negative.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_container_acl.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_container_acl_negative.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_container_quotas.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_container_services.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_container_services_negative.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_container_staticweb.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_container_sync.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_container_sync_middleware.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_crossdomain.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_healthcheck.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_object_expiry.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_object_formpost.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_object_formpost_negative.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_object_services.py 2021-02-10 15:45:06.980 | M tempest/api/object_storage/test_object_slo.py 2021-02-10 15:45:06.981 | M tempest/api/object_storage/test_object_temp_url.py 2021-02-10 15:45:06.981 | M tempest/api/object_storage/test_object_temp_url_negative.py 2021-02-10 15:45:06.981 | M tempest/api/object_storage/test_object_version.py 2021-02-10 15:45:06.981 | M tempest/api/volume/__init__.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/__init__.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_backends_capabilities.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_encrypted_volumes_extend.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_group_snapshots.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_group_type_specs.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_group_types.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_groups.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_multi_backend.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_qos.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_snapshot_manage.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_snapshots_actions.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_user_messages.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volume_hosts.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volume_manage.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volume_pools.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volume_quota_classes.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volume_quotas.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volume_quotas_negative.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volume_retype.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volume_services.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volume_services_negative.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volume_type_access.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volume_types.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volume_types_extra_specs.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volume_types_extra_specs_negative.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volume_types_negative.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volumes_actions.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volumes_backup.py 2021-02-10 15:45:06.981 | M tempest/api/volume/admin/test_volumes_list.py 2021-02-10 15:45:06.981 | M tempest/api/volume/api_microversion_fixture.py 2021-02-10 15:45:06.982 | M tempest/api/volume/base.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_availability_zone.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_extensions.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_image_metadata.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_snapshot_metadata.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_versions.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_volume_absolute_limits.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_volume_delete_cascade.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_volume_metadata.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_volume_transfers.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_volumes_actions.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_volumes_backup.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_volumes_clone.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_volumes_clone_negative.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_volumes_extend.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_volumes_get.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_volumes_list.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_volumes_negative.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_volumes_snapshots.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_volumes_snapshots_list.py 2021-02-10 15:45:06.982 | M tempest/api/volume/test_volumes_snapshots_negative.py 2021-02-10 15:45:06.982 | M tempest/clients.py 2021-02-10 15:45:06.982 | M tempest/cmd/__init__.py 2021-02-10 15:45:06.982 | M tempest/cmd/cleanup.py 2021-02-10 15:45:06.982 | M tempest/cmd/cleanup_service.py 2021-02-10 15:45:06.982 | M tempest/cmd/config-generator.tempest.conf 2021-02-10 15:45:06.982 | M tempest/cmd/init.py 2021-02-10 15:45:06.982 | M tempest/cmd/list_plugins.py 2021-02-10 15:45:06.982 | M tempest/cmd/main.py 2021-02-10 15:45:06.982 | M tempest/cmd/run.py 2021-02-10 15:45:06.982 | M tempest/cmd/subunit_describe_calls.py 2021-02-10 15:45:06.982 | M tempest/cmd/verify_tempest_config.py 2021-02-10 15:45:06.982 | M tempest/cmd/workspace.py 2021-02-10 15:45:06.982 | M tempest/common/__init__.py 2021-02-10 15:45:06.982 | M tempest/common/compute.py 2021-02-10 15:45:06.982 | M tempest/common/credentials_factory.py 2021-02-10 15:45:06.982 | M tempest/common/custom_matchers.py 2021-02-10 15:45:06.983 | M tempest/common/identity.py 2021-02-10 15:45:06.983 | M tempest/common/image.py 2021-02-10 15:45:06.983 | M tempest/common/tempest_fixtures.py 2021-02-10 15:45:06.983 | M tempest/common/utils/__init__.py 2021-02-10 15:45:06.983 | M tempest/common/utils/linux/__init__.py 2021-02-10 15:45:06.983 | M tempest/common/utils/linux/remote_client.py 2021-02-10 15:45:06.983 | M tempest/common/utils/net_info.py 2021-02-10 15:45:06.983 | M tempest/common/utils/net_utils.py 2021-02-10 15:45:06.983 | M tempest/common/waiters.py 2021-02-10 15:45:06.983 | M tempest/config.py 2021-02-10 15:45:06.983 | M tempest/hacking/__init__.py 2021-02-10 15:45:06.983 | M tempest/hacking/checks.py 2021-02-10 15:45:06.983 | M tempest/lib/__init__.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/__init__.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/__init__.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/__init__.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/__init__.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/agents.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/aggregates.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/availability_zone.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/certificates.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/extensions.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/flavors.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/flavors_access.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/floating_ips.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/hosts.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/hypervisors.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/images.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/interfaces.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/keypairs.py 2021-02-10 15:45:06.983 | M tempest/lib/api_schema/response/compute/v2_1/limits.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_1/migrations.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_1/parameter_types.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_1/quota_classes.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_1/quotas.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_1/security_groups.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_1/server_groups.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_1/servers.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_1/services.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_1/snapshots.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_1/versions.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_1/volumes.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_11/__init__.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_11/services.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_13/__init__.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_13/server_groups.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_16/__init__.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_16/servers.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_19/__init__.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_19/servers.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_2/__init__.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_2/keypairs.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_23/__init__.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_23/migrations.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_26/__init__.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_26/servers.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_28/__init__.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_28/hypervisors.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_3/__init__.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_3/servers.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_36/__init__.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_36/limits.py 2021-02-10 15:45:06.984 | M tempest/lib/api_schema/response/compute/v2_36/quotas.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_39/__init__.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_39/limits.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_41/__init__.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_41/aggregates.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_45/__init__.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_45/images.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_47/__init__.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_47/servers.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_48/__init__.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_48/servers.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_53/__init__.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_53/services.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_54/__init__.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_54/servers.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_55/__init__.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_55/flavors.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_57/__init__.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_57/limits.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_57/quotas.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_57/servers.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_59/__init__.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_59/migrations.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_6/__init__.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_6/servers.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_61/__init__.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_61/flavors.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_63/__init__.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_63/servers.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_70/__init__.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_70/interfaces.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_70/servers.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_71/__init__.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_71/servers.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_73/__init__.py 2021-02-10 15:45:06.985 | M tempest/lib/api_schema/response/compute/v2_73/servers.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/compute/v2_8/__init__.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/compute/v2_8/servers.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/compute/v2_9/__init__.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/compute/v2_9/servers.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/__init__.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/backups.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/capabilities.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/extensions.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/group_snapshots.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/group_types.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/groups.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/hosts.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/limits.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/manage_snapshot.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/manage_volume.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/messages.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/qos.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/quota_classes.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/quotas.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/scheduler_stats.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/services.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/snapshots.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/transfers.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/volume_types.py 2021-02-10 15:45:06.986 | M tempest/lib/api_schema/response/volume/volumes.py 2021-02-10 15:45:06.986 | M tempest/lib/auth.py 2021-02-10 15:45:06.986 | M tempest/lib/base.py 2021-02-10 15:45:06.986 | M tempest/lib/cli/__init__.py 2021-02-10 15:45:06.986 | M tempest/lib/cli/base.py 2021-02-10 15:45:06.986 | M tempest/lib/cli/output_parser.py 2021-02-10 15:45:06.986 | M tempest/lib/cmd/__init__.py 2021-02-10 15:45:06.986 | M tempest/lib/common/__init__.py 2021-02-10 15:45:06.986 | M tempest/lib/common/api_microversion_fixture.py 2021-02-10 15:45:06.986 | M tempest/lib/common/api_version_request.py 2021-02-10 15:45:06.986 | M tempest/lib/common/api_version_utils.py 2021-02-10 15:45:06.987 | M tempest/lib/common/cred_client.py 2021-02-10 15:45:06.987 | M tempest/lib/common/cred_provider.py 2021-02-10 15:45:06.987 | M tempest/lib/common/dynamic_creds.py 2021-02-10 15:45:06.987 | M tempest/lib/common/fixed_network.py 2021-02-10 15:45:06.987 | M tempest/lib/common/http.py 2021-02-10 15:45:06.987 | M tempest/lib/common/jsonschema_validator.py 2021-02-10 15:45:06.987 | M tempest/lib/common/preprov_creds.py 2021-02-10 15:45:06.987 | M tempest/lib/common/profiler.py 2021-02-10 15:45:06.987 | M tempest/lib/common/rest_client.py 2021-02-10 15:45:06.987 | M tempest/lib/common/ssh.py 2021-02-10 15:45:06.987 | M tempest/lib/common/thread.py 2021-02-10 15:45:06.987 | M tempest/lib/common/utils/__init__.py 2021-02-10 15:45:06.987 | M tempest/lib/common/utils/data_utils.py 2021-02-10 15:45:06.987 | M tempest/lib/common/utils/linux/__init__.py 2021-02-10 15:45:06.987 | M tempest/lib/common/utils/linux/remote_client.py 2021-02-10 15:45:06.987 | M tempest/lib/common/utils/misc.py 2021-02-10 15:45:06.987 | M tempest/lib/common/utils/test_utils.py 2021-02-10 15:45:06.987 | M tempest/lib/common/validation_resources.py 2021-02-10 15:45:06.987 | M tempest/lib/decorators.py 2021-02-10 15:45:06.987 | M tempest/lib/exceptions.py 2021-02-10 15:45:06.987 | M tempest/lib/services/__init__.py 2021-02-10 15:45:06.987 | M tempest/lib/services/clients.py 2021-02-10 15:45:06.987 | M tempest/lib/services/compute/__init__.py 2021-02-10 15:45:06.987 | M tempest/lib/services/compute/agents_client.py 2021-02-10 15:45:06.987 | M tempest/lib/services/compute/aggregates_client.py 2021-02-10 15:45:06.987 | M tempest/lib/services/compute/availability_zone_client.py 2021-02-10 15:45:06.987 | M tempest/lib/services/compute/baremetal_nodes_client.py 2021-02-10 15:45:06.987 | M tempest/lib/services/compute/base_compute_client.py 2021-02-10 15:45:06.987 | M tempest/lib/services/compute/certificates_client.py 2021-02-10 15:45:06.987 | M tempest/lib/services/compute/extensions_client.py 2021-02-10 15:45:06.987 | M tempest/lib/services/compute/fixed_ips_client.py 2021-02-10 15:45:06.987 | M tempest/lib/services/compute/flavors_client.py 2021-02-10 15:45:06.987 | M tempest/lib/services/compute/floating_ip_pools_client.py 2021-02-10 15:45:06.987 | M tempest/lib/services/compute/floating_ips_bulk_client.py 2021-02-10 15:45:06.987 | M tempest/lib/services/compute/floating_ips_client.py 2021-02-10 15:45:06.987 | M tempest/lib/services/compute/hosts_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/hypervisor_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/images_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/instance_usage_audit_log_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/interfaces_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/keypairs_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/limits_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/migrations_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/networks_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/quota_classes_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/quotas_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/security_group_default_rules_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/security_group_rules_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/security_groups_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/server_groups_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/servers_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/services_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/snapshots_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/tenant_networks_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/tenant_usages_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/versions_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/compute/volumes_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/identity/__init__.py 2021-02-10 15:45:06.988 | M tempest/lib/services/identity/v2/__init__.py 2021-02-10 15:45:06.988 | M tempest/lib/services/identity/v2/endpoints_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/identity/v2/identity_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/identity/v2/roles_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/identity/v2/services_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/identity/v2/tenants_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/identity/v2/token_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/identity/v2/users_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/identity/v3/__init__.py 2021-02-10 15:45:06.988 | M tempest/lib/services/identity/v3/access_rules_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/identity/v3/application_credentials_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/identity/v3/catalog_client.py 2021-02-10 15:45:06.988 | M tempest/lib/services/identity/v3/credentials_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/domain_configuration_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/domains_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/endpoint_filter_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/endpoint_groups_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/endpoints_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/groups_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/identity_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/inherited_roles_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/oauth_consumers_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/oauth_token_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/policies_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/project_tags_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/projects_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/regions_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/role_assignments_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/roles_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/services_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/token_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/trusts_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/users_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/identity/v3/versions_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/image/__init__.py 2021-02-10 15:45:06.989 | M tempest/lib/services/image/v1/__init__.py 2021-02-10 15:45:06.989 | M tempest/lib/services/image/v1/image_members_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/image/v1/images_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/image/v2/__init__.py 2021-02-10 15:45:06.989 | M tempest/lib/services/image/v2/image_members_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/image/v2/images_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/image/v2/namespace_objects_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/image/v2/namespace_properties_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/image/v2/namespace_tags_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/image/v2/namespaces_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/image/v2/resource_types_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/image/v2/schemas_client.py 2021-02-10 15:45:06.989 | M tempest/lib/services/image/v2/versions_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/__init__.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/agents_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/base.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/extensions_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/floating_ips_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/metering_label_rules_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/metering_labels_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/networks_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/ports_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/qos_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/quotas_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/routers_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/security_group_rules_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/security_groups_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/segments_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/service_providers_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/subnetpools_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/subnets_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/tags_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/network/versions_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/object_storage/__init__.py 2021-02-10 15:45:06.990 | M tempest/lib/services/object_storage/account_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/object_storage/bulk_middleware_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/object_storage/capabilities_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/object_storage/container_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/object_storage/object_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/placement/__init__.py 2021-02-10 15:45:06.990 | M tempest/lib/services/placement/base_placement_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/placement/placement_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/placement/resource_providers_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/volume/__init__.py 2021-02-10 15:45:06.990 | M tempest/lib/services/volume/base_client.py 2021-02-10 15:45:06.990 | M tempest/lib/services/volume/v1/__init__.py 2021-02-10 15:45:06.990 | M tempest/lib/services/volume/v1/availability_zone_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v1/backups_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v1/encryption_types_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v1/extensions_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v1/hosts_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v1/limits_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v1/qos_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v1/quotas_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v1/services_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v1/snapshots_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v1/types_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v1/volumes_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/__init__.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/availability_zone_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/backups_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/capabilities_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/encryption_types_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/extensions_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/hosts_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/limits_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/qos_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/quota_classes_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/quotas_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/scheduler_stats_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/services_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/snapshot_manage_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/snapshots_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/transfers_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/types_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/volume_manage_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v2/volumes_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v3/__init__.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v3/attachments_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v3/availability_zone_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v3/backups_client.py 2021-02-10 15:45:06.991 | M tempest/lib/services/volume/v3/base_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/capabilities_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/encryption_types_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/extensions_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/group_snapshots_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/group_types_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/groups_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/hosts_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/limits_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/messages_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/qos_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/quota_classes_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/quotas_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/scheduler_stats_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/services_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/snapshot_manage_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/snapshots_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/transfers_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/types_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/versions_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/volume_manage_client.py 2021-02-10 15:45:06.992 | M tempest/lib/services/volume/v3/volumes_client.py 2021-02-10 15:45:06.992 | M tempest/scenario/README.rst 2021-02-10 15:45:06.992 | M tempest/scenario/__init__.py 2021-02-10 15:45:06.992 | M tempest/scenario/manager.py 2021-02-10 15:45:06.992 | M tempest/scenario/test_aggregates_basic_ops.py 2021-02-10 15:45:06.992 | M tempest/scenario/test_dashboard_basic_ops.py 2021-02-10 15:45:06.992 | M tempest/scenario/test_encrypted_cinder_volumes.py 2021-02-10 15:45:06.992 | M tempest/scenario/test_minbw_allocation_placement.py 2021-02-10 15:45:06.992 | M tempest/scenario/test_minimum_basic.py 2021-02-10 15:45:06.992 | M tempest/scenario/test_network_advanced_server_ops.py 2021-02-10 15:45:06.992 | M tempest/scenario/test_network_basic_ops.py 2021-02-10 15:45:06.992 | M tempest/scenario/test_network_v6.py 2021-02-10 15:45:06.992 | M tempest/scenario/test_object_storage_basic_ops.py 2021-02-10 15:45:06.992 | M tempest/scenario/test_security_groups_basic_ops.py 2021-02-10 15:45:06.992 | M tempest/scenario/test_server_advanced_ops.py 2021-02-10 15:45:06.992 | M tempest/scenario/test_server_basic_ops.py 2021-02-10 15:45:06.993 | M tempest/scenario/test_server_multinode.py 2021-02-10 15:45:06.993 | M tempest/scenario/test_shelve_instance.py 2021-02-10 15:45:06.993 | M tempest/scenario/test_snapshot_pattern.py 2021-02-10 15:45:06.993 | M tempest/scenario/test_stamp_pattern.py 2021-02-10 15:45:06.993 | M tempest/scenario/test_volume_backup_restore.py 2021-02-10 15:45:06.993 | M tempest/scenario/test_volume_boot_pattern.py 2021-02-10 15:45:06.993 | M tempest/scenario/test_volume_migrate_attached.py 2021-02-10 15:45:06.993 | M tempest/services/__init__.py 2021-02-10 15:45:06.993 | M tempest/services/orchestration/__init__.py 2021-02-10 15:45:06.993 | M tempest/services/orchestration/json/__init__.py 2021-02-10 15:45:06.993 | M tempest/services/orchestration/json/orchestration_client.py 2021-02-10 15:45:06.993 | M tempest/test.py 2021-02-10 15:45:06.993 | M tempest/test_discover/__init__.py 2021-02-10 15:45:06.993 | M tempest/test_discover/plugins.py 2021-02-10 15:45:06.993 | M tempest/test_discover/test_discover.py 2021-02-10 15:45:06.993 | M tempest/tests/README.rst 2021-02-10 15:45:06.993 | M tempest/tests/__init__.py 2021-02-10 15:45:06.993 | M tempest/tests/api/__init__.py 2021-02-10 15:45:06.993 | M tempest/tests/api/compute/__init__.py 2021-02-10 15:45:06.993 | M tempest/tests/api/compute/test_base.py 2021-02-10 15:45:06.994 | M tempest/tests/base.py 2021-02-10 15:45:06.994 | M tempest/tests/cmd/__init__.py 2021-02-10 15:45:06.994 | M tempest/tests/cmd/subunit_describe_calls_data/calls.subunit 2021-02-10 15:45:06.994 | M tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json 2021-02-10 15:45:06.994 | M tempest/tests/cmd/test_account_generator.py 2021-02-10 15:45:06.994 | M tempest/tests/cmd/test_cleanup.py 2021-02-10 15:45:06.994 | M tempest/tests/cmd/test_cleanup_services.py 2021-02-10 15:45:06.994 | M tempest/tests/cmd/test_list_plugins.py 2021-02-10 15:45:06.994 | M tempest/tests/cmd/test_run.py 2021-02-10 15:45:06.994 | M tempest/tests/cmd/test_saved_state_json.json 2021-02-10 15:45:06.994 | M tempest/tests/cmd/test_subunit_describe_calls.py 2021-02-10 15:45:06.994 | M tempest/tests/cmd/test_tempest_init.py 2021-02-10 15:45:06.994 | M tempest/tests/cmd/test_verify_tempest_config.py 2021-02-10 15:45:06.994 | M tempest/tests/cmd/test_workspace.py 2021-02-10 15:45:06.994 | M tempest/tests/common/__init__.py 2021-02-10 15:45:06.994 | M tempest/tests/common/test_admin_available.py 2021-02-10 15:45:06.994 | M tempest/tests/common/test_alt_available.py 2021-02-10 15:45:06.994 | M tempest/tests/common/test_compute.py 2021-02-10 15:45:06.994 | M tempest/tests/common/test_credentials_factory.py 2021-02-10 15:45:06.994 | M tempest/tests/common/test_custom_matchers.py 2021-02-10 15:45:06.994 | M tempest/tests/common/test_image.py 2021-02-10 15:45:06.994 | M tempest/tests/common/utils/__init__.py 2021-02-10 15:45:06.994 | M tempest/tests/common/utils/linux/__init__.py 2021-02-10 15:45:06.994 | M tempest/tests/common/utils/linux/test_remote_client.py 2021-02-10 15:45:06.994 | M tempest/tests/common/utils/test_net_utils.py 2021-02-10 15:45:06.994 | M tempest/tests/fake_config.py 2021-02-10 15:45:06.994 | M tempest/tests/fake_tempest_plugin.py 2021-02-10 15:45:06.994 | M tempest/tests/files/__init__.py 2021-02-10 15:45:06.994 | M tempest/tests/files/failing-tests 2021-02-10 15:45:06.994 | M tempest/tests/files/passing-tests 2021-02-10 15:45:06.994 | M tempest/tests/files/setup.cfg 2021-02-10 15:45:06.994 | M tempest/tests/files/testr-conf 2021-02-10 15:45:06.994 | M tempest/tests/lib/__init__.py 2021-02-10 15:45:06.994 | M tempest/tests/lib/cli/__init__.py 2021-02-10 15:45:06.994 | M tempest/tests/lib/cli/test_command_failed.py 2021-02-10 15:45:06.994 | M tempest/tests/lib/cli/test_execute.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/cli/test_output_parser.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/cmd/__init__.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/cmd/test_check_uuid.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/__init__.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/test_api_version_request.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/test_api_version_utils.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/test_cred_client.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/test_dynamic_creds.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/test_http.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/test_jsonschema_validator.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/test_preprov_creds.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/test_profiler.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/test_rest_client.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/test_validation_resources.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/utils/__init__.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/utils/linux/__init__.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/utils/linux/test_remote_client.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/utils/test_data_utils.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/utils/test_misc.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/common/utils/test_test_utils.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/fake_auth_provider.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/fake_credentials.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/fake_http.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/fake_identity.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/services/__init__.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/services/base.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/services/compute/__init__.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/services/compute/test_agents_client.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/services/compute/test_aggregates_client.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/services/compute/test_availability_zone_client.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/services/compute/test_baremetal_nodes_client.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/services/compute/test_base_compute_client.py 2021-02-10 15:45:06.995 | M tempest/tests/lib/services/compute/test_certificates_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_extensions_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_fixedIPs_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_flavors_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_floating_ip_pools_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_floating_ips_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_hosts_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_hypervisor_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_images_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_interfaces_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_keypairs_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_limits_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_migrations_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_networks_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_quota_classes_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_quotas_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_security_group_default_rules_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_security_group_rules_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_security_groups_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_server_groups_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_servers_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_services_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_snapshots_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_tenant_networks_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_tenant_usages_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_versions_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/compute/test_volumes_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/identity/__init__.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/identity/v2/__init__.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/identity/v2/test_endpoints_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/identity/v2/test_identity_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/identity/v2/test_roles_client.py 2021-02-10 15:45:06.996 | M tempest/tests/lib/services/identity/v2/test_services_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v2/test_tenants_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v2/test_token_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v2/test_users_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/__init__.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_access_rules_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_application_credentials_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_catalog_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_credentials_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_domains_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_endpoints_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_groups_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_identity_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_oauth_token_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_policies_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_project_tags_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_projects_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_regions_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_role_assignments_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_roles_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_services_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_token_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_trusts_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_users_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/identity/v3/test_versions_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/image/__init__.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/image/v1/__init__.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/image/v1/test_image_members_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/image/v2/__init__.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/image/v2/test_image_members_client.py 2021-02-10 15:45:06.997 | M tempest/tests/lib/services/image/v2/test_images_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/image/v2/test_namespace_object_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/image/v2/test_namespace_properties_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/image/v2/test_namespace_tags_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/image/v2/test_namespaces_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/image/v2/test_resource_types_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/image/v2/test_schemas_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/image/v2/test_versions_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/__init__.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_agents_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_base_network_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_extensions_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_floating_ips_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_metering_label_rules_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_metering_labels_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_networks_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_ports_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_qos_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_quotas_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_routers_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_security_group_rules_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_security_groups_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_segments_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_service_providers_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_subnetpools_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_subnets_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_tags_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/network/test_versions_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/object_storage/__init__.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/object_storage/test_capabilities_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/object_storage/test_object_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/placement/__init__.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/placement/test_placement_client.py 2021-02-10 15:45:06.998 | M tempest/tests/lib/services/placement/test_resource_providers_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/registry_fixture.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/test_clients.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/__init__.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v1/__init__.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v1/test_encryption_types_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v1/test_quotas_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v1/test_snapshots_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/__init__.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_attachments_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_availability_zone_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_backups_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_capabilities_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_encryption_types_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_extensions_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_group_types_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_groups_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_hosts_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_limits_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/vSwitched to branch 'master' 2021-02-10 15:45:06.999 | olume/v3/test_quota_classes_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_quotas_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_services_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_snapshots_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_transfers_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_types_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_user_messages_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_versions_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_volume_manage_client.py 2021-02-10 15:45:06.999 | M tempest/tests/lib/services/volume/v3/test_volumes_client.py 2021-02-10 15:45:07.000 | M tempest/tests/lib/test_api_microversion_fixture.py 2021-02-10 15:45:07.000 | M tempest/tests/lib/test_auth.py 2021-02-10 15:45:07.000 | M tempest/tests/lib/test_base.py 2021-02-10 15:45:07.000 | M tempest/tests/lib/test_credentials.py 2021-02-10 15:45:07.000 | M tempest/tests/lib/test_decorators.py 2021-02-10 15:45:07.000 | M tempest/tests/lib/test_ssh.py 2021-02-10 15:45:07.000 | M tempest/tests/lib/test_tempest_lib.py 2021-02-10 15:45:07.000 | M tempest/tests/test_base_test.py 2021-02-10 15:45:07.000 | M tempest/tests/test_config.py 2021-02-10 15:45:07.000 | M tempest/tests/test_decorators.py 2021-02-10 15:45:07.000 | M tempest/tests/test_hacking.py 2021-02-10 15:45:07.000 | M tempest/tests/test_imports.py 2021-02-10 15:45:07.000 | M tempest/tests/test_list_tests.py 2021-02-10 15:45:07.000 | M tempest/tests/test_microversions.py 2021-02-10 15:45:07.000 | M tempest/tests/test_tempest_plugin.py 2021-02-10 15:45:07.000 | M tempest/tests/test_test.py 2021-02-10 15:45:07.000 | M tempest/tests/utils.py 2021-02-10 15:45:07.000 | M tempest/version.py 2021-02-10 15:45:07.000 | M test-requirements.txt 2021-02-10 15:45:07.000 | M tools/generate-tempest-plugins-list.py 2021-02-10 15:45:07.000 | M tools/tempest-integrated-gate-compute-exclude-list.txt 2021-02-10 15:45:07.000 | M tools/tempest-integrated-gate-networking-exclude-list.txt 2021-02-10 15:45:07.000 | M tools/tempest-integrated-gate-object-storage-exclude-list.txt 2021-02-10 15:45:07.000 | M tools/tempest-integrated-gate-placement-exclude-list.txt 2021-02-10 15:45:07.000 | M tools/tempest-integrated-gate-storage-exclude-list.txt 2021-02-10 15:45:07.000 | M tools/tempest-plugin-sanity.sh 2021-02-10 15:45:07.000 | M tox.ini 2021-02-10 15:45:07.000 | M zuul.d/base.yaml 2021-02-10 15:45:07.000 | M zuul.d/integrated-gate.yaml 2021-02-10 15:45:07.000 | M zuul.d/project.yaml 2021-02-10 15:45:07.000 | M zuul.d/stable-jobs.yaml 2021-02-10 15:45:07.000 | M zuul.d/tempest-specific.yaml 2021-02-10 15:45:07.000 | Your branch is up to date with 'origin/master'. 2021-02-10 15:45:07.000 | ++ lib/tempest:install_tempest:705 : tox -r --notest -efull 2021-02-10 15:45:07.617 | full create: /opt/stack/tempest/.tox/tempest 2021-02-10 15:45:08.546 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2021-02-10 15:45:33.172 | full develop-inst: /opt/stack/tempest 2021-02-10 15:45:38.718 | full installed: attrs==20.3.0,bcrypt==3.2.0,certifi==2020.12.5,cffi==1.14.4,chardet==4.0.0,cliff==3.6.0,cmd2==1.5.0,colorama==0.4.4,cryptography==3.4.4,debtcollector==2.2.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==2.10,importlib-metadata==3.4.0,importlib-resources==3.3.1,iso8601==0.1.14,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.5,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.10.9,oslo.concurrency==4.4.0,oslo.config==8.4.0,oslo.context==3.1.1,oslo.i18n==5.0.1,oslo.log==4.4.0,oslo.serialization==4.1.0,oslo.utils==4.7.0,packaging==20.9,paramiko==2.7.2,pbr==5.5.1,prettytable==0.7.2,pycparser==2.20,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.1,pyrsistent==0.17.3,python-dateutil==2.8.1,python-mimeparse==1.6.0,python-subunit==1.4.0,pytz==2021.1,PyYAML==5.4.1,requests==2.25.1,rfc3986==1.4.0,six==1.15.0,stestr==3.1.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@f4ddd6f8be44f3107c6a4d58da2c9179cd3ec76c#egg=tempest,testtools==2.4.0,traceback2==1.4.0,typing-extensions==3.7.4.3,unittest2==1.1.0,urllib3==1.26.3,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1,zipp==3.4.0 2021-02-10 15:45:38.718 | ___________________________________ summary ____________________________________ 2021-02-10 15:45:38.718 | full: skipped tests 2021-02-10 15:45:38.718 | congratulations :) 2021-02-10 15:45:38.751 | ++ lib/tempest:install_tempest:708 : /opt/stack/tempest/.tox/tempest/bin/pip install -U -r /home/ubuntu/devstack/tools/cap-pip.txt 2021-02-10 15:45:39.413 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:45:39.592 | Requirement already up-to-date: pip<20.3 in ./.tox/tempest/lib/python3.6/site-packages (from -r /home/ubuntu/devstack/tools/cap-pip.txt (line 1)) (20.2.4) 2021-02-10 15:45:40.249 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:45:40.249 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2021-02-10 15:45:40.307 | ++ lib/tempest:install_tempest:712 : /opt/stack/tempest/.tox/tempest/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -r requirements.txt 2021-02-10 15:45:41.949 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:45:41.949 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-10 15:45:41.972 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:45:41.975 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:45:41.982 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:45:41.987 | Requirement already satisfied: PyYAML===5.4.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-02-10 15:45:41.990 | Requirement already satisfied: cliff===3.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (3.6.0) 2021-02-10 15:45:42.003 | Requirement already satisfied: cmd2===1.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (1.5.0) 2021-02-10 15:45:42.067 | Requirement already satisfied: colorama===0.4.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) (0.4.4) 2021-02-10 15:45:42.070 | Requirement already satisfied: debtcollector===2.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (2.2.0) 2021-02-10 15:45:42.078 | Requirement already satisfied: fixtures===3.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (3.0.0) 2021-02-10 15:45:42.089 | Requirement already satisfied: importlib-metadata===3.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (3.4.0) 2021-02-10 15:45:42.128 | Requirement already satisfied: jsonschema===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (3.2.0) 2021-02-10 15:45:42.159 | Requirement already satisfied: netaddr===0.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) (0.8.0) 2021-02-10 15:45:42.165 | Requirement already satisfied: oslo.concurrency===4.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (4.4.0) 2021-02-10 15:45:42.177 | Requirement already satisfied: oslo.config===8.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (8.4.0) 2021-02-10 15:45:42.223 | Requirement already satisfied: oslo.i18n===5.0.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (5.0.1) 2021-02-10 15:45:42.228 | Requirement already satisfied: oslo.log===4.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (4.4.0) 2021-02-10 15:45:42.271 | Requirement already satisfied: oslo.serialization===4.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (4.1.0) 2021-02-10 15:45:42.280 | Requirement already satisfied: oslo.utils===4.7.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (4.7.0) 2021-02-10 15:45:42.299 | Requirement already satisfied: packaging===20.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (20.9) 2021-02-10 15:45:42.304 | Requirement already satisfied: paramiko===2.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (2.7.2) 2021-02-10 15:45:42.346 | Requirement already satisfied: pbr===5.5.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (5.5.1) 2021-02-10 15:45:42.348 | Requirement already satisfied: prettytable===0.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) (0.7.2) 2021-02-10 15:45:42.350 | Requirement already satisfied: pyinotify===0.9.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (0.9.6) 2021-02-10 15:45:42.352 | Requirement already satisfied: pyparsing===2.4.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375)) (2.4.7) 2021-02-10 15:45:42.354 | Requirement already satisfied: pyperclip===1.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (1.8.1) 2021-02-10 15:45:42.356 | Requirement already satisfied: pyrsistent===0.17.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 379)) (0.17.3) 2021-02-10 15:45:42.360 | Requirement already satisfied: python-dateutil===2.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) (2.8.1) 2021-02-10 15:45:42.364 | Requirement already satisfied: python-subunit===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (1.4.0) 2021-02-10 15:45:42.380 | Requirement already satisfied: pytz===2021.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (2021.1) 2021-02-10 15:45:42.383 | Requirement already satisfied: requests===2.25.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (2.25.1) 2021-02-10 15:45:42.405 | Requirement already satisfied: rfc3986===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 467)) (1.4.0) 2021-02-10 15:45:42.409 | Requirement already satisfied: setuptools===53.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (53.0.0) 2021-02-10 15:45:42.456 | Requirement already satisfied: six===1.15.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (1.15.0) 2021-02-10 15:45:42.458 | Requirement already satisfied: stestr===3.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (3.1.0) 2021-02-10 15:45:42.490 | Requirement already satisfied: stevedore===3.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (3.3.0) 2021-02-10 15:45:42.499 | Requirement already satisfied: testtools===2.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (2.4.0) 2021-02-10 15:45:42.518 | Requirement already satisfied: traceback2===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (1.4.0) 2021-02-10 15:45:42.520 | Requirement already satisfied: typing-extensions===3.7.4.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (3.7.4.3) 2021-02-10 15:45:42.524 | Requirement already satisfied: unittest2===1.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.1.0) 2021-02-10 15:45:42.531 | Requirement already satisfied: urllib3===1.26.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (1.26.3) 2021-02-10 15:45:42.553 | Requirement already satisfied: voluptuous===0.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (0.12.1) 2021-02-10 15:45:42.557 | Requirement already satisfied: wcwidth===0.2.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (0.2.5) 2021-02-10 15:45:42.562 | Requirement already satisfied: wrapt===1.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (1.12.1) 2021-02-10 15:45:42.564 | Requirement already satisfied: zipp===3.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 592)) (3.4.0) 2021-02-10 15:45:42.591 | Requirement already satisfied: attrs===20.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-02-10 15:45:42.636 | Requirement already satisfied: importlib-resources===3.3.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) (3.3.1) 2021-02-10 15:45:42.655 | Requirement already satisfied: fasteners===0.14.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (0.14.1) 2021-02-10 15:45:42.659 | Requirement already satisfied: oslo.context===3.1.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (3.1.1) 2021-02-10 15:45:42.664 | Requirement already satisfied: msgpack===1.0.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (1.0.2) 2021-02-10 15:45:42.667 | Requirement already satisfied: netifaces===0.10.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) (0.10.9) 2021-02-10 15:45:42.669 | Requirement already satisfied: iso8601===0.1.14 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (0.1.14) 2021-02-10 15:45:42.671 | Requirement already satisfied: bcrypt===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (3.2.0) 2021-02-10 15:45:42.682 | Requirement already satisfied: PyNaCl===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.4.0) 2021-02-10 15:45:42.694 | Requirement already satisfied: cryptography===3.4.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (3.4.4) 2021-02-10 15:45:42.736 | Requirement already satisfied: extras===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (1.0.0) 2021-02-10 15:45:42.738 | Requirement already satisfied: chardet===4.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (4.0.0) 2021-02-10 15:45:42.741 | Requirement already satisfied: idna===2.10 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (2.10) 2021-02-10 15:45:42.744 | Requirement already satisfied: certifi===2020.12.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5) 2021-02-10 15:45:42.745 | Requirement already satisfied: future===0.18.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (0.18.2) 2021-02-10 15:45:42.748 | Requirement already satisfied: python-mimeparse===1.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) (1.6.0) 2021-02-10 15:45:42.749 | Requirement already satisfied: linecache2===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.0.0) 2021-02-10 15:45:42.751 | Requirement already satisfied: argparse in ./.tox/tempest/lib/python3.6/site-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.4.0) 2021-02-10 15:45:42.753 | Requirement already satisfied: monotonic===1.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (1.5) 2021-02-10 15:45:42.754 | Requirement already satisfied: cffi===1.14.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.4) 2021-02-10 15:45:42.757 | Requirement already satisfied: pycparser===2.20 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (2.20) 2021-02-10 15:45:42.856 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:45:42.856 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2021-02-10 15:45:42.921 | ++ lib/tempest:install_tempest:713 : PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest 2021-02-10 15:45:42.923 | ++ lib/tempest:install_tempest:714 : popd 2021-02-10 15:45:42.923 | ~/devstack 2021-02-10 15:45:42.926 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-02-10 15:45:42.928 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-02-10 15:45:42.931 | + functions-common:run_phase:1755 : [[ stack == \s\o\u\r\c\e ]] 2021-02-10 15:45:42.934 | + functions-common:run_phase:1758 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-02-10 15:45:42.937 | + functions-common:run_phase:1761 : run_plugins stack install 2021-02-10 15:45:42.939 | + functions-common:run_plugins:1720 : local mode=stack 2021-02-10 15:45:42.942 | + functions-common:run_plugins:1721 : local phase=install 2021-02-10 15:45:42.945 | + functions-common:run_plugins:1723 : local plugins= 2021-02-10 15:45:42.947 | + functions-common:run_plugins:1724 : local plugin 2021-02-10 15:45:42.950 | + ./stack.sh:main:941 : use_library_from_git python-openstackclient 2021-02-10 15:45:42.953 | + inc/python:use_library_from_git:250 : local name=python-openstackclient 2021-02-10 15:45:42.956 | + inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 15:45:42.959 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 15:45:42.961 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-openstackclient, ]] 2021-02-10 15:45:42.964 | + inc/python:use_library_from_git:253 : return 1 2021-02-10 15:45:42.966 | + ./stack.sh:main:945 : pip_install_gr python-openstackclient 2021-02-10 15:45:42.969 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2021-02-10 15:45:42.971 | + inc/python:pip_install_gr:77 : local clean_name 2021-02-10 15:45:42.975 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2021-02-10 15:45:42.977 | ++ inc/python:get_from_global_requirements:225 : local package=python-openstackclient 2021-02-10 15:45:42.980 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-02-10 15:45:42.984 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2021-02-10 15:45:42.984 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-02-10 15:45:42.989 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-openstackclient ' 2021-02-10 15:45:42.992 | ++ inc/python:get_from_global_requirements:228 : [[ python-openstackclient == '' ]] 2021-02-10 15:45:42.994 | ++ inc/python:get_from_global_requirements:231 : echo python-openstackclient 2021-02-10 15:45:42.997 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2021-02-10 15:45:43.000 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2021-02-10 15:45:43.020 | Using python 3.6 to install python-openstackclient 2021-02-10 15:45:43.023 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient 2021-02-10 15:45:44.211 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:45:44.211 | from cryptography.utils import int_from_bytes 2021-02-10 15:45:44.211 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:45:44.212 | from cryptography.utils import int_from_bytes 2021-02-10 15:45:45.373 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 15:45:45.373 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-10 15:45:45.381 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:45:45.385 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:45:45.392 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 15:45:45.602 | Collecting python-openstackclient===5.4.0 2021-02-10 15:45:45.611 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/266/5fc7a9ce7e44a/python_openstackclient-5.4.0-py3-none-any.whl (886 kB) 2021-02-10 15:45:45.758 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (1.15.0) 2021-02-10 15:45:45.761 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (3.3.0) 2021-02-10 15:45:45.771 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (5.0.1) 2021-02-10 15:45:45.778 | Requirement already satisfied: python-novaclient===17.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) (17.3.0) 2021-02-10 15:45:45.797 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) (4.2.0) 2021-02-10 15:45:45.817 | Requirement already satisfied: osc-lib===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (2.3.1) 2021-02-10 15:45:45.833 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (5.5.1) 2021-02-10 15:45:45.837 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (4.7.0) 2021-02-10 15:45:45.857 | Requirement already satisfied: openstacksdk===0.53.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (0.53.0) 2021-02-10 15:45:45.889 | Requirement already satisfied: cliff===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (3.6.0) 2021-02-10 15:45:45.903 | Requirement already satisfied: python-cinderclient===7.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (7.3.0) 2021-02-10 15:45:45.922 | Requirement already satisfied: importlib-metadata===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (3.4.0) 2021-02-10 15:45:45.962 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (0.1.14) 2021-02-10 15:45:45.965 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (4.1.0) 2021-02-10 15:45:45.975 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 489)) (3.17.2) 2021-02-10 15:45:45.979 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) (0.7.2) 2021-02-10 15:45:45.982 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (4.3.0) 2021-02-10 15:45:46.048 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (8.4.0) 2021-02-10 15:45:46.096 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (2.2.0) 2021-02-10 15:45:46.104 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (2.25.1) 2021-02-10 15:45:46.126 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) (0.8.0) 2021-02-10 15:45:46.133 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) (0.10.9) 2021-02-10 15:45:46.137 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375)) (2.4.7) 2021-02-10 15:45:46.141 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (20.9) 2021-02-10 15:45:46.147 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (2021.1) 2021-02-10 15:45:46.151 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (1.7.0) 2021-02-10 15:45:46.157 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 462)) (1.4.0) 2021-02-10 15:45:46.159 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4) 2021-02-10 15:45:46.163 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-02-10 15:45:46.167 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (4.4.2) 2021-02-10 15:45:46.171 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) (2.5.0) 2021-02-10 15:45:46.194 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.2) 2021-02-10 15:45:46.202 | Requirement already satisfied: jsonpatch===1.28 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (1.28) 2021-02-10 15:45:46.207 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (0.10.0) 2021-02-10 15:45:46.212 | Requirement already satisfied: cryptography===3.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (3.4.4) 2021-02-10 15:45:46.256 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (1.5.0) 2021-02-10 15:45:46.320 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 592)) (3.4.0) 2021-02-10 15:45:46.347 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (3.7.4.3) 2021-02-10 15:45:46.352 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (1.0.2) 2021-02-10 15:45:46.356 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 467)) (1.4.0) 2021-02-10 15:45:46.361 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (1.12.1) 2021-02-10 15:45:46.364 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5) 2021-02-10 15:45:46.367 | Requirement already satisfied: urllib3===1.26.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (1.26.3) 2021-02-10 15:45:46.392 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (4.0.0) 2021-02-10 15:45:46.395 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (2.10) 2021-02-10 15:45:46.400 | Requirement already satisfied: importlib-resources===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) (3.3.1) 2021-02-10 15:45:46.420 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (2.0) 2021-02-10 15:45:46.423 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.4) 2021-02-10 15:45:46.427 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (1.8.1) 2021-02-10 15:45:46.430 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-02-10 15:45:46.475 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (0.2.5) 2021-02-10 15:45:46.481 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) (0.4.4) 2021-02-10 15:45:46.486 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (2.20) 2021-02-10 15:45:48.461 | Installing collected packages: python-openstackclient 2021-02-10 15:45:49.719 | Successfully installed python-openstackclient-5.4.0 2021-02-10 15:45:49.864 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 15:45:49.864 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 15:45:49.981 | + inc/python:pip_install:200 : result=0 2021-02-10 15:45:49.984 | + inc/python:pip_install:202 : time_stop pip_install 2021-02-10 15:45:49.986 | + functions-common:time_stop:2306 : local name 2021-02-10 15:45:49.989 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:45:49.991 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:45:49.994 | + functions-common:time_stop:2309 : local total 2021-02-10 15:45:49.996 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:45:49.999 | + functions-common:time_stop:2312 : name=pip_install 2021-02-10 15:45:50.001 | + functions-common:time_stop:2313 : start_time=1612971943015 2021-02-10 15:45:50.004 | + functions-common:time_stop:2315 : [[ -z 1612971943015 ]] 2021-02-10 15:45:50.006 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:45:50.010 | + functions-common:time_stop:2318 : end_time=1612971950007 2021-02-10 15:45:50.013 | + functions-common:time_stop:2319 : elapsed_time=6992 2021-02-10 15:45:50.015 | + functions-common:time_stop:2320 : total=265611 2021-02-10 15:45:50.017 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:45:50.020 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=272603 2021-02-10 15:45:50.022 | + inc/python:pip_install:203 : return 0 2021-02-10 15:45:50.025 | + ./stack.sh:main:950 : install_oscwrap 2021-02-10 15:45:50.028 | ++ functions-common:install_oscwrap:2351 : mktemp 2021-02-10 15:45:50.032 | + functions-common:install_oscwrap:2351 : OSCWRAP_TIMER_FILE=/tmp/tmp.SnBLARNNSz 2021-02-10 15:45:50.035 | + functions-common:install_oscwrap:2354 : shopt -s expand_aliases 2021-02-10 15:45:50.037 | + functions-common:install_oscwrap:2357 : unalias -a 2021-02-10 15:45:50.040 | + functions-common:install_oscwrap:2359 : alias openstack=oscwrap 2021-02-10 15:45:50.043 | + ./stack.sh:main:955 : [[ False != \F\a\l\s\e ]] 2021-02-10 15:45:50.045 | + ./stack.sh:main:995 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-02-10 15:45:50.048 | + ./stack.sh:main:1003 : is_service_enabled mysql postgresql 2021-02-10 15:45:50.064 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:45:50.067 | + ./stack.sh:main:1004 : configure_database 2021-02-10 15:45:50.070 | + lib/database:configure_database:126 : configure_database_mysql 2021-02-10 15:45:50.072 | + lib/databases/mysql:configure_database_mysql:69 : local my_conf mysql slow_log 2021-02-10 15:45:50.075 | + lib/databases/mysql:configure_database_mysql:70 : echo_summary 'Configuring and starting MySQL' 2021-02-10 15:45:50.077 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:45:50.079 | + ./stack.sh:echo_summary:422 : echo -e Configuring and starting MySQL 2021-02-10 15:45:50.082 | + lib/databases/mysql:configure_database_mysql:72 : is_ubuntu 2021-02-10 15:45:50.084 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:45:50.087 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:45:50.089 | + lib/databases/mysql:configure_database_mysql:73 : my_conf=/etc/mysql/my.cnf 2021-02-10 15:45:50.091 | + lib/databases/mysql:configure_database_mysql:87 : is_fedora 2021-02-10 15:45:50.094 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-02-10 15:45:50.096 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-02-10 15:45:50.098 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-02-10 15:45:50.100 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-02-10 15:45:50.103 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-02-10 15:45:50.105 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-02-10 15:45:50.107 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-02-10 15:45:50.110 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-02-10 15:45:50.112 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-02-10 15:45:50.114 | + lib/databases/mysql:configure_database_mysql:87 : is_suse 2021-02-10 15:45:50.117 | + functions-common:is_suse:464 : is_opensuse 2021-02-10 15:45:50.119 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-02-10 15:45:50.121 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-02-10 15:45:50.124 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-02-10 15:45:50.126 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-02-10 15:45:50.129 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-02-10 15:45:50.132 | + lib/databases/mysql:configure_database_mysql:95 : sudo mysqladmin -u root password Passw0rd 2021-02-10 15:45:50.153 | mysqladmin: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:45:50.153 | Warning: Since password will be sent to server in plain text, use ssl connection to ensure password safety. 2021-02-10 15:45:50.158 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2021-02-10 15:45:50.161 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:45:50.163 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:45:50.166 | + lib/databases/mysql:configure_database_mysql:99 : '[' mysql == mariadb ']' 2021-02-10 15:45:50.168 | + lib/databases/mysql:configure_database_mysql:102 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2021-02-10 15:45:50.171 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2021-02-10 15:45:50.173 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:45:50.176 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:45:50.178 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2021-02-10 15:45:50.181 | + lib/databases/mysql:configure_database_mysql:113 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2021-02-10 15:45:50.191 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:45:50.205 | + lib/databases/mysql:configure_database_mysql:115 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2021-02-10 15:45:50.215 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:45:50.230 | ++ lib/databases/mysql:configure_database_mysql:121 : ipv6_unquote 0.0.0.0 2021-02-10 15:45:50.233 | ++ functions-common:ipv6_unquote:2104 : echo 0.0.0.0 2021-02-10 15:45:50.233 | ++ functions-common:ipv6_unquote:2104 : tr -d '[]' 2021-02-10 15:45:50.237 | + lib/databases/mysql:configure_database_mysql:121 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2021-02-10 15:45:50.292 | + lib/databases/mysql:configure_database_mysql:122 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2021-02-10 15:45:50.338 | + lib/databases/mysql:configure_database_mysql:123 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2021-02-10 15:45:50.383 | + lib/databases/mysql:configure_database_mysql:124 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2021-02-10 15:45:50.429 | + lib/databases/mysql:configure_database_mysql:126 : [[ False == \T\r\u\e ]] 2021-02-10 15:45:50.432 | + lib/databases/mysql:configure_database_mysql:146 : restart_service mysql 2021-02-10 15:45:50.435 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-02-10 15:45:50.437 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart mysql 2021-02-10 15:45:51.946 | + ./stack.sh:main:1008 : save_stackenv 1008 2021-02-10 15:45:51.949 | + functions-common:save_stackenv:60 : local tag=1008 2021-02-10 15:45:51.952 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-02-10 15:45:51.955 | + functions-common:save_stackenv:62 : time_stamp=2021-02-10-154551 2021-02-10 15:45:51.958 | + functions-common:save_stackenv:63 : echo '# 2021-02-10-154551 1008' 2021-02-10 15:45:51.961 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:45:51.963 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-02-10 15:45:51.966 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:45:51.968 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-02-10 15:45:51.971 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:45:51.973 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-02-10 15:45:51.976 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:45:51.978 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2021-02-10 15:45:51.981 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:45:51.983 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.71 2021-02-10 15:45:51.986 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:45:51.988 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.71/identity 2021-02-10 15:45:51.991 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:45:51.993 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-02-10-153515 2021-02-10 15:45:51.996 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:45:51.998 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-02-10 15:45:52.001 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:45:52.003 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.71 2021-02-10 15:45:52.006 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:45:52.008 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-02-10 15:45:52.011 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:45:52.013 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-02-10 15:45:52.016 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:45:52.018 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-02-10 15:45:52.021 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 15:45:52.023 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-02-10 15:45:52.026 | + ./stack.sh:main:1020 : [[ True == \T\r\u\e ]] 2021-02-10 15:45:52.029 | + ./stack.sh:main:1021 : [[ -f /sys/kernel/mm/ksm/run ]] 2021-02-10 15:45:52.031 | + ./stack.sh:main:1022 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2021-02-10 15:45:52.042 | + ./stack.sh:main:1034 : start_dstat 2021-02-10 15:45:52.045 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-02-10 15:45:52.048 | + functions-common:run_process:1561 : local service=dstat 2021-02-10 15:45:52.050 | + functions-common:run_process:1562 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-02-10 15:45:52.052 | + functions-common:run_process:1563 : local group= 2021-02-10 15:45:52.055 | + functions-common:run_process:1564 : local user= 2021-02-10 15:45:52.057 | + functions-common:run_process:1566 : local name=dstat 2021-02-10 15:45:52.060 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:45:52.062 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:45:52.065 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:45:52.067 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:45:52.071 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:45:52.074 | + functions-common:time_start:2297 : _TIME_START[$name]=1612971952071 2021-02-10 15:45:52.077 | + functions-common:run_process:1569 : is_service_enabled dstat 2021-02-10 15:45:52.093 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:45:52.095 | + functions-common:run_process:1570 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2021-02-10 15:45:52.098 | + functions-common:_run_under_systemd:1526 : local service=dstat 2021-02-10 15:45:52.101 | + functions-common:_run_under_systemd:1527 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-02-10 15:45:52.103 | + functions-common:_run_under_systemd:1528 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-02-10 15:45:52.106 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-02-10 15:45:52.109 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-02-10 15:45:52.111 | + functions-common:_common_systemd_pitfalls:1501 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2021-02-10 15:45:52.114 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2021-02-10 15:45:52.116 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@dstat.service 2021-02-10 15:45:52.119 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:45:52.121 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:45:52.124 | + functions-common:_run_under_systemd:1535 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2021-02-10 15:45:52.127 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2021-02-10 15:45:52.129 | + functions-common:write_user_unit_file:1443 : local service=devstack@dstat.service 2021-02-10 15:45:52.131 | + functions-common:write_user_unit_file:1444 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-02-10 15:45:52.134 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:45:52.136 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2021-02-10 15:45:52.139 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:45:52.141 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:45:52.143 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@dstat.service 2021-02-10 15:45:52.146 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:45:52.150 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2021-02-10 15:45:52.205 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2021-02-10 15:45:52.261 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-02-10 15:45:52.313 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2021-02-10 15:45:52.365 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2021-02-10 15:45:52.413 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:45:52.460 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:45:52.463 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2021-02-10 15:45:52.524 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:45:52.723 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@dstat.service 2021-02-10 15:45:52.737 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2021-02-10 15:45:52.932 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@dstat.service 2021-02-10 15:45:52.955 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:45:52.958 | + functions-common:time_stop:2306 : local name 2021-02-10 15:45:52.960 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:45:52.963 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:45:52.965 | + functions-common:time_stop:2309 : local total 2021-02-10 15:45:52.968 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:45:52.970 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:45:52.973 | + functions-common:time_stop:2313 : start_time=1612971952071 2021-02-10 15:45:52.975 | + functions-common:time_stop:2315 : [[ -z 1612971952071 ]] 2021-02-10 15:45:52.979 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:45:52.982 | + functions-common:time_stop:2318 : end_time=1612971952980 2021-02-10 15:45:52.985 | + functions-common:time_stop:2319 : elapsed_time=909 2021-02-10 15:45:52.987 | + functions-common:time_stop:2320 : total=0 2021-02-10 15:45:52.990 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:45:52.993 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=909 2021-02-10 15:45:52.995 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2021-02-10 15:45:52.998 | + functions-common:run_process:1561 : local service=memory_tracker 2021-02-10 15:45:53.000 | + functions-common:run_process:1562 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2021-02-10 15:45:53.003 | + functions-common:run_process:1563 : local group= 2021-02-10 15:45:53.005 | + functions-common:run_process:1564 : local user=root 2021-02-10 15:45:53.008 | + functions-common:run_process:1566 : local name=memory_tracker 2021-02-10 15:45:53.010 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:45:53.013 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:45:53.015 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:45:53.018 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:45:53.021 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:45:53.025 | + functions-common:time_start:2297 : _TIME_START[$name]=1612971953022 2021-02-10 15:45:53.027 | + functions-common:run_process:1569 : is_service_enabled memory_tracker 2021-02-10 15:45:53.044 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:45:53.047 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:45:53.049 | + functions-common:time_stop:2306 : local name 2021-02-10 15:45:53.052 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:45:53.054 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:45:53.057 | + functions-common:time_stop:2309 : local total 2021-02-10 15:45:53.059 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:45:53.063 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:45:53.068 | + functions-common:time_stop:2313 : start_time=1612971953022 2021-02-10 15:45:53.071 | + functions-common:time_stop:2315 : [[ -z 1612971953022 ]] 2021-02-10 15:45:53.074 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:45:53.077 | + functions-common:time_stop:2318 : end_time=1612971953075 2021-02-10 15:45:53.080 | + functions-common:time_stop:2319 : elapsed_time=53 2021-02-10 15:45:53.082 | + functions-common:time_stop:2320 : total=909 2021-02-10 15:45:53.085 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:45:53.087 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=962 2021-02-10 15:45:53.090 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2021-02-10 15:45:53.106 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:45:53.108 | + ./stack.sh:main:1038 : is_service_enabled tcpdump 2021-02-10 15:45:53.124 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:45:53.126 | + ./stack.sh:main:1046 : is_service_enabled etcd3 2021-02-10 15:45:53.142 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:45:53.145 | + ./stack.sh:main:1047 : start_etcd3 2021-02-10 15:45:53.147 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2021-02-10 15:45:53.150 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-osbrick-774883-1-smb --data-dir /opt/stack/data/etcd' 2021-02-10 15:45:53.152 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2021-02-10 15:45:53.155 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-osbrick-774883-1-smb=http://10.222.0.71:2380' 2021-02-10 15:45:53.157 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.71:2380' 2021-02-10 15:45:53.160 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.71:2379' 2021-02-10 15:45:53.162 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2021-02-10 15:45:53.164 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2021-02-10 15:45:53.167 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.71:2379' 2021-02-10 15:45:53.169 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2021-02-10 15:45:53.171 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2021-02-10 15:45:53.174 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2021-02-10 15:45:53.176 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-osbrick-774883-1-smb --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-774883-1-smb=http://10.222.0.71:2380 --initial-advertise-peer-urls http://10.222.0.71:2380 --advertise-client-urls http://10.222.0.71:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.71:2379 --debug' '' root 2021-02-10 15:45:53.179 | + functions-common:write_user_unit_file:1443 : local service=devstack@etcd.service 2021-02-10 15:45:53.181 | + functions-common:write_user_unit_file:1444 : local 'command=/opt/stack/bin/etcd --name dv-osbrick-774883-1-smb --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-774883-1-smb=http://10.222.0.71:2380 --initial-advertise-peer-urls http://10.222.0.71:2380 --advertise-client-urls http://10.222.0.71:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.71:2379 --debug' 2021-02-10 15:45:53.183 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:45:53.186 | + functions-common:write_user_unit_file:1446 : local user=root 2021-02-10 15:45:53.188 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:45:53.190 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:45:53.193 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@etcd.service 2021-02-10 15:45:53.195 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:45:53.199 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2021-02-10 15:45:53.253 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2021-02-10 15:45:53.309 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-osbrick-774883-1-smb --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-774883-1-smb=http://10.222.0.71:2380 --initial-advertise-peer-urls http://10.222.0.71:2380 --advertise-client-urls http://10.222.0.71:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.71:2379 --debug' 2021-02-10 15:45:53.355 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2021-02-10 15:45:53.401 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2021-02-10 15:45:53.448 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:45:53.494 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:45:53.497 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2021-02-10 15:45:53.552 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:45:53.721 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2021-02-10 15:45:53.768 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2021-02-10 15:45:53.815 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2021-02-10 15:45:53.864 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2021-02-10 15:45:53.915 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2021-02-10 15:45:53.918 | ++ functions-common:is_arch:430 : uname -m 2021-02-10 15:45:53.922 | + functions-common:is_arch:430 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2021-02-10 15:45:53.924 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2021-02-10 15:45:54.121 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2021-02-10 15:45:54.134 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2021-02-10 15:45:54.318 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2021-02-10 15:45:54.474 | + ./stack.sh:main:1058 : cat 2021-02-10 15:45:54.479 | + ./stack.sh:main:1073 : is_service_enabled tls-proxy 2021-02-10 15:45:54.496 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:45:54.498 | + ./stack.sh:main:1078 : source /home/ubuntu/devstack/userrc_early 2021-02-10 15:45:54.501 | ++ userrc_early:source:4 : export OS_IDENTITY_API_VERSION=3 2021-02-10 15:45:54.503 | ++ userrc_early:source:4 : OS_IDENTITY_API_VERSION=3 2021-02-10 15:45:54.506 | ++ userrc_early:source:5 : export OS_AUTH_URL=http://10.222.0.71/identity 2021-02-10 15:45:54.509 | ++ userrc_early:source:5 : OS_AUTH_URL=http://10.222.0.71/identity 2021-02-10 15:45:54.511 | ++ userrc_early:source:6 : export OS_USERNAME=admin 2021-02-10 15:45:54.514 | ++ userrc_early:source:6 : OS_USERNAME=admin 2021-02-10 15:45:54.516 | ++ userrc_early:source:7 : export OS_USER_DOMAIN_ID=default 2021-02-10 15:45:54.519 | ++ userrc_early:source:7 : OS_USER_DOMAIN_ID=default 2021-02-10 15:45:54.521 | ++ userrc_early:source:8 : export OS_PASSWORD=Passw0rd 2021-02-10 15:45:54.524 | ++ userrc_early:source:8 : OS_PASSWORD=Passw0rd 2021-02-10 15:45:54.526 | ++ userrc_early:source:9 : export OS_PROJECT_NAME=admin 2021-02-10 15:45:54.529 | ++ userrc_early:source:9 : OS_PROJECT_NAME=admin 2021-02-10 15:45:54.532 | ++ userrc_early:source:10 : export OS_PROJECT_DOMAIN_ID=default 2021-02-10 15:45:54.534 | ++ userrc_early:source:10 : OS_PROJECT_DOMAIN_ID=default 2021-02-10 15:45:54.537 | ++ userrc_early:source:11 : export OS_REGION_NAME=RegionOne 2021-02-10 15:45:54.539 | ++ userrc_early:source:11 : OS_REGION_NAME=RegionOne 2021-02-10 15:45:54.542 | + ./stack.sh:main:1080 : is_service_enabled keystone 2021-02-10 15:45:54.557 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:45:54.560 | + ./stack.sh:main:1081 : echo_summary 'Starting Keystone' 2021-02-10 15:45:54.562 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:45:54.564 | + ./stack.sh:echo_summary:422 : echo -e Starting Keystone 2021-02-10 15:45:54.567 | + ./stack.sh:main:1083 : '[' 10.222.0.71 == 10.222.0.71 ']' 2021-02-10 15:45:54.569 | + ./stack.sh:main:1084 : init_keystone 2021-02-10 15:45:54.572 | + lib/keystone:init_keystone:437 : is_service_enabled ldap 2021-02-10 15:45:54.587 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:45:54.590 | + lib/keystone:init_keystone:441 : [[ True == True ]] 2021-02-10 15:45:54.592 | + lib/keystone:init_keystone:443 : recreate_database keystone 2021-02-10 15:45:54.594 | + lib/database:recreate_database:110 : local db=keystone 2021-02-10 15:45:54.597 | + lib/database:recreate_database:111 : recreate_database_mysql keystone 2021-02-10 15:45:54.600 | + lib/databases/mysql:recreate_database_mysql:63 : local db=keystone 2021-02-10 15:45:54.602 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2021-02-10 15:45:54.606 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:45:54.621 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2021-02-10 15:45:54.625 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:45:54.638 | + lib/keystone:init_keystone:446 : time_start dbsync 2021-02-10 15:45:54.641 | + functions-common:time_start:2292 : local name=dbsync 2021-02-10 15:45:54.643 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:45:54.646 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:45:54.649 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:45:54.653 | + functions-common:time_start:2297 : _TIME_START[$name]=1612971954650 2021-02-10 15:45:54.656 | + lib/keystone:init_keystone:448 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2021-02-10 15:45:59.286 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:45:59.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.287 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.287 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.289 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.290 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.291 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.291 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.291 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.296 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.299 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.302 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:45:59.302 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:45:59.338 | 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 {{(pid=63958) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-10 15:45:59.341 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:45:59.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.343 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.343 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.345 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.345 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.350 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.354 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.357 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:45:59.357 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:45:59.464 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:45:59.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.466 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.466 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.467 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.467 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.467 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.468 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.468 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.468 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.468 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.469 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.469 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.469 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.469 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.469 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.470 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.470 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.470 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.472 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.472 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.472 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.472 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.472 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.472 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.473 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.473 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.474 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.475 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.475 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.475 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.476 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.476 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.476 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.477 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.480 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:45:59.480 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:45:59.528 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:45:59.529 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.529 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.530 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.530 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.530 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.530 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.530 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.530 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.531 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.531 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.531 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.531 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.531 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.531 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.532 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.532 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.532 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.533 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.533 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.533 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.534 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.534 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.534 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.535 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.535 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.535 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.538 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.538 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.538 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.539 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.539 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.539 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.539 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.539 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.540 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.540 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.540 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.540 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.540 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.540 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.541 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.541 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.541 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.541 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.541 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.541 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.542 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:45:59.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:45:59.544 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:45:59.544 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:45:59.551 | INFO migrate.versioning.api [-] 66 -> 67...  2021-02-10 15:46:02.042 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:02.042 | INFO migrate.versioning.api [-] 67 -> 68...  2021-02-10 15:46:02.051 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:02.051 | INFO migrate.versioning.api [-] 68 -> 69...  2021-02-10 15:46:02.058 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:02.058 | INFO migrate.versioning.api [-] 69 -> 70...  2021-02-10 15:46:02.065 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:02.065 | INFO migrate.versioning.api [-] 70 -> 71...  2021-02-10 15:46:02.072 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:02.072 | INFO migrate.versioning.api [-] 71 -> 72...  2021-02-10 15:46:02.079 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:02.079 | INFO migrate.versioning.api [-] 72 -> 73...  2021-02-10 15:46:02.319 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:02.319 | INFO migrate.versioning.api [-] 73 -> 74...  2021-02-10 15:46:02.428 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:02.428 | INFO migrate.versioning.api [-] 74 -> 75...  2021-02-10 15:46:02.489 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:02.489 | INFO migrate.versioning.api [-] 75 -> 76...  2021-02-10 15:46:02.497 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:02.497 | INFO migrate.versioning.api [-] 76 -> 77...  2021-02-10 15:46:02.505 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:02.506 | INFO migrate.versioning.api [-] 77 -> 78...  2021-02-10 15:46:02.514 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:02.514 | INFO migrate.versioning.api [-] 78 -> 79...  2021-02-10 15:46:02.523 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:02.523 | INFO migrate.versioning.api [-] 79 -> 80...  2021-02-10 15:46:02.531 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:02.532 | INFO migrate.versioning.api [-] 80 -> 81...  2021-02-10 15:46:02.597 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:02.597 | INFO migrate.versioning.api [-] 81 -> 82...  2021-02-10 15:46:02.899 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:02.899 | INFO migrate.versioning.api [-] 82 -> 83...  2021-02-10 15:46:03.246 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:03.246 | INFO migrate.versioning.api [-] 83 -> 84...  2021-02-10 15:46:03.356 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:03.356 | INFO migrate.versioning.api [-] 84 -> 85...  2021-02-10 15:46:03.522 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:03.522 | INFO migrate.versioning.api [-] 85 -> 86...  2021-02-10 15:46:03.581 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:03.581 | INFO migrate.versioning.api [-] 86 -> 87...  2021-02-10 15:46:03.900 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:03.901 | INFO migrate.versioning.api [-] 87 -> 88...  2021-02-10 15:46:04.071 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:04.072 | INFO migrate.versioning.api [-] 88 -> 89...  2021-02-10 15:46:04.095 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:04.096 | INFO migrate.versioning.api [-] 89 -> 90...  2021-02-10 15:46:04.236 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:04.236 | INFO migrate.versioning.api [-] 90 -> 91...  2021-02-10 15:46:04.557 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:04.557 | INFO migrate.versioning.api [-] 91 -> 92...  2021-02-10 15:46:04.845 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:04.845 | INFO migrate.versioning.api [-] 92 -> 93...  2021-02-10 15:46:05.195 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:05.195 | INFO migrate.versioning.api [-] 93 -> 94...  2021-02-10 15:46:05.438 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:05.438 | INFO migrate.versioning.api [-] 94 -> 95...  2021-02-10 15:46:05.603 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:05.603 | INFO migrate.versioning.api [-] 95 -> 96...  2021-02-10 15:46:05.615 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:05.616 | INFO migrate.versioning.api [-] 96 -> 97...  2021-02-10 15:46:05.626 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:05.626 | INFO migrate.versioning.api [-] 97 -> 98...  2021-02-10 15:46:05.634 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:05.634 | INFO migrate.versioning.api [-] 98 -> 99...  2021-02-10 15:46:05.641 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:05.641 | INFO migrate.versioning.api [-] 99 -> 100...  2021-02-10 15:46:05.648 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:05.648 | INFO migrate.versioning.api [-] 100 -> 101...  2021-02-10 15:46:05.658 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:05.659 | INFO migrate.versioning.api [-] 101 -> 102...  2021-02-10 15:46:05.693 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:05.693 | INFO migrate.versioning.api [-] 102 -> 103...  2021-02-10 15:46:05.765 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:05.765 | INFO migrate.versioning.api [-] 103 -> 104...  2021-02-10 15:46:05.776 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:05.777 | INFO migrate.versioning.api [-] 104 -> 105...  2021-02-10 15:46:05.989 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:05.989 | INFO migrate.versioning.api [-] 105 -> 106...  2021-02-10 15:46:06.107 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:06.107 | INFO migrate.versioning.api [-] 106 -> 107...  2021-02-10 15:46:06.292 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:06.292 | INFO migrate.versioning.api [-] 107 -> 108...  2021-02-10 15:46:06.512 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:06.512 | INFO migrate.versioning.api [-] 108 -> 109...  2021-02-10 15:46:06.626 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:06.626 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:06.628 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.628 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.628 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.629 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.629 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.629 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.629 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.629 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.630 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.630 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.630 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.630 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.630 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.631 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.631 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.631 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.631 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.631 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.632 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.632 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.632 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.632 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.632 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.632 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.633 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.633 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.633 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.634 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.634 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.634 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.634 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.634 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.635 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.635 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.635 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.635 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.635 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.635 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.636 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.636 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.636 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.636 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.636 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.636 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.637 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.638 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.638 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.638 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.638 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.638 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.638 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.639 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.639 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.640 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.640 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.641 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.641 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.641 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.642 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.642 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.643 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.643 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.643 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:06.644 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:06.644 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:06.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.645 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.645 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.646 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.646 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.646 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.646 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.646 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.647 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.647 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.648 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.648 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.648 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.648 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.649 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.649 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.649 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.649 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.649 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.650 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.650 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.650 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.653 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.653 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.653 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.653 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.654 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.654 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.655 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.655 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.655 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.656 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.656 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.657 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.657 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.657 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.657 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.658 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.658 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.658 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.658 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.659 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.659 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.660 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.660 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.660 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:06.661 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:06.661 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:06.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.662 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.663 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.665 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.665 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.668 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.668 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.668 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.668 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.669 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.669 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.669 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.670 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.670 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.670 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.670 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.670 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.670 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/090_add_local_user_and_password_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.671 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.672 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.672 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.672 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.672 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.672 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.672 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/106_allow_password_column_to_be_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.674 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.677 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:06.677 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:06.683 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:06.684 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.684 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.685 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.685 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.686 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.686 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.687 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.687 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.688 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.688 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.689 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.689 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.689 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.689 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.690 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.690 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.691 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.691 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.691 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.691 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.691 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.692 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.692 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.692 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.692 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.692 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.692 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.693 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.693 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.693 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.693 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.694 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.694 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.694 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.694 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.695 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.695 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.695 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.695 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.695 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.695 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.696 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.696 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.696 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.696 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.696 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.696 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.697 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.697 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.697 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.697 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.697 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.697 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.698 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.698 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.698 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.698 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.698 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.698 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.699 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.699 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.699 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.699 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.699 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.699 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.700 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.700 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.700 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.700 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.700 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.700 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.701 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.701 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.701 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.701 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.701 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.701 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.702 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.702 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.702 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.702 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.702 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.703 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.703 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.703 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.703 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.703 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.703 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.704 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.704 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.704 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.704 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.704 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.705 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.705 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.705 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.705 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.705 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.705 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.706 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.706 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.706 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.706 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.706 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.706 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.707 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.707 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.708 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.708 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.708 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.708 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.708 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.709 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.709 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.709 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.709 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.709 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.709 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.710 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.710 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.710 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.710 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.710 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.710 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.711 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.711 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:06.711 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:06.726 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:06.727 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.727 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.728 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.728 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.728 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.728 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.728 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.729 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.729 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.729 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.729 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.729 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.729 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.729 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.730 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.730 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.730 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.730 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.730 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.730 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.731 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.731 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.731 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.731 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.731 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.731 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.732 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.732 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.732 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.732 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.733 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.733 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.733 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.733 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.733 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.734 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.734 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.734 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.734 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.734 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.734 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.735 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.735 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.735 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.735 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.735 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.735 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.736 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.736 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.736 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.736 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.736 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.736 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.737 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.737 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.737 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.737 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.737 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.737 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.738 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.738 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.738 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.738 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.738 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.738 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.739 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.739 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.739 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.739 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.739 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.739 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.740 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.740 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.740 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.740 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.740 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.740 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.741 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.741 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.741 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.741 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.741 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.741 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.742 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.742 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.742 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.742 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.742 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.743 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.743 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.743 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.743 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.743 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.743 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.744 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.744 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.744 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.744 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.744 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.744 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.745 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.745 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.745 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.745 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.745 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.745 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.746 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.746 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.746 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.746 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.746 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.746 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.747 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.747 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.747 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.747 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.747 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.747 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.748 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.748 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.748 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.748 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.748 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.748 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.749 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.749 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.749 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.749 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.749 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.749 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.750 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.750 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.750 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.750 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.750 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.750 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.751 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.751 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.751 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.751 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.751 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.752 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.752 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.752 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.752 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.752 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.752 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.753 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.753 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.753 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.753 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.753 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.753 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.754 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.754 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:06.754 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:06.754 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:06.755 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.755 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.756 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.756 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.756 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.756 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.756 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.756 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.757 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.757 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.757 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.757 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.757 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.758 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.758 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.758 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.758 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.758 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.758 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.759 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.759 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.759 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.759 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.759 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.759 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.760 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.760 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.760 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.760 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.760 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.760 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.761 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.761 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.761 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.761 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.761 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.761 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.762 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.762 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.762 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.762 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.762 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.762 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.763 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.763 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.763 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.763 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.763 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.763 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.764 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.764 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.764 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.765 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.765 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.765 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.765 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.765 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.766 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.766 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.766 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.768 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.768 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.768 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.768 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.768 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.768 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.768 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.769 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.769 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.769 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.770 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.770 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.770 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.770 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.770 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.770 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.772 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.772 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.772 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.772 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.772 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.772 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.774 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.774 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.774 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.774 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.774 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.774 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.775 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.775 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.775 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.775 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.775 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.776 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.776 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.776 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.776 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.776 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.776 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.777 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.777 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.777 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.777 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.778 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.778 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.779 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.779 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.780 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.780 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.780 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.780 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.780 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.780 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.781 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.781 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.781 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.781 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.781 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.781 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.782 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.782 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.782 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.782 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.782 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:06.782 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:06.788 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:06.789 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.790 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.790 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.791 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.791 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.792 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.792 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.793 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.793 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.793 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.793 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.794 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.794 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.794 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.794 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.795 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.795 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.796 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.796 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.797 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.797 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.797 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.797 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.798 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.798 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.798 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.798 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.798 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.799 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.799 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.799 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.799 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.800 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.800 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.800 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.800 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.800 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.806 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.806 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:06.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:06.816 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:06.816 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:06.823 | INFO migrate.versioning.api [-] 0 -> 1...  2021-02-10 15:46:06.830 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:06.830 | INFO migrate.versioning.api [-] 1 -> 2...  2021-02-10 15:46:06.837 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:06.838 | INFO migrate.versioning.api [-] 2 -> 3...  2021-02-10 15:46:07.106 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.106 | INFO migrate.versioning.api [-] 3 -> 4...  2021-02-10 15:46:07.127 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.127 | INFO migrate.versioning.api [-] 4 -> 5...  2021-02-10 15:46:07.135 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.135 | INFO migrate.versioning.api [-] 5 -> 6...  2021-02-10 15:46:07.142 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.142 | INFO migrate.versioning.api [-] 6 -> 7...  2021-02-10 15:46:07.149 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.149 | INFO migrate.versioning.api [-] 7 -> 8...  2021-02-10 15:46:07.157 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.157 | INFO migrate.versioning.api [-] 8 -> 9...  2021-02-10 15:46:07.164 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.164 | INFO migrate.versioning.api [-] 9 -> 10...  2021-02-10 15:46:07.342 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.342 | INFO migrate.versioning.api [-] 10 -> 11...  2021-02-10 15:46:07.350 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.350 | INFO migrate.versioning.api [-] 11 -> 12...  2021-02-10 15:46:07.585 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.585 | INFO migrate.versioning.api [-] 12 -> 13...  2021-02-10 15:46:07.593 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.593 | INFO migrate.versioning.api [-] 13 -> 14...  2021-02-10 15:46:07.830 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.830 | INFO migrate.versioning.api [-] 14 -> 15...  2021-02-10 15:46:07.838 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.838 | INFO migrate.versioning.api [-] 15 -> 16...  2021-02-10 15:46:07.901 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.901 | INFO migrate.versioning.api [-] 16 -> 17...  2021-02-10 15:46:07.909 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.909 | INFO migrate.versioning.api [-] 17 -> 18...  2021-02-10 15:46:07.918 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.918 | INFO migrate.versioning.api [-] 18 -> 19...  2021-02-10 15:46:07.927 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.927 | INFO migrate.versioning.api [-] 19 -> 20...  2021-02-10 15:46:07.935 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.935 | INFO migrate.versioning.api [-] 20 -> 21...  2021-02-10 15:46:07.943 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.943 | INFO migrate.versioning.api [-] 21 -> 22...  2021-02-10 15:46:07.997 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:07.997 | INFO migrate.versioning.api [-] 22 -> 23...  2021-02-10 15:46:08.103 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:08.103 | INFO migrate.versioning.api [-] 23 -> 24...  2021-02-10 15:46:08.303 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:08.303 | INFO migrate.versioning.api [-] 24 -> 25...  2021-02-10 15:46:08.311 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:08.311 | INFO migrate.versioning.api [-] 25 -> 26...  2021-02-10 15:46:08.320 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:08.320 | INFO migrate.versioning.api [-] 26 -> 27...  2021-02-10 15:46:08.328 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:08.328 | INFO migrate.versioning.api [-] 27 -> 28...  2021-02-10 15:46:08.335 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:08.335 | INFO migrate.versioning.api [-] 28 -> 29...  2021-02-10 15:46:08.344 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:08.344 | INFO migrate.versioning.api [-] 29 -> 30...  2021-02-10 15:46:08.417 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:08.417 | INFO migrate.versioning.api [-] 30 -> 31...  2021-02-10 15:46:08.474 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:08.475 | INFO migrate.versioning.api [-] 31 -> 32...  2021-02-10 15:46:08.624 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:08.624 | INFO migrate.versioning.api [-] 32 -> 33...  2021-02-10 15:46:08.908 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:08.908 | INFO migrate.versioning.api [-] 33 -> 34...  2021-02-10 15:46:09.022 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:09.022 | INFO migrate.versioning.api [-] 34 -> 35...  2021-02-10 15:46:09.130 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:09.130 | INFO migrate.versioning.api [-] 35 -> 36...  2021-02-10 15:46:09.237 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:09.237 | INFO migrate.versioning.api [-] 36 -> 37...  2021-02-10 15:46:09.245 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:09.246 | INFO migrate.versioning.api [-] 37 -> 38...  2021-02-10 15:46:09.259 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:09.259 | INFO migrate.versioning.api [-] 38 -> 39...  2021-02-10 15:46:09.267 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:09.267 | INFO migrate.versioning.api [-] 39 -> 40...  2021-02-10 15:46:09.275 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:09.275 | INFO migrate.versioning.api [-] 40 -> 41...  2021-02-10 15:46:09.282 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:09.282 | INFO migrate.versioning.api [-] 41 -> 42...  2021-02-10 15:46:09.289 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:09.289 | INFO migrate.versioning.api [-] 42 -> 43...  2021-02-10 15:46:09.296 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:09.296 | INFO migrate.versioning.api [-] 43 -> 44...  2021-02-10 15:46:09.305 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:09.305 | INFO migrate.versioning.api [-] 44 -> 45...  2021-02-10 15:46:09.529 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:09.529 | INFO migrate.versioning.api [-] 45 -> 46...  2021-02-10 15:46:09.536 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:09.537 | INFO migrate.versioning.api [-] 46 -> 47...  2021-02-10 15:46:10.133 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:10.134 | INFO migrate.versioning.api [-] 47 -> 48...  2021-02-10 15:46:10.427 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:10.427 | INFO migrate.versioning.api [-] 48 -> 49...  2021-02-10 15:46:10.435 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:10.435 | INFO migrate.versioning.api [-] 49 -> 50...  2021-02-10 15:46:10.443 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:10.444 | INFO migrate.versioning.api [-] 50 -> 51...  2021-02-10 15:46:10.451 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:10.451 | INFO migrate.versioning.api [-] 51 -> 52...  2021-02-10 15:46:10.460 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:10.460 | INFO migrate.versioning.api [-] 52 -> 53...  2021-02-10 15:46:10.561 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:10.561 | INFO migrate.versioning.api [-] 53 -> 54...  2021-02-10 15:46:10.569 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:10.570 | INFO migrate.versioning.api [-] 54 -> 55...  2021-02-10 15:46:10.710 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:10.710 | INFO migrate.versioning.api [-] 55 -> 56...  2021-02-10 15:46:10.837 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:10.837 | INFO migrate.versioning.api [-] 56 -> 57...  2021-02-10 15:46:10.846 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:10.846 | INFO migrate.versioning.api [-] 57 -> 58...  2021-02-10 15:46:10.854 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:10.854 | INFO migrate.versioning.api [-] 58 -> 59...  2021-02-10 15:46:10.862 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:10.862 | INFO migrate.versioning.api [-] 59 -> 60...  2021-02-10 15:46:10.870 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:10.870 | INFO migrate.versioning.api [-] 60 -> 61...  2021-02-10 15:46:10.879 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:10.879 | INFO migrate.versioning.api [-] 61 -> 62...  2021-02-10 15:46:11.104 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.104 | INFO migrate.versioning.api [-] 62 -> 63...  2021-02-10 15:46:11.111 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.111 | INFO migrate.versioning.api [-] 63 -> 64...  2021-02-10 15:46:11.213 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.213 | INFO migrate.versioning.api [-] 64 -> 65...  2021-02-10 15:46:11.598 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.598 | INFO migrate.versioning.api [-] 65 -> 66...  2021-02-10 15:46:11.715 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.715 | INFO migrate.versioning.api [-] 66 -> 67...  2021-02-10 15:46:11.722 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.722 | INFO migrate.versioning.api [-] 67 -> 68...  2021-02-10 15:46:11.729 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.729 | INFO migrate.versioning.api [-] 68 -> 69...  2021-02-10 15:46:11.737 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.738 | INFO migrate.versioning.api [-] 69 -> 70...  2021-02-10 15:46:11.746 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.746 | INFO migrate.versioning.api [-] 70 -> 71...  2021-02-10 15:46:11.753 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.753 | INFO migrate.versioning.api [-] 71 -> 72...  2021-02-10 15:46:11.762 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.762 | INFO migrate.versioning.api [-] 72 -> 73...  2021-02-10 15:46:11.943 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.943 | INFO migrate.versioning.api [-] 73 -> 74...  2021-02-10 15:46:11.952 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.952 | INFO migrate.versioning.api [-] 74 -> 75...  2021-02-10 15:46:11.960 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.960 | INFO migrate.versioning.api [-] 75 -> 76...  2021-02-10 15:46:11.969 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.969 | INFO migrate.versioning.api [-] 76 -> 77...  2021-02-10 15:46:11.976 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.976 | INFO migrate.versioning.api [-] 77 -> 78...  2021-02-10 15:46:11.985 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:11.985 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:11.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.990 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.996 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.996 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.996 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.998 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.998 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.998 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.998 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.998 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.999 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.999 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:11.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:11.999 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.000 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.000 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.008 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.014 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:12.014 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:12.015 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:12.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.025 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.025 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.025 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.030 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.030 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.030 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.033 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.033 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.033 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.033 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.033 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.033 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.034 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.034 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.034 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.034 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.035 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.035 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.035 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.036 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.036 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.036 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.044 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:12.044 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:12.044 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:12.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/065_expand_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/012_expand_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/062_expand_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/047_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/035_expand_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/023_expand_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/064_expand_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/037_expand_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/048_expand_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.061 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/013_expand_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.061 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/066_expand_add_role_and_project_option_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.061 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.063 | 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... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.063 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/032_expand_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/024_expand_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.070 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.070 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.070 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/014_expand_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.072 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.072 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.072 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/022_expand_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.073 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:12.073 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:12.080 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:12.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.085 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.102 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.109 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:12.109 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:12.127 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:12.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.131 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.148 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.155 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:12.155 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:12.155 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:12.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.160 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.177 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.184 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.184 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:12.184 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:12.190 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:12.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.195 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.206 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.206 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.206 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.206 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.206 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.206 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.212 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.213 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.213 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.213 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.219 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:12.219 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:12.226 | INFO migrate.versioning.api [-] 0 -> 1...  2021-02-10 15:46:12.235 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.235 | INFO migrate.versioning.api [-] 1 -> 2...  2021-02-10 15:46:12.243 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.243 | INFO migrate.versioning.api [-] 2 -> 3...  2021-02-10 15:46:12.262 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.262 | INFO migrate.versioning.api [-] 3 -> 4...  2021-02-10 15:46:12.269 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.269 | INFO migrate.versioning.api [-] 4 -> 5...  2021-02-10 15:46:12.276 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.276 | INFO migrate.versioning.api [-] 5 -> 6...  2021-02-10 15:46:12.283 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.283 | INFO migrate.versioning.api [-] 6 -> 7...  2021-02-10 15:46:12.290 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.290 | INFO migrate.versioning.api [-] 7 -> 8...  2021-02-10 15:46:12.296 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.296 | INFO migrate.versioning.api [-] 8 -> 9...  2021-02-10 15:46:12.303 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.303 | INFO migrate.versioning.api [-] 9 -> 10...  2021-02-10 15:46:12.310 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.310 | INFO migrate.versioning.api [-] 10 -> 11...  2021-02-10 15:46:12.317 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.317 | INFO migrate.versioning.api [-] 11 -> 12...  2021-02-10 15:46:12.338 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.338 | INFO migrate.versioning.api [-] 12 -> 13...  2021-02-10 15:46:12.344 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.345 | INFO migrate.versioning.api [-] 13 -> 14...  2021-02-10 15:46:12.372 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.373 | INFO migrate.versioning.api [-] 14 -> 15...  2021-02-10 15:46:12.400 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.400 | INFO migrate.versioning.api [-] 15 -> 16...  2021-02-10 15:46:12.408 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.408 | INFO migrate.versioning.api [-] 16 -> 17...  2021-02-10 15:46:12.416 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.417 | INFO migrate.versioning.api [-] 17 -> 18...  2021-02-10 15:46:12.423 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.423 | INFO migrate.versioning.api [-] 18 -> 19...  2021-02-10 15:46:12.429 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.430 | INFO migrate.versioning.api [-] 19 -> 20...  2021-02-10 15:46:12.436 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.436 | INFO migrate.versioning.api [-] 20 -> 21...  2021-02-10 15:46:12.442 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.442 | INFO migrate.versioning.api [-] 21 -> 22...  2021-02-10 15:46:12.448 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.449 | INFO migrate.versioning.api [-] 22 -> 23...  2021-02-10 15:46:12.455 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.455 | INFO migrate.versioning.api [-] 23 -> 24...  2021-02-10 15:46:12.461 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.461 | INFO migrate.versioning.api [-] 24 -> 25...  2021-02-10 15:46:12.470 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.470 | INFO migrate.versioning.api [-] 25 -> 26...  2021-02-10 15:46:12.479 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.479 | INFO migrate.versioning.api [-] 26 -> 27...  2021-02-10 15:46:12.486 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.486 | INFO migrate.versioning.api [-] 27 -> 28...  2021-02-10 15:46:12.495 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.495 | INFO migrate.versioning.api [-] 28 -> 29...  2021-02-10 15:46:12.501 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.501 | INFO migrate.versioning.api [-] 29 -> 30...  2021-02-10 15:46:12.511 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.511 | INFO migrate.versioning.api [-] 30 -> 31...  2021-02-10 15:46:12.519 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.519 | INFO migrate.versioning.api [-] 31 -> 32...  2021-02-10 15:46:12.526 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.526 | INFO migrate.versioning.api [-] 32 -> 33...  2021-02-10 15:46:12.534 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.534 | INFO migrate.versioning.api [-] 33 -> 34...  2021-02-10 15:46:12.542 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.542 | INFO migrate.versioning.api [-] 34 -> 35...  2021-02-10 15:46:12.549 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.549 | INFO migrate.versioning.api [-] 35 -> 36...  2021-02-10 15:46:12.558 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.558 | INFO migrate.versioning.api [-] 36 -> 37...  2021-02-10 15:46:12.566 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.567 | INFO migrate.versioning.api [-] 37 -> 38...  2021-02-10 15:46:12.575 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.575 | INFO migrate.versioning.api [-] 38 -> 39...  2021-02-10 15:46:12.582 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.582 | INFO migrate.versioning.api [-] 39 -> 40...  2021-02-10 15:46:12.591 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.591 | INFO migrate.versioning.api [-] 40 -> 41...  2021-02-10 15:46:12.599 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.599 | INFO migrate.versioning.api [-] 41 -> 42...  2021-02-10 15:46:12.607 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.607 | INFO migrate.versioning.api [-] 42 -> 43...  2021-02-10 15:46:12.613 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.613 | INFO migrate.versioning.api [-] 43 -> 44...  2021-02-10 15:46:12.622 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.623 | INFO migrate.versioning.api [-] 44 -> 45...  2021-02-10 15:46:12.631 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.631 | INFO migrate.versioning.api [-] 45 -> 46...  2021-02-10 15:46:12.655 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.656 | INFO migrate.versioning.api [-] 46 -> 47...  2021-02-10 15:46:12.663 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.663 | INFO migrate.versioning.api [-] 47 -> 48...  2021-02-10 15:46:12.670 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.670 | INFO migrate.versioning.api [-] 48 -> 49...  2021-02-10 15:46:12.676 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.676 | INFO migrate.versioning.api [-] 49 -> 50...  2021-02-10 15:46:12.682 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.683 | INFO migrate.versioning.api [-] 50 -> 51...  2021-02-10 15:46:12.689 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.689 | INFO migrate.versioning.api [-] 51 -> 52...  2021-02-10 15:46:12.698 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.698 | INFO migrate.versioning.api [-] 52 -> 53...  2021-02-10 15:46:12.705 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.705 | INFO migrate.versioning.api [-] 53 -> 54...  2021-02-10 15:46:12.714 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.714 | INFO migrate.versioning.api [-] 54 -> 55...  2021-02-10 15:46:12.722 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.722 | INFO migrate.versioning.api [-] 55 -> 56...  2021-02-10 15:46:12.730 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.730 | INFO migrate.versioning.api [-] 56 -> 57...  2021-02-10 15:46:12.738 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.738 | INFO migrate.versioning.api [-] 57 -> 58...  2021-02-10 15:46:12.746 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.746 | INFO migrate.versioning.api [-] 58 -> 59...  2021-02-10 15:46:12.753 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.753 | INFO migrate.versioning.api [-] 59 -> 60...  2021-02-10 15:46:12.761 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.761 | INFO migrate.versioning.api [-] 60 -> 61...  2021-02-10 15:46:12.770 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.770 | INFO migrate.versioning.api [-] 61 -> 62...  2021-02-10 15:46:12.787 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.788 | INFO migrate.versioning.api [-] 62 -> 63...  2021-02-10 15:46:12.794 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.794 | INFO migrate.versioning.api [-] 63 -> 64...  2021-02-10 15:46:12.801 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.801 | INFO migrate.versioning.api [-] 64 -> 65...  2021-02-10 15:46:12.808 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.808 | INFO migrate.versioning.api [-] 65 -> 66...  2021-02-10 15:46:12.814 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.814 | INFO migrate.versioning.api [-] 66 -> 67...  2021-02-10 15:46:12.821 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.821 | INFO migrate.versioning.api [-] 67 -> 68...  2021-02-10 15:46:12.829 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.829 | INFO migrate.versioning.api [-] 68 -> 69...  2021-02-10 15:46:12.838 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.838 | INFO migrate.versioning.api [-] 69 -> 70...  2021-02-10 15:46:12.845 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.845 | INFO migrate.versioning.api [-] 70 -> 71...  2021-02-10 15:46:12.854 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.854 | INFO migrate.versioning.api [-] 71 -> 72...  2021-02-10 15:46:12.862 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.862 | INFO migrate.versioning.api [-] 72 -> 73...  2021-02-10 15:46:12.869 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.869 | INFO migrate.versioning.api [-] 73 -> 74...  2021-02-10 15:46:12.878 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.878 | INFO migrate.versioning.api [-] 74 -> 75...  2021-02-10 15:46:12.886 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.886 | INFO migrate.versioning.api [-] 75 -> 76...  2021-02-10 15:46:12.894 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.894 | INFO migrate.versioning.api [-] 76 -> 77...  2021-02-10 15:46:12.902 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.902 | INFO migrate.versioning.api [-] 77 -> 78...  2021-02-10 15:46:12.909 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:12.910 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:12.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.915 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.915 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.915 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.915 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.915 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.915 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.916 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.916 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.916 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.916 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.916 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.916 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.919 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.919 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.919 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.920 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.920 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.920 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.921 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.921 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.921 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.927 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.927 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.927 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.929 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.929 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.929 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.934 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.936 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.936 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.936 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.936 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.936 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.936 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.937 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.937 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.937 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.937 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.937 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.937 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.938 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.938 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.938 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:12.938 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:12.939 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:12.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.943 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.948 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.948 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.948 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.950 | DEBUG migrate.versioning.script.base [[00;36m-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.960 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.967 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:12.967 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:12.967 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:12.968 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.971 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.971 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.971 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/065_migrate_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.972 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.972 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.972 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/012_migrate_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/062_migrate_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/013_migrate_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/023_migrate_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/072_migrate_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/046_migrate_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/024_migrate_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/047_migrate_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/030_migrate_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/010_migrate_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.989 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/056_migrate_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/014_migrate_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/037_migrate_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/022_migrate_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:12.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:12.995 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:12.995 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:13.002 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:13.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.025 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.025 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.025 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.026 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.030 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.030 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.030 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:13.030 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:13.046 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:13.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.061 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.061 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.061 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.070 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.070 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.070 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.072 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.072 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.072 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.073 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:13.074 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:13.074 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:13.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.075 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.075 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.098 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.102 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:13.102 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:13.108 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:46:13.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/047_contract_expand_update_pk_for_unified_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/035_contract_add_system_column_to_application_credential_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/024_contract_create_created_at_int_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/053_contract_add_role_description_to_role_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/037_contract_remove_service_and_region_fk_for_registered_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.114 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.114 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/048_contract_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.114 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.115 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.115 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.115 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/062_contract_extract_redelegation_data_from_extras.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/056_contract_add_application_credential_access_rules.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/036_contract_rename_application_credential_restriction_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/064_contract_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/022_contract_add_default_project_id_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/011_contract_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/014_contract_add_domain_id_to_user_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/032_contract_add_expired_at_int_to_trust.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/012_contract_add_domain_id_to_idp.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/013_contract_protocol_cascade_delete_for_federated_user.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.133 | 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 {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/065_contract_add_user_external_id_to_access_rule.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/023_contract_add_second_password_column_for_expanded_hash_sizes.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:46:13.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:46:13.136 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:46:13.137 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=63958) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:46:13.144 | INFO migrate.versioning.api [-] 0 -> 1...  2021-02-10 15:46:13.151 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:13.151 | INFO migrate.versioning.api [-] 1 -> 2...  2021-02-10 15:46:13.342 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:13.342 | INFO migrate.versioning.api [-] 2 -> 3...  2021-02-10 15:46:13.604 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:13.604 | INFO migrate.versioning.api [-] 3 -> 4...  2021-02-10 15:46:13.919 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:13.919 | INFO migrate.versioning.api [-] 4 -> 5...  2021-02-10 15:46:13.927 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:13.927 | INFO migrate.versioning.api [-] 5 -> 6...  2021-02-10 15:46:13.934 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:13.934 | INFO migrate.versioning.api [-] 6 -> 7...  2021-02-10 15:46:13.942 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:13.942 | INFO migrate.versioning.api [-] 7 -> 8...  2021-02-10 15:46:13.950 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:13.950 | INFO migrate.versioning.api [-] 8 -> 9...  2021-02-10 15:46:13.957 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:13.957 | INFO migrate.versioning.api [-] 9 -> 10...  2021-02-10 15:46:13.965 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:13.966 | INFO migrate.versioning.api [-] 10 -> 11...  2021-02-10 15:46:14.030 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:14.030 | INFO migrate.versioning.api [-] 11 -> 12...  2021-02-10 15:46:14.135 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:14.135 | INFO migrate.versioning.api [-] 12 -> 13...  2021-02-10 15:46:14.329 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:14.329 | INFO migrate.versioning.api [-] 13 -> 14...  2021-02-10 15:46:14.716 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:14.716 | INFO migrate.versioning.api [-] 14 -> 15...  2021-02-10 15:46:14.842 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:14.843 | INFO migrate.versioning.api [-] 15 -> 16...  2021-02-10 15:46:14.855 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:14.855 | INFO migrate.versioning.api [-] 16 -> 17...  2021-02-10 15:46:14.868 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:14.870 | INFO migrate.versioning.api [-] 17 -> 18...  2021-02-10 15:46:14.877 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:14.877 | INFO migrate.versioning.api [-] 18 -> 19...  2021-02-10 15:46:14.884 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:14.885 | INFO migrate.versioning.api [-] 19 -> 20...  2021-02-10 15:46:14.891 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:14.892 | INFO migrate.versioning.api [-] 20 -> 21...  2021-02-10 15:46:14.899 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:14.899 | INFO migrate.versioning.api [-] 21 -> 22...  2021-02-10 15:46:14.906 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:14.906 | INFO migrate.versioning.api [-] 22 -> 23...  2021-02-10 15:46:14.914 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:14.914 | INFO migrate.versioning.api [-] 23 -> 24...  2021-02-10 15:46:15.023 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.023 | INFO migrate.versioning.api [-] 24 -> 25...  2021-02-10 15:46:15.032 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.032 | INFO migrate.versioning.api [-] 25 -> 26...  2021-02-10 15:46:15.041 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.041 | INFO migrate.versioning.api [-] 26 -> 27...  2021-02-10 15:46:15.049 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.049 | INFO migrate.versioning.api [-] 27 -> 28...  2021-02-10 15:46:15.057 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.057 | INFO migrate.versioning.api [-] 28 -> 29...  2021-02-10 15:46:15.066 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.066 | INFO migrate.versioning.api [-] 29 -> 30...  2021-02-10 15:46:15.075 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.075 | INFO migrate.versioning.api [-] 30 -> 31...  2021-02-10 15:46:15.084 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.086 | INFO migrate.versioning.api [-] 31 -> 32...  2021-02-10 15:46:15.111 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.111 | INFO migrate.versioning.api [-] 32 -> 33...  2021-02-10 15:46:15.118 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.124 | INFO migrate.versioning.api [-] 33 -> 34...  2021-02-10 15:46:15.131 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.131 | INFO migrate.versioning.api [-] 34 -> 35...  2021-02-10 15:46:15.229 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.230 | INFO migrate.versioning.api [-] 35 -> 36...  2021-02-10 15:46:15.338 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.338 | INFO migrate.versioning.api [-] 36 -> 37...  2021-02-10 15:46:15.382 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.382 | INFO migrate.versioning.api [-] 37 -> 38...  2021-02-10 15:46:15.391 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.391 | INFO migrate.versioning.api [-] 38 -> 39...  2021-02-10 15:46:15.399 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.399 | INFO migrate.versioning.api [-] 39 -> 40...  2021-02-10 15:46:15.406 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.407 | INFO migrate.versioning.api [-] 40 -> 41...  2021-02-10 15:46:15.415 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.415 | INFO migrate.versioning.api [-] 41 -> 42...  2021-02-10 15:46:15.421 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.422 | INFO migrate.versioning.api [-] 42 -> 43...  2021-02-10 15:46:15.430 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.430 | INFO migrate.versioning.api [-] 43 -> 44...  2021-02-10 15:46:15.439 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.439 | INFO migrate.versioning.api [-] 44 -> 45...  2021-02-10 15:46:15.445 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.445 | INFO migrate.versioning.api [-] 45 -> 46...  2021-02-10 15:46:15.454 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.454 | INFO migrate.versioning.api [-] 46 -> 47...  2021-02-10 15:46:15.572 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.573 | INFO migrate.versioning.api [-] 47 -> 48...  2021-02-10 15:46:15.581 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.581 | INFO migrate.versioning.api [-] 48 -> 49...  2021-02-10 15:46:15.589 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.590 | INFO migrate.versioning.api [-] 49 -> 50...  2021-02-10 15:46:15.598 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.598 | INFO migrate.versioning.api [-] 50 -> 51...  2021-02-10 15:46:15.605 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.605 | INFO migrate.versioning.api [-] 51 -> 52...  2021-02-10 15:46:15.614 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.614 | INFO migrate.versioning.api [-] 52 -> 53...  2021-02-10 15:46:15.621 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.621 | INFO migrate.versioning.api [-] 53 -> 54...  2021-02-10 15:46:15.720 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.721 | INFO migrate.versioning.api [-] 54 -> 55...  2021-02-10 15:46:15.741 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.741 | INFO migrate.versioning.api [-] 55 -> 56...  2021-02-10 15:46:15.749 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.749 | INFO migrate.versioning.api [-] 56 -> 57...  2021-02-10 15:46:15.757 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.757 | INFO migrate.versioning.api [-] 57 -> 58...  2021-02-10 15:46:15.766 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.766 | INFO migrate.versioning.api [-] 58 -> 59...  2021-02-10 15:46:15.774 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.774 | INFO migrate.versioning.api [-] 59 -> 60...  2021-02-10 15:46:15.781 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.781 | INFO migrate.versioning.api [-] 60 -> 61...  2021-02-10 15:46:15.788 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.788 | INFO migrate.versioning.api [-] 61 -> 62...  2021-02-10 15:46:15.795 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:15.795 | INFO migrate.versioning.api [-] 62 -> 63...  2021-02-10 15:46:16.147 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:16.147 | INFO migrate.versioning.api [-] 63 -> 64...  2021-02-10 15:46:16.155 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:16.156 | INFO migrate.versioning.api [-] 64 -> 65...  2021-02-10 15:46:16.163 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:16.164 | INFO migrate.versioning.api [-] 65 -> 66...  2021-02-10 15:46:16.171 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:16.171 | INFO migrate.versioning.api [-] 66 -> 67...  2021-02-10 15:46:16.180 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:16.180 | INFO migrate.versioning.api [-] 67 -> 68...  2021-02-10 15:46:16.187 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:16.188 | INFO migrate.versioning.api [-] 68 -> 69...  2021-02-10 15:46:16.197 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:16.197 | INFO migrate.versioning.api [-] 69 -> 70...  2021-02-10 15:46:16.204 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:16.204 | INFO migrate.versioning.api [-] 70 -> 71...  2021-02-10 15:46:16.211 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:16.211 | INFO migrate.versioning.api [-] 71 -> 72...  2021-02-10 15:46:16.248 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:16.248 | INFO migrate.versioning.api [-] 72 -> 73...  2021-02-10 15:46:16.256 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:16.256 | INFO migrate.versioning.api [-] 73 -> 74...  2021-02-10 15:46:16.265 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:16.265 | INFO migrate.versioning.api [-] 74 -> 75...  2021-02-10 15:46:16.273 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:16.274 | INFO migrate.versioning.api [-] 75 -> 76...  2021-02-10 15:46:16.282 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:16.282 | INFO migrate.versioning.api [-] 76 -> 77...  2021-02-10 15:46:16.291 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:16.291 | INFO migrate.versioning.api [-] 77 -> 78...  2021-02-10 15:46:16.298 | INFO migrate.versioning.api [-] done 2021-02-10 15:46:16.605 | + lib/keystone:init_keystone:449 : time_stop dbsync 2021-02-10 15:46:16.607 | + functions-common:time_stop:2306 : local name 2021-02-10 15:46:16.610 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:46:16.613 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:46:16.615 | + functions-common:time_stop:2309 : local total 2021-02-10 15:46:16.618 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:46:16.620 | + functions-common:time_stop:2312 : name=dbsync 2021-02-10 15:46:16.623 | + functions-common:time_stop:2313 : start_time=1612971954650 2021-02-10 15:46:16.625 | + functions-common:time_stop:2315 : [[ -z 1612971954650 ]] 2021-02-10 15:46:16.629 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:46:16.632 | + functions-common:time_stop:2318 : end_time=1612971976629 2021-02-10 15:46:16.635 | + functions-common:time_stop:2319 : elapsed_time=21979 2021-02-10 15:46:16.637 | + functions-common:time_stop:2320 : total=0 2021-02-10 15:46:16.640 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:46:16.642 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=21979 2021-02-10 15:46:16.645 | + lib/keystone:init_keystone:451 : [[ fernet == \f\e\r\n\e\t ]] 2021-02-10 15:46:16.647 | + lib/keystone:init_keystone:452 : rm -rf /etc/keystone/fernet-keys/ 2021-02-10 15:46:16.651 | + lib/keystone:init_keystone:453 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2021-02-10 15:46:21.126 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2021-02-10 15:46:21.126 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2021-02-10 15:46:21.127 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2021-02-10 15:46:21.127 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2021-02-10 15:46:21.127 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2021-02-10 15:46:21.128 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2021-02-10 15:46:21.129 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2021-02-10 15:46:21.129 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2021-02-10 15:46:21.129 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2021-02-10 15:46:21.424 | + lib/keystone:init_keystone:455 : rm -rf /etc/keystone/credential-keys/ 2021-02-10 15:46:21.428 | + lib/keystone:init_keystone:456 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2021-02-10 15:46:25.869 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2021-02-10 15:46:25.870 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2021-02-10 15:46:25.870 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2021-02-10 15:46:25.870 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2021-02-10 15:46:25.871 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2021-02-10 15:46:25.872 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2021-02-10 15:46:25.872 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2021-02-10 15:46:25.872 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2021-02-10 15:46:25.872 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2021-02-10 15:46:26.173 | + ./stack.sh:main:1085 : start_keystone 2021-02-10 15:46:26.175 | + lib/keystone:start_keystone:514 : local service_port=5000 2021-02-10 15:46:26.178 | + lib/keystone:start_keystone:515 : local auth_protocol=http 2021-02-10 15:46:26.180 | + lib/keystone:start_keystone:516 : is_service_enabled tls-proxy 2021-02-10 15:46:26.197 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:46:26.199 | + lib/keystone:start_keystone:521 : '[' uwsgi == mod_wsgi ']' 2021-02-10 15:46:26.203 | ++ lib/keystone:start_keystone:525 : which uwsgi 2021-02-10 15:46:26.206 | + lib/keystone:start_keystone:525 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2021-02-10 15:46:26.209 | + functions-common:run_process:1561 : local service=keystone 2021-02-10 15:46:26.211 | + functions-common:run_process:1562 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-02-10 15:46:26.214 | + functions-common:run_process:1563 : local group= 2021-02-10 15:46:26.216 | + functions-common:run_process:1564 : local user= 2021-02-10 15:46:26.219 | + functions-common:run_process:1566 : local name=keystone 2021-02-10 15:46:26.221 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:46:26.224 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:46:26.226 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:46:26.229 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:46:26.232 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:46:26.235 | + functions-common:time_start:2297 : _TIME_START[$name]=1612971986233 2021-02-10 15:46:26.238 | + functions-common:run_process:1569 : is_service_enabled keystone 2021-02-10 15:46:26.253 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:46:26.256 | + functions-common:run_process:1570 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2021-02-10 15:46:26.258 | + functions-common:_run_under_systemd:1526 : local service=keystone 2021-02-10 15:46:26.261 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-02-10 15:46:26.263 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-02-10 15:46:26.266 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-02-10 15:46:26.268 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-02-10 15:46:26.271 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2021-02-10 15:46:26.273 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2021-02-10 15:46:26.276 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@keystone.service 2021-02-10 15:46:26.278 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:46:26.281 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:46:26.283 | + functions-common:_run_under_systemd:1535 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2021-02-10 15:46:26.285 | + functions-common:_run_under_systemd:1536 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu 2021-02-10 15:46:26.288 | + functions-common:write_uwsgi_user_unit_file:1470 : local service=devstack@keystone.service 2021-02-10 15:46:26.290 | + functions-common:write_uwsgi_user_unit_file:1471 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-02-10 15:46:26.292 | + functions-common:write_uwsgi_user_unit_file:1472 : local group= 2021-02-10 15:46:26.294 | + functions-common:write_uwsgi_user_unit_file:1473 : local user=ubuntu 2021-02-10 15:46:26.297 | + functions-common:write_uwsgi_user_unit_file:1474 : local unitfile=/etc/systemd/system/devstack@keystone.service 2021-02-10 15:46:26.299 | + functions-common:write_uwsgi_user_unit_file:1475 : mkdir -p /etc/systemd/system 2021-02-10 15:46:26.303 | + functions-common:write_uwsgi_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2021-02-10 15:46:26.355 | + functions-common:write_uwsgi_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2021-02-10 15:46:26.409 | + functions-common:write_uwsgi_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2021-02-10 15:46:26.454 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-02-10 15:46:26.510 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:46:26.556 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2021-02-10 15:46:26.601 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2021-02-10 15:46:26.647 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2021-02-10 15:46:26.694 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2021-02-10 15:46:26.740 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2021-02-10 15:46:26.786 | + functions-common:write_uwsgi_user_unit_file:1488 : [[ -n '' ]] 2021-02-10 15:46:26.788 | + functions-common:write_uwsgi_user_unit_file:1491 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2021-02-10 15:46:26.843 | + functions-common:write_uwsgi_user_unit_file:1494 : sudo systemctl daemon-reload 2021-02-10 15:46:27.024 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@keystone.service 2021-02-10 15:46:27.038 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2021-02-10 15:46:27.221 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@keystone.service 2021-02-10 15:46:27.298 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:46:27.301 | + functions-common:time_stop:2306 : local name 2021-02-10 15:46:27.303 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:46:27.306 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:46:27.308 | + functions-common:time_stop:2309 : local total 2021-02-10 15:46:27.310 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:46:27.313 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:46:27.315 | + functions-common:time_stop:2313 : start_time=1612971986233 2021-02-10 15:46:27.317 | + functions-common:time_stop:2315 : [[ -z 1612971986233 ]] 2021-02-10 15:46:27.321 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:46:27.324 | + functions-common:time_stop:2318 : end_time=1612971987321 2021-02-10 15:46:27.327 | + functions-common:time_stop:2319 : elapsed_time=1088 2021-02-10 15:46:27.329 | + functions-common:time_stop:2320 : total=962 2021-02-10 15:46:27.331 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:46:27.334 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=2050 2021-02-10 15:46:27.336 | + lib/keystone:start_keystone:528 : echo 'Waiting for keystone to start...' 2021-02-10 15:46:27.336 | Waiting for keystone to start... 2021-02-10 15:46:27.339 | + lib/keystone:start_keystone:534 : local service_uri=http://10.222.0.71/identity/v3/ 2021-02-10 15:46:27.341 | + lib/keystone:start_keystone:536 : wait_for_service 60 http://10.222.0.71/identity/v3/ 2021-02-10 15:46:27.343 | + functions:wait_for_service:481 : local timeout=60 2021-02-10 15:46:27.346 | + functions:wait_for_service:482 : local url=http://10.222.0.71/identity/v3/ 2021-02-10 15:46:27.348 | + functions:wait_for_service:483 : local rval=0 2021-02-10 15:46:27.350 | + functions:wait_for_service:484 : time_start wait_for_service 2021-02-10 15:46:27.353 | + functions-common:time_start:2292 : local name=wait_for_service 2021-02-10 15:46:27.355 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:46:27.358 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:46:27.360 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:46:27.364 | + functions-common:time_start:2297 : _TIME_START[$name]=1612971987361 2021-02-10 15:46:27.367 | + functions:wait_for_service:485 : timeout 60 bash -x 2021-02-10 15:46:27.372 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.71/identity/v3/ 2021-02-10 15:46:33.868 | + :: : [[ 200 == 503 ]] 2021-02-10 15:46:33.870 | + :: : [[ 0 -eq 7 ]] 2021-02-10 15:46:33.873 | + functions:wait_for_service:490 : time_stop wait_for_service 2021-02-10 15:46:33.876 | + functions-common:time_stop:2306 : local name 2021-02-10 15:46:33.879 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:46:33.882 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:46:33.884 | + functions-common:time_stop:2309 : local total 2021-02-10 15:46:33.887 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:46:33.889 | + functions-common:time_stop:2312 : name=wait_for_service 2021-02-10 15:46:33.891 | + functions-common:time_stop:2313 : start_time=1612971987361 2021-02-10 15:46:33.894 | + functions-common:time_stop:2315 : [[ -z 1612971987361 ]] 2021-02-10 15:46:33.897 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:46:33.900 | + functions-common:time_stop:2318 : end_time=1612971993898 2021-02-10 15:46:33.903 | + functions-common:time_stop:2319 : elapsed_time=6537 2021-02-10 15:46:33.906 | + functions-common:time_stop:2320 : total=0 2021-02-10 15:46:33.908 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:46:33.911 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=6537 2021-02-10 15:46:33.913 | + functions:wait_for_service:491 : return 0 2021-02-10 15:46:33.915 | + lib/keystone:start_keystone:541 : is_service_enabled tls-proxy 2021-02-10 15:46:33.933 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:46:33.936 | + lib/keystone:start_keystone:547 : restart_service memcached 2021-02-10 15:46:33.938 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-02-10 15:46:33.940 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart memcached 2021-02-10 15:46:33.987 | + ./stack.sh:main:1086 : bootstrap_keystone 2021-02-10 15:46:33.990 | + lib/keystone:bootstrap_keystone:570 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password Passw0rd --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-admin-url http://10.222.0.71/identity --bootstrap-public-url http://10.222.0.71/identity 2021-02-10 15:46:38.684 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.684 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.684 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_assignment_removal` subscribed to event `identity.remove_application_credentials_for_user.internal`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.694 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.712 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.712 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.747 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.782 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.782 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.868 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.868 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.868 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.868 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.869 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.869 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.883 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.883 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.883 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.884 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.884 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.884 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.884 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.892 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.895 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.895 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.895 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.895 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.896 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.896 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.896 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=64606) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-02-10 15:46:38.943 | 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 {{(pid=64606) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-10 15:46:39.229 | INFO keystone.cmd.bootstrap [None req-5bb0cc18-bf03-4e1e-9902-d1f1c36039c5 None None] Created domain default 2021-02-10 15:46:39.267 | INFO keystone.cmd.bootstrap [None req-5bb0cc18-bf03-4e1e-9902-d1f1c36039c5 None None] Created project admin 2021-02-10 15:46:39.294 | DEBUG passlib.handlers.bcrypt [None req-5bb0cc18-bf03-4e1e-9902-d1f1c36039c5 None None] detected 'bcrypt' backend, version '3.2.0' {{(pid=64606) _load_backend_mixin /usr/local/lib/python3.6/dist-packages/passlib/handlers/bcrypt.py:625}} 2021-02-10 15:46:39.295 | DEBUG passlib.handlers.bcrypt [None req-5bb0cc18-bf03-4e1e-9902-d1f1c36039c5 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=64606) _finalize_backend_mixin /usr/local/lib/python3.6/dist-packages/passlib/handlers/bcrypt.py:406}} 2021-02-10 15:46:39.356 | INFO keystone.cmd.bootstrap [None req-5bb0cc18-bf03-4e1e-9902-d1f1c36039c5 None None] Created user admin 2021-02-10 15:46:39.369 | INFO keystone.cmd.bootstrap [None req-5bb0cc18-bf03-4e1e-9902-d1f1c36039c5 None None] Created role reader 2021-02-10 15:46:39.382 | INFO keystone.cmd.bootstrap [None req-5bb0cc18-bf03-4e1e-9902-d1f1c36039c5 None None] Created role member 2021-02-10 15:46:39.406 | INFO keystone.cmd.bootstrap [None req-5bb0cc18-bf03-4e1e-9902-d1f1c36039c5 None None] Created implied role where 9622913a0d9f46fea9b5ac60c9f2536e implies 0e49be9eae9540f8894ad1c741ccd394 2021-02-10 15:46:39.417 | INFO keystone.cmd.bootstrap [None req-5bb0cc18-bf03-4e1e-9902-d1f1c36039c5 None None] Created role admin 2021-02-10 15:46:39.437 | INFO keystone.cmd.bootstrap [None req-5bb0cc18-bf03-4e1e-9902-d1f1c36039c5 None None] Created implied role where 066011e856d34c44831ade9750419adf implies 9622913a0d9f46fea9b5ac60c9f2536e 2021-02-10 15:46:39.448 | INFO keystone.cmd.bootstrap [None req-5bb0cc18-bf03-4e1e-9902-d1f1c36039c5 None None] Granted role admin on project admin to user admin. 2021-02-10 15:46:39.455 | INFO keystone.cmd.bootstrap [None req-5bb0cc18-bf03-4e1e-9902-d1f1c36039c5 None None] Granted role admin on the system to user admin. 2021-02-10 15:46:39.465 | WARNING py.warnings [None req-5bb0cc18-bf03-4e1e-9902-d1f1c36039c5 None None] /usr/local/lib/python3.6/dist-packages/pycadf/identifier.py:72: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2021-02-10 15:46:39.465 | 'identifiers should be a valid uuid.' % (value))) 2021-02-10 15:46:39.465 |  2021-02-10 15:46:39.469 | INFO keystone.cmd.bootstrap [None req-5bb0cc18-bf03-4e1e-9902-d1f1c36039c5 None None] Created region RegionOne 2021-02-10 15:46:39.506 | INFO keystone.cmd.bootstrap [None req-5bb0cc18-bf03-4e1e-9902-d1f1c36039c5 None None] Created public endpoint http://10.222.0.71/identity 2021-02-10 15:46:39.517 | INFO keystone.cmd.bootstrap [None req-5bb0cc18-bf03-4e1e-9902-d1f1c36039c5 None None] Created admin endpoint http://10.222.0.71/identity 2021-02-10 15:46:39.909 | + ./stack.sh:main:1089 : create_keystone_accounts 2021-02-10 15:46:39.912 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2021-02-10 15:46:39.915 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2021-02-10 15:46:43.142 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:46:43.142 | from cryptography.utils import int_from_bytes 2021-02-10 15:46:43.142 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:46:43.142 | from cryptography.utils import int_from_bytes 2021-02-10 15:46:43.333 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:46:43.336 | + lib/keystone:create_keystone_accounts:315 : admin_project=7a996a09e671489ead9ec76f04ed10c0 2021-02-10 15:46:43.339 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2021-02-10 15:46:43.342 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2021-02-10 15:46:45.721 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:46:45.721 | from cryptography.utils import int_from_bytes 2021-02-10 15:46:45.721 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:46:45.721 | from cryptography.utils import int_from_bytes 2021-02-10 15:46:45.911 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:46:45.914 | + lib/keystone:create_keystone_accounts:317 : admin_user=3e8b035c5fec45b3b012e6530a4139e5 2021-02-10 15:46:45.916 | + lib/keystone:create_keystone_accounts:318 : local admin_role=admin 2021-02-10 15:46:45.919 | + lib/keystone:create_keystone_accounts:319 : local member_role=member 2021-02-10 15:46:45.921 | + lib/keystone:create_keystone_accounts:321 : get_or_add_user_domain_role admin 3e8b035c5fec45b3b012e6530a4139e5 default 2021-02-10 15:46:45.924 | + functions-common:get_or_add_user_domain_role:920 : local user_role_id 2021-02-10 15:46:45.928 | ++ functions-common:get_or_add_user_domain_role:926 : oscwrap role assignment list --role admin --user 3e8b035c5fec45b3b012e6530a4139e5 --domain default 2021-02-10 15:46:45.929 | ++ functions-common:get_or_add_user_domain_role:926 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:46:45.929 | ++ functions-common:get_or_add_user_domain_role:926 : get_field 1 2021-02-10 15:46:45.931 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:46:45.934 | ++ functions-common:get_field:729 : read data 2021-02-10 15:46:48.505 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:46:48.505 | from cryptography.utils import int_from_bytes 2021-02-10 15:46:48.505 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:46:48.505 | from cryptography.utils import int_from_bytes 2021-02-10 15:46:48.694 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:46:48.698 | + functions-common:get_or_add_user_domain_role:926 : user_role_id= 2021-02-10 15:46:48.701 | + functions-common:get_or_add_user_domain_role:927 : [[ -z '' ]] 2021-02-10 15:46:48.704 | + functions-common:get_or_add_user_domain_role:929 : openstack role add admin --user 3e8b035c5fec45b3b012e6530a4139e5 --domain default 2021-02-10 15:46:51.621 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:46:51.622 | from cryptography.utils import int_from_bytes 2021-02-10 15:46:51.622 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:46:51.622 | from cryptography.utils import int_from_bytes 2021-02-10 15:46:51.815 | ++ functions-common:get_or_add_user_domain_role:936 : oscwrap role assignment list --role admin --user 3e8b035c5fec45b3b012e6530a4139e5 --domain default 2021-02-10 15:46:51.815 | ++ functions-common:get_or_add_user_domain_role:936 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:46:51.815 | ++ functions-common:get_or_add_user_domain_role:936 : get_field 1 2021-02-10 15:46:51.818 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:46:51.820 | ++ functions-common:get_field:729 : read data 2021-02-10 15:46:54.456 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:46:54.456 | from cryptography.utils import int_from_bytes 2021-02-10 15:46:54.456 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:46:54.456 | from cryptography.utils import int_from_bytes 2021-02-10 15:46:54.646 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:46:54.649 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:46:54.652 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:46:54.655 | ++ functions-common:get_field:735 : echo '| 066011e856d34c44831ade9750419adf | 3e8b035c5fec45b3b012e6530a4139e5 | | | default | | False |' 2021-02-10 15:46:54.655 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:46:54.662 | ++ functions-common:get_field:729 : read data 2021-02-10 15:46:54.665 | + functions-common:get_or_add_user_domain_role:936 : user_role_id=066011e856d34c44831ade9750419adf 2021-02-10 15:46:54.668 | + functions-common:get_or_add_user_domain_role:938 : echo 066011e856d34c44831ade9750419adf 2021-02-10 15:46:54.668 | 066011e856d34c44831ade9750419adf 2021-02-10 15:46:54.670 | + lib/keystone:create_keystone_accounts:324 : get_or_create_domain Default 2021-02-10 15:46:54.673 | + functions-common:get_or_create_domain:794 : local domain_id 2021-02-10 15:46:54.676 | ++ functions-common:get_or_create_domain:806 : oscwrap domain show Default -f value -c id 2021-02-10 15:46:57.311 | + functions-common:get_or_create_domain:804 : domain_id=default 2021-02-10 15:46:57.315 | + functions-common:get_or_create_domain:805 : echo default 2021-02-10 15:46:57.315 | default 2021-02-10 15:46:57.319 | + lib/keystone:create_keystone_accounts:325 : get_or_create_project service Default 2021-02-10 15:46:57.322 | + functions-common:get_or_create_project:849 : local project_id 2021-02-10 15:46:57.325 | ++ functions-common:get_or_create_project:857 : oscwrap project create service --domain=Default --or-show -f value -c id 2021-02-10 15:46:59.870 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:46:59.870 | from cryptography.utils import int_from_bytes 2021-02-10 15:46:59.870 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:46:59.870 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:00.068 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:00.071 | + functions-common:get_or_create_project:855 : project_id=06ce0588b984450090b0ea4d5f6abb74 2021-02-10 15:47:00.074 | + functions-common:get_or_create_project:856 : echo 06ce0588b984450090b0ea4d5f6abb74 2021-02-10 15:47:00.074 | 06ce0588b984450090b0ea4d5f6abb74 2021-02-10 15:47:00.077 | + lib/keystone:create_keystone_accounts:328 : get_or_create_role service 2021-02-10 15:47:00.079 | + functions-common:get_or_create_role:862 : local role_id 2021-02-10 15:47:00.082 | ++ functions-common:get_or_create_role:869 : oscwrap role create service --or-show -f value -c id 2021-02-10 15:47:02.760 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:02.760 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:02.760 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:02.760 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:02.946 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:02.949 | + functions-common:get_or_create_role:867 : role_id=5fde069af3da40c882b05580e1a85c41 2021-02-10 15:47:02.952 | + functions-common:get_or_create_role:868 : echo 5fde069af3da40c882b05580e1a85c41 2021-02-10 15:47:02.952 | 5fde069af3da40c882b05580e1a85c41 2021-02-10 15:47:02.954 | + lib/keystone:create_keystone_accounts:334 : get_or_create_role ResellerAdmin 2021-02-10 15:47:02.957 | + functions-common:get_or_create_role:862 : local role_id 2021-02-10 15:47:02.961 | ++ functions-common:get_or_create_role:869 : oscwrap role create ResellerAdmin --or-show -f value -c id 2021-02-10 15:47:05.370 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:05.370 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:05.370 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:05.370 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:05.564 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:05.568 | + functions-common:get_or_create_role:867 : role_id=fd4a3cbbf6754d51b3b7e6f0990f3378 2021-02-10 15:47:05.570 | + functions-common:get_or_create_role:868 : echo fd4a3cbbf6754d51b3b7e6f0990f3378 2021-02-10 15:47:05.570 | fd4a3cbbf6754d51b3b7e6f0990f3378 2021-02-10 15:47:05.573 | + lib/keystone:create_keystone_accounts:338 : local another_role=anotherrole 2021-02-10 15:47:05.576 | + lib/keystone:create_keystone_accounts:339 : get_or_create_role anotherrole 2021-02-10 15:47:05.578 | + functions-common:get_or_create_role:862 : local role_id 2021-02-10 15:47:05.581 | ++ functions-common:get_or_create_role:869 : oscwrap role create anotherrole --or-show -f value -c id 2021-02-10 15:47:07.925 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:07.925 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:07.925 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:07.925 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:08.121 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:08.124 | + functions-common:get_or_create_role:867 : role_id=aae4b58b94014165a6ec5dc22f101100 2021-02-10 15:47:08.126 | + functions-common:get_or_create_role:868 : echo aae4b58b94014165a6ec5dc22f101100 2021-02-10 15:47:08.126 | aae4b58b94014165a6ec5dc22f101100 2021-02-10 15:47:08.129 | + lib/keystone:create_keystone_accounts:342 : local invis_project 2021-02-10 15:47:08.132 | ++ lib/keystone:create_keystone_accounts:343 : get_or_create_project invisible_to_admin default 2021-02-10 15:47:08.135 | ++ functions-common:get_or_create_project:849 : local project_id 2021-02-10 15:47:08.138 | +++ functions-common:get_or_create_project:857 : oscwrap project create invisible_to_admin --domain=default --or-show -f value -c id 2021-02-10 15:47:10.556 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:10.556 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:10.556 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:10.556 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:10.744 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:10.747 | ++ functions-common:get_or_create_project:855 : project_id=3942b01ad40e4366a529f9e21e4ae613 2021-02-10 15:47:10.750 | ++ functions-common:get_or_create_project:856 : echo 3942b01ad40e4366a529f9e21e4ae613 2021-02-10 15:47:10.753 | + lib/keystone:create_keystone_accounts:343 : invis_project=3942b01ad40e4366a529f9e21e4ae613 2021-02-10 15:47:10.756 | + lib/keystone:create_keystone_accounts:346 : local demo_project 2021-02-10 15:47:10.759 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_project demo default 2021-02-10 15:47:10.761 | ++ functions-common:get_or_create_project:849 : local project_id 2021-02-10 15:47:10.765 | +++ functions-common:get_or_create_project:857 : oscwrap project create demo --domain=default --or-show -f value -c id 2021-02-10 15:47:13.240 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:13.240 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:13.240 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:13.240 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:13.431 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:13.434 | ++ functions-common:get_or_create_project:855 : project_id=654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:47:13.437 | ++ functions-common:get_or_create_project:856 : echo 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:47:13.440 | + lib/keystone:create_keystone_accounts:347 : demo_project=654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:47:13.442 | + lib/keystone:create_keystone_accounts:348 : local demo_user 2021-02-10 15:47:13.446 | ++ lib/keystone:create_keystone_accounts:350 : get_or_create_user demo Passw0rd default demo@example.com 2021-02-10 15:47:13.448 | ++ functions-common:get_or_create_user:826 : local user_id 2021-02-10 15:47:13.451 | ++ functions-common:get_or_create_user:827 : [[ ! -z demo@example.com ]] 2021-02-10 15:47:13.453 | ++ functions-common:get_or_create_user:828 : local email=--email=demo@example.com 2021-02-10 15:47:13.457 | +++ functions-common:get_or_create_user:844 : oscwrap user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2021-02-10 15:47:15.948 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:15.948 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:15.948 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:15.948 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:16.133 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:16.136 | ++ functions-common:get_or_create_user:842 : user_id=e9c11a344eb54925b76a9de3d8c1b1b5 2021-02-10 15:47:16.138 | ++ functions-common:get_or_create_user:843 : echo e9c11a344eb54925b76a9de3d8c1b1b5 2021-02-10 15:47:16.141 | + lib/keystone:create_keystone_accounts:350 : demo_user=e9c11a344eb54925b76a9de3d8c1b1b5 2021-02-10 15:47:16.144 | + lib/keystone:create_keystone_accounts:352 : get_or_add_user_project_role member e9c11a344eb54925b76a9de3d8c1b1b5 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:47:16.146 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:47:16.150 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args 2021-02-10 15:47:16.152 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:47:16.155 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:47:16.157 | ++ functions-common:_get_domain_args:877 : [[ -n '' ]] 2021-02-10 15:47:16.160 | ++ functions-common:_get_domain_args:880 : [[ -n '' ]] 2021-02-10 15:47:16.162 | ++ functions-common:_get_domain_args:884 : echo 2021-02-10 15:47:16.165 | + functions-common:get_or_add_user_project_role:892 : domain_args= 2021-02-10 15:47:16.169 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role member --user e9c11a344eb54925b76a9de3d8c1b1b5 --project 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:47:16.170 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:47:16.170 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:47:16.173 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:47:16.175 | ++ functions-common:get_field:729 : read data 2021-02-10 15:47:18.823 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:18.823 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:18.823 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:18.823 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:19.007 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:19.011 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:47:19.013 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:47:19.016 | + functions-common:get_or_add_user_project_role:903 : openstack role add member --user e9c11a344eb54925b76a9de3d8c1b1b5 --project 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:47:21.555 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:21.555 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:21.556 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:21.556 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:21.750 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role member --user e9c11a344eb54925b76a9de3d8c1b1b5 --project 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:47:21.750 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:47:21.750 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:47:21.753 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:47:21.756 | ++ functions-common:get_field:729 : read data 2021-02-10 15:47:24.461 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:24.462 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:24.462 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:24.462 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:24.674 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:24.677 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:47:24.680 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:47:24.683 | ++ functions-common:get_field:735 : echo '| 9622913a0d9f46fea9b5ac60c9f2536e | e9c11a344eb54925b76a9de3d8c1b1b5 | | 654eaea6d41f47a794eefa7accb4c66a | | | False |' 2021-02-10 15:47:24.684 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:47:24.689 | ++ functions-common:get_field:729 : read data 2021-02-10 15:47:24.692 | + functions-common:get_or_add_user_project_role:912 : user_role_id=9622913a0d9f46fea9b5ac60c9f2536e 2021-02-10 15:47:24.695 | + functions-common:get_or_add_user_project_role:914 : echo 9622913a0d9f46fea9b5ac60c9f2536e 2021-02-10 15:47:24.695 | 9622913a0d9f46fea9b5ac60c9f2536e 2021-02-10 15:47:24.697 | + lib/keystone:create_keystone_accounts:353 : get_or_add_user_project_role admin 3e8b035c5fec45b3b012e6530a4139e5 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:47:24.700 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:47:24.703 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args 2021-02-10 15:47:24.706 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:47:24.708 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:47:24.711 | ++ functions-common:_get_domain_args:877 : [[ -n '' ]] 2021-02-10 15:47:24.713 | ++ functions-common:_get_domain_args:880 : [[ -n '' ]] 2021-02-10 15:47:24.716 | ++ functions-common:_get_domain_args:884 : echo 2021-02-10 15:47:24.718 | + functions-common:get_or_add_user_project_role:892 : domain_args= 2021-02-10 15:47:24.723 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role admin --user 3e8b035c5fec45b3b012e6530a4139e5 --project 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:47:24.723 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:47:24.723 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:47:24.726 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:47:24.729 | ++ functions-common:get_field:729 : read data 2021-02-10 15:47:27.352 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:27.352 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:27.353 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:27.353 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:27.551 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:27.556 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:47:27.558 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:47:27.561 | + functions-common:get_or_add_user_project_role:903 : openstack role add admin --user 3e8b035c5fec45b3b012e6530a4139e5 --project 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:47:30.128 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:30.128 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:30.128 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:30.128 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:30.317 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role admin --user 3e8b035c5fec45b3b012e6530a4139e5 --project 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:47:30.318 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:47:30.318 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:47:30.321 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:47:30.323 | ++ functions-common:get_field:729 : read data 2021-02-10 15:47:33.001 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:33.001 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:33.001 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:33.001 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:33.192 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:33.195 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:47:33.198 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:47:33.201 | ++ functions-common:get_field:735 : echo '| 066011e856d34c44831ade9750419adf | 3e8b035c5fec45b3b012e6530a4139e5 | | 654eaea6d41f47a794eefa7accb4c66a | | | False |' 2021-02-10 15:47:33.201 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:47:33.206 | ++ functions-common:get_field:729 : read data 2021-02-10 15:47:33.210 | + functions-common:get_or_add_user_project_role:912 : user_role_id=066011e856d34c44831ade9750419adf 2021-02-10 15:47:33.212 | + functions-common:get_or_add_user_project_role:914 : echo 066011e856d34c44831ade9750419adf 2021-02-10 15:47:33.212 | 066011e856d34c44831ade9750419adf 2021-02-10 15:47:33.215 | + lib/keystone:create_keystone_accounts:354 : get_or_add_user_project_role anotherrole e9c11a344eb54925b76a9de3d8c1b1b5 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:47:33.218 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:47:33.221 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args 2021-02-10 15:47:33.223 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:47:33.226 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:47:33.228 | ++ functions-common:_get_domain_args:877 : [[ -n '' ]] 2021-02-10 15:47:33.231 | ++ functions-common:_get_domain_args:880 : [[ -n '' ]] 2021-02-10 15:47:33.233 | ++ functions-common:_get_domain_args:884 : echo 2021-02-10 15:47:33.236 | + functions-common:get_or_add_user_project_role:892 : domain_args= 2021-02-10 15:47:33.240 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:47:33.240 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role anotherrole --user e9c11a344eb54925b76a9de3d8c1b1b5 --project 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:47:33.241 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:47:33.243 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:47:33.246 | ++ functions-common:get_field:729 : read data 2021-02-10 15:47:35.869 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:35.869 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:35.869 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:35.869 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:36.058 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:36.062 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:47:36.064 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:47:36.067 | + functions-common:get_or_add_user_project_role:903 : openstack role add anotherrole --user e9c11a344eb54925b76a9de3d8c1b1b5 --project 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:47:38.608 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:38.608 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:38.608 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:38.608 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:38.797 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role anotherrole --user e9c11a344eb54925b76a9de3d8c1b1b5 --project 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:47:38.797 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:47:38.797 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:47:38.800 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:47:38.803 | ++ functions-common:get_field:729 : read data 2021-02-10 15:47:41.515 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:41.516 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:41.516 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:41.516 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:41.711 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:41.715 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:47:41.718 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:47:41.721 | ++ functions-common:get_field:735 : echo '| aae4b58b94014165a6ec5dc22f101100 | e9c11a344eb54925b76a9de3d8c1b1b5 | | 654eaea6d41f47a794eefa7accb4c66a | | | False |' 2021-02-10 15:47:41.721 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:47:41.728 | ++ functions-common:get_field:729 : read data 2021-02-10 15:47:41.733 | + functions-common:get_or_add_user_project_role:912 : user_role_id=aae4b58b94014165a6ec5dc22f101100 2021-02-10 15:47:41.735 | + functions-common:get_or_add_user_project_role:914 : echo aae4b58b94014165a6ec5dc22f101100 2021-02-10 15:47:41.735 | aae4b58b94014165a6ec5dc22f101100 2021-02-10 15:47:41.738 | + lib/keystone:create_keystone_accounts:355 : get_or_add_user_project_role member e9c11a344eb54925b76a9de3d8c1b1b5 3942b01ad40e4366a529f9e21e4ae613 2021-02-10 15:47:41.741 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:47:41.744 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args 2021-02-10 15:47:41.747 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:47:41.751 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:47:41.753 | ++ functions-common:_get_domain_args:877 : [[ -n '' ]] 2021-02-10 15:47:41.756 | ++ functions-common:_get_domain_args:880 : [[ -n '' ]] 2021-02-10 15:47:41.758 | ++ functions-common:_get_domain_args:884 : echo 2021-02-10 15:47:41.761 | + functions-common:get_or_add_user_project_role:892 : domain_args= 2021-02-10 15:47:41.766 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role member --user e9c11a344eb54925b76a9de3d8c1b1b5 --project 3942b01ad40e4366a529f9e21e4ae613 2021-02-10 15:47:41.766 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:47:41.766 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:47:41.769 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:47:41.771 | ++ functions-common:get_field:729 : read data 2021-02-10 15:47:44.390 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:44.390 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:44.390 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:44.390 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:44.581 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:44.585 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:47:44.588 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:47:44.590 | + functions-common:get_or_add_user_project_role:903 : openstack role add member --user e9c11a344eb54925b76a9de3d8c1b1b5 --project 3942b01ad40e4366a529f9e21e4ae613 2021-02-10 15:47:47.134 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:47.134 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:47.134 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:47.134 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:47.330 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role member --user e9c11a344eb54925b76a9de3d8c1b1b5 --project 3942b01ad40e4366a529f9e21e4ae613 2021-02-10 15:47:47.330 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:47:47.330 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:47:47.334 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:47:47.337 | ++ functions-common:get_field:729 : read data 2021-02-10 15:47:50.025 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:50.026 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:50.026 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:50.026 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:50.217 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:50.220 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:47:50.223 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:47:50.226 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:47:50.227 | ++ functions-common:get_field:735 : echo '| 9622913a0d9f46fea9b5ac60c9f2536e | e9c11a344eb54925b76a9de3d8c1b1b5 | | 3942b01ad40e4366a529f9e21e4ae613 | | | False |' 2021-02-10 15:47:50.232 | ++ functions-common:get_field:729 : read data 2021-02-10 15:47:50.235 | + functions-common:get_or_add_user_project_role:912 : user_role_id=9622913a0d9f46fea9b5ac60c9f2536e 2021-02-10 15:47:50.238 | + functions-common:get_or_add_user_project_role:914 : echo 9622913a0d9f46fea9b5ac60c9f2536e 2021-02-10 15:47:50.238 | 9622913a0d9f46fea9b5ac60c9f2536e 2021-02-10 15:47:50.240 | + lib/keystone:create_keystone_accounts:358 : local alt_demo_project 2021-02-10 15:47:50.244 | ++ lib/keystone:create_keystone_accounts:359 : get_or_create_project alt_demo default 2021-02-10 15:47:50.246 | ++ functions-common:get_or_create_project:849 : local project_id 2021-02-10 15:47:50.250 | +++ functions-common:get_or_create_project:857 : oscwrap project create alt_demo --domain=default --or-show -f value -c id 2021-02-10 15:47:52.695 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:52.695 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:52.695 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:52.695 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:52.880 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:52.883 | ++ functions-common:get_or_create_project:855 : project_id=ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:47:52.886 | ++ functions-common:get_or_create_project:856 : echo ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:47:52.889 | + lib/keystone:create_keystone_accounts:359 : alt_demo_project=ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:47:52.891 | + lib/keystone:create_keystone_accounts:360 : local alt_demo_user 2021-02-10 15:47:52.895 | ++ lib/keystone:create_keystone_accounts:362 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2021-02-10 15:47:52.898 | ++ functions-common:get_or_create_user:826 : local user_id 2021-02-10 15:47:52.900 | ++ functions-common:get_or_create_user:827 : [[ ! -z alt_demo@example.com ]] 2021-02-10 15:47:52.903 | ++ functions-common:get_or_create_user:828 : local email=--email=alt_demo@example.com 2021-02-10 15:47:52.907 | +++ functions-common:get_or_create_user:844 : oscwrap user create alt_demo --password Passw0rd --domain=default --email=alt_demo@example.com --or-show -f value -c id 2021-02-10 15:47:55.389 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:55.389 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:55.389 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:55.389 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:55.576 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:55.579 | ++ functions-common:get_or_create_user:842 : user_id=696ab905d5c54b6fbf7b94b98c2fc6a4 2021-02-10 15:47:55.582 | ++ functions-common:get_or_create_user:843 : echo 696ab905d5c54b6fbf7b94b98c2fc6a4 2021-02-10 15:47:55.585 | + lib/keystone:create_keystone_accounts:362 : alt_demo_user=696ab905d5c54b6fbf7b94b98c2fc6a4 2021-02-10 15:47:55.587 | + lib/keystone:create_keystone_accounts:364 : get_or_add_user_project_role member 696ab905d5c54b6fbf7b94b98c2fc6a4 ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:47:55.590 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:47:55.593 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args 2021-02-10 15:47:55.596 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:47:55.598 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:47:55.601 | ++ functions-common:_get_domain_args:877 : [[ -n '' ]] 2021-02-10 15:47:55.604 | ++ functions-common:_get_domain_args:880 : [[ -n '' ]] 2021-02-10 15:47:55.606 | ++ functions-common:_get_domain_args:884 : echo 2021-02-10 15:47:55.609 | + functions-common:get_or_add_user_project_role:892 : domain_args= 2021-02-10 15:47:55.613 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role member --user 696ab905d5c54b6fbf7b94b98c2fc6a4 --project ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:47:55.613 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:47:55.613 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:47:55.616 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:47:55.619 | ++ functions-common:get_field:729 : read data 2021-02-10 15:47:58.343 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:58.343 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:58.343 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:47:58.343 | from cryptography.utils import int_from_bytes 2021-02-10 15:47:58.542 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:47:58.548 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:47:58.553 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:47:58.557 | + functions-common:get_or_add_user_project_role:903 : openstack role add member --user 696ab905d5c54b6fbf7b94b98c2fc6a4 --project ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:48:01.225 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:01.225 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:01.225 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:01.225 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:01.413 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role member --user 696ab905d5c54b6fbf7b94b98c2fc6a4 --project ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:48:01.413 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:48:01.413 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:48:01.416 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:48:01.419 | ++ functions-common:get_field:729 : read data 2021-02-10 15:48:04.195 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:04.196 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:04.196 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:04.196 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:04.385 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:48:04.389 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:48:04.393 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:48:04.397 | ++ functions-common:get_field:735 : echo '| 9622913a0d9f46fea9b5ac60c9f2536e | 696ab905d5c54b6fbf7b94b98c2fc6a4 | | ed6e9d92d37149a1ac7d21fe43a12a72 | | | False |' 2021-02-10 15:48:04.397 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:48:04.403 | ++ functions-common:get_field:729 : read data 2021-02-10 15:48:04.406 | + functions-common:get_or_add_user_project_role:912 : user_role_id=9622913a0d9f46fea9b5ac60c9f2536e 2021-02-10 15:48:04.409 | + functions-common:get_or_add_user_project_role:914 : echo 9622913a0d9f46fea9b5ac60c9f2536e 2021-02-10 15:48:04.409 | 9622913a0d9f46fea9b5ac60c9f2536e 2021-02-10 15:48:04.412 | + lib/keystone:create_keystone_accounts:365 : get_or_add_user_project_role admin 3e8b035c5fec45b3b012e6530a4139e5 ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:48:04.414 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:48:04.418 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args 2021-02-10 15:48:04.420 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:48:04.423 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:48:04.425 | ++ functions-common:_get_domain_args:877 : [[ -n '' ]] 2021-02-10 15:48:04.428 | ++ functions-common:_get_domain_args:880 : [[ -n '' ]] 2021-02-10 15:48:04.431 | ++ functions-common:_get_domain_args:884 : echo 2021-02-10 15:48:04.434 | + functions-common:get_or_add_user_project_role:892 : domain_args= 2021-02-10 15:48:04.438 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role admin --user 3e8b035c5fec45b3b012e6530a4139e5 --project ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:48:04.438 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:48:04.438 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:48:04.441 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:48:04.444 | ++ functions-common:get_field:729 : read data 2021-02-10 15:48:07.377 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:07.377 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:07.377 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:07.377 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:07.568 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:48:07.574 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:48:07.577 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:48:07.580 | + functions-common:get_or_add_user_project_role:903 : openstack role add admin --user 3e8b035c5fec45b3b012e6530a4139e5 --project ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:48:10.150 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:10.150 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:10.150 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:10.150 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:10.338 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role admin --user 3e8b035c5fec45b3b012e6530a4139e5 --project ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:48:10.338 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:48:10.339 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:48:10.342 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:48:10.346 | ++ functions-common:get_field:729 : read data 2021-02-10 15:48:13.136 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:13.136 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:13.136 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:13.136 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:13.330 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:48:13.335 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:48:13.338 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:48:13.341 | ++ functions-common:get_field:735 : echo '| 066011e856d34c44831ade9750419adf | 3e8b035c5fec45b3b012e6530a4139e5 | | ed6e9d92d37149a1ac7d21fe43a12a72 | | | False |' 2021-02-10 15:48:13.341 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:48:13.347 | ++ functions-common:get_field:729 : read data 2021-02-10 15:48:13.351 | + functions-common:get_or_add_user_project_role:912 : user_role_id=066011e856d34c44831ade9750419adf 2021-02-10 15:48:13.353 | + functions-common:get_or_add_user_project_role:914 : echo 066011e856d34c44831ade9750419adf 2021-02-10 15:48:13.353 | 066011e856d34c44831ade9750419adf 2021-02-10 15:48:13.356 | + lib/keystone:create_keystone_accounts:366 : get_or_add_user_project_role anotherrole 696ab905d5c54b6fbf7b94b98c2fc6a4 ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:48:13.359 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:48:13.362 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args 2021-02-10 15:48:13.365 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:48:13.368 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:48:13.370 | ++ functions-common:_get_domain_args:877 : [[ -n '' ]] 2021-02-10 15:48:13.373 | ++ functions-common:_get_domain_args:880 : [[ -n '' ]] 2021-02-10 15:48:13.375 | ++ functions-common:_get_domain_args:884 : echo 2021-02-10 15:48:13.378 | + functions-common:get_or_add_user_project_role:892 : domain_args= 2021-02-10 15:48:13.382 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role anotherrole --user 696ab905d5c54b6fbf7b94b98c2fc6a4 --project ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:48:13.382 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:48:13.383 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:48:13.385 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:48:13.388 | ++ functions-common:get_field:729 : read data 2021-02-10 15:48:16.033 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:16.033 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:16.033 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:16.033 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:16.230 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:48:16.236 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:48:16.239 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:48:16.242 | + functions-common:get_or_add_user_project_role:903 : openstack role add anotherrole --user 696ab905d5c54b6fbf7b94b98c2fc6a4 --project ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:48:18.873 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:18.874 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:18.874 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:18.874 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:19.060 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role anotherrole --user 696ab905d5c54b6fbf7b94b98c2fc6a4 --project ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:48:19.060 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:48:19.060 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:48:19.063 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:48:19.067 | ++ functions-common:get_field:729 : read data 2021-02-10 15:48:21.845 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:21.845 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:21.845 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:21.845 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:22.037 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:48:22.041 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:48:22.046 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:48:22.049 | ++ functions-common:get_field:735 : echo '| aae4b58b94014165a6ec5dc22f101100 | 696ab905d5c54b6fbf7b94b98c2fc6a4 | | ed6e9d92d37149a1ac7d21fe43a12a72 | | | False |' 2021-02-10 15:48:22.050 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:48:22.057 | ++ functions-common:get_field:729 : read data 2021-02-10 15:48:22.061 | + functions-common:get_or_add_user_project_role:912 : user_role_id=aae4b58b94014165a6ec5dc22f101100 2021-02-10 15:48:22.064 | + functions-common:get_or_add_user_project_role:914 : echo aae4b58b94014165a6ec5dc22f101100 2021-02-10 15:48:22.064 | aae4b58b94014165a6ec5dc22f101100 2021-02-10 15:48:22.068 | + lib/keystone:create_keystone_accounts:369 : local admin_group 2021-02-10 15:48:22.071 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_group admins default 'openstack admin group' 2021-02-10 15:48:22.075 | ++ functions-common:get_or_create_group:811 : local 'desc=openstack admin group' 2021-02-10 15:48:22.078 | ++ functions-common:get_or_create_group:812 : local group_id 2021-02-10 15:48:22.082 | +++ functions-common:get_or_create_group:821 : oscwrap group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2021-02-10 15:48:24.509 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:24.509 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:24.509 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:24.509 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:24.701 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:48:24.705 | ++ functions-common:get_or_create_group:819 : group_id=5a62a0a8ebae40fe916db3ccc5c82653 2021-02-10 15:48:24.708 | ++ functions-common:get_or_create_group:820 : echo 5a62a0a8ebae40fe916db3ccc5c82653 2021-02-10 15:48:24.713 | + lib/keystone:create_keystone_accounts:371 : admin_group=5a62a0a8ebae40fe916db3ccc5c82653 2021-02-10 15:48:24.715 | + lib/keystone:create_keystone_accounts:372 : local non_admin_group 2021-02-10 15:48:24.720 | ++ lib/keystone:create_keystone_accounts:374 : get_or_create_group nonadmins default 'non-admin group' 2021-02-10 15:48:24.722 | ++ functions-common:get_or_create_group:811 : local 'desc=non-admin group' 2021-02-10 15:48:24.726 | ++ functions-common:get_or_create_group:812 : local group_id 2021-02-10 15:48:24.730 | +++ functions-common:get_or_create_group:821 : oscwrap group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2021-02-10 15:48:27.193 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:27.193 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:27.193 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:27.193 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:27.381 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:48:27.386 | ++ functions-common:get_or_create_group:819 : group_id=e50f8419052c48149d332c5d136b2862 2021-02-10 15:48:27.389 | ++ functions-common:get_or_create_group:820 : echo e50f8419052c48149d332c5d136b2862 2021-02-10 15:48:27.394 | + lib/keystone:create_keystone_accounts:374 : non_admin_group=e50f8419052c48149d332c5d136b2862 2021-02-10 15:48:27.398 | + lib/keystone:create_keystone_accounts:376 : get_or_add_group_project_role member e50f8419052c48149d332c5d136b2862 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:48:27.400 | + functions-common:get_or_add_group_project_role:944 : local group_role_id 2021-02-10 15:48:27.404 | ++ functions-common:get_or_add_group_project_role:950 : oscwrap role assignment list --role member --group e50f8419052c48149d332c5d136b2862 --project 654eaea6d41f47a794eefa7accb4c66a -f value 2021-02-10 15:48:30.042 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:30.042 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:30.042 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:30.042 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:30.235 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:48:30.238 | + functions-common:get_or_add_group_project_role:950 : group_role_id= 2021-02-10 15:48:30.241 | + functions-common:get_or_add_group_project_role:951 : [[ -z '' ]] 2021-02-10 15:48:30.243 | + functions-common:get_or_add_group_project_role:953 : openstack role add member --group e50f8419052c48149d332c5d136b2862 --project 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:48:32.804 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:32.804 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:32.804 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:32.804 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:32.993 | ++ functions-common:get_or_add_group_project_role:960 : oscwrap role assignment list --role member --group e50f8419052c48149d332c5d136b2862 --project 654eaea6d41f47a794eefa7accb4c66a -f value 2021-02-10 15:48:35.690 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:35.690 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:35.690 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:35.690 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:35.877 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:48:35.880 | + functions-common:get_or_add_group_project_role:960 : group_role_id='9622913a0d9f46fea9b5ac60c9f2536e e50f8419052c48149d332c5d136b2862 654eaea6d41f47a794eefa7accb4c66a False' 2021-02-10 15:48:35.882 | + functions-common:get_or_add_group_project_role:962 : echo 9622913a0d9f46fea9b5ac60c9f2536e e50f8419052c48149d332c5d136b2862 654eaea6d41f47a794eefa7accb4c66a False 2021-02-10 15:48:35.882 | 9622913a0d9f46fea9b5ac60c9f2536e e50f8419052c48149d332c5d136b2862 654eaea6d41f47a794eefa7accb4c66a False 2021-02-10 15:48:35.885 | + lib/keystone:create_keystone_accounts:377 : get_or_add_group_project_role anotherrole e50f8419052c48149d332c5d136b2862 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:48:35.888 | + functions-common:get_or_add_group_project_role:944 : local group_role_id 2021-02-10 15:48:35.891 | ++ functions-common:get_or_add_group_project_role:950 : oscwrap role assignment list --role anotherrole --group e50f8419052c48149d332c5d136b2862 --project 654eaea6d41f47a794eefa7accb4c66a -f value 2021-02-10 15:48:38.567 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:38.567 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:38.567 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:38.567 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:38.758 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:48:38.761 | + functions-common:get_or_add_group_project_role:950 : group_role_id= 2021-02-10 15:48:38.764 | + functions-common:get_or_add_group_project_role:951 : [[ -z '' ]] 2021-02-10 15:48:38.767 | + functions-common:get_or_add_group_project_role:953 : openstack role add anotherrole --group e50f8419052c48149d332c5d136b2862 --project 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:48:41.319 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:41.319 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:41.319 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:41.319 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:41.508 | ++ functions-common:get_or_add_group_project_role:960 : oscwrap role assignment list --role anotherrole --group e50f8419052c48149d332c5d136b2862 --project 654eaea6d41f47a794eefa7accb4c66a -f value 2021-02-10 15:48:44.276 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:44.276 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:44.276 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:44.276 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:44.472 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:48:44.476 | + functions-common:get_or_add_group_project_role:960 : group_role_id='aae4b58b94014165a6ec5dc22f101100 e50f8419052c48149d332c5d136b2862 654eaea6d41f47a794eefa7accb4c66a False' 2021-02-10 15:48:44.478 | + functions-common:get_or_add_group_project_role:962 : echo aae4b58b94014165a6ec5dc22f101100 e50f8419052c48149d332c5d136b2862 654eaea6d41f47a794eefa7accb4c66a False 2021-02-10 15:48:44.478 | aae4b58b94014165a6ec5dc22f101100 e50f8419052c48149d332c5d136b2862 654eaea6d41f47a794eefa7accb4c66a False 2021-02-10 15:48:44.481 | + lib/keystone:create_keystone_accounts:378 : get_or_add_group_project_role member e50f8419052c48149d332c5d136b2862 ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:48:44.483 | + functions-common:get_or_add_group_project_role:944 : local group_role_id 2021-02-10 15:48:44.487 | ++ functions-common:get_or_add_group_project_role:950 : oscwrap role assignment list --role member --group e50f8419052c48149d332c5d136b2862 --project ed6e9d92d37149a1ac7d21fe43a12a72 -f value 2021-02-10 15:48:47.196 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:47.196 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:47.196 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:47.196 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:47.403 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:48:47.407 | + functions-common:get_or_add_group_project_role:950 : group_role_id= 2021-02-10 15:48:47.409 | + functions-common:get_or_add_group_project_role:951 : [[ -z '' ]] 2021-02-10 15:48:47.412 | + functions-common:get_or_add_group_project_role:953 : openstack role add member --group e50f8419052c48149d332c5d136b2862 --project ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:48:49.969 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:49.969 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:49.969 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:49.969 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:50.155 | ++ functions-common:get_or_add_group_project_role:960 : oscwrap role assignment list --role member --group e50f8419052c48149d332c5d136b2862 --project ed6e9d92d37149a1ac7d21fe43a12a72 -f value 2021-02-10 15:48:52.881 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:52.881 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:52.881 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:52.881 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:53.071 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:48:53.074 | + functions-common:get_or_add_group_project_role:960 : group_role_id='9622913a0d9f46fea9b5ac60c9f2536e e50f8419052c48149d332c5d136b2862 ed6e9d92d37149a1ac7d21fe43a12a72 False' 2021-02-10 15:48:53.076 | + functions-common:get_or_add_group_project_role:962 : echo 9622913a0d9f46fea9b5ac60c9f2536e e50f8419052c48149d332c5d136b2862 ed6e9d92d37149a1ac7d21fe43a12a72 False 2021-02-10 15:48:53.076 | 9622913a0d9f46fea9b5ac60c9f2536e e50f8419052c48149d332c5d136b2862 ed6e9d92d37149a1ac7d21fe43a12a72 False 2021-02-10 15:48:53.079 | + lib/keystone:create_keystone_accounts:379 : get_or_add_group_project_role anotherrole e50f8419052c48149d332c5d136b2862 ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:48:53.081 | + functions-common:get_or_add_group_project_role:944 : local group_role_id 2021-02-10 15:48:53.085 | ++ functions-common:get_or_add_group_project_role:950 : oscwrap role assignment list --role anotherrole --group e50f8419052c48149d332c5d136b2862 --project ed6e9d92d37149a1ac7d21fe43a12a72 -f value 2021-02-10 15:48:55.730 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:55.730 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:55.730 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:55.730 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:55.925 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:48:55.928 | + functions-common:get_or_add_group_project_role:950 : group_role_id= 2021-02-10 15:48:55.931 | + functions-common:get_or_add_group_project_role:951 : [[ -z '' ]] 2021-02-10 15:48:55.933 | + functions-common:get_or_add_group_project_role:953 : openstack role add anotherrole --group e50f8419052c48149d332c5d136b2862 --project ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 15:48:58.499 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:58.499 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:58.499 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:48:58.499 | from cryptography.utils import int_from_bytes 2021-02-10 15:48:58.685 | ++ functions-common:get_or_add_group_project_role:960 : oscwrap role assignment list --role anotherrole --group e50f8419052c48149d332c5d136b2862 --project ed6e9d92d37149a1ac7d21fe43a12a72 -f value 2021-02-10 15:49:01.391 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:01.391 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:01.391 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:01.391 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:01.581 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:49:01.585 | + functions-common:get_or_add_group_project_role:960 : group_role_id='aae4b58b94014165a6ec5dc22f101100 e50f8419052c48149d332c5d136b2862 ed6e9d92d37149a1ac7d21fe43a12a72 False' 2021-02-10 15:49:01.587 | + functions-common:get_or_add_group_project_role:962 : echo aae4b58b94014165a6ec5dc22f101100 e50f8419052c48149d332c5d136b2862 ed6e9d92d37149a1ac7d21fe43a12a72 False 2021-02-10 15:49:01.587 | aae4b58b94014165a6ec5dc22f101100 e50f8419052c48149d332c5d136b2862 ed6e9d92d37149a1ac7d21fe43a12a72 False 2021-02-10 15:49:01.590 | + lib/keystone:create_keystone_accounts:380 : get_or_add_group_project_role admin 5a62a0a8ebae40fe916db3ccc5c82653 7a996a09e671489ead9ec76f04ed10c0 2021-02-10 15:49:01.592 | + functions-common:get_or_add_group_project_role:944 : local group_role_id 2021-02-10 15:49:01.595 | ++ functions-common:get_or_add_group_project_role:950 : oscwrap role assignment list --role admin --group 5a62a0a8ebae40fe916db3ccc5c82653 --project 7a996a09e671489ead9ec76f04ed10c0 -f value 2021-02-10 15:49:04.244 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:04.244 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:04.244 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:04.244 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:04.447 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:49:04.450 | + functions-common:get_or_add_group_project_role:950 : group_role_id= 2021-02-10 15:49:04.452 | + functions-common:get_or_add_group_project_role:951 : [[ -z '' ]] 2021-02-10 15:49:04.455 | + functions-common:get_or_add_group_project_role:953 : openstack role add admin --group 5a62a0a8ebae40fe916db3ccc5c82653 --project 7a996a09e671489ead9ec76f04ed10c0 2021-02-10 15:49:07.034 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:07.034 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:07.034 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:07.034 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:07.262 | ++ functions-common:get_or_add_group_project_role:960 : oscwrap role assignment list --role admin --group 5a62a0a8ebae40fe916db3ccc5c82653 --project 7a996a09e671489ead9ec76f04ed10c0 -f value 2021-02-10 15:49:09.985 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:09.985 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:09.985 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:09.985 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:10.180 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:49:10.183 | + functions-common:get_or_add_group_project_role:960 : group_role_id='066011e856d34c44831ade9750419adf 5a62a0a8ebae40fe916db3ccc5c82653 7a996a09e671489ead9ec76f04ed10c0 False' 2021-02-10 15:49:10.186 | + functions-common:get_or_add_group_project_role:962 : echo 066011e856d34c44831ade9750419adf 5a62a0a8ebae40fe916db3ccc5c82653 7a996a09e671489ead9ec76f04ed10c0 False 2021-02-10 15:49:10.186 | 066011e856d34c44831ade9750419adf 5a62a0a8ebae40fe916db3ccc5c82653 7a996a09e671489ead9ec76f04ed10c0 False 2021-02-10 15:49:10.188 | + lib/keystone:create_keystone_accounts:382 : is_service_enabled ldap 2021-02-10 15:49:10.205 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:49:10.207 | + ./stack.sh:main:1090 : is_service_enabled nova 2021-02-10 15:49:10.223 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:49:10.226 | + ./stack.sh:main:1091 : create_nova_accounts 2021-02-10 15:49:10.228 | + lib/nova:create_nova_accounts:337 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2021-02-10 15:49:10.231 | + lib/nova:create_nova_accounts:341 : create_service_user nova admin 2021-02-10 15:49:10.234 | + lib/keystone:create_service_user:395 : get_or_create_user nova Passw0rd Default 2021-02-10 15:49:10.236 | + functions-common:get_or_create_user:826 : local user_id 2021-02-10 15:49:10.240 | + functions-common:get_or_create_user:827 : [[ ! -z '' ]] 2021-02-10 15:49:10.243 | + functions-common:get_or_create_user:830 : local email= 2021-02-10 15:49:10.246 | ++ functions-common:get_or_create_user:844 : oscwrap user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2021-02-10 15:49:12.783 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:12.783 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:12.783 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:12.783 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:12.976 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:49:12.979 | + functions-common:get_or_create_user:842 : user_id=4d4cdb0ef447404195f1e41c31da6c98 2021-02-10 15:49:12.982 | + functions-common:get_or_create_user:843 : echo 4d4cdb0ef447404195f1e41c31da6c98 2021-02-10 15:49:12.982 | 4d4cdb0ef447404195f1e41c31da6c98 2021-02-10 15:49:12.985 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service nova service Default Default 2021-02-10 15:49:12.987 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:49:12.990 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args Default Default 2021-02-10 15:49:12.993 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:49:12.996 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:49:12.998 | ++ functions-common:_get_domain_args:877 : [[ -n Default ]] 2021-02-10 15:49:13.001 | ++ functions-common:_get_domain_args:878 : domain=' --user-domain Default' 2021-02-10 15:49:13.003 | ++ functions-common:_get_domain_args:880 : [[ -n Default ]] 2021-02-10 15:49:13.006 | ++ functions-common:_get_domain_args:881 : domain=' --user-domain Default --project-domain Default' 2021-02-10 15:49:13.009 | ++ functions-common:_get_domain_args:884 : echo --user-domain Default --project-domain Default 2021-02-10 15:49:13.011 | + functions-common:get_or_add_user_project_role:892 : domain_args='--user-domain Default --project-domain Default' 2021-02-10 15:49:13.015 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2021-02-10 15:49:13.015 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:49:13.016 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:49:13.018 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:49:13.021 | ++ functions-common:get_field:729 : read data 2021-02-10 15:49:16.210 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:16.210 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:16.210 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:16.210 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:16.397 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:49:16.401 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:49:16.403 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:49:16.406 | + functions-common:get_or_add_user_project_role:903 : openstack role add service --user nova --project service --user-domain Default --project-domain Default 2021-02-10 15:49:19.515 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:19.515 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:19.515 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:19.515 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:19.720 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2021-02-10 15:49:19.720 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:49:19.721 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:49:19.723 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:49:19.726 | ++ functions-common:get_field:729 : read data 2021-02-10 15:49:22.977 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:22.978 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:22.978 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:22.978 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:23.164 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:49:23.167 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:49:23.170 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:49:23.173 | ++ functions-common:get_field:735 : echo '| 5fde069af3da40c882b05580e1a85c41 | 4d4cdb0ef447404195f1e41c31da6c98 | | 06ce0588b984450090b0ea4d5f6abb74 | | | False |' 2021-02-10 15:49:23.173 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:49:23.178 | ++ functions-common:get_field:729 : read data 2021-02-10 15:49:23.182 | + functions-common:get_or_add_user_project_role:912 : user_role_id=5fde069af3da40c882b05580e1a85c41 2021-02-10 15:49:23.184 | + functions-common:get_or_add_user_project_role:914 : echo 5fde069af3da40c882b05580e1a85c41 2021-02-10 15:49:23.184 | 5fde069af3da40c882b05580e1a85c41 2021-02-10 15:49:23.187 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-02-10 15:49:23.189 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin nova service Default Default 2021-02-10 15:49:23.192 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:49:23.195 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args Default Default 2021-02-10 15:49:23.197 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:49:23.200 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:49:23.202 | ++ functions-common:_get_domain_args:877 : [[ -n Default ]] 2021-02-10 15:49:23.205 | ++ functions-common:_get_domain_args:878 : domain=' --user-domain Default' 2021-02-10 15:49:23.207 | ++ functions-common:_get_domain_args:880 : [[ -n Default ]] 2021-02-10 15:49:23.210 | ++ functions-common:_get_domain_args:881 : domain=' --user-domain Default --project-domain Default' 2021-02-10 15:49:23.212 | ++ functions-common:_get_domain_args:884 : echo --user-domain Default --project-domain Default 2021-02-10 15:49:23.215 | + functions-common:get_or_add_user_project_role:892 : domain_args='--user-domain Default --project-domain Default' 2021-02-10 15:49:23.219 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2021-02-10 15:49:23.220 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:49:23.220 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:49:23.222 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:49:23.225 | ++ functions-common:get_field:729 : read data 2021-02-10 15:49:26.372 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:26.372 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:26.372 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:26.372 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:26.563 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:49:26.568 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:49:26.570 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:49:26.573 | + functions-common:get_or_add_user_project_role:903 : openstack role add admin --user nova --project service --user-domain Default --project-domain Default 2021-02-10 15:49:29.661 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:29.661 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:29.661 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:29.661 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:29.847 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2021-02-10 15:49:29.847 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:49:29.848 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:49:29.852 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:49:29.855 | ++ functions-common:get_field:729 : read data 2021-02-10 15:49:33.210 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:33.211 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:33.211 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:33.211 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:33.402 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:49:33.406 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:49:33.410 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:49:33.416 | ++ functions-common:get_field:735 : echo '| 066011e856d34c44831ade9750419adf | 4d4cdb0ef447404195f1e41c31da6c98 | | 06ce0588b984450090b0ea4d5f6abb74 | | | False |' 2021-02-10 15:49:33.416 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:49:33.423 | ++ functions-common:get_field:729 : read data 2021-02-10 15:49:33.428 | + functions-common:get_or_add_user_project_role:912 : user_role_id=066011e856d34c44831ade9750419adf 2021-02-10 15:49:33.431 | + functions-common:get_or_add_user_project_role:914 : echo 066011e856d34c44831ade9750419adf 2021-02-10 15:49:33.431 | 066011e856d34c44831ade9750419adf 2021-02-10 15:49:33.434 | + lib/nova:create_nova_accounts:343 : local nova_api_url 2021-02-10 15:49:33.437 | + lib/nova:create_nova_accounts:344 : [[ True == \F\a\l\s\e ]] 2021-02-10 15:49:33.440 | + lib/nova:create_nova_accounts:347 : nova_api_url=http://10.222.0.71/compute 2021-02-10 15:49:33.443 | + lib/nova:create_nova_accounts:350 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2021-02-10 15:49:33.445 | + functions-common:get_or_create_service:968 : local service_id 2021-02-10 15:49:33.450 | ++ functions-common:get_or_create_service:981 : oscwrap service show compute_legacy -f value -c id 2021-02-10 15:49:36.171 | ++ functions-common:get_or_create_service:983 : oscwrap service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2021-02-10 15:49:38.531 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:38.531 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:38.531 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:38.531 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:38.720 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:49:38.723 | + functions-common:get_or_create_service:979 : service_id=' 2021-02-10 15:49:38.723 | 1ea7cf73c2e54832a021af60772e4804' 2021-02-10 15:49:38.725 | + functions-common:get_or_create_service:980 : echo 1ea7cf73c2e54832a021af60772e4804 2021-02-10 15:49:38.725 | 1ea7cf73c2e54832a021af60772e4804 2021-02-10 15:49:38.728 | + lib/nova:create_nova_accounts:352 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.71/compute/v2/$(project_id)s' 2021-02-10 15:49:38.730 | + functions-common:get_or_create_endpoint:1012 : local public_id 2021-02-10 15:49:38.734 | ++ functions-common:get_or_create_endpoint:1013 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.71/compute/v2/$(project_id)s' RegionOne 2021-02-10 15:49:38.736 | ++ functions-common:_get_or_create_endpoint_with_interface:986 : local endpoint_id 2021-02-10 15:49:38.739 | +++ functions-common:_get_or_create_endpoint_with_interface:991 : oscwrap endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2021-02-10 15:49:41.358 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:41.358 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:41.358 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:41.358 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:41.549 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:49:41.552 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : endpoint_id= 2021-02-10 15:49:41.555 | ++ functions-common:_get_or_create_endpoint_with_interface:992 : [[ -z '' ]] 2021-02-10 15:49:41.558 | +++ functions-common:_get_or_create_endpoint_with_interface:995 : oscwrap endpoint create compute_legacy public 'http://10.222.0.71/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2021-02-10 15:49:44.067 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:44.067 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:44.068 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:44.068 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:44.254 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:49:44.257 | ++ functions-common:_get_or_create_endpoint_with_interface:995 : endpoint_id=830a7fea617e44ed931adeb464ce090c 2021-02-10 15:49:44.260 | ++ functions-common:_get_or_create_endpoint_with_interface:998 : echo 830a7fea617e44ed931adeb464ce090c 2021-02-10 15:49:44.263 | + functions-common:get_or_create_endpoint:1013 : public_id=830a7fea617e44ed931adeb464ce090c 2021-02-10 15:49:44.265 | + functions-common:get_or_create_endpoint:1015 : [[ -n '' ]] 2021-02-10 15:49:44.268 | + functions-common:get_or_create_endpoint:1018 : [[ -n '' ]] 2021-02-10 15:49:44.270 | + functions-common:get_or_create_endpoint:1022 : echo 830a7fea617e44ed931adeb464ce090c 2021-02-10 15:49:44.270 | 830a7fea617e44ed931adeb464ce090c 2021-02-10 15:49:44.273 | + lib/nova:create_nova_accounts:356 : get_or_create_service nova compute 'Nova Compute Service' 2021-02-10 15:49:44.275 | + functions-common:get_or_create_service:968 : local service_id 2021-02-10 15:49:44.279 | ++ functions-common:get_or_create_service:981 : oscwrap service show compute -f value -c id 2021-02-10 15:49:46.990 | ++ functions-common:get_or_create_service:983 : oscwrap service create compute --name nova '--description=Nova Compute Service' -f value -c id 2021-02-10 15:49:49.351 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:49.351 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:49.351 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:49.351 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:49.547 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:49:49.552 | + functions-common:get_or_create_service:979 : service_id=' 2021-02-10 15:49:49.552 | 49d8c9f87f1f4e6f8596471e9f6bf53e' 2021-02-10 15:49:49.556 | + functions-common:get_or_create_service:980 : echo 49d8c9f87f1f4e6f8596471e9f6bf53e 2021-02-10 15:49:49.556 | 49d8c9f87f1f4e6f8596471e9f6bf53e 2021-02-10 15:49:49.559 | + lib/nova:create_nova_accounts:358 : get_or_create_endpoint compute RegionOne http://10.222.0.71/compute/v2.1 2021-02-10 15:49:49.563 | + functions-common:get_or_create_endpoint:1012 : local public_id 2021-02-10 15:49:49.567 | ++ functions-common:get_or_create_endpoint:1013 : _get_or_create_endpoint_with_interface compute public http://10.222.0.71/compute/v2.1 RegionOne 2021-02-10 15:49:49.571 | ++ functions-common:_get_or_create_endpoint_with_interface:986 : local endpoint_id 2021-02-10 15:49:49.574 | +++ functions-common:_get_or_create_endpoint_with_interface:991 : oscwrap endpoint list --service compute --interface public --region RegionOne -c ID -f value 2021-02-10 15:49:52.221 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:52.221 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:52.221 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:52.221 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:52.415 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:49:52.420 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : endpoint_id= 2021-02-10 15:49:52.423 | ++ functions-common:_get_or_create_endpoint_with_interface:992 : [[ -z '' ]] 2021-02-10 15:49:52.427 | +++ functions-common:_get_or_create_endpoint_with_interface:995 : oscwrap endpoint create compute public http://10.222.0.71/compute/v2.1 --region RegionOne -f value -c id 2021-02-10 15:49:55.098 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:55.099 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:55.099 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:55.099 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:55.287 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:49:55.291 | ++ functions-common:_get_or_create_endpoint_with_interface:995 : endpoint_id=75e7197959e348ed97220f0c68fbe8dc 2021-02-10 15:49:55.293 | ++ functions-common:_get_or_create_endpoint_with_interface:998 : echo 75e7197959e348ed97220f0c68fbe8dc 2021-02-10 15:49:55.297 | + functions-common:get_or_create_endpoint:1013 : public_id=75e7197959e348ed97220f0c68fbe8dc 2021-02-10 15:49:55.299 | + functions-common:get_or_create_endpoint:1015 : [[ -n '' ]] 2021-02-10 15:49:55.302 | + functions-common:get_or_create_endpoint:1018 : [[ -n '' ]] 2021-02-10 15:49:55.304 | + functions-common:get_or_create_endpoint:1022 : echo 75e7197959e348ed97220f0c68fbe8dc 2021-02-10 15:49:55.304 | 75e7197959e348ed97220f0c68fbe8dc 2021-02-10 15:49:55.307 | + lib/nova:create_nova_accounts:363 : is_service_enabled n-api 2021-02-10 15:49:55.324 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:49:55.327 | + lib/nova:create_nova_accounts:365 : is_service_enabled swift 2021-02-10 15:49:55.344 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:49:55.346 | + lib/nova:create_nova_accounts:368 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2021-02-10 15:49:55.349 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:49:55.352 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args Default Default 2021-02-10 15:49:55.355 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:49:55.357 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:49:55.360 | ++ functions-common:_get_domain_args:877 : [[ -n Default ]] 2021-02-10 15:49:55.362 | ++ functions-common:_get_domain_args:878 : domain=' --user-domain Default' 2021-02-10 15:49:55.365 | ++ functions-common:_get_domain_args:880 : [[ -n Default ]] 2021-02-10 15:49:55.367 | ++ functions-common:_get_domain_args:881 : domain=' --user-domain Default --project-domain Default' 2021-02-10 15:49:55.370 | ++ functions-common:_get_domain_args:884 : echo --user-domain Default --project-domain Default 2021-02-10 15:49:55.373 | + functions-common:get_or_add_user_project_role:892 : domain_args='--user-domain Default --project-domain Default' 2021-02-10 15:49:55.377 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:49:55.378 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2021-02-10 15:49:55.379 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:49:55.382 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:49:55.384 | ++ functions-common:get_field:729 : read data 2021-02-10 15:49:58.654 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:58.654 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:58.654 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:49:58.654 | from cryptography.utils import int_from_bytes 2021-02-10 15:49:58.844 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:49:58.849 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:49:58.853 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:49:58.856 | + functions-common:get_or_add_user_project_role:903 : openstack role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2021-02-10 15:50:02.030 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:02.030 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:02.030 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:02.030 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:02.213 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2021-02-10 15:50:02.213 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:50:02.213 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:50:02.216 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:50:02.219 | ++ functions-common:get_field:729 : read data 2021-02-10 15:50:05.466 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:05.466 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:05.466 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:05.466 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:05.656 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:50:05.660 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:50:05.664 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:50:05.667 | ++ functions-common:get_field:735 : echo '| fd4a3cbbf6754d51b3b7e6f0990f3378 | 4d4cdb0ef447404195f1e41c31da6c98 | | 06ce0588b984450090b0ea4d5f6abb74 | | | False |' 2021-02-10 15:50:05.667 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:50:05.673 | ++ functions-common:get_field:729 : read data 2021-02-10 15:50:05.677 | + functions-common:get_or_add_user_project_role:912 : user_role_id=fd4a3cbbf6754d51b3b7e6f0990f3378 2021-02-10 15:50:05.680 | + functions-common:get_or_add_user_project_role:914 : echo fd4a3cbbf6754d51b3b7e6f0990f3378 2021-02-10 15:50:05.680 | fd4a3cbbf6754d51b3b7e6f0990f3378 2021-02-10 15:50:05.682 | + lib/nova:create_nova_accounts:373 : is_service_enabled s3api 2021-02-10 15:50:05.699 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:50:05.701 | + ./stack.sh:main:1093 : is_service_enabled glance 2021-02-10 15:50:05.718 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:50:05.721 | + ./stack.sh:main:1094 : create_glance_accounts 2021-02-10 15:50:05.724 | + lib/glance:create_glance_accounts:385 : is_service_enabled g-api 2021-02-10 15:50:05.740 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:50:05.742 | + lib/glance:create_glance_accounts:387 : create_service_user glance 2021-02-10 15:50:05.745 | + lib/keystone:create_service_user:395 : get_or_create_user glance Passw0rd Default 2021-02-10 15:50:05.747 | + functions-common:get_or_create_user:826 : local user_id 2021-02-10 15:50:05.750 | + functions-common:get_or_create_user:827 : [[ ! -z '' ]] 2021-02-10 15:50:05.752 | + functions-common:get_or_create_user:830 : local email= 2021-02-10 15:50:05.755 | ++ functions-common:get_or_create_user:844 : oscwrap user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2021-02-10 15:50:08.354 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:08.354 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:08.354 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:08.354 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:08.556 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:50:08.559 | + functions-common:get_or_create_user:842 : user_id=06aaf8ca529d40ec86c5131d23f8739a 2021-02-10 15:50:08.563 | + functions-common:get_or_create_user:843 : echo 06aaf8ca529d40ec86c5131d23f8739a 2021-02-10 15:50:08.563 | 06aaf8ca529d40ec86c5131d23f8739a 2021-02-10 15:50:08.566 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service glance service Default Default 2021-02-10 15:50:08.569 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:50:08.572 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args Default Default 2021-02-10 15:50:08.575 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:50:08.577 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:50:08.580 | ++ functions-common:_get_domain_args:877 : [[ -n Default ]] 2021-02-10 15:50:08.582 | ++ functions-common:_get_domain_args:878 : domain=' --user-domain Default' 2021-02-10 15:50:08.585 | ++ functions-common:_get_domain_args:880 : [[ -n Default ]] 2021-02-10 15:50:08.587 | ++ functions-common:_get_domain_args:881 : domain=' --user-domain Default --project-domain Default' 2021-02-10 15:50:08.590 | ++ functions-common:_get_domain_args:884 : echo --user-domain Default --project-domain Default 2021-02-10 15:50:08.593 | + functions-common:get_or_add_user_project_role:892 : domain_args='--user-domain Default --project-domain Default' 2021-02-10 15:50:08.597 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:50:08.597 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2021-02-10 15:50:08.597 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:50:08.600 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:50:08.603 | ++ functions-common:get_field:729 : read data 2021-02-10 15:50:11.872 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:11.872 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:11.872 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:11.872 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:12.063 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:50:12.069 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:50:12.072 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:50:12.075 | + functions-common:get_or_add_user_project_role:903 : openstack role add service --user glance --project service --user-domain Default --project-domain Default 2021-02-10 15:50:15.273 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:15.273 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:15.273 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:15.273 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:15.464 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2021-02-10 15:50:15.464 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:50:15.466 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:50:15.471 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:50:15.475 | ++ functions-common:get_field:729 : read data 2021-02-10 15:50:18.824 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:18.825 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:18.825 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:18.825 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:19.022 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:50:19.027 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:50:19.030 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:50:19.035 | ++ functions-common:get_field:735 : echo '| 5fde069af3da40c882b05580e1a85c41 | 06aaf8ca529d40ec86c5131d23f8739a | | 06ce0588b984450090b0ea4d5f6abb74 | | | False |' 2021-02-10 15:50:19.035 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:50:19.040 | ++ functions-common:get_field:729 : read data 2021-02-10 15:50:19.044 | + functions-common:get_or_add_user_project_role:912 : user_role_id=5fde069af3da40c882b05580e1a85c41 2021-02-10 15:50:19.046 | + functions-common:get_or_add_user_project_role:914 : echo 5fde069af3da40c882b05580e1a85c41 2021-02-10 15:50:19.046 | 5fde069af3da40c882b05580e1a85c41 2021-02-10 15:50:19.049 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-02-10 15:50:19.051 | + lib/glance:create_glance_accounts:390 : is_service_enabled s-proxy 2021-02-10 15:50:19.069 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:50:19.071 | + lib/glance:create_glance_accounts:391 : create_service_user glance-swift ResellerAdmin 2021-02-10 15:50:19.074 | + lib/keystone:create_service_user:395 : get_or_create_user glance-swift Passw0rd Default 2021-02-10 15:50:19.077 | + functions-common:get_or_create_user:826 : local user_id 2021-02-10 15:50:19.079 | + functions-common:get_or_create_user:827 : [[ ! -z '' ]] 2021-02-10 15:50:19.082 | + functions-common:get_or_create_user:830 : local email= 2021-02-10 15:50:19.085 | ++ functions-common:get_or_create_user:844 : oscwrap user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2021-02-10 15:50:21.676 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:21.676 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:21.676 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:21.676 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:21.877 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:50:21.881 | + functions-common:get_or_create_user:842 : user_id=1cdd7e1ee8f34b14b7b6a9dcea80d39e 2021-02-10 15:50:21.885 | + functions-common:get_or_create_user:843 : echo 1cdd7e1ee8f34b14b7b6a9dcea80d39e 2021-02-10 15:50:21.885 | 1cdd7e1ee8f34b14b7b6a9dcea80d39e 2021-02-10 15:50:21.889 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service glance-swift service Default Default 2021-02-10 15:50:21.893 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:50:21.897 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args Default Default 2021-02-10 15:50:21.901 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:50:21.905 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:50:21.908 | ++ functions-common:_get_domain_args:877 : [[ -n Default ]] 2021-02-10 15:50:21.911 | ++ functions-common:_get_domain_args:878 : domain=' --user-domain Default' 2021-02-10 15:50:21.914 | ++ functions-common:_get_domain_args:880 : [[ -n Default ]] 2021-02-10 15:50:21.917 | ++ functions-common:_get_domain_args:881 : domain=' --user-domain Default --project-domain Default' 2021-02-10 15:50:21.920 | ++ functions-common:_get_domain_args:884 : echo --user-domain Default --project-domain Default 2021-02-10 15:50:21.923 | + functions-common:get_or_add_user_project_role:892 : domain_args='--user-domain Default --project-domain Default' 2021-02-10 15:50:21.928 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:50:21.928 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:50:21.928 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2021-02-10 15:50:21.931 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:50:21.934 | ++ functions-common:get_field:729 : read data 2021-02-10 15:50:25.140 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:25.140 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:25.140 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:25.140 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:25.334 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:50:25.338 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:50:25.341 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:50:25.344 | + functions-common:get_or_add_user_project_role:903 : openstack role add service --user glance-swift --project service --user-domain Default --project-domain Default 2021-02-10 15:50:28.472 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:28.472 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:28.472 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:28.472 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:28.657 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2021-02-10 15:50:28.657 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:50:28.657 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:50:28.660 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:50:28.663 | ++ functions-common:get_field:729 : read data 2021-02-10 15:50:31.916 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:31.916 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:31.916 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:31.916 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:32.112 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:50:32.115 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:50:32.118 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:50:32.122 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:50:32.122 | ++ functions-common:get_field:735 : echo '| 5fde069af3da40c882b05580e1a85c41 | 1cdd7e1ee8f34b14b7b6a9dcea80d39e | | 06ce0588b984450090b0ea4d5f6abb74 | | | False |' 2021-02-10 15:50:32.128 | ++ functions-common:get_field:729 : read data 2021-02-10 15:50:32.132 | + functions-common:get_or_add_user_project_role:912 : user_role_id=5fde069af3da40c882b05580e1a85c41 2021-02-10 15:50:32.134 | + functions-common:get_or_add_user_project_role:914 : echo 5fde069af3da40c882b05580e1a85c41 2021-02-10 15:50:32.135 | 5fde069af3da40c882b05580e1a85c41 2021-02-10 15:50:32.137 | + lib/keystone:create_service_user:398 : [[ -n ResellerAdmin ]] 2021-02-10 15:50:32.140 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2021-02-10 15:50:32.143 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:50:32.146 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args Default Default 2021-02-10 15:50:32.149 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:50:32.152 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:50:32.154 | ++ functions-common:_get_domain_args:877 : [[ -n Default ]] 2021-02-10 15:50:32.157 | ++ functions-common:_get_domain_args:878 : domain=' --user-domain Default' 2021-02-10 15:50:32.160 | ++ functions-common:_get_domain_args:880 : [[ -n Default ]] 2021-02-10 15:50:32.162 | ++ functions-common:_get_domain_args:881 : domain=' --user-domain Default --project-domain Default' 2021-02-10 15:50:32.165 | ++ functions-common:_get_domain_args:884 : echo --user-domain Default --project-domain Default 2021-02-10 15:50:32.168 | + functions-common:get_or_add_user_project_role:892 : domain_args='--user-domain Default --project-domain Default' 2021-02-10 15:50:32.172 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:50:32.172 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:50:32.173 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2021-02-10 15:50:32.175 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:50:32.178 | ++ functions-common:get_field:729 : read data 2021-02-10 15:50:35.343 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:35.343 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:35.343 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:35.343 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:35.549 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:50:35.553 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:50:35.556 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:50:35.558 | + functions-common:get_or_add_user_project_role:903 : openstack role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2021-02-10 15:50:38.725 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:38.725 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:38.725 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:38.725 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:38.911 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2021-02-10 15:50:38.912 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:50:38.912 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:50:38.914 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:50:38.918 | ++ functions-common:get_field:729 : read data 2021-02-10 15:50:42.148 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:42.148 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:42.148 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:42.148 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:42.344 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:50:42.349 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:50:42.351 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:50:42.354 | ++ functions-common:get_field:735 : echo '| fd4a3cbbf6754d51b3b7e6f0990f3378 | 1cdd7e1ee8f34b14b7b6a9dcea80d39e | | 06ce0588b984450090b0ea4d5f6abb74 | | | False |' 2021-02-10 15:50:42.355 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:50:42.362 | ++ functions-common:get_field:729 : read data 2021-02-10 15:50:42.366 | + functions-common:get_or_add_user_project_role:912 : user_role_id=fd4a3cbbf6754d51b3b7e6f0990f3378 2021-02-10 15:50:42.368 | + functions-common:get_or_add_user_project_role:914 : echo fd4a3cbbf6754d51b3b7e6f0990f3378 2021-02-10 15:50:42.368 | fd4a3cbbf6754d51b3b7e6f0990f3378 2021-02-10 15:50:42.371 | + lib/glance:create_glance_accounts:394 : get_or_create_service glance image 'Glance Image Service' 2021-02-10 15:50:42.373 | + functions-common:get_or_create_service:968 : local service_id 2021-02-10 15:50:42.377 | ++ functions-common:get_or_create_service:981 : oscwrap service show image -f value -c id 2021-02-10 15:50:45.045 | ++ functions-common:get_or_create_service:983 : oscwrap service create image --name glance '--description=Glance Image Service' -f value -c id 2021-02-10 15:50:47.415 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:47.415 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:47.415 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:47.415 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:47.665 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:50:47.668 | + functions-common:get_or_create_service:979 : service_id=' 2021-02-10 15:50:47.668 | 7604ee1222d246a4af9fea1b4f19cfbf' 2021-02-10 15:50:47.671 | + functions-common:get_or_create_service:980 : echo 7604ee1222d246a4af9fea1b4f19cfbf 2021-02-10 15:50:47.671 | 7604ee1222d246a4af9fea1b4f19cfbf 2021-02-10 15:50:47.673 | + lib/glance:create_glance_accounts:396 : get_or_create_endpoint image RegionOne http://10.222.0.71/image 2021-02-10 15:50:47.676 | + functions-common:get_or_create_endpoint:1012 : local public_id 2021-02-10 15:50:47.679 | ++ functions-common:get_or_create_endpoint:1013 : _get_or_create_endpoint_with_interface image public http://10.222.0.71/image RegionOne 2021-02-10 15:50:47.682 | ++ functions-common:_get_or_create_endpoint_with_interface:986 : local endpoint_id 2021-02-10 15:50:47.685 | +++ functions-common:_get_or_create_endpoint_with_interface:991 : oscwrap endpoint list --service image --interface public --region RegionOne -c ID -f value 2021-02-10 15:50:50.320 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:50.320 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:50.320 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:50.320 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:50.512 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:50:50.515 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : endpoint_id= 2021-02-10 15:50:50.518 | ++ functions-common:_get_or_create_endpoint_with_interface:992 : [[ -z '' ]] 2021-02-10 15:50:50.521 | +++ functions-common:_get_or_create_endpoint_with_interface:995 : oscwrap endpoint create image public http://10.222.0.71/image --region RegionOne -f value -c id 2021-02-10 15:50:53.055 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:53.055 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:53.055 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:53.055 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:53.247 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:50:53.250 | ++ functions-common:_get_or_create_endpoint_with_interface:995 : endpoint_id=cec8062813344c3ebc21a519fdf17cf5 2021-02-10 15:50:53.253 | ++ functions-common:_get_or_create_endpoint_with_interface:998 : echo cec8062813344c3ebc21a519fdf17cf5 2021-02-10 15:50:53.256 | + functions-common:get_or_create_endpoint:1013 : public_id=cec8062813344c3ebc21a519fdf17cf5 2021-02-10 15:50:53.258 | + functions-common:get_or_create_endpoint:1015 : [[ -n '' ]] 2021-02-10 15:50:53.261 | + functions-common:get_or_create_endpoint:1018 : [[ -n '' ]] 2021-02-10 15:50:53.263 | + functions-common:get_or_create_endpoint:1022 : echo cec8062813344c3ebc21a519fdf17cf5 2021-02-10 15:50:53.263 | cec8062813344c3ebc21a519fdf17cf5 2021-02-10 15:50:53.267 | ++ lib/glance:create_glance_accounts:401 : get_or_create_domain Default 2021-02-10 15:50:53.269 | ++ functions-common:get_or_create_domain:794 : local domain_id 2021-02-10 15:50:53.273 | +++ functions-common:get_or_create_domain:806 : oscwrap domain show Default -f value -c id 2021-02-10 15:50:55.908 | ++ functions-common:get_or_create_domain:804 : domain_id=default 2021-02-10 15:50:55.911 | ++ functions-common:get_or_create_domain:805 : echo default 2021-02-10 15:50:55.914 | + lib/glance:create_glance_accounts:401 : service_domain_id=default 2021-02-10 15:50:55.917 | + lib/glance:create_glance_accounts:402 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2021-02-10 15:50:55.947 | + lib/glance:create_glance_accounts:403 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2021-02-10 15:50:55.981 | + ./stack.sh:main:1096 : is_service_enabled cinder 2021-02-10 15:50:56.000 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:50:56.004 | + ./stack.sh:main:1097 : create_cinder_accounts 2021-02-10 15:50:56.006 | + lib/cinder:create_cinder_accounts:340 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ c-api ]] 2021-02-10 15:50:56.009 | + lib/cinder:create_cinder_accounts:342 : create_service_user cinder 2021-02-10 15:50:56.012 | + lib/keystone:create_service_user:395 : get_or_create_user cinder Passw0rd Default 2021-02-10 15:50:56.014 | + functions-common:get_or_create_user:826 : local user_id 2021-02-10 15:50:56.017 | + functions-common:get_or_create_user:827 : [[ ! -z '' ]] 2021-02-10 15:50:56.020 | + functions-common:get_or_create_user:830 : local email= 2021-02-10 15:50:56.024 | ++ functions-common:get_or_create_user:844 : oscwrap user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2021-02-10 15:50:58.555 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:58.555 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:58.555 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:50:58.555 | from cryptography.utils import int_from_bytes 2021-02-10 15:50:58.750 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:50:58.753 | + functions-common:get_or_create_user:842 : user_id=774da952783342ad86c0f85efd7f1919 2021-02-10 15:50:58.756 | + functions-common:get_or_create_user:843 : echo 774da952783342ad86c0f85efd7f1919 2021-02-10 15:50:58.756 | 774da952783342ad86c0f85efd7f1919 2021-02-10 15:50:58.758 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service cinder service Default Default 2021-02-10 15:50:58.761 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:50:58.764 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args Default Default 2021-02-10 15:50:58.767 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:50:58.770 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:50:58.772 | ++ functions-common:_get_domain_args:877 : [[ -n Default ]] 2021-02-10 15:50:58.774 | ++ functions-common:_get_domain_args:878 : domain=' --user-domain Default' 2021-02-10 15:50:58.777 | ++ functions-common:_get_domain_args:880 : [[ -n Default ]] 2021-02-10 15:50:58.780 | ++ functions-common:_get_domain_args:881 : domain=' --user-domain Default --project-domain Default' 2021-02-10 15:50:58.782 | ++ functions-common:_get_domain_args:884 : echo --user-domain Default --project-domain Default 2021-02-10 15:50:58.785 | + functions-common:get_or_add_user_project_role:892 : domain_args='--user-domain Default --project-domain Default' 2021-02-10 15:50:58.789 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2021-02-10 15:50:58.789 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:50:58.790 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:50:58.792 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:50:58.795 | ++ functions-common:get_field:729 : read data 2021-02-10 15:51:01.984 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:01.984 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:01.985 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:01.985 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:02.213 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:51:02.216 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:51:02.219 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:51:02.222 | + functions-common:get_or_add_user_project_role:903 : openstack role add service --user cinder --project service --user-domain Default --project-domain Default 2021-02-10 15:51:05.531 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:05.532 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:05.532 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:05.532 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:05.743 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2021-02-10 15:51:05.743 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:51:05.743 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:51:05.746 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:51:05.750 | ++ functions-common:get_field:729 : read data 2021-02-10 15:51:09.453 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:09.453 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:09.453 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:09.453 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:09.655 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:51:09.659 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:51:09.661 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:51:09.665 | ++ functions-common:get_field:735 : echo '| 5fde069af3da40c882b05580e1a85c41 | 774da952783342ad86c0f85efd7f1919 | | 06ce0588b984450090b0ea4d5f6abb74 | | | False |' 2021-02-10 15:51:09.665 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:51:09.670 | ++ functions-common:get_field:729 : read data 2021-02-10 15:51:09.674 | + functions-common:get_or_add_user_project_role:912 : user_role_id=5fde069af3da40c882b05580e1a85c41 2021-02-10 15:51:09.676 | + functions-common:get_or_add_user_project_role:914 : echo 5fde069af3da40c882b05580e1a85c41 2021-02-10 15:51:09.676 | 5fde069af3da40c882b05580e1a85c41 2021-02-10 15:51:09.679 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-02-10 15:51:09.682 | + lib/cinder:create_cinder_accounts:345 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2021-02-10 15:51:09.684 | + functions-common:get_or_create_service:968 : local service_id 2021-02-10 15:51:09.688 | ++ functions-common:get_or_create_service:981 : oscwrap service show block-storage -f value -c id 2021-02-10 15:51:12.415 | ++ functions-common:get_or_create_service:983 : oscwrap service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2021-02-10 15:51:14.758 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:14.758 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:14.758 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:14.758 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:14.945 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:51:14.948 | + functions-common:get_or_create_service:979 : service_id=' 2021-02-10 15:51:14.948 | ecfe68108fb845cbb59cab1bcdeb2ed5' 2021-02-10 15:51:14.950 | + functions-common:get_or_create_service:980 : echo ecfe68108fb845cbb59cab1bcdeb2ed5 2021-02-10 15:51:14.950 | ecfe68108fb845cbb59cab1bcdeb2ed5 2021-02-10 15:51:14.953 | + lib/cinder:create_cinder_accounts:346 : '[' True == False ']' 2021-02-10 15:51:14.956 | + lib/cinder:create_cinder_accounts:365 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.71/volume/v3/$(project_id)s' 2021-02-10 15:51:14.958 | + functions-common:get_or_create_endpoint:1012 : local public_id 2021-02-10 15:51:14.962 | ++ functions-common:get_or_create_endpoint:1013 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.71/volume/v3/$(project_id)s' RegionOne 2021-02-10 15:51:14.964 | ++ functions-common:_get_or_create_endpoint_with_interface:986 : local endpoint_id 2021-02-10 15:51:14.968 | +++ functions-common:_get_or_create_endpoint_with_interface:991 : oscwrap endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2021-02-10 15:51:17.582 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:17.582 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:17.582 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:17.582 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:17.768 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:51:17.771 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : endpoint_id= 2021-02-10 15:51:17.773 | ++ functions-common:_get_or_create_endpoint_with_interface:992 : [[ -z '' ]] 2021-02-10 15:51:17.777 | +++ functions-common:_get_or_create_endpoint_with_interface:995 : oscwrap endpoint create block-storage public 'http://10.222.0.71/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2021-02-10 15:51:20.333 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:20.333 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:20.333 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:20.333 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:20.530 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:51:20.533 | ++ functions-common:_get_or_create_endpoint_with_interface:995 : endpoint_id=e8ac6cd57eda4d6885d6b1c68e944201 2021-02-10 15:51:20.535 | ++ functions-common:_get_or_create_endpoint_with_interface:998 : echo e8ac6cd57eda4d6885d6b1c68e944201 2021-02-10 15:51:20.538 | + functions-common:get_or_create_endpoint:1013 : public_id=e8ac6cd57eda4d6885d6b1c68e944201 2021-02-10 15:51:20.541 | + functions-common:get_or_create_endpoint:1015 : [[ -n '' ]] 2021-02-10 15:51:20.543 | + functions-common:get_or_create_endpoint:1018 : [[ -n '' ]] 2021-02-10 15:51:20.546 | + functions-common:get_or_create_endpoint:1022 : echo e8ac6cd57eda4d6885d6b1c68e944201 2021-02-10 15:51:20.546 | e8ac6cd57eda4d6885d6b1c68e944201 2021-02-10 15:51:20.549 | + lib/cinder:create_cinder_accounts:369 : get_or_create_service cinderv2 volumev2 'Cinder Volume Service V2' 2021-02-10 15:51:20.551 | + functions-common:get_or_create_service:968 : local service_id 2021-02-10 15:51:20.555 | ++ functions-common:get_or_create_service:981 : oscwrap service show volumev2 -f value -c id 2021-02-10 15:51:23.240 | ++ functions-common:get_or_create_service:983 : oscwrap service create volumev2 --name cinderv2 '--description=Cinder Volume Service V2' -f value -c id 2021-02-10 15:51:25.592 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:25.592 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:25.592 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:25.592 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:25.788 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:51:25.791 | + functions-common:get_or_create_service:979 : service_id=' 2021-02-10 15:51:25.791 | 0d6e14081cef44d29c62e834e4068ecb' 2021-02-10 15:51:25.793 | + functions-common:get_or_create_service:980 : echo 0d6e14081cef44d29c62e834e4068ecb 2021-02-10 15:51:25.794 | 0d6e14081cef44d29c62e834e4068ecb 2021-02-10 15:51:25.796 | + lib/cinder:create_cinder_accounts:371 : get_or_create_endpoint volumev2 RegionOne 'http://10.222.0.71/volume/v2/$(project_id)s' 2021-02-10 15:51:25.799 | + functions-common:get_or_create_endpoint:1012 : local public_id 2021-02-10 15:51:25.802 | ++ functions-common:get_or_create_endpoint:1013 : _get_or_create_endpoint_with_interface volumev2 public 'http://10.222.0.71/volume/v2/$(project_id)s' RegionOne 2021-02-10 15:51:25.805 | ++ functions-common:_get_or_create_endpoint_with_interface:986 : local endpoint_id 2021-02-10 15:51:25.808 | +++ functions-common:_get_or_create_endpoint_with_interface:991 : oscwrap endpoint list --service volumev2 --interface public --region RegionOne -c ID -f value 2021-02-10 15:51:28.439 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:28.439 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:28.439 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:28.439 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:28.636 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:51:28.640 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : endpoint_id= 2021-02-10 15:51:28.642 | ++ functions-common:_get_or_create_endpoint_with_interface:992 : [[ -z '' ]] 2021-02-10 15:51:28.646 | +++ functions-common:_get_or_create_endpoint_with_interface:995 : oscwrap endpoint create volumev2 public 'http://10.222.0.71/volume/v2/$(project_id)s' --region RegionOne -f value -c id 2021-02-10 15:51:31.222 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:31.223 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:31.223 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:31.223 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:31.420 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:51:31.423 | ++ functions-common:_get_or_create_endpoint_with_interface:995 : endpoint_id=6d7c9df17bd941d6ae18a7a9d4cbbbc6 2021-02-10 15:51:31.425 | ++ functions-common:_get_or_create_endpoint_with_interface:998 : echo 6d7c9df17bd941d6ae18a7a9d4cbbbc6 2021-02-10 15:51:31.429 | + functions-common:get_or_create_endpoint:1013 : public_id=6d7c9df17bd941d6ae18a7a9d4cbbbc6 2021-02-10 15:51:31.431 | + functions-common:get_or_create_endpoint:1015 : [[ -n '' ]] 2021-02-10 15:51:31.433 | + functions-common:get_or_create_endpoint:1018 : [[ -n '' ]] 2021-02-10 15:51:31.436 | + functions-common:get_or_create_endpoint:1022 : echo 6d7c9df17bd941d6ae18a7a9d4cbbbc6 2021-02-10 15:51:31.436 | 6d7c9df17bd941d6ae18a7a9d4cbbbc6 2021-02-10 15:51:31.439 | + lib/cinder:create_cinder_accounts:375 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2021-02-10 15:51:31.441 | + functions-common:get_or_create_service:968 : local service_id 2021-02-10 15:51:31.445 | ++ functions-common:get_or_create_service:981 : oscwrap service show volumev3 -f value -c id 2021-02-10 15:51:34.140 | ++ functions-common:get_or_create_service:983 : oscwrap service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2021-02-10 15:51:36.492 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:36.492 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:36.492 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:36.492 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:36.682 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:51:36.685 | + functions-common:get_or_create_service:979 : service_id=' 2021-02-10 15:51:36.685 | 9dcad656822641b5b949b24eee3156f3' 2021-02-10 15:51:36.688 | + functions-common:get_or_create_service:980 : echo 9dcad656822641b5b949b24eee3156f3 2021-02-10 15:51:36.688 | 9dcad656822641b5b949b24eee3156f3 2021-02-10 15:51:36.690 | + lib/cinder:create_cinder_accounts:377 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.71/volume/v3/$(project_id)s' 2021-02-10 15:51:36.693 | + functions-common:get_or_create_endpoint:1012 : local public_id 2021-02-10 15:51:36.696 | ++ functions-common:get_or_create_endpoint:1013 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.71/volume/v3/$(project_id)s' RegionOne 2021-02-10 15:51:36.699 | ++ functions-common:_get_or_create_endpoint_with_interface:986 : local endpoint_id 2021-02-10 15:51:36.702 | +++ functions-common:_get_or_create_endpoint_with_interface:991 : oscwrap endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2021-02-10 15:51:39.329 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:39.330 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:39.330 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:39.330 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:39.535 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:51:39.538 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : endpoint_id= 2021-02-10 15:51:39.540 | ++ functions-common:_get_or_create_endpoint_with_interface:992 : [[ -z '' ]] 2021-02-10 15:51:39.544 | +++ functions-common:_get_or_create_endpoint_with_interface:995 : oscwrap endpoint create volumev3 public 'http://10.222.0.71/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2021-02-10 15:51:42.104 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:42.105 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:42.105 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:42.105 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:42.301 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:51:42.303 | ++ functions-common:_get_or_create_endpoint_with_interface:995 : endpoint_id=99a442055a4b449790aef5b20f50f91f 2021-02-10 15:51:42.306 | ++ functions-common:_get_or_create_endpoint_with_interface:998 : echo 99a442055a4b449790aef5b20f50f91f 2021-02-10 15:51:42.309 | + functions-common:get_or_create_endpoint:1013 : public_id=99a442055a4b449790aef5b20f50f91f 2021-02-10 15:51:42.312 | + functions-common:get_or_create_endpoint:1015 : [[ -n '' ]] 2021-02-10 15:51:42.314 | + functions-common:get_or_create_endpoint:1018 : [[ -n '' ]] 2021-02-10 15:51:42.317 | + functions-common:get_or_create_endpoint:1022 : echo 99a442055a4b449790aef5b20f50f91f 2021-02-10 15:51:42.317 | 99a442055a4b449790aef5b20f50f91f 2021-02-10 15:51:42.319 | + lib/cinder:create_cinder_accounts:382 : configure_cinder_internal_tenant 2021-02-10 15:51:42.323 | ++ lib/cinder:configure_cinder_internal_tenant:555 : get_or_create_project service 2021-02-10 15:51:42.326 | ++ functions-common:get_or_create_project:849 : local project_id 2021-02-10 15:51:42.329 | +++ functions-common:get_or_create_project:857 : oscwrap project create service --domain= --or-show -f value -c id 2021-02-10 15:51:44.896 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:44.896 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:44.896 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:44.896 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:45.091 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:51:45.094 | ++ functions-common:get_or_create_project:855 : project_id=06ce0588b984450090b0ea4d5f6abb74 2021-02-10 15:51:45.097 | ++ functions-common:get_or_create_project:856 : echo 06ce0588b984450090b0ea4d5f6abb74 2021-02-10 15:51:45.100 | + lib/cinder:configure_cinder_internal_tenant:555 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 06ce0588b984450090b0ea4d5f6abb74 2021-02-10 15:51:45.130 | ++ lib/cinder:configure_cinder_internal_tenant:556 : get_or_create_user cinder 2021-02-10 15:51:45.132 | ++ functions-common:get_or_create_user:826 : local user_id 2021-02-10 15:51:45.135 | ++ functions-common:get_or_create_user:827 : [[ ! -z '' ]] 2021-02-10 15:51:45.137 | ++ functions-common:get_or_create_user:830 : local email= 2021-02-10 15:51:45.141 | +++ functions-common:get_or_create_user:844 : oscwrap user create cinder --password '' --domain= --or-show -f value -c id 2021-02-10 15:51:47.430 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:47.430 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:47.430 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:47.430 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:47.430 | No password was supplied, authentication will fail when a user does not have a password. 2021-02-10 15:51:47.911 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:51:47.914 | ++ functions-common:get_or_create_user:842 : user_id=774da952783342ad86c0f85efd7f1919 2021-02-10 15:51:47.916 | ++ functions-common:get_or_create_user:843 : echo 774da952783342ad86c0f85efd7f1919 2021-02-10 15:51:47.920 | + lib/cinder:configure_cinder_internal_tenant:556 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 774da952783342ad86c0f85efd7f1919 2021-02-10 15:51:47.949 | + ./stack.sh:main:1099 : is_service_enabled neutron 2021-02-10 15:51:47.967 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:51:47.970 | + ./stack.sh:main:1100 : create_neutron_accounts 2021-02-10 15:51:47.972 | + lib/neutron:create_neutron_accounts:639 : is_neutron_legacy_enabled 2021-02-10 15:51:47.976 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-10 15:51:47.976 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-02-10 15:51:47.982 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-10 15:51:47.985 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-02-10 15:51:47.987 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-02-10 15:51:47.990 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-02-10 15:51:47.992 | + lib/neutron:create_neutron_accounts:641 : create_mutnauq_accounts 2021-02-10 15:51:47.995 | + lib/neutron-legacy:create_mutnauq_accounts:410 : local neutron_url 2021-02-10 15:51:47.998 | + lib/neutron-legacy:create_mutnauq_accounts:411 : '[' False == True ']' 2021-02-10 15:51:48.000 | + lib/neutron-legacy:create_mutnauq_accounts:414 : neutron_url=http://10.222.0.71:9696/ 2021-02-10 15:51:48.003 | + lib/neutron-legacy:create_mutnauq_accounts:417 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ q-svc ]] 2021-02-10 15:51:48.005 | + lib/neutron-legacy:create_mutnauq_accounts:419 : create_service_user neutron 2021-02-10 15:51:48.008 | + lib/keystone:create_service_user:395 : get_or_create_user neutron Passw0rd Default 2021-02-10 15:51:48.010 | + functions-common:get_or_create_user:826 : local user_id 2021-02-10 15:51:48.013 | + functions-common:get_or_create_user:827 : [[ ! -z '' ]] 2021-02-10 15:51:48.015 | + functions-common:get_or_create_user:830 : local email= 2021-02-10 15:51:48.019 | ++ functions-common:get_or_create_user:844 : oscwrap user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2021-02-10 15:51:50.573 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:50.573 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:50.573 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:50.573 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:50.774 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:51:50.778 | + functions-common:get_or_create_user:842 : user_id=7c24ebda18ed42fd9ab2373213ae80d8 2021-02-10 15:51:50.781 | + functions-common:get_or_create_user:843 : echo 7c24ebda18ed42fd9ab2373213ae80d8 2021-02-10 15:51:50.781 | 7c24ebda18ed42fd9ab2373213ae80d8 2021-02-10 15:51:50.784 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service neutron service Default Default 2021-02-10 15:51:50.787 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:51:50.790 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args Default Default 2021-02-10 15:51:50.793 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:51:50.795 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:51:50.797 | ++ functions-common:_get_domain_args:877 : [[ -n Default ]] 2021-02-10 15:51:50.800 | ++ functions-common:_get_domain_args:878 : domain=' --user-domain Default' 2021-02-10 15:51:50.803 | ++ functions-common:_get_domain_args:880 : [[ -n Default ]] 2021-02-10 15:51:50.805 | ++ functions-common:_get_domain_args:881 : domain=' --user-domain Default --project-domain Default' 2021-02-10 15:51:50.808 | ++ functions-common:_get_domain_args:884 : echo --user-domain Default --project-domain Default 2021-02-10 15:51:50.810 | + functions-common:get_or_add_user_project_role:892 : domain_args='--user-domain Default --project-domain Default' 2021-02-10 15:51:50.815 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2021-02-10 15:51:50.815 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:51:50.815 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:51:50.820 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:51:50.822 | ++ functions-common:get_field:729 : read data 2021-02-10 15:51:54.137 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:54.137 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:54.137 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:54.137 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:54.338 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:51:54.342 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:51:54.345 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:51:54.348 | + functions-common:get_or_add_user_project_role:903 : openstack role add service --user neutron --project service --user-domain Default --project-domain Default 2021-02-10 15:51:57.470 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:57.470 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:57.470 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:51:57.470 | from cryptography.utils import int_from_bytes 2021-02-10 15:51:57.663 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2021-02-10 15:51:57.663 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:51:57.663 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:51:57.666 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:51:57.669 | ++ functions-common:get_field:729 : read data 2021-02-10 15:52:00.933 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:00.933 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:00.933 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:00.933 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:01.145 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:52:01.149 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:52:01.152 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:52:01.155 | ++ functions-common:get_field:735 : echo '| 5fde069af3da40c882b05580e1a85c41 | 7c24ebda18ed42fd9ab2373213ae80d8 | | 06ce0588b984450090b0ea4d5f6abb74 | | | False |' 2021-02-10 15:52:01.156 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:52:01.162 | ++ functions-common:get_field:729 : read data 2021-02-10 15:52:01.166 | + functions-common:get_or_add_user_project_role:912 : user_role_id=5fde069af3da40c882b05580e1a85c41 2021-02-10 15:52:01.169 | + functions-common:get_or_add_user_project_role:914 : echo 5fde069af3da40c882b05580e1a85c41 2021-02-10 15:52:01.169 | 5fde069af3da40c882b05580e1a85c41 2021-02-10 15:52:01.172 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-02-10 15:52:01.175 | + lib/neutron-legacy:create_mutnauq_accounts:421 : get_or_create_service neutron network 'Neutron Service' 2021-02-10 15:52:01.177 | + functions-common:get_or_create_service:968 : local service_id 2021-02-10 15:52:01.180 | ++ functions-common:get_or_create_service:981 : oscwrap service show network -f value -c id 2021-02-10 15:52:03.938 | ++ functions-common:get_or_create_service:983 : oscwrap service create network --name neutron '--description=Neutron Service' -f value -c id 2021-02-10 15:52:06.346 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:06.346 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:06.347 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:06.347 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:06.564 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:52:06.567 | + functions-common:get_or_create_service:979 : service_id=' 2021-02-10 15:52:06.567 | 0bc936e755ec40be8c949a7a5512f1f5' 2021-02-10 15:52:06.569 | + functions-common:get_or_create_service:980 : echo 0bc936e755ec40be8c949a7a5512f1f5 2021-02-10 15:52:06.569 | 0bc936e755ec40be8c949a7a5512f1f5 2021-02-10 15:52:06.572 | + lib/neutron-legacy:create_mutnauq_accounts:423 : get_or_create_endpoint network RegionOne http://10.222.0.71:9696/ 2021-02-10 15:52:06.575 | + functions-common:get_or_create_endpoint:1012 : local public_id 2021-02-10 15:52:06.578 | ++ functions-common:get_or_create_endpoint:1013 : _get_or_create_endpoint_with_interface network public http://10.222.0.71:9696/ RegionOne 2021-02-10 15:52:06.581 | ++ functions-common:_get_or_create_endpoint_with_interface:986 : local endpoint_id 2021-02-10 15:52:06.584 | +++ functions-common:_get_or_create_endpoint_with_interface:991 : oscwrap endpoint list --service network --interface public --region RegionOne -c ID -f value 2021-02-10 15:52:09.367 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:09.367 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:09.367 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:09.367 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:09.590 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:52:09.593 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : endpoint_id= 2021-02-10 15:52:09.596 | ++ functions-common:_get_or_create_endpoint_with_interface:992 : [[ -z '' ]] 2021-02-10 15:52:09.599 | +++ functions-common:_get_or_create_endpoint_with_interface:995 : oscwrap endpoint create network public http://10.222.0.71:9696/ --region RegionOne -f value -c id 2021-02-10 15:52:12.183 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:12.183 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:12.183 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:12.183 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:12.380 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:52:12.383 | ++ functions-common:_get_or_create_endpoint_with_interface:995 : endpoint_id=f3b9d2054ed64b7fa0d640d8ddde18f5 2021-02-10 15:52:12.385 | ++ functions-common:_get_or_create_endpoint_with_interface:998 : echo f3b9d2054ed64b7fa0d640d8ddde18f5 2021-02-10 15:52:12.389 | + functions-common:get_or_create_endpoint:1013 : public_id=f3b9d2054ed64b7fa0d640d8ddde18f5 2021-02-10 15:52:12.391 | + functions-common:get_or_create_endpoint:1015 : [[ -n '' ]] 2021-02-10 15:52:12.394 | + functions-common:get_or_create_endpoint:1018 : [[ -n '' ]] 2021-02-10 15:52:12.396 | + functions-common:get_or_create_endpoint:1022 : echo f3b9d2054ed64b7fa0d640d8ddde18f5 2021-02-10 15:52:12.396 | f3b9d2054ed64b7fa0d640d8ddde18f5 2021-02-10 15:52:12.399 | + ./stack.sh:main:1102 : is_service_enabled swift 2021-02-10 15:52:12.416 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:52:12.418 | + ./stack.sh:main:1103 : create_swift_accounts 2021-02-10 15:52:12.421 | + lib/swift:create_swift_accounts:633 : export swiftusertest1_password=testing 2021-02-10 15:52:12.423 | + lib/swift:create_swift_accounts:633 : swiftusertest1_password=testing 2021-02-10 15:52:12.426 | + lib/swift:create_swift_accounts:634 : export swiftusertest2_password=testing2 2021-02-10 15:52:12.428 | + lib/swift:create_swift_accounts:634 : swiftusertest2_password=testing2 2021-02-10 15:52:12.431 | + lib/swift:create_swift_accounts:635 : export swiftusertest3_password=testing3 2021-02-10 15:52:12.433 | + lib/swift:create_swift_accounts:635 : swiftusertest3_password=testing3 2021-02-10 15:52:12.436 | + lib/swift:create_swift_accounts:636 : export swiftusertest4_password=testing4 2021-02-10 15:52:12.438 | + lib/swift:create_swift_accounts:636 : swiftusertest4_password=testing4 2021-02-10 15:52:12.441 | + lib/swift:create_swift_accounts:638 : local another_role 2021-02-10 15:52:12.444 | ++ lib/swift:create_swift_accounts:639 : get_or_create_role anotherrole 2021-02-10 15:52:12.446 | ++ functions-common:get_or_create_role:862 : local role_id 2021-02-10 15:52:12.449 | +++ functions-common:get_or_create_role:869 : oscwrap role create anotherrole --or-show -f value -c id 2021-02-10 15:52:14.970 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:14.970 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:14.970 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:14.970 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:15.170 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:52:15.173 | ++ functions-common:get_or_create_role:867 : role_id=aae4b58b94014165a6ec5dc22f101100 2021-02-10 15:52:15.176 | ++ functions-common:get_or_create_role:868 : echo aae4b58b94014165a6ec5dc22f101100 2021-02-10 15:52:15.179 | + lib/swift:create_swift_accounts:639 : another_role=aae4b58b94014165a6ec5dc22f101100 2021-02-10 15:52:15.181 | + lib/swift:create_swift_accounts:643 : create_service_user swift admin 2021-02-10 15:52:15.184 | + lib/keystone:create_service_user:395 : get_or_create_user swift Passw0rd Default 2021-02-10 15:52:15.187 | + functions-common:get_or_create_user:826 : local user_id 2021-02-10 15:52:15.189 | + functions-common:get_or_create_user:827 : [[ ! -z '' ]] 2021-02-10 15:52:15.192 | + functions-common:get_or_create_user:830 : local email= 2021-02-10 15:52:15.195 | ++ functions-common:get_or_create_user:844 : oscwrap user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2021-02-10 15:52:17.750 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:17.750 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:17.750 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:17.750 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:17.945 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:52:17.948 | + functions-common:get_or_create_user:842 : user_id=af079186f03649be92708535b3d7c2e6 2021-02-10 15:52:17.951 | + functions-common:get_or_create_user:843 : echo af079186f03649be92708535b3d7c2e6 2021-02-10 15:52:17.951 | af079186f03649be92708535b3d7c2e6 2021-02-10 15:52:17.953 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service swift service Default Default 2021-02-10 15:52:17.956 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:52:17.959 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args Default Default 2021-02-10 15:52:17.961 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:52:17.963 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:52:17.966 | ++ functions-common:_get_domain_args:877 : [[ -n Default ]] 2021-02-10 15:52:17.968 | ++ functions-common:_get_domain_args:878 : domain=' --user-domain Default' 2021-02-10 15:52:17.970 | ++ functions-common:_get_domain_args:880 : [[ -n Default ]] 2021-02-10 15:52:17.973 | ++ functions-common:_get_domain_args:881 : domain=' --user-domain Default --project-domain Default' 2021-02-10 15:52:17.975 | ++ functions-common:_get_domain_args:884 : echo --user-domain Default --project-domain Default 2021-02-10 15:52:17.978 | + functions-common:get_or_add_user_project_role:892 : domain_args='--user-domain Default --project-domain Default' 2021-02-10 15:52:17.982 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2021-02-10 15:52:17.982 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:52:17.982 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:52:17.985 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:52:17.988 | ++ functions-common:get_field:729 : read data 2021-02-10 15:52:21.295 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:21.295 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:21.295 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:21.295 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:21.496 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:52:21.500 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:52:21.502 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:52:21.505 | + functions-common:get_or_add_user_project_role:903 : openstack role add service --user swift --project service --user-domain Default --project-domain Default 2021-02-10 15:52:24.622 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:24.622 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:24.622 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:24.623 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:24.809 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:52:24.809 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2021-02-10 15:52:24.809 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:52:24.812 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:52:24.815 | ++ functions-common:get_field:729 : read data 2021-02-10 15:52:28.128 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:28.128 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:28.128 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:28.128 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:28.321 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:52:28.324 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:52:28.326 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:52:28.329 | ++ functions-common:get_field:735 : echo '| 5fde069af3da40c882b05580e1a85c41 | af079186f03649be92708535b3d7c2e6 | | 06ce0588b984450090b0ea4d5f6abb74 | | | False |' 2021-02-10 15:52:28.329 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:52:28.334 | ++ functions-common:get_field:729 : read data 2021-02-10 15:52:28.338 | + functions-common:get_or_add_user_project_role:912 : user_role_id=5fde069af3da40c882b05580e1a85c41 2021-02-10 15:52:28.340 | + functions-common:get_or_add_user_project_role:914 : echo 5fde069af3da40c882b05580e1a85c41 2021-02-10 15:52:28.340 | 5fde069af3da40c882b05580e1a85c41 2021-02-10 15:52:28.343 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-02-10 15:52:28.345 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin swift service Default Default 2021-02-10 15:52:28.348 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:52:28.351 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args Default Default 2021-02-10 15:52:28.353 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:52:28.355 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:52:28.358 | ++ functions-common:_get_domain_args:877 : [[ -n Default ]] 2021-02-10 15:52:28.360 | ++ functions-common:_get_domain_args:878 : domain=' --user-domain Default' 2021-02-10 15:52:28.362 | ++ functions-common:_get_domain_args:880 : [[ -n Default ]] 2021-02-10 15:52:28.364 | ++ functions-common:_get_domain_args:881 : domain=' --user-domain Default --project-domain Default' 2021-02-10 15:52:28.366 | ++ functions-common:_get_domain_args:884 : echo --user-domain Default --project-domain Default 2021-02-10 15:52:28.369 | + functions-common:get_or_add_user_project_role:892 : domain_args='--user-domain Default --project-domain Default' 2021-02-10 15:52:28.373 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2021-02-10 15:52:28.374 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:52:28.374 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:52:28.376 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:52:28.379 | ++ functions-common:get_field:729 : read data 2021-02-10 15:52:31.542 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:31.542 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:31.542 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:31.542 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:31.734 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:52:31.738 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:52:31.740 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:52:31.743 | + functions-common:get_or_add_user_project_role:903 : openstack role add admin --user swift --project service --user-domain Default --project-domain Default 2021-02-10 15:52:34.855 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:34.855 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:34.855 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:34.855 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:35.043 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2021-02-10 15:52:35.043 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:52:35.044 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:52:35.046 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:52:35.049 | ++ functions-common:get_field:729 : read data 2021-02-10 15:52:38.286 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:38.286 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:38.286 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:38.286 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:38.476 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:52:38.479 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:52:38.481 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:52:38.484 | ++ functions-common:get_field:735 : echo '| 066011e856d34c44831ade9750419adf | af079186f03649be92708535b3d7c2e6 | | 06ce0588b984450090b0ea4d5f6abb74 | | | False |' 2021-02-10 15:52:38.484 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:52:38.489 | ++ functions-common:get_field:729 : read data 2021-02-10 15:52:38.493 | + functions-common:get_or_add_user_project_role:912 : user_role_id=066011e856d34c44831ade9750419adf 2021-02-10 15:52:38.495 | + functions-common:get_or_add_user_project_role:914 : echo 066011e856d34c44831ade9750419adf 2021-02-10 15:52:38.495 | 066011e856d34c44831ade9750419adf 2021-02-10 15:52:38.498 | + lib/swift:create_swift_accounts:645 : get_or_create_service swift object-store 'Swift Service' 2021-02-10 15:52:38.501 | + functions-common:get_or_create_service:968 : local service_id 2021-02-10 15:52:38.504 | ++ functions-common:get_or_create_service:981 : oscwrap service show object-store -f value -c id 2021-02-10 15:52:41.140 | ++ functions-common:get_or_create_service:983 : oscwrap service create object-store --name swift '--description=Swift Service' -f value -c id 2021-02-10 15:52:43.494 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:43.494 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:43.494 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:43.494 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:43.683 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:52:43.686 | + functions-common:get_or_create_service:979 : service_id=' 2021-02-10 15:52:43.686 | 2594d79add59433ca466463e6b1b8736' 2021-02-10 15:52:43.689 | + functions-common:get_or_create_service:980 : echo 2594d79add59433ca466463e6b1b8736 2021-02-10 15:52:43.689 | 2594d79add59433ca466463e6b1b8736 2021-02-10 15:52:43.692 | + lib/swift:create_swift_accounts:647 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.71:8080/v1/AUTH_$(project_id)s' http://10.222.0.71:8080 2021-02-10 15:52:43.694 | + functions-common:get_or_create_endpoint:1012 : local public_id 2021-02-10 15:52:43.698 | ++ functions-common:get_or_create_endpoint:1013 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.71:8080/v1/AUTH_$(project_id)s' RegionOne 2021-02-10 15:52:43.700 | ++ functions-common:_get_or_create_endpoint_with_interface:986 : local endpoint_id 2021-02-10 15:52:43.704 | +++ functions-common:_get_or_create_endpoint_with_interface:991 : oscwrap endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2021-02-10 15:52:46.301 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:46.301 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:46.301 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:46.301 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:46.493 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:52:46.496 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : endpoint_id= 2021-02-10 15:52:46.499 | ++ functions-common:_get_or_create_endpoint_with_interface:992 : [[ -z '' ]] 2021-02-10 15:52:46.502 | +++ functions-common:_get_or_create_endpoint_with_interface:995 : oscwrap endpoint create object-store public 'http://10.222.0.71:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2021-02-10 15:52:49.063 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:49.063 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:49.063 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:49.063 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:49.260 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:52:49.263 | ++ functions-common:_get_or_create_endpoint_with_interface:995 : endpoint_id=2d2a464b1323445fb64b6a1d12f104c8 2021-02-10 15:52:49.266 | ++ functions-common:_get_or_create_endpoint_with_interface:998 : echo 2d2a464b1323445fb64b6a1d12f104c8 2021-02-10 15:52:49.269 | + functions-common:get_or_create_endpoint:1013 : public_id=2d2a464b1323445fb64b6a1d12f104c8 2021-02-10 15:52:49.271 | + functions-common:get_or_create_endpoint:1015 : [[ -n http://10.222.0.71:8080 ]] 2021-02-10 15:52:49.274 | + functions-common:get_or_create_endpoint:1016 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.71:8080 RegionOne 2021-02-10 15:52:49.276 | + functions-common:_get_or_create_endpoint_with_interface:986 : local endpoint_id 2021-02-10 15:52:49.280 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : oscwrap endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2021-02-10 15:52:51.896 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:51.896 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:51.896 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:51.896 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:52.092 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:52:52.095 | + functions-common:_get_or_create_endpoint_with_interface:991 : endpoint_id= 2021-02-10 15:52:52.098 | + functions-common:_get_or_create_endpoint_with_interface:992 : [[ -z '' ]] 2021-02-10 15:52:52.101 | ++ functions-common:_get_or_create_endpoint_with_interface:995 : oscwrap endpoint create object-store admin http://10.222.0.71:8080 --region RegionOne -f value -c id 2021-02-10 15:52:54.677 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:54.677 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:54.677 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:54.677 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:54.878 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:52:54.881 | + functions-common:_get_or_create_endpoint_with_interface:995 : endpoint_id=40872bd5538c4536936b44b7d764e1ee 2021-02-10 15:52:54.883 | + functions-common:_get_or_create_endpoint_with_interface:998 : echo 40872bd5538c4536936b44b7d764e1ee 2021-02-10 15:52:54.883 | 40872bd5538c4536936b44b7d764e1ee 2021-02-10 15:52:54.886 | + functions-common:get_or_create_endpoint:1018 : [[ -n '' ]] 2021-02-10 15:52:54.888 | + functions-common:get_or_create_endpoint:1022 : echo 2d2a464b1323445fb64b6a1d12f104c8 2021-02-10 15:52:54.888 | 2d2a464b1323445fb64b6a1d12f104c8 2021-02-10 15:52:54.891 | + lib/swift:create_swift_accounts:652 : local swift_project_test1 2021-02-10 15:52:54.894 | ++ lib/swift:create_swift_accounts:653 : get_or_create_project swiftprojecttest1 default 2021-02-10 15:52:54.896 | ++ functions-common:get_or_create_project:849 : local project_id 2021-02-10 15:52:54.900 | +++ functions-common:get_or_create_project:857 : oscwrap project create swiftprojecttest1 --domain=default --or-show -f value -c id 2021-02-10 15:52:57.353 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:57.353 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:57.353 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:52:57.353 | from cryptography.utils import int_from_bytes 2021-02-10 15:52:57.549 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:52:57.552 | ++ functions-common:get_or_create_project:855 : project_id=2f2ddde7e07a437aab838e7e0855997f 2021-02-10 15:52:57.555 | ++ functions-common:get_or_create_project:856 : echo 2f2ddde7e07a437aab838e7e0855997f 2021-02-10 15:52:57.558 | + lib/swift:create_swift_accounts:653 : swift_project_test1=2f2ddde7e07a437aab838e7e0855997f 2021-02-10 15:52:57.560 | + lib/swift:create_swift_accounts:654 : die_if_not_set 654 swift_project_test1 'Failure creating swift_project_test1' 2021-02-10 15:52:57.563 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-02-10 15:52:57.580 | ++ lib/swift:create_swift_accounts:656 : get_or_create_user swiftusertest1 testing default test@example.com 2021-02-10 15:52:57.583 | ++ functions-common:get_or_create_user:826 : local user_id 2021-02-10 15:52:57.585 | ++ functions-common:get_or_create_user:827 : [[ ! -z test@example.com ]] 2021-02-10 15:52:57.588 | ++ functions-common:get_or_create_user:828 : local email=--email=test@example.com 2021-02-10 15:52:57.591 | +++ functions-common:get_or_create_user:844 : oscwrap user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2021-02-10 15:53:00.111 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:00.111 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:00.111 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:00.111 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:00.308 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:53:00.311 | ++ functions-common:get_or_create_user:842 : user_id=2fbb8ab4a0474aaaabe31975602971ba 2021-02-10 15:53:00.313 | ++ functions-common:get_or_create_user:843 : echo 2fbb8ab4a0474aaaabe31975602971ba 2021-02-10 15:53:00.316 | + lib/swift:create_swift_accounts:656 : SWIFT_USER_TEST1=2fbb8ab4a0474aaaabe31975602971ba 2021-02-10 15:53:00.319 | + lib/swift:create_swift_accounts:657 : die_if_not_set 657 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2021-02-10 15:53:00.321 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-02-10 15:53:00.337 | + lib/swift:create_swift_accounts:658 : get_or_add_user_project_role admin 2fbb8ab4a0474aaaabe31975602971ba 2f2ddde7e07a437aab838e7e0855997f 2021-02-10 15:53:00.340 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:53:00.343 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args 2021-02-10 15:53:00.346 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:53:00.348 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:53:00.350 | ++ functions-common:_get_domain_args:877 : [[ -n '' ]] 2021-02-10 15:53:00.353 | ++ functions-common:_get_domain_args:880 : [[ -n '' ]] 2021-02-10 15:53:00.355 | ++ functions-common:_get_domain_args:884 : echo 2021-02-10 15:53:00.358 | + functions-common:get_or_add_user_project_role:892 : domain_args= 2021-02-10 15:53:00.362 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role admin --user 2fbb8ab4a0474aaaabe31975602971ba --project 2f2ddde7e07a437aab838e7e0855997f 2021-02-10 15:53:00.363 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:53:00.363 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:53:00.365 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:53:00.368 | ++ functions-common:get_field:729 : read data 2021-02-10 15:53:03.066 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:03.066 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:03.066 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:03.066 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:03.265 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:53:03.269 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:53:03.272 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:53:03.275 | + functions-common:get_or_add_user_project_role:903 : openstack role add admin --user 2fbb8ab4a0474aaaabe31975602971ba --project 2f2ddde7e07a437aab838e7e0855997f 2021-02-10 15:53:05.924 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:05.924 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:05.924 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:05.924 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:06.125 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role admin --user 2fbb8ab4a0474aaaabe31975602971ba --project 2f2ddde7e07a437aab838e7e0855997f 2021-02-10 15:53:06.125 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:53:06.125 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:53:06.127 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:53:06.130 | ++ functions-common:get_field:729 : read data 2021-02-10 15:53:08.912 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:08.912 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:08.912 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:08.912 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:09.124 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:53:09.127 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:53:09.129 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:53:09.132 | ++ functions-common:get_field:735 : echo '| 066011e856d34c44831ade9750419adf | 2fbb8ab4a0474aaaabe31975602971ba | | 2f2ddde7e07a437aab838e7e0855997f | | | False |' 2021-02-10 15:53:09.133 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:53:09.138 | ++ functions-common:get_field:729 : read data 2021-02-10 15:53:09.141 | + functions-common:get_or_add_user_project_role:912 : user_role_id=066011e856d34c44831ade9750419adf 2021-02-10 15:53:09.144 | + functions-common:get_or_add_user_project_role:914 : echo 066011e856d34c44831ade9750419adf 2021-02-10 15:53:09.144 | 066011e856d34c44831ade9750419adf 2021-02-10 15:53:09.147 | + lib/swift:create_swift_accounts:660 : local swift_user_test3 2021-02-10 15:53:09.151 | ++ lib/swift:create_swift_accounts:662 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2021-02-10 15:53:09.155 | ++ functions-common:get_or_create_user:826 : local user_id 2021-02-10 15:53:09.157 | ++ functions-common:get_or_create_user:827 : [[ ! -z test3@example.com ]] 2021-02-10 15:53:09.160 | ++ functions-common:get_or_create_user:828 : local email=--email=test3@example.com 2021-02-10 15:53:09.164 | +++ functions-common:get_or_create_user:844 : oscwrap user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2021-02-10 15:53:11.663 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:11.663 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:11.663 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:11.663 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:11.855 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:53:11.859 | ++ functions-common:get_or_create_user:842 : user_id=0afe6c5ce7e7476aa3360c1aa4c82bf2 2021-02-10 15:53:11.862 | ++ functions-common:get_or_create_user:843 : echo 0afe6c5ce7e7476aa3360c1aa4c82bf2 2021-02-10 15:53:11.866 | + lib/swift:create_swift_accounts:662 : swift_user_test3=0afe6c5ce7e7476aa3360c1aa4c82bf2 2021-02-10 15:53:11.869 | + lib/swift:create_swift_accounts:663 : die_if_not_set 663 swift_user_test3 'Failure creating swift_user_test3' 2021-02-10 15:53:11.872 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-02-10 15:53:11.892 | + lib/swift:create_swift_accounts:664 : get_or_add_user_project_role aae4b58b94014165a6ec5dc22f101100 0afe6c5ce7e7476aa3360c1aa4c82bf2 2f2ddde7e07a437aab838e7e0855997f 2021-02-10 15:53:11.894 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:53:11.897 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args 2021-02-10 15:53:11.900 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:53:11.902 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:53:11.905 | ++ functions-common:_get_domain_args:877 : [[ -n '' ]] 2021-02-10 15:53:11.908 | ++ functions-common:_get_domain_args:880 : [[ -n '' ]] 2021-02-10 15:53:11.910 | ++ functions-common:_get_domain_args:884 : echo 2021-02-10 15:53:11.913 | + functions-common:get_or_add_user_project_role:892 : domain_args= 2021-02-10 15:53:11.918 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role aae4b58b94014165a6ec5dc22f101100 --user 0afe6c5ce7e7476aa3360c1aa4c82bf2 --project 2f2ddde7e07a437aab838e7e0855997f 2021-02-10 15:53:11.918 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:53:11.918 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:53:11.921 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:53:11.923 | ++ functions-common:get_field:729 : read data 2021-02-10 15:53:14.595 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:14.596 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:14.596 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:14.596 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:14.796 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:53:14.799 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:53:14.802 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:53:14.804 | + functions-common:get_or_add_user_project_role:903 : openstack role add aae4b58b94014165a6ec5dc22f101100 --user 0afe6c5ce7e7476aa3360c1aa4c82bf2 --project 2f2ddde7e07a437aab838e7e0855997f 2021-02-10 15:53:17.466 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:17.466 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:17.466 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:17.466 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:17.662 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role aae4b58b94014165a6ec5dc22f101100 --user 0afe6c5ce7e7476aa3360c1aa4c82bf2 --project 2f2ddde7e07a437aab838e7e0855997f 2021-02-10 15:53:17.662 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:53:17.662 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:53:17.665 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:53:17.670 | ++ functions-common:get_field:729 : read data 2021-02-10 15:53:20.348 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:20.348 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:20.348 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:20.348 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:20.547 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:53:20.550 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:53:20.553 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:53:20.556 | ++ functions-common:get_field:735 : echo '| aae4b58b94014165a6ec5dc22f101100 | 0afe6c5ce7e7476aa3360c1aa4c82bf2 | | 2f2ddde7e07a437aab838e7e0855997f | | | False |' 2021-02-10 15:53:20.557 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:53:20.562 | ++ functions-common:get_field:729 : read data 2021-02-10 15:53:20.566 | + functions-common:get_or_add_user_project_role:912 : user_role_id=aae4b58b94014165a6ec5dc22f101100 2021-02-10 15:53:20.568 | + functions-common:get_or_add_user_project_role:914 : echo aae4b58b94014165a6ec5dc22f101100 2021-02-10 15:53:20.568 | aae4b58b94014165a6ec5dc22f101100 2021-02-10 15:53:20.571 | + lib/swift:create_swift_accounts:666 : local swift_project_test2 2021-02-10 15:53:20.574 | ++ lib/swift:create_swift_accounts:667 : get_or_create_project swiftprojecttest2 default 2021-02-10 15:53:20.577 | ++ functions-common:get_or_create_project:849 : local project_id 2021-02-10 15:53:20.581 | +++ functions-common:get_or_create_project:857 : oscwrap project create swiftprojecttest2 --domain=default --or-show -f value -c id 2021-02-10 15:53:23.017 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:23.017 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:23.017 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:23.017 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:23.213 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:53:23.216 | ++ functions-common:get_or_create_project:855 : project_id=414276c39a684ba686a6ada70ea587ff 2021-02-10 15:53:23.219 | ++ functions-common:get_or_create_project:856 : echo 414276c39a684ba686a6ada70ea587ff 2021-02-10 15:53:23.222 | + lib/swift:create_swift_accounts:667 : swift_project_test2=414276c39a684ba686a6ada70ea587ff 2021-02-10 15:53:23.224 | + lib/swift:create_swift_accounts:668 : die_if_not_set 668 swift_project_test2 'Failure creating swift_project_test2' 2021-02-10 15:53:23.227 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-02-10 15:53:23.243 | + lib/swift:create_swift_accounts:670 : local swift_user_test2 2021-02-10 15:53:23.246 | ++ lib/swift:create_swift_accounts:672 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2021-02-10 15:53:23.249 | ++ functions-common:get_or_create_user:826 : local user_id 2021-02-10 15:53:23.252 | ++ functions-common:get_or_create_user:827 : [[ ! -z test2@example.com ]] 2021-02-10 15:53:23.254 | ++ functions-common:get_or_create_user:828 : local email=--email=test2@example.com 2021-02-10 15:53:23.257 | +++ functions-common:get_or_create_user:844 : oscwrap user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2021-02-10 15:53:25.759 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:25.759 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:25.759 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:25.759 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:25.959 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:53:25.962 | ++ functions-common:get_or_create_user:842 : user_id=19e67fe3890946ee8ea51b507db40dff 2021-02-10 15:53:25.964 | ++ functions-common:get_or_create_user:843 : echo 19e67fe3890946ee8ea51b507db40dff 2021-02-10 15:53:25.968 | + lib/swift:create_swift_accounts:672 : swift_user_test2=19e67fe3890946ee8ea51b507db40dff 2021-02-10 15:53:25.970 | + lib/swift:create_swift_accounts:673 : die_if_not_set 673 swift_user_test2 'Failure creating swift_user_test2' 2021-02-10 15:53:25.973 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-02-10 15:53:25.992 | + lib/swift:create_swift_accounts:674 : get_or_add_user_project_role admin 19e67fe3890946ee8ea51b507db40dff 414276c39a684ba686a6ada70ea587ff 2021-02-10 15:53:25.995 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:53:25.998 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args 2021-02-10 15:53:26.001 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:53:26.003 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:53:26.006 | ++ functions-common:_get_domain_args:877 : [[ -n '' ]] 2021-02-10 15:53:26.009 | ++ functions-common:_get_domain_args:880 : [[ -n '' ]] 2021-02-10 15:53:26.011 | ++ functions-common:_get_domain_args:884 : echo 2021-02-10 15:53:26.015 | + functions-common:get_or_add_user_project_role:892 : domain_args= 2021-02-10 15:53:26.019 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role admin --user 19e67fe3890946ee8ea51b507db40dff --project 414276c39a684ba686a6ada70ea587ff 2021-02-10 15:53:26.019 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:53:26.019 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:53:26.022 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:53:26.026 | ++ functions-common:get_field:729 : read data 2021-02-10 15:53:28.812 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:28.812 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:28.812 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:28.812 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:29.021 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:53:29.026 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:53:29.029 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:53:29.031 | + functions-common:get_or_add_user_project_role:903 : openstack role add admin --user 19e67fe3890946ee8ea51b507db40dff --project 414276c39a684ba686a6ada70ea587ff 2021-02-10 15:53:31.625 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:31.625 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:31.625 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:31.625 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:31.814 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:53:31.814 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role admin --user 19e67fe3890946ee8ea51b507db40dff --project 414276c39a684ba686a6ada70ea587ff 2021-02-10 15:53:31.815 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:53:31.818 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:53:31.821 | ++ functions-common:get_field:729 : read data 2021-02-10 15:53:34.520 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:34.520 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:34.520 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:34.520 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:34.709 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:53:34.712 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:53:34.715 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:53:34.719 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:53:34.719 | ++ functions-common:get_field:735 : echo '| 066011e856d34c44831ade9750419adf | 19e67fe3890946ee8ea51b507db40dff | | 414276c39a684ba686a6ada70ea587ff | | | False |' 2021-02-10 15:53:34.724 | ++ functions-common:get_field:729 : read data 2021-02-10 15:53:34.727 | + functions-common:get_or_add_user_project_role:912 : user_role_id=066011e856d34c44831ade9750419adf 2021-02-10 15:53:34.730 | + functions-common:get_or_add_user_project_role:914 : echo 066011e856d34c44831ade9750419adf 2021-02-10 15:53:34.730 | 066011e856d34c44831ade9750419adf 2021-02-10 15:53:34.733 | + lib/swift:create_swift_accounts:676 : local swift_domain 2021-02-10 15:53:34.736 | ++ lib/swift:create_swift_accounts:677 : get_or_create_domain swift_test 'Used for swift functional testing' 2021-02-10 15:53:34.739 | ++ functions-common:get_or_create_domain:794 : local domain_id 2021-02-10 15:53:34.742 | +++ functions-common:get_or_create_domain:806 : oscwrap domain show swift_test -f value -c id 2021-02-10 15:53:37.431 | +++ functions-common:get_or_create_domain:808 : oscwrap domain create swift_test --description 'Used for swift functional testing' -f value -c id 2021-02-10 15:53:39.793 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:39.793 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:39.793 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:39.793 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:39.982 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:53:39.985 | ++ functions-common:get_or_create_domain:804 : domain_id=' 2021-02-10 15:53:39.985 | cc72c00f4ac44ebfb815e5c1df99f72a' 2021-02-10 15:53:39.988 | ++ functions-common:get_or_create_domain:805 : echo cc72c00f4ac44ebfb815e5c1df99f72a 2021-02-10 15:53:39.991 | + lib/swift:create_swift_accounts:677 : swift_domain=cc72c00f4ac44ebfb815e5c1df99f72a 2021-02-10 15:53:39.993 | + lib/swift:create_swift_accounts:678 : die_if_not_set 678 swift_domain 'Failure creating swift_test domain' 2021-02-10 15:53:39.996 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-02-10 15:53:40.012 | + lib/swift:create_swift_accounts:680 : local swift_project_test4 2021-02-10 15:53:40.015 | ++ lib/swift:create_swift_accounts:681 : get_or_create_project swiftprojecttest4 cc72c00f4ac44ebfb815e5c1df99f72a 2021-02-10 15:53:40.018 | ++ functions-common:get_or_create_project:849 : local project_id 2021-02-10 15:53:40.021 | +++ functions-common:get_or_create_project:857 : oscwrap project create swiftprojecttest4 --domain=cc72c00f4ac44ebfb815e5c1df99f72a --or-show -f value -c id 2021-02-10 15:53:42.527 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:42.527 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:42.527 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:42.527 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:42.718 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:53:42.721 | ++ functions-common:get_or_create_project:855 : project_id=53f90b2e13fe4e58a73afe5cf1170237 2021-02-10 15:53:42.723 | ++ functions-common:get_or_create_project:856 : echo 53f90b2e13fe4e58a73afe5cf1170237 2021-02-10 15:53:42.726 | + lib/swift:create_swift_accounts:681 : swift_project_test4=53f90b2e13fe4e58a73afe5cf1170237 2021-02-10 15:53:42.729 | + lib/swift:create_swift_accounts:682 : die_if_not_set 682 swift_project_test4 'Failure creating swift_project_test4' 2021-02-10 15:53:42.731 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-02-10 15:53:42.748 | + lib/swift:create_swift_accounts:684 : local swift_user_test4 2021-02-10 15:53:42.751 | ++ lib/swift:create_swift_accounts:686 : get_or_create_user swiftusertest4 testing4 cc72c00f4ac44ebfb815e5c1df99f72a test4@example.com 2021-02-10 15:53:42.754 | ++ functions-common:get_or_create_user:826 : local user_id 2021-02-10 15:53:42.757 | ++ functions-common:get_or_create_user:827 : [[ ! -z test4@example.com ]] 2021-02-10 15:53:42.759 | ++ functions-common:get_or_create_user:828 : local email=--email=test4@example.com 2021-02-10 15:53:42.762 | +++ functions-common:get_or_create_user:844 : oscwrap user create swiftusertest4 --password testing4 --domain=cc72c00f4ac44ebfb815e5c1df99f72a --email=test4@example.com --or-show -f value -c id 2021-02-10 15:53:45.250 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:45.250 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:45.250 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:45.250 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:45.442 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:53:45.446 | ++ functions-common:get_or_create_user:842 : user_id=50ce5e4c69574117b0b8281211096714 2021-02-10 15:53:45.448 | ++ functions-common:get_or_create_user:843 : echo 50ce5e4c69574117b0b8281211096714 2021-02-10 15:53:45.452 | + lib/swift:create_swift_accounts:686 : swift_user_test4=50ce5e4c69574117b0b8281211096714 2021-02-10 15:53:45.454 | + lib/swift:create_swift_accounts:687 : die_if_not_set 687 swift_user_test4 'Failure creating swift_user_test4' 2021-02-10 15:53:45.457 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-02-10 15:53:45.473 | + lib/swift:create_swift_accounts:688 : get_or_add_user_project_role admin 50ce5e4c69574117b0b8281211096714 53f90b2e13fe4e58a73afe5cf1170237 2021-02-10 15:53:45.476 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:53:45.488 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args 2021-02-10 15:53:45.491 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:53:45.494 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:53:45.496 | ++ functions-common:_get_domain_args:877 : [[ -n '' ]] 2021-02-10 15:53:45.499 | ++ functions-common:_get_domain_args:880 : [[ -n '' ]] 2021-02-10 15:53:45.501 | ++ functions-common:_get_domain_args:884 : echo 2021-02-10 15:53:45.504 | + functions-common:get_or_add_user_project_role:892 : domain_args= 2021-02-10 15:53:45.508 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role admin --user 50ce5e4c69574117b0b8281211096714 --project 53f90b2e13fe4e58a73afe5cf1170237 2021-02-10 15:53:45.509 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:53:45.509 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:53:45.511 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:53:45.514 | ++ functions-common:get_field:729 : read data 2021-02-10 15:53:48.172 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:48.172 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:48.172 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:48.172 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:48.363 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:53:48.367 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:53:48.370 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:53:48.372 | + functions-common:get_or_add_user_project_role:903 : openstack role add admin --user 50ce5e4c69574117b0b8281211096714 --project 53f90b2e13fe4e58a73afe5cf1170237 2021-02-10 15:53:50.923 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:50.923 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:50.923 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:50.923 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:51.112 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role admin --user 50ce5e4c69574117b0b8281211096714 --project 53f90b2e13fe4e58a73afe5cf1170237 2021-02-10 15:53:51.112 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:53:51.112 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:53:51.115 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:53:51.118 | ++ functions-common:get_field:729 : read data 2021-02-10 15:53:53.880 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:53.880 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:53.881 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:53:53.881 | from cryptography.utils import int_from_bytes 2021-02-10 15:53:54.070 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:53:54.074 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:53:54.076 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:53:54.079 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:53:54.080 | ++ functions-common:get_field:735 : echo '| 066011e856d34c44831ade9750419adf | 50ce5e4c69574117b0b8281211096714 | | 53f90b2e13fe4e58a73afe5cf1170237 | | | False |' 2021-02-10 15:53:54.085 | ++ functions-common:get_field:729 : read data 2021-02-10 15:53:54.088 | + functions-common:get_or_add_user_project_role:912 : user_role_id=066011e856d34c44831ade9750419adf 2021-02-10 15:53:54.091 | + functions-common:get_or_add_user_project_role:914 : echo 066011e856d34c44831ade9750419adf 2021-02-10 15:53:54.091 | 066011e856d34c44831ade9750419adf 2021-02-10 15:53:54.093 | + ./stack.sh:main:1109 : write_clouds_yaml 2021-02-10 15:53:54.096 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2021-02-10 15:53:54.099 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2021-02-10 15:53:54.102 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2021-02-10 15:53:54.114 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2021-02-10 15:53:54.125 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2021-02-10 15:53:54.128 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-02-10 15:53:54.130 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.222.0.71/identity --os-username demo --os-password Passw0rd --os-project-name demo 2021-02-10 15:53:54.226 | The user clouds.yaml file didn't exist. 2021-02-10 15:53:54.236 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.222.0.71/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2021-02-10 15:53:54.340 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2021-02-10 15:53:54.341 | self._clouds = yaml.load(clouds_file) 2021-02-10 15:53:54.351 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.222.0.71/identity --os-username admin --os-password Passw0rd --os-project-name admin 2021-02-10 15:53:54.458 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2021-02-10 15:53:54.458 | self._clouds = yaml.load(clouds_file) 2021-02-10 15:53:54.469 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.222.0.71/identity --os-username admin --os-password Passw0rd --os-system-scope all 2021-02-10 15:53:54.580 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2021-02-10 15:53:54.580 | self._clouds = yaml.load(clouds_file) 2021-02-10 15:53:54.591 | + functions-common:write_clouds_yaml:132 : cat 2021-02-10 15:53:54.597 | ++ functions-common:write_clouds_yaml:138 : eval echo '~ubuntu' 2021-02-10 15:53:54.600 | +++ functions-common:write_clouds_yaml:138 : echo /home/ubuntu 2021-02-10 15:53:54.603 | + functions-common:write_clouds_yaml:138 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2021-02-10 15:53:54.607 | + ./stack.sh:main:1114 : is_service_enabled horizon 2021-02-10 15:53:54.624 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:53:54.627 | + ./stack.sh:main:1124 : is_service_enabled mysql postgresql 2021-02-10 15:53:54.645 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:53:54.647 | + ./stack.sh:main:1124 : is_service_enabled glance 2021-02-10 15:53:54.664 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:53:54.667 | + ./stack.sh:main:1125 : echo_summary 'Configuring Glance' 2021-02-10 15:53:54.670 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:53:54.673 | + ./stack.sh:echo_summary:422 : echo -e Configuring Glance 2021-02-10 15:53:54.675 | + ./stack.sh:main:1126 : init_glance 2021-02-10 15:53:54.678 | + lib/glance:init_glance:410 : rm -rf /opt/stack/data/glance/images 2021-02-10 15:53:54.682 | + lib/glance:init_glance:411 : mkdir -p /opt/stack/data/glance/images 2021-02-10 15:53:54.687 | + lib/glance:init_glance:414 : recreate_database glance 2021-02-10 15:53:54.690 | + lib/database:recreate_database:110 : local db=glance 2021-02-10 15:53:54.692 | + lib/database:recreate_database:111 : recreate_database_mysql glance 2021-02-10 15:53:54.695 | + lib/databases/mysql:recreate_database_mysql:63 : local db=glance 2021-02-10 15:53:54.698 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2021-02-10 15:53:54.702 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:53:54.718 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2021-02-10 15:53:54.722 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:53:54.736 | + lib/glance:init_glance:416 : time_start dbsync 2021-02-10 15:53:54.739 | + functions-common:time_start:2292 : local name=dbsync 2021-02-10 15:53:54.741 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:53:54.744 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:53:54.748 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:53:54.752 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972434749 2021-02-10 15:53:54.755 | + lib/glance:init_glance:418 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2021-02-10 15:53:57.008 | 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 {{(pid=70880) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-10 15:53:57.012 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-02-10 15:53:57.012 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-02-10 15:53:57.040 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-02-10 15:53:57.040 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-02-10 15:53:57.060 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:53:57.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.061 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.066 | 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 {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.068 | 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 {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.070 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.070 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.070 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.072 | 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... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.072 | 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 {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.072 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.072 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.074 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.074 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.074 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.074 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.074 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.074 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.075 | 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 {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.075 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.075 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.079 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:53:57.079 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:53:57.125 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:53:57.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.131 | 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 {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.132 | 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 {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.136 | 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... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.136 | 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 {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.139 | 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 {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:53:57.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:53:57.144 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:53:57.144 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=70880) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:53:57.216 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-10 15:53:57.216 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-10 15:53:57.269 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2021-02-10 15:54:00.247 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2021-02-10 15:54:00.339 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2021-02-10 15:54:00.353 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2021-02-10 15:54:00.685 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2021-02-10 15:54:00.688 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2021-02-10 15:54:00.697 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2021-02-10 15:54:00.906 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2021-02-10 15:54:01.263 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2021-02-10 15:54:01.272 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2021-02-10 15:54:01.282 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-10 15:54:01.283 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-10 15:54:01.288 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-10 15:54:01.288 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-10 15:54:01.294 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-10 15:54:01.294 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-10 15:54:01.316 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-10 15:54:01.316 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-10 15:54:01.350 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-10 15:54:01.350 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-10 15:54:01.359 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2021-02-10 15:54:01.684 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2021-02-10 15:54:01.859 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2021-02-10 15:54:01.867 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2021-02-10 15:54:01.876 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2021-02-10 15:54:01.885 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2021-02-10 15:54:01.894 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2021-02-10 15:54:01.905 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-10 15:54:01.905 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-10 15:54:01.911 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-10 15:54:01.911 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-10 15:54:01.915 | Upgraded database to: ussuri_expand01, current revision(s): ussuri_expand01 2021-02-10 15:54:01.915 | Database migration is up to date. No migration needed. 2021-02-10 15:54:01.915 | Upgraded database to: ussuri_contract01, current revision(s): ussuri_contract01 2021-02-10 15:54:01.915 | Database is synced successfully. 2021-02-10 15:54:02.129 | + lib/glance:init_glance:421 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2021-02-10 15:54:04.246 | 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 {{(pid=70889) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-10 15:54:04.403 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2021-02-10 15:54:04.442 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2021-02-10 15:54:04.545 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2021-02-10 15:54:04.688 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2021-02-10 15:54:04.738 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2021-02-10 15:54:04.896 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2021-02-10 15:54:04.950 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2021-02-10 15:54:04.976 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2021-02-10 15:54:05.021 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2021-02-10 15:54:05.053 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2021-02-10 15:54:05.234 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2021-02-10 15:54:05.257 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2021-02-10 15:54:05.400 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2021-02-10 15:54:05.426 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2021-02-10 15:54:05.506 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2021-02-10 15:54:05.530 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2021-02-10 15:54:05.567 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2021-02-10 15:54:05.655 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2021-02-10 15:54:05.687 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2021-02-10 15:54:05.732 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2021-02-10 15:54:05.774 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2021-02-10 15:54:05.817 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2021-02-10 15:54:05.889 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2021-02-10 15:54:06.033 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2021-02-10 15:54:06.084 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2021-02-10 15:54:06.108 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2021-02-10 15:54:06.153 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2021-02-10 15:54:06.227 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2021-02-10 15:54:06.268 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2021-02-10 15:54:06.299 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2021-02-10 15:54:06.299 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2021-02-10 15:54:06.505 | + lib/glance:init_glance:422 : time_stop dbsync 2021-02-10 15:54:06.508 | + functions-common:time_stop:2306 : local name 2021-02-10 15:54:06.510 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:54:06.513 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:54:06.516 | + functions-common:time_stop:2309 : local total 2021-02-10 15:54:06.519 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:54:06.522 | + functions-common:time_stop:2312 : name=dbsync 2021-02-10 15:54:06.524 | + functions-common:time_stop:2313 : start_time=1612972434749 2021-02-10 15:54:06.527 | + functions-common:time_stop:2315 : [[ -z 1612972434749 ]] 2021-02-10 15:54:06.530 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:54:06.534 | + functions-common:time_stop:2318 : end_time=1612972446531 2021-02-10 15:54:06.537 | + functions-common:time_stop:2319 : elapsed_time=11782 2021-02-10 15:54:06.540 | + functions-common:time_stop:2320 : total=21979 2021-02-10 15:54:06.542 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:54:06.545 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=33761 2021-02-10 15:54:06.548 | + ./stack.sh:main:1133 : is_service_enabled neutron 2021-02-10 15:54:06.565 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:54:06.567 | + ./stack.sh:main:1134 : echo_summary 'Configuring Neutron' 2021-02-10 15:54:06.570 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:54:06.572 | + ./stack.sh:echo_summary:422 : echo -e Configuring Neutron 2021-02-10 15:54:06.575 | + ./stack.sh:main:1136 : configure_neutron 2021-02-10 15:54:06.578 | + lib/neutron:configure_neutron:603 : is_neutron_legacy_enabled 2021-02-10 15:54:06.582 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-10 15:54:06.582 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-02-10 15:54:06.586 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-10 15:54:06.589 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-02-10 15:54:06.591 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-02-10 15:54:06.594 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-02-10 15:54:06.597 | + lib/neutron:configure_neutron:605 : configure_mutnauq 2021-02-10 15:54:06.599 | + lib/neutron-legacy:configure_mutnauq:338 : _configure_neutron_common 2021-02-10 15:54:06.601 | + lib/neutron-legacy:_configure_neutron_common:718 : _create_neutron_conf_dir 2021-02-10 15:54:06.604 | + lib/neutron-legacy:_create_neutron_conf_dir:711 : sudo install -d -o ubuntu /etc/neutron 2021-02-10 15:54:06.617 | + lib/neutron-legacy:_configure_neutron_common:721 : cd /opt/stack/neutron 2021-02-10 15:54:06.619 | + lib/neutron-legacy:_configure_neutron_common:721 : exec ./tools/generate_config_file_samples.sh 2021-02-10 15:54:31.223 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:54:31.223 | from cryptography.utils import int_from_bytes 2021-02-10 15:54:31.224 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:54:31.224 | from cryptography.utils import int_from_bytes 2021-02-10 15:54:40.835 | + lib/neutron-legacy:_configure_neutron_common:723 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2021-02-10 15:54:40.840 | + lib/neutron-legacy:_configure_neutron_common:725 : Q_POLICY_FILE=/etc/neutron/policy.json 2021-02-10 15:54:40.843 | + lib/neutron-legacy:_configure_neutron_common:729 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2021-02-10 15:54:40.845 | + lib/neutron-legacy:_configure_neutron_common:733 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2021-02-10 15:54:40.847 | + lib/neutron-legacy:_configure_neutron_common:738 : neutron_plugin_configure_common 2021-02-10 15:54:40.850 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:64 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2021-02-10 15:54:40.852 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2021-02-10 15:54:40.855 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CLASS=ml2 2021-02-10 15:54:40.857 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:69 : _neutron_service_plugin_class_add router 2021-02-10 15:54:40.859 | + lib/neutron-legacy:_neutron_service_plugin_class_add:887 : local service_plugin_class=router 2021-02-10 15:54:40.861 | + lib/neutron-legacy:_neutron_service_plugin_class_add:888 : [[ '' == '' ]] 2021-02-10 15:54:40.863 | + lib/neutron-legacy:_neutron_service_plugin_class_add:889 : Q_SERVICE_PLUGIN_CLASSES=router 2021-02-10 15:54:40.866 | + lib/neutron-legacy:_configure_neutron_common:740 : [[ etc/neutron/plugins/ml2 == '' ]] 2021-02-10 15:54:40.868 | + lib/neutron-legacy:_configure_neutron_common:740 : [[ ml2_conf.ini == '' ]] 2021-02-10 15:54:40.870 | + lib/neutron-legacy:_configure_neutron_common:740 : [[ ml2 == '' ]] 2021-02-10 15:54:40.873 | + lib/neutron-legacy:_configure_neutron_common:745 : mkdir -p /etc/neutron/plugins/ml2 2021-02-10 15:54:40.877 | + lib/neutron-legacy:_configure_neutron_common:746 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-10 15:54:40.879 | + lib/neutron-legacy:_configure_neutron_common:749 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2021-02-10 15:54:40.881 | + lib/neutron-legacy:_configure_neutron_common:750 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-10 15:54:40.886 | ++ lib/neutron-legacy:_configure_neutron_common:755 : database_connection_url neutron 2021-02-10 15:54:40.889 | ++ lib/database:database_connection_url:132 : local db=neutron 2021-02-10 15:54:40.891 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql neutron 2021-02-10 15:54:40.893 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=neutron 2021-02-10 15:54:40.896 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2021-02-10 15:54:40.898 | + lib/neutron-legacy:_configure_neutron_common:755 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2021-02-10 15:54:40.928 | + lib/neutron-legacy:_configure_neutron_common:756 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2021-02-10 15:54:40.959 | + lib/neutron-legacy:_configure_neutron_common:757 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2021-02-10 15:54:40.989 | + lib/neutron-legacy:_configure_neutron_common:758 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2021-02-10 15:54:41.020 | + lib/neutron-legacy:_configure_neutron_common:759 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2021-02-10 15:54:41.052 | + lib/neutron-legacy:_configure_neutron_common:762 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2021-02-10 15:54:41.083 | + lib/neutron-legacy:_configure_neutron_common:764 : '[' libvirt = fake ']' 2021-02-10 15:54:41.086 | + lib/neutron-legacy:_configure_neutron_common:774 : setup_logging /etc/neutron/neutron.conf 2021-02-10 15:54:41.088 | + functions:setup_logging:698 : setup_systemd_logging /etc/neutron/neutron.conf 2021-02-10 15:54:41.091 | + functions:setup_systemd_logging:713 : local conf_file=/etc/neutron/neutron.conf 2021-02-10 15:54:41.094 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2021-02-10 15:54:41.110 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2021-02-10 15:54:41.113 | + functions:setup_systemd_logging:719 : local pidstr= 2021-02-10 15:54:41.115 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2021-02-10 15:54:41.118 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2021-02-10 15:54:41.120 | + functions:setup_systemd_logging:726 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-02-10 15:54:41.151 | + functions:setup_systemd_logging:728 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-02-10 15:54:41.182 | + functions:setup_systemd_logging:729 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-02-10 15:54:41.216 | + functions:setup_systemd_logging:730 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-02-10 15:54:41.247 | + lib/neutron-legacy:_configure_neutron_common:776 : is_service_enabled tls-proxy 2021-02-10 15:54:41.263 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:54:41.266 | + lib/neutron-legacy:_configure_neutron_common:782 : _neutron_setup_rootwrap 2021-02-10 15:54:41.268 | + lib/neutron-legacy:_neutron_setup_rootwrap:922 : [[ True == \F\a\l\s\e ]] 2021-02-10 15:54:41.270 | + lib/neutron-legacy:_neutron_setup_rootwrap:926 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2021-02-10 15:54:41.273 | + lib/neutron-legacy:_neutron_setup_rootwrap:927 : [[ -d /etc/neutron/rootwrap.d ]] 2021-02-10 15:54:41.275 | + lib/neutron-legacy:_neutron_setup_rootwrap:931 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2021-02-10 15:54:41.278 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:912 : [[ True == \F\a\l\s\e ]] 2021-02-10 15:54:41.280 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:915 : local srcdir=/opt/stack/neutron 2021-02-10 15:54:41.283 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:916 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2021-02-10 15:54:41.295 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:917 : 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 /opt/stack/neutron/etc/neutron/rootwrap.d/privsep.filters /etc/neutron/rootwrap.d/ 2021-02-10 15:54:41.308 | + lib/neutron-legacy:_neutron_setup_rootwrap:935 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2021-02-10 15:54:41.310 | + lib/neutron-legacy:_neutron_setup_rootwrap:938 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2021-02-10 15:54:41.322 | + lib/neutron-legacy:_neutron_setup_rootwrap:940 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2021-02-10 15:54:41.334 | + lib/neutron-legacy:_neutron_setup_rootwrap:941 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2021-02-10 15:54:41.346 | + lib/neutron-legacy:_neutron_setup_rootwrap:944 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2021-02-10 15:54:41.348 | + lib/neutron-legacy:_neutron_setup_rootwrap:945 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-02-10 15:54:41.351 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:948 : mktemp 2021-02-10 15:54:41.354 | + lib/neutron-legacy:_neutron_setup_rootwrap:948 : TEMPFILE=/tmp/tmp.ni6pOpqUnr 2021-02-10 15:54:41.357 | + lib/neutron-legacy:_neutron_setup_rootwrap:949 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2021-02-10 15:54:41.360 | + lib/neutron-legacy:_neutron_setup_rootwrap:950 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-02-10 15:54:41.362 | + lib/neutron-legacy:_neutron_setup_rootwrap:951 : chmod 0440 /tmp/tmp.ni6pOpqUnr 2021-02-10 15:54:41.366 | + lib/neutron-legacy:_neutron_setup_rootwrap:952 : sudo chown root:root /tmp/tmp.ni6pOpqUnr 2021-02-10 15:54:41.377 | + lib/neutron-legacy:_neutron_setup_rootwrap:953 : sudo mv /tmp/tmp.ni6pOpqUnr /etc/sudoers.d/neutron-rootwrap 2021-02-10 15:54:41.388 | + lib/neutron-legacy:_neutron_setup_rootwrap:956 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-02-10 15:54:41.419 | + lib/neutron-legacy:_neutron_setup_rootwrap:957 : [[ True == \T\r\u\e ]] 2021-02-10 15:54:41.422 | + lib/neutron-legacy:_neutron_setup_rootwrap:958 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-02-10 15:54:41.453 | + lib/neutron-legacy:configure_mutnauq:339 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2021-02-10 15:54:41.456 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2021-02-10 15:54:41.458 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2021-02-10 15:54:41.461 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-02-10 15:54:41.464 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-02-10 15:54:41.466 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-02-10 15:54:41.488 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:54:41.491 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-02-10 15:54:41.494 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-02-10 15:54:41.497 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-02-10 15:54:41.514 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:54:41.516 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2021-02-10 15:54:41.519 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/ 2021-02-10 15:54:41.552 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-02-10 15:54:41.554 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-02-10 15:54:41.556 | + lib/neutron-legacy:configure_mutnauq:341 : is_service_enabled q-metering 2021-02-10 15:54:41.572 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:54:41.575 | + lib/neutron-legacy:configure_mutnauq:342 : _configure_neutron_metering 2021-02-10 15:54:41.577 | + lib/neutron-legacy:_configure_neutron_metering:831 : neutron_agent_metering_configure_common 2021-02-10 15:54:41.580 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2021-02-10 15:54:41.582 | + lib/neutron-legacy:_neutron_service_plugin_class_add:887 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2021-02-10 15:54:41.584 | + lib/neutron-legacy:_neutron_service_plugin_class_add:888 : [[ router == '' ]] 2021-02-10 15:54:41.587 | + lib/neutron-legacy:_neutron_service_plugin_class_add:890 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2021-02-10 15:54:41.590 | + lib/neutron-legacy:_neutron_service_plugin_class_add:891 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2021-02-10 15:54:41.592 | + lib/neutron-legacy:_configure_neutron_metering:832 : neutron_agent_metering_configure_agent 2021-02-10 15:54:41.595 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2021-02-10 15:54:41.597 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2021-02-10 15:54:41.601 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2021-02-10 15:54:41.604 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:24 : cp /opt/stack/neutron/etc/metering_agent.ini.sample /etc/neutron/services/metering/metering_agent.ini 2021-02-10 15:54:41.608 | + lib/neutron-legacy:configure_mutnauq:344 : is_service_enabled q-agt q-svc 2021-02-10 15:54:41.625 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:54:41.627 | + lib/neutron-legacy:configure_mutnauq:345 : _configure_neutron_service 2021-02-10 15:54:41.629 | + lib/neutron-legacy:_configure_neutron_service:859 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2021-02-10 15:54:41.632 | + lib/neutron-legacy:_configure_neutron_service:860 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2021-02-10 15:54:41.636 | + lib/neutron-legacy:_configure_neutron_service:863 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2021-02-10 15:54:41.668 | + lib/neutron-legacy:_configure_neutron_service:865 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2021-02-10 15:54:41.700 | + lib/neutron-legacy:_configure_neutron_service:866 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2021-02-10 15:54:41.732 | + lib/neutron-legacy:_configure_neutron_service:867 : iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2021-02-10 15:54:41.763 | + lib/neutron-legacy:_configure_neutron_service:869 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2021-02-10 15:54:41.796 | + lib/neutron-legacy:_configure_neutron_service:870 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2021-02-10 15:54:41.798 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/neutron/neutron.conf 2021-02-10 15:54:41.801 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=neutron 2021-02-10 15:54:41.803 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-02-10 15:54:41.806 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2021-02-10 15:54:41.836 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2021-02-10 15:54:41.870 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.71/identity 2021-02-10 15:54:41.902 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2021-02-10 15:54:41.934 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2021-02-10 15:54:41.965 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2021-02-10 15:54:41.997 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2021-02-10 15:54:42.029 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2021-02-10 15:54:42.061 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-02-10 15:54:42.095 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2021-02-10 15:54:42.127 | + lib/neutron-legacy:_configure_neutron_service:873 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2021-02-10 15:54:42.160 | + lib/neutron-legacy:_configure_neutron_service:874 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2021-02-10 15:54:42.192 | + lib/neutron-legacy:_configure_neutron_service:876 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2021-02-10 15:54:42.194 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/neutron/neutron.conf 2021-02-10 15:54:42.197 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-02-10 15:54:42.199 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2021-02-10 15:54:42.202 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/neutron/neutron.conf nova auth_type password 2021-02-10 15:54:42.234 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/neutron/neutron.conf nova interface public 2021-02-10 15:54:42.268 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.71/identity 2021-02-10 15:54:42.301 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/neutron/neutron.conf nova username nova 2021-02-10 15:54:42.333 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2021-02-10 15:54:42.365 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2021-02-10 15:54:42.399 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf nova project_name service 2021-02-10 15:54:42.433 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2021-02-10 15:54:42.465 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-02-10 15:54:42.497 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2021-02-10 15:54:42.532 | + lib/neutron-legacy:_configure_neutron_service:879 : neutron_plugin_configure_service 2021-02-10 15:54:42.534 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:73 : [[ vxlan != \l\o\c\a\l ]] 2021-02-10 15:54:42.537 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2021-02-10 15:54:42.540 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:88 : '[' '' == '' ']' 2021-02-10 15:54:42.542 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : [[ '' == '' ]] 2021-02-10 15:54:42.545 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : [[ physnet1 != '' ]] 2021-02-10 15:54:42.547 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : ML2_VLAN_RANGES=physnet1 2021-02-10 15:54:42.550 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : [[ 800:849 != '' ]] 2021-02-10 15:54:42.552 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : ML2_VLAN_RANGES=physnet1:800:849 2021-02-10 15:54:42.554 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:95 : [[ physnet1:800:849 != '' ]] 2021-02-10 15:54:42.557 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2021-02-10 15:54:42.559 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:102 : [[ -z '' ]] 2021-02-10 15:54:42.562 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -n physnet1 ]] 2021-02-10 15:54:42.564 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2021-02-10 15:54:42.567 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : [[ -n physnet1 ]] 2021-02-10 15:54:42.569 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2021-02-10 15:54:42.572 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:108 : [[ -n physnet1 ]] 2021-02-10 15:54:42.574 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:108 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2021-02-10 15:54:42.576 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : [[ True == \T\r\u\e ]] 2021-02-10 15:54:42.579 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver neutron.agent.not.a.real.FirewallDriver 2021-02-10 15:54:42.606 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch 2021-02-10 15:54:42.608 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-10 15:54:42.611 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-02-10 15:54:42.613 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=mechanism_drivers=openvswitch 2021-02-10 15:54:42.616 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z mechanism_drivers=openvswitch ']' 2021-02-10 15:54:42.618 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-02-10 15:54:42.620 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch 2021-02-10 15:54:42.647 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : [[ -n '' ]] 2021-02-10 15:54:42.649 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:132 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2021-02-10 15:54:42.652 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-10 15:54:42.654 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-02-10 15:54:42.657 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=extension_drivers=port_security 2021-02-10 15:54:42.659 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z extension_drivers=port_security ']' 2021-02-10 15:54:42.662 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-02-10 15:54:42.664 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2021-02-10 15:54:42.690 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vxlan 2021-02-10 15:54:42.693 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-10 15:54:42.695 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-02-10 15:54:42.698 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=tenant_network_types=vxlan 2021-02-10 15:54:42.700 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z tenant_network_types=vxlan ']' 2021-02-10 15:54:42.703 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-02-10 15:54:42.705 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vxlan 2021-02-10 15:54:42.732 | + 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 2021-02-10 15:54:42.734 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-10 15:54:42.737 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_gre 2021-02-10 15:54:42.739 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=tunnel_id_ranges=1:1000 2021-02-10 15:54:42.741 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z tunnel_id_ranges=1:1000 ']' 2021-02-10 15:54:42.744 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-02-10 15:54:42.746 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2021-02-10 15:54:42.773 | + 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 2021-02-10 15:54:42.776 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-10 15:54:42.778 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_vxlan 2021-02-10 15:54:42.781 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=vni_ranges=1:1000 2021-02-10 15:54:42.783 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z vni_ranges=1:1000 ']' 2021-02-10 15:54:42.786 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-02-10 15:54:42.788 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2021-02-10 15:54:42.816 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=physnet1, 2021-02-10 15:54:42.819 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-10 15:54:42.822 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_flat 2021-02-10 15:54:42.824 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=flat_networks=physnet1, 2021-02-10 15:54:42.827 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z flat_networks=physnet1, ']' 2021-02-10 15:54:42.829 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-02-10 15:54:42.832 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2021-02-10 15:54:42.859 | + 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=physnet1:800:849 2021-02-10 15:54:42.862 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-10 15:54:42.866 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_vlan 2021-02-10 15:54:42.869 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=network_vlan_ranges=physnet1:800:849 2021-02-10 15:54:42.871 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z network_vlan_ranges=physnet1:800:849 ']' 2021-02-10 15:54:42.874 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-02-10 15:54:42.878 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:800:849 2021-02-10 15:54:42.911 | + 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 2021-02-10 15:54:42.913 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-10 15:54:42.916 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_geneve 2021-02-10 15:54:42.918 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=vni_ranges=1:1000 2021-02-10 15:54:42.921 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z vni_ranges=1:1000 ']' 2021-02-10 15:54:42.923 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-02-10 15:54:42.925 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2021-02-10 15:54:42.956 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:146 : [[ legacy != \l\e\g\a\c\y ]] 2021-02-10 15:54:42.960 | + lib/neutron-legacy:configure_mutnauq:347 : is_service_enabled q-agt 2021-02-10 15:54:42.977 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:54:42.980 | + lib/neutron-legacy:configure_mutnauq:348 : _configure_neutron_plugin_agent 2021-02-10 15:54:42.983 | + lib/neutron-legacy:_configure_neutron_plugin_agent:846 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-02-10 15:54:43.013 | + lib/neutron-legacy:_configure_neutron_plugin_agent:847 : [[ True == \T\r\u\e ]] 2021-02-10 15:54:43.016 | + lib/neutron-legacy:_configure_neutron_plugin_agent:848 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-02-10 15:54:43.045 | + lib/neutron-legacy:_configure_neutron_plugin_agent:850 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2021-02-10 15:54:43.080 | + lib/neutron-legacy:_configure_neutron_plugin_agent:853 : neutron_plugin_configure_plugin_agent 2021-02-10 15:54:43.083 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:32 : _neutron_ovs_base_setup_bridge br-int 2021-02-10 15:54:43.085 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:32 : local bridge=br-int 2021-02-10 15:54:43.088 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:33 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2021-02-10 15:54:45.784 | INFO neutron.common.config [-] Logging enabled! 2021-02-10 15:54:45.784 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 17.1.0.dev491 2021-02-10 15:54:45.785 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=72611) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2021-02-10 15:54:45.786 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2021-02-10 15:54:45.788 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--privsep_context', 'neutron.privileged.ovs_vsctl_cmd', '--privsep_sock_path', '/tmp/tmpn0lqax7s/privsep.sock'] 2021-02-10 15:54:46.833 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2021-02-10 15:54:46.833 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpn0lqax7s/privsep.sock {{(pid=72611) __init__ /usr/local/lib/python3.6/dist-packages/oslo_privsep/daemon.py:371}} 2021-02-10 15:54:46.834 | INFO oslo.privsep.daemon [-] privsep daemon starting 2021-02-10 15:54:46.835 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2021-02-10 15:54:46.835 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2021-02-10 15:54:46.835 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 72622 2021-02-10 15:54:46.835 | DEBUG oslo.privsep.daemon [-] privsep: reply[140345804505920]: (2,) {{(pid=72622) _call_back /usr/local/lib/python3.6/dist-packages/oslo_privsep/daemon.py:511}} 2021-02-10 15:54:47.139 | DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000 {{(pid=72622) execute /usr/local/lib/python3.6/dist-packages/oslo_concurrency/processutils.py:384}} 2021-02-10 15:54:47.151 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.012s {{(pid=72622) execute /usr/local/lib/python3.6/dist-packages/oslo_concurrency/processutils.py:423}} 2021-02-10 15:54:47.151 | DEBUG oslo.privsep.daemon [-] privsep: reply[140345804505920]: (4, ('c852d384-4a13-4647-8fa3-da7407f3b546\n', '')) {{(pid=72622) _call_back /usr/local/lib/python3.6/dist-packages/oslo_privsep/daemon.py:511}} 2021-02-10 15:54:47.223 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=72611) autocreate_indices /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:86}} 2021-02-10 15:54:47.223 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=72611) autocreate_indices /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:86}} 2021-02-10 15:54:47.224 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=72611) autocreate_indices /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2021-02-10 15:54:47.224 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=72611) autocreate_indices /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2021-02-10 15:54:47.224 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=72611) autocreate_indices /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2021-02-10 15:54:47.224 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=72611) autocreate_indices /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2021-02-10 15:54:47.284 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2021-02-10 15:54:47.557 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:34 : _neutron_ovs_base_add_bridge br-int 2021-02-10 15:54:47.560 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-int 2021-02-10 15:54:47.562 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2021-02-10 15:54:47.565 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-02-10 15:54:47.568 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-int 2021-02-10 15:54:47.634 | + 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 2021-02-10 15:54:47.658 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:33 : _neutron_ovs_base_configure_firewall_driver 2021-02-10 15:54:47.661 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2021-02-10 15:54:47.663 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2021-02-10 15:54:47.693 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2021-02-10 15:54:47.696 | ++ functions:running_in_container:817 : systemd-detect-virt --container 2021-02-10 15:54:47.702 | + functions:running_in_container:817 : [[ none != \n\o\n\e ]] 2021-02-10 15:54:47.705 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2021-02-10 15:54:47.708 | + functions:enable_kernel_bridge_firewall:826 : sudo modprobe bridge 2021-02-10 15:54:47.732 | + functions:enable_kernel_bridge_firewall:829 : sudo modprobe br_netfilter 2021-02-10 15:54:47.750 | + functions:enable_kernel_bridge_firewall:833 : for proto in ip ip6 2021-02-10 15:54:47.753 | + functions:enable_kernel_bridge_firewall:834 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2021-02-10 15:54:47.760 | net.bridge.bridge-nf-call-iptables = 1 2021-02-10 15:54:47.764 | + functions:enable_kernel_bridge_firewall:833 : for proto in ip ip6 2021-02-10 15:54:47.767 | + functions:enable_kernel_bridge_firewall:834 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2021-02-10 15:54:47.774 | net.bridge.bridge-nf-call-ip6tables = 1 2021-02-10 15:54:47.779 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : [[ True == \T\r\u\e ]] 2021-02-10 15:54:47.781 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs local_ip 192.168.0.74 2021-02-10 15:54:47.810 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:38 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs tunnel_bridge br-tun 2021-02-10 15:54:47.837 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:44 : [[ physnet1 != '' ]] 2021-02-10 15:54:47.840 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:44 : [[ br-data != '' ]] 2021-02-10 15:54:47.842 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:45 : [[ physnet1:br-data == '' ]] 2021-02-10 15:54:47.845 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : _neutron_ovs_base_add_bridge br-data 2021-02-10 15:54:47.847 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2021-02-10 15:54:47.850 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2021-02-10 15:54:47.852 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-02-10 15:54:47.855 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2021-02-10 15:54:47.879 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:52 : [[ physnet1:br-data != '' ]] 2021-02-10 15:54:47.881 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:53 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings physnet1:br-data 2021-02-10 15:54:47.913 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:55 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2021-02-10 15:54:47.916 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types vxlan 2021-02-10 15:54:47.945 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:58 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2021-02-10 15:54:47.972 | + lib/neutron-legacy:configure_mutnauq:350 : is_service_enabled q-dhcp 2021-02-10 15:54:47.988 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:54:47.990 | + lib/neutron-legacy:configure_mutnauq:351 : _configure_neutron_dhcp_agent 2021-02-10 15:54:47.993 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:787 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2021-02-10 15:54:47.998 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:789 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2021-02-10 15:54:48.023 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:791 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2021-02-10 15:54:48.051 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:792 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-02-10 15:54:48.080 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:793 : [[ True == \T\r\u\e ]] 2021-02-10 15:54:48.083 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:794 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-02-10 15:54:48.110 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:797 : is_service_enabled q-l3 2021-02-10 15:54:48.127 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:54:48.129 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:808 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2021-02-10 15:54:48.132 | + lib/neutron-legacy:_neutron_setup_interface_driver:966 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2021-02-10 15:54:48.159 | + lib/neutron-legacy:_neutron_setup_interface_driver:968 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2021-02-10 15:54:48.161 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:62 : local conf_file=/etc/neutron/dhcp_agent.ini 2021-02-10 15:54:48.164 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:63 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2021-02-10 15:54:48.191 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:810 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2021-02-10 15:54:48.194 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:21 : local conf_file=/etc/neutron/dhcp_agent.ini 2021-02-10 15:54:48.196 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:22 : : 2021-02-10 15:54:48.199 | + lib/neutron-legacy:configure_mutnauq:353 : is_service_enabled q-l3 2021-02-10 15:54:48.216 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:54:48.218 | + lib/neutron-legacy:configure_mutnauq:354 : _configure_neutron_l3_agent 2021-02-10 15:54:48.221 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack/neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2021-02-10 15:54:48.225 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2021-02-10 15:54:48.253 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-02-10 15:54:48.284 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2021-02-10 15:54:48.286 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-02-10 15:54:48.313 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2021-02-10 15:54:48.316 | + lib/neutron-legacy:_neutron_setup_interface_driver:966 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2021-02-10 15:54:48.343 | + lib/neutron-legacy:_neutron_setup_interface_driver:968 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2021-02-10 15:54:48.346 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:62 : local conf_file=/etc/neutron/l3_agent.ini 2021-02-10 15:54:48.348 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:63 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2021-02-10 15:54:48.375 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2021-02-10 15:54:48.378 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:26 : local conf_file=/etc/neutron/l3_agent.ini 2021-02-10 15:54:48.380 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:27 : _neutron_ovs_base_configure_l3_agent 2021-02-10 15:54:48.383 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2021-02-10 15:54:51.073 | INFO neutron.common.config [-] Logging enabled! 2021-02-10 15:54:51.074 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 17.1.0.dev491 2021-02-10 15:54:51.075 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=73207) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2021-02-10 15:54:51.143 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=73207) autocreate_indices /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:86}} 2021-02-10 15:54:51.143 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=73207) autocreate_indices /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:86}} 2021-02-10 15:54:51.144 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=73207) autocreate_indices /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2021-02-10 15:54:51.144 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=73207) autocreate_indices /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2021-02-10 15:54:51.144 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=73207) autocreate_indices /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2021-02-10 15:54:51.144 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=73207) autocreate_indices /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2021-02-10 15:54:51.211 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2021-02-10 15:54:51.212 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=73207) do_commit /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2021-02-10 15:54:51.212 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=73207) do_commit /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:126}} 2021-02-10 15:54:51.213 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2021-02-10 15:54:51.505 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2021-02-10 15:54:51.507 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2021-02-10 15:54:51.510 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-data 2021-02-10 15:54:51.513 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2021-02-10 15:54:51.515 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2021-02-10 15:54:51.518 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-02-10 15:54:51.520 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2021-02-10 15:54:51.538 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-data 1500 2021-02-10 15:54:51.540 | + functions:set_mtu:809 : local dev=br-data 2021-02-10 15:54:51.543 | + functions:set_mtu:810 : local mtu=1500 2021-02-10 15:54:51.546 | + functions:set_mtu:811 : sudo ip link set mtu 1500 dev br-data 2021-02-10 15:54:51.557 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:109 : sudo ovs-vsctl br-set-external-id br-data bridge-id br-data 2021-02-10 15:54:51.575 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : [[ -n eth1 ]] 2021-02-10 15:54:51.578 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:131 : _move_neutron_addresses_route eth1 br-data True False inet 2021-02-10 15:54:51.580 | + lib/neutron-legacy:_move_neutron_addresses_route:615 : local from_intf=eth1 2021-02-10 15:54:51.582 | + lib/neutron-legacy:_move_neutron_addresses_route:616 : local to_intf=br-data 2021-02-10 15:54:51.585 | + lib/neutron-legacy:_move_neutron_addresses_route:617 : local add_ovs_port=True 2021-02-10 15:54:51.588 | + lib/neutron-legacy:_move_neutron_addresses_route:618 : local del_ovs_port=False 2021-02-10 15:54:51.590 | + lib/neutron-legacy:_move_neutron_addresses_route:619 : local af=inet 2021-02-10 15:54:51.593 | + lib/neutron-legacy:_move_neutron_addresses_route:621 : [[ -n eth1 ]] 2021-02-10 15:54:51.595 | + lib/neutron-legacy:_move_neutron_addresses_route:621 : [[ -n br-data ]] 2021-02-10 15:54:51.598 | + lib/neutron-legacy:_move_neutron_addresses_route:627 : local IP_REPLACE= 2021-02-10 15:54:51.600 | + lib/neutron-legacy:_move_neutron_addresses_route:628 : local IP_DEL= 2021-02-10 15:54:51.603 | + lib/neutron-legacy:_move_neutron_addresses_route:629 : local IP_UP= 2021-02-10 15:54:51.605 | + lib/neutron-legacy:_move_neutron_addresses_route:630 : local DEFAULT_ROUTE_GW 2021-02-10 15:54:51.609 | ++ lib/neutron-legacy:_move_neutron_addresses_route:631 : ip -f inet r 2021-02-10 15:54:51.609 | ++ lib/neutron-legacy:_move_neutron_addresses_route:631 : awk '/default.+eth1\s/ { print $3; exit }' 2021-02-10 15:54:51.615 | + lib/neutron-legacy:_move_neutron_addresses_route:631 : DEFAULT_ROUTE_GW= 2021-02-10 15:54:51.618 | + lib/neutron-legacy:_move_neutron_addresses_route:632 : local ADD_OVS_PORT= 2021-02-10 15:54:51.620 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : local DEL_OVS_PORT= 2021-02-10 15:54:51.622 | + lib/neutron-legacy:_move_neutron_addresses_route:634 : local ARP_CMD= 2021-02-10 15:54:51.626 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 : ip -f inet a s dev eth1 scope global primary 2021-02-10 15:54:51.627 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 : awk '{ print $2, $3, $4; exit }' 2021-02-10 15:54:51.627 | ++ lib/neutron-legacy:_move_neutron_addresses_route:636 : grep inet 2021-02-10 15:54:51.632 | + lib/neutron-legacy:_move_neutron_addresses_route:636 : IP_BRD='192.168.0.74/22 brd 192.168.3.255' 2021-02-10 15:54:51.634 | + lib/neutron-legacy:_move_neutron_addresses_route:638 : '[' '' '!=' '' ']' 2021-02-10 15:54:51.637 | + lib/neutron-legacy:_move_neutron_addresses_route:642 : [[ True == \T\r\u\e ]] 2021-02-10 15:54:51.639 | + lib/neutron-legacy:_move_neutron_addresses_route:643 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2021-02-10 15:54:51.642 | + lib/neutron-legacy:_move_neutron_addresses_route:646 : [[ False == \T\r\u\e ]] 2021-02-10 15:54:51.644 | + lib/neutron-legacy:_move_neutron_addresses_route:650 : [[ 192.168.0.74/22 brd 192.168.3.255 != '' ]] 2021-02-10 15:54:51.646 | + lib/neutron-legacy:_move_neutron_addresses_route:651 : IP_DEL='sudo ip addr del 192.168.0.74/22 brd 192.168.3.255 dev eth1' 2021-02-10 15:54:51.649 | + lib/neutron-legacy:_move_neutron_addresses_route:652 : IP_REPLACE='sudo ip addr replace 192.168.0.74/22 brd 192.168.3.255 dev br-data' 2021-02-10 15:54:51.651 | + lib/neutron-legacy:_move_neutron_addresses_route:653 : IP_UP='sudo ip link set br-data up' 2021-02-10 15:54:51.654 | + lib/neutron-legacy:_move_neutron_addresses_route:654 : [[ inet == \i\n\e\t ]] 2021-02-10 15:54:51.658 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : echo 192.168.0.74/22 brd 192.168.3.255 2021-02-10 15:54:51.658 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : awk '{ print $1; exit }' 2021-02-10 15:54:51.659 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : grep -o -E '(.*)/' 2021-02-10 15:54:51.660 | ++ lib/neutron-legacy:_move_neutron_addresses_route:655 : cut -d / -f1 2021-02-10 15:54:51.663 | + lib/neutron-legacy:_move_neutron_addresses_route:655 : IP=192.168.0.74 2021-02-10 15:54:51.666 | + lib/neutron-legacy:_move_neutron_addresses_route:656 : ARP_CMD='sudo arping -A -c 3 -w 5 -I br-data 192.168.0.74 ' 2021-02-10 15:54:51.669 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ip addr del 192.168.0.74/22 brd 192.168.3.255 dev eth1 2021-02-10 15:54:51.680 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ip addr replace 192.168.0.74/22 brd 192.168.3.255 dev br-data 2021-02-10 15:54:51.693 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ip link set br-data up 2021-02-10 15:54:51.704 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo ovs-vsctl --may-exist add-port br-data eth1 2021-02-10 15:54:51.725 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : sudo arping -A -c 3 -w 5 -I br-data 192.168.0.74 2021-02-10 15:54:53.734 | ARPING 192.168.0.74 from 192.168.0.74 br-data 2021-02-10 15:54:53.734 | Sent 3 probes (3 broadcast(s)) 2021-02-10 15:54:53.734 | Received 0 response(s) 2021-02-10 15:54:53.754 | ++ lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:133 : ip -f inet6 a s dev eth1 2021-02-10 15:54:53.754 | ++ lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:133 : grep -c global 2021-02-10 15:54:53.759 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:133 : [[ 0 != 0 ]] 2021-02-10 15:54:53.761 | + lib/neutron-legacy:configure_mutnauq:356 : is_service_enabled q-meta 2021-02-10 15:54:53.778 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:54:53.780 | + lib/neutron-legacy:configure_mutnauq:357 : _configure_neutron_metadata_agent 2021-02-10 15:54:53.783 | + lib/neutron-legacy:_configure_neutron_metadata_agent:815 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2021-02-10 15:54:53.787 | + lib/neutron-legacy:_configure_neutron_metadata_agent:817 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2021-02-10 15:54:53.815 | + lib/neutron-legacy:_configure_neutron_metadata_agent:818 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.71 2021-02-10 15:54:53.843 | + lib/neutron-legacy:_configure_neutron_metadata_agent:819 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2021-02-10 15:54:53.871 | + lib/neutron-legacy:_configure_neutron_metadata_agent:820 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-02-10 15:54:53.900 | + lib/neutron-legacy:_configure_neutron_metadata_agent:821 : [[ True == \T\r\u\e ]] 2021-02-10 15:54:53.902 | + lib/neutron-legacy:_configure_neutron_metadata_agent:822 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-02-10 15:54:53.930 | + lib/neutron-legacy:configure_mutnauq:360 : [[ legacy != \l\e\g\a\c\y ]] 2021-02-10 15:54:53.932 | + lib/neutron-legacy:configure_mutnauq:363 : is_service_enabled ceilometer 2021-02-10 15:54:53.949 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:54:53.952 | + lib/neutron-legacy:configure_mutnauq:367 : [[ openvswitch == \o\v\n ]] 2021-02-10 15:54:53.954 | + lib/neutron-legacy:configure_mutnauq:372 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2021-02-10 15:54:53.986 | + lib/neutron-legacy:configure_mutnauq:376 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2021-02-10 15:54:54.020 | + lib/neutron:configure_neutron:610 : '[' False == True ']' 2021-02-10 15:54:54.023 | + ./stack.sh:main:1139 : is_service_enabled mysql postgresql 2021-02-10 15:54:54.040 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:54:54.043 | + ./stack.sh:main:1139 : is_service_enabled neutron 2021-02-10 15:54:54.059 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:54:54.062 | + ./stack.sh:main:1140 : init_neutron 2021-02-10 15:54:54.064 | + lib/neutron:init_neutron:648 : is_neutron_legacy_enabled 2021-02-10 15:54:54.068 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-10 15:54:54.069 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-02-10 15:54:54.073 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-10 15:54:54.076 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-02-10 15:54:54.081 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-02-10 15:54:54.084 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-02-10 15:54:54.086 | + lib/neutron:init_neutron:650 : init_mutnauq 2021-02-10 15:54:54.089 | + lib/neutron-legacy:init_mutnauq:430 : recreate_database neutron 2021-02-10 15:54:54.092 | + lib/database:recreate_database:110 : local db=neutron 2021-02-10 15:54:54.094 | + lib/database:recreate_database:111 : recreate_database_mysql neutron 2021-02-10 15:54:54.097 | + lib/databases/mysql:recreate_database_mysql:63 : local db=neutron 2021-02-10 15:54:54.100 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2021-02-10 15:54:54.104 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:54:54.117 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2021-02-10 15:54:54.121 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:54:54.135 | + lib/neutron-legacy:init_mutnauq:431 : time_start dbsync 2021-02-10 15:54:54.137 | + functions-common:time_start:2292 : local name=dbsync 2021-02-10 15:54:54.140 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:54:54.143 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:54:54.146 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:54:54.150 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972494147 2021-02-10 15:54:54.153 | + lib/neutron-legacy:init_mutnauq:433 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2021-02-10 15:54:57.358 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-10 15:54:57.358 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-10 15:54:57.550 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-02-10 15:54:57.550 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-02-10 15:54:57.624 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2021-02-10 15:55:08.075 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2021-02-10 15:55:08.164 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2021-02-10 15:55:08.481 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2021-02-10 15:55:08.590 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2021-02-10 15:55:08.776 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2021-02-10 15:55:08.901 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2021-02-10 15:55:09.047 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2021-02-10 15:55:09.143 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2021-02-10 15:55:09.243 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2021-02-10 15:55:09.342 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2021-02-10 15:55:09.639 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2021-02-10 15:55:09.765 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2021-02-10 15:55:09.893 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2021-02-10 15:55:10.003 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2021-02-10 15:55:10.120 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2021-02-10 15:55:11.033 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2021-02-10 15:55:11.130 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2021-02-10 15:55:11.227 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2021-02-10 15:55:11.335 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2021-02-10 15:55:11.626 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2021-02-10 15:55:11.698 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2021-02-10 15:55:11.880 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2021-02-10 15:55:12.214 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2021-02-10 15:55:12.280 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2021-02-10 15:55:12.409 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2021-02-10 15:55:12.512 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2021-02-10 15:55:12.571 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2021-02-10 15:55:12.768 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2021-02-10 15:55:12.854 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2021-02-10 15:55:12.914 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2021-02-10 15:55:13.100 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2021-02-10 15:55:13.109 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2021-02-10 15:55:13.328 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2021-02-10 15:55:13.490 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2021-02-10 15:55:13.569 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2021-02-10 15:55:13.841 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2021-02-10 15:55:14.005 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2021-02-10 15:55:14.372 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2021-02-10 15:55:14.402 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2021-02-10 15:55:16.980 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2021-02-10 15:55:17.008 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2021-02-10 15:55:17.226 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2021-02-10 15:55:17.336 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2021-02-10 15:55:17.344 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2021-02-10 15:55:17.461 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2021-02-10 15:55:17.469 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2021-02-10 15:55:17.643 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2021-02-10 15:55:17.692 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2021-02-10 15:55:17.757 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2021-02-10 15:55:17.860 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2021-02-10 15:55:17.969 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2021-02-10 15:55:18.254 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2021-02-10 15:55:18.408 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2021-02-10 15:55:18.442 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2021-02-10 15:55:18.550 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2021-02-10 15:55:18.706 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2021-02-10 15:55:20.100 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2021-02-10 15:55:20.373 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2021-02-10 15:55:20.434 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2021-02-10 15:55:20.496 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2021-02-10 15:55:20.608 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2021-02-10 15:55:20.701 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2021-02-10 15:55:20.749 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2021-02-10 15:55:20.898 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2021-02-10 15:55:20.906 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2021-02-10 15:55:21.081 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2021-02-10 15:55:21.183 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2021-02-10 15:55:21.493 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2021-02-10 15:55:21.610 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2021-02-10 15:55:21.803 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2021-02-10 15:55:21.904 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2021-02-10 15:55:22.014 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2021-02-10 15:55:22.086 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2021-02-10 15:55:22.098 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2021-02-10 15:55:22.178 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2021-02-10 15:55:22.634 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2021-02-10 15:55:22.743 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2021-02-10 15:55:22.811 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2021-02-10 15:55:22.932 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2021-02-10 15:55:23.004 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2021-02-10 15:55:23.123 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2021-02-10 15:55:23.195 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2021-02-10 15:55:23.326 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2021-02-10 15:55:23.475 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2021-02-10 15:55:23.591 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2021-02-10 15:55:23.899 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2021-02-10 15:55:23.962 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2021-02-10 15:55:24.063 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2021-02-10 15:55:24.492 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2021-02-10 15:55:24.564 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2021-02-10 15:55:24.685 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2021-02-10 15:55:24.820 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2021-02-10 15:55:24.956 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2021-02-10 15:55:25.110 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2021-02-10 15:55:25.127 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2021-02-10 15:55:25.135 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2021-02-10 15:55:25.309 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2021-02-10 15:55:25.321 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2021-02-10 15:55:25.512 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2021-02-10 15:55:25.571 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2021-02-10 15:55:25.617 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2021-02-10 15:55:25.931 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2021-02-10 15:55:26.452 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2021-02-10 15:55:26.514 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2021-02-10 15:55:26.524 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2021-02-10 15:55:26.535 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2021-02-10 15:55:26.926 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2021-02-10 15:55:27.417 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2021-02-10 15:55:27.556 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2021-02-10 15:55:27.628 | Running upgrade for neutron ... 2021-02-10 15:55:27.629 | OK 2021-02-10 15:55:27.916 | + lib/neutron-legacy:init_mutnauq:434 : time_stop dbsync 2021-02-10 15:55:27.919 | + functions-common:time_stop:2306 : local name 2021-02-10 15:55:27.921 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:55:27.924 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:55:27.927 | + functions-common:time_stop:2309 : local total 2021-02-10 15:55:27.929 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:55:27.932 | + functions-common:time_stop:2312 : name=dbsync 2021-02-10 15:55:27.935 | + functions-common:time_stop:2313 : start_time=1612972494147 2021-02-10 15:55:27.938 | + functions-common:time_stop:2315 : [[ -z 1612972494147 ]] 2021-02-10 15:55:27.941 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:55:27.946 | + functions-common:time_stop:2318 : end_time=1612972527942 2021-02-10 15:55:27.949 | + functions-common:time_stop:2319 : elapsed_time=33795 2021-02-10 15:55:27.952 | + functions-common:time_stop:2320 : total=33761 2021-02-10 15:55:27.954 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:55:27.957 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=67556 2021-02-10 15:55:27.960 | + ./stack.sh:main:1148 : is_service_enabled q-dhcp 2021-02-10 15:55:27.977 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:55:27.980 | ++ ./stack.sh:main:1151 : pidof NetworkManager 2021-02-10 15:55:27.989 | ++ ./stack.sh:main:1151 : true 2021-02-10 15:55:27.992 | + ./stack.sh:main:1151 : netman_pid= 2021-02-10 15:55:27.994 | + ./stack.sh:main:1152 : '[' -z '' ']' 2021-02-10 15:55:27.997 | + ./stack.sh:main:1153 : sudo killall dnsmasq 2021-02-10 15:55:28.014 | dnsmasq: no process found 2021-02-10 15:55:28.018 | + ./stack.sh:main:1153 : true 2021-02-10 15:55:28.021 | + ./stack.sh:main:1158 : clean_iptables 2021-02-10 15:55:28.024 | + lib/nova:clean_iptables:178 : sudo iptables -S -v 2021-02-10 15:55:28.026 | + lib/nova:clean_iptables:178 : sed 's/-c [0-9]* [0-9]* //g' 2021-02-10 15:55:28.027 | + lib/nova:clean_iptables:178 : sed s/-A/-D/g 2021-02-10 15:55:28.028 | + lib/nova:clean_iptables:178 : grep nova 2021-02-10 15:55:28.029 | + lib/nova:clean_iptables:178 : bash 2021-02-10 15:55:28.029 | + lib/nova:clean_iptables:178 : awk '{print "sudo iptables",$0}' 2021-02-10 15:55:28.031 | + lib/nova:clean_iptables:178 : grep '\-A' 2021-02-10 15:55:28.040 | + lib/nova:clean_iptables:180 : sed 's/-c [0-9]* [0-9]* //g' 2021-02-10 15:55:28.040 | + lib/nova:clean_iptables:180 : grep '\-A' 2021-02-10 15:55:28.042 | + lib/nova:clean_iptables:180 : grep nova 2021-02-10 15:55:28.043 | + lib/nova:clean_iptables:180 : bash 2021-02-10 15:55:28.043 | + lib/nova:clean_iptables:180 : sudo iptables -S -v -t nat 2021-02-10 15:55:28.043 | + lib/nova:clean_iptables:180 : awk '{print "sudo iptables -t nat",$0}' 2021-02-10 15:55:28.047 | + lib/nova:clean_iptables:180 : sed s/-A/-D/g 2021-02-10 15:55:28.057 | + lib/nova:clean_iptables:182 : sed 's/-c [0-9]* [0-9]* //g' 2021-02-10 15:55:28.059 | + lib/nova:clean_iptables:182 : grep nova 2021-02-10 15:55:28.059 | + lib/nova:clean_iptables:182 : sed s/-N/-X/g 2021-02-10 15:55:28.060 | + lib/nova:clean_iptables:182 : grep '\-N' 2021-02-10 15:55:28.060 | + lib/nova:clean_iptables:182 : sudo iptables -S -v 2021-02-10 15:55:28.060 | + lib/nova:clean_iptables:182 : bash 2021-02-10 15:55:28.061 | + lib/nova:clean_iptables:182 : awk '{print "sudo iptables",$0}' 2021-02-10 15:55:28.077 | + lib/nova:clean_iptables:184 : sed s/-N/-X/g 2021-02-10 15:55:28.077 | + lib/nova:clean_iptables:184 : sudo iptables -S -v -t nat 2021-02-10 15:55:28.079 | + lib/nova:clean_iptables:184 : grep nova 2021-02-10 15:55:28.079 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables -t nat",$0}' 2021-02-10 15:55:28.081 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2021-02-10 15:55:28.084 | + lib/nova:clean_iptables:184 : grep '\-N' 2021-02-10 15:55:28.085 | + lib/nova:clean_iptables:184 : bash 2021-02-10 15:55:28.090 | + ./stack.sh:main:1161 : sudo sysctl -w net.ipv4.ip_forward=1 2021-02-10 15:55:28.097 | net.ipv4.ip_forward = 1 2021-02-10 15:55:28.101 | + ./stack.sh:main:1168 : is_service_enabled swift 2021-02-10 15:55:28.118 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:55:28.120 | + ./stack.sh:main:1169 : echo_summary 'Configuring Swift' 2021-02-10 15:55:28.123 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:55:28.126 | + ./stack.sh:echo_summary:422 : echo -e Configuring Swift 2021-02-10 15:55:28.128 | + ./stack.sh:main:1170 : init_swift 2021-02-10 15:55:28.131 | + lib/swift:init_swift:693 : local node_number 2021-02-10 15:55:28.133 | + lib/swift:init_swift:695 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-02-10 15:55:29.057 | No object-expirer running 2021-02-10 15:55:29.057 | No object-reconstructor running 2021-02-10 15:55:29.057 | No container-server running 2021-02-10 15:55:29.057 | No object-auditor running 2021-02-10 15:55:29.057 | No container-updater running 2021-02-10 15:55:29.057 | No account-reaper running 2021-02-10 15:55:29.057 | No object-server running 2021-02-10 15:55:29.057 | No container-reconciler running 2021-02-10 15:55:29.057 | No container-replicator running 2021-02-10 15:55:29.058 | No object-replicator running 2021-02-10 15:55:29.058 | No container-auditor running 2021-02-10 15:55:29.058 | No account-auditor running 2021-02-10 15:55:29.058 | No proxy-server running 2021-02-10 15:55:29.058 | No container-sync running 2021-02-10 15:55:29.058 | No account-server running 2021-02-10 15:55:29.058 | No object-updater running 2021-02-10 15:55:29.058 | No container-sharder running 2021-02-10 15:55:29.058 | No account-replicator running 2021-02-10 15:55:29.115 | + lib/swift:init_swift:695 : true 2021-02-10 15:55:29.118 | + lib/swift:init_swift:698 : create_swift_disk 2021-02-10 15:55:29.122 | + lib/swift:create_swift_disk:569 : local node_number 2021-02-10 15:55:29.124 | + lib/swift:create_swift_disk:574 : local user_group 2021-02-10 15:55:29.128 | ++ lib/swift:create_swift_disk:575 : id -g ubuntu 2021-02-10 15:55:29.132 | + lib/swift:create_swift_disk:575 : user_group=1000 2021-02-10 15:55:29.134 | + lib/swift:create_swift_disk:576 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift/drives /opt/stack/data/swift/cache /opt/stack/data/swift/run /opt/stack/data/swift/logs 2021-02-10 15:55:29.148 | + lib/swift:create_swift_disk:579 : [[ -e /opt/stack/data/swift/drives/images/swift.img ]] 2021-02-10 15:55:29.151 | + lib/swift:create_swift_disk:586 : mkdir -p /opt/stack/data/swift/drives/images 2021-02-10 15:55:29.155 | + lib/swift:create_swift_disk:587 : sudo touch /opt/stack/data/swift/drives/images/swift.img 2021-02-10 15:55:29.166 | + lib/swift:create_swift_disk:588 : sudo chown ubuntu: /opt/stack/data/swift/drives/images/swift.img 2021-02-10 15:55:29.177 | + lib/swift:create_swift_disk:590 : truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2021-02-10 15:55:29.189 | + lib/swift:create_swift_disk:593 : /sbin/mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2021-02-10 15:55:29.230 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2021-02-10 15:55:29.231 | = sectsz=512 attr=2, projid32bit=1 2021-02-10 15:55:29.231 | = crc=1 finobt=1, sparse=0, rmapbt=0, reflink=0 2021-02-10 15:55:29.231 | data = bsize=4096 blocks=1572864, imaxpct=25 2021-02-10 15:55:29.231 | = sunit=0 swidth=0 blks 2021-02-10 15:55:29.231 | naming =version 2 bsize=4096 ascii-ci=0 ftype=1 2021-02-10 15:55:29.231 | log =internal log bsize=4096 blocks=2560, version=2 2021-02-10 15:55:29.231 | = sectsz=512 sunit=0 blks, lazy-count=1 2021-02-10 15:55:29.231 | realtime =none extsz=4096 blocks=0, rtextents=0 2021-02-10 15:55:29.234 | + lib/swift:create_swift_disk:596 : mkdir -p /opt/stack/data/swift/drives/sdb1 2021-02-10 15:55:29.239 | + lib/swift:create_swift_disk:597 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2021-02-10 15:55:29.245 | + lib/swift:create_swift_disk:598 : sudo mount -t xfs -o loop,noatime,nodiratime,logbufs=8 /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 2021-02-10 15:55:29.322 | + lib/swift:create_swift_disk:604 : local node_number 2021-02-10 15:55:29.324 | + lib/swift:create_swift_disk:605 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-02-10 15:55:29.327 | + lib/swift:create_swift_disk:607 : local node_devices=/opt/stack/data/swift/1 2021-02-10 15:55:29.329 | + lib/swift:create_swift_disk:608 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2021-02-10 15:55:29.332 | + lib/swift:create_swift_disk:609 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2021-02-10 15:55:29.345 | + lib/swift:create_swift_disk:610 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2021-02-10 15:55:29.347 | + lib/swift:create_swift_disk:611 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2021-02-10 15:55:29.350 | + lib/swift:create_swift_disk:612 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2021-02-10 15:55:29.364 | + lib/swift:init_swift:702 : pushd /etc/swift 2021-02-10 15:55:29.367 | + lib/swift:init_swift:704 : rm -f '*.builder' '*.ring.gz' 'backups/*.builder' 'backups/*.ring.gz' 2021-02-10 15:55:29.371 | + lib/swift:init_swift:706 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2021-02-10 15:55:30.409 | + lib/swift:init_swift:707 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2021-02-10 15:55:31.418 | + lib/swift:init_swift:708 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2021-02-10 15:55:32.407 | + lib/swift:init_swift:714 : [[ -n '' ]] 2021-02-10 15:55:32.409 | + lib/swift:init_swift:727 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-02-10 15:55:32.412 | + lib/swift:init_swift:728 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2021-02-10 15:55:33.344 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2021-02-10 15:55:33.344 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2021-02-10 15:55:33.402 | + lib/swift:init_swift:729 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2021-02-10 15:55:34.346 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2021-02-10 15:55:34.346 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2021-02-10 15:55:34.405 | + lib/swift:init_swift:730 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2021-02-10 15:55:35.335 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2021-02-10 15:55:35.335 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2021-02-10 15:55:35.395 | + lib/swift:init_swift:736 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2021-02-10 15:55:36.366 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-02-10 15:55:36.425 | + lib/swift:init_swift:737 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2021-02-10 15:55:37.382 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-02-10 15:55:37.442 | + lib/swift:init_swift:738 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2021-02-10 15:55:38.403 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-02-10 15:55:38.463 | + lib/swift:init_swift:739 : popd 2021-02-10 15:55:38.466 | + ./stack.sh:main:1177 : is_service_enabled cinder 2021-02-10 15:55:38.487 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:55:38.489 | + ./stack.sh:main:1178 : echo_summary 'Configuring Cinder' 2021-02-10 15:55:38.492 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:55:38.495 | + ./stack.sh:echo_summary:422 : echo -e Configuring Cinder 2021-02-10 15:55:38.498 | + ./stack.sh:main:1179 : init_cinder 2021-02-10 15:55:38.500 | + lib/cinder:init_cinder:388 : is_service_enabled mysql postgresql 2021-02-10 15:55:38.517 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:55:38.520 | + lib/cinder:init_cinder:390 : recreate_database cinder 2021-02-10 15:55:38.522 | + lib/database:recreate_database:110 : local db=cinder 2021-02-10 15:55:38.525 | + lib/database:recreate_database:111 : recreate_database_mysql cinder 2021-02-10 15:55:38.528 | + lib/databases/mysql:recreate_database_mysql:63 : local db=cinder 2021-02-10 15:55:38.531 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2021-02-10 15:55:38.535 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:55:38.548 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2021-02-10 15:55:38.552 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:55:38.565 | + lib/cinder:init_cinder:392 : time_start dbsync 2021-02-10 15:55:38.568 | + functions-common:time_start:2292 : local name=dbsync 2021-02-10 15:55:38.570 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:55:38.573 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:55:38.577 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:55:38.580 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972538577 2021-02-10 15:55:38.583 | + lib/cinder:init_cinder:394 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2021-02-10 15:55:41.544 | 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 {{(pid=74082) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-10 15:55:41.547 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:55:41.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.552 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.552 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.554 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.554 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.554 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.554 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.555 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.555 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.556 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.556 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.557 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.557 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.557 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.558 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.558 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.558 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.558 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.558 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:55:41.559 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:55:41.603 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:55:41.604 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.604 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.604 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.605 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.605 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.605 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.605 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.605 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.605 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.606 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.606 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.606 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.606 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.606 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.606 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.607 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.607 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.607 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.607 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.607 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.607 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.608 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.608 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.608 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.608 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.608 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.609 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.609 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.609 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.609 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.609 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.609 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.610 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.610 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.610 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.610 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.610 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:55:41.610 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:55:41.669 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:55:41.670 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.670 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/139_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/137_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.671 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.671 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.672 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.672 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.672 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.672 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.672 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.672 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.673 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.673 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/138_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:55:41.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:55:41.676 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:55:41.676 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=74082) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:55:41.684 | INFO migrate.versioning.api [-] 122 -> 123...  2021-02-10 15:55:46.529 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:46.529 | INFO migrate.versioning.api [-] 123 -> 124...  2021-02-10 15:55:46.536 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:46.537 | INFO migrate.versioning.api [-] 124 -> 125...  2021-02-10 15:55:46.545 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:46.545 | INFO migrate.versioning.api [-] 125 -> 126...  2021-02-10 15:55:46.553 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:46.554 | INFO migrate.versioning.api [-] 126 -> 127...  2021-02-10 15:55:46.575 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:46.576 | INFO migrate.versioning.api [-] 127 -> 128...  2021-02-10 15:55:46.897 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:46.897 | INFO migrate.versioning.api [-] 128 -> 129...  2021-02-10 15:55:46.906 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:46.906 | INFO migrate.versioning.api [-] 129 -> 130...  2021-02-10 15:55:46.914 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:46.914 | INFO migrate.versioning.api [-] 130 -> 131...  2021-02-10 15:55:46.922 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:46.922 | INFO migrate.versioning.api [-] 131 -> 132...  2021-02-10 15:55:46.944 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:46.944 | INFO migrate.versioning.api [-] 132 -> 133...  2021-02-10 15:55:46.951 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:46.951 | INFO migrate.versioning.api [-] 133 -> 134...  2021-02-10 15:55:46.959 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:46.959 | INFO migrate.versioning.api [-] 134 -> 135...  2021-02-10 15:55:46.966 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:46.966 | INFO migrate.versioning.api [-] 135 -> 136...  2021-02-10 15:55:47.231 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:47.232 | INFO migrate.versioning.api [-] 136 -> 137...  2021-02-10 15:55:47.238 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:47.238 | INFO migrate.versioning.api [-] 137 -> 138...  2021-02-10 15:55:47.247 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:47.247 | INFO migrate.versioning.api [-] 138 -> 139...  2021-02-10 15:55:47.256 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:47.256 | INFO migrate.versioning.api [-] 139 -> 140...  2021-02-10 15:55:47.390 | INFO migrate.versioning.api [-] done 2021-02-10 15:55:47.394 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:55:47.394 | from cryptography.utils import int_from_bytes 2021-02-10 15:55:47.394 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:55:47.394 | from cryptography.utils import int_from_bytes 2021-02-10 15:55:47.729 | + lib/cinder:init_cinder:395 : time_stop dbsync 2021-02-10 15:55:47.732 | + functions-common:time_stop:2306 : local name 2021-02-10 15:55:47.735 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:55:47.737 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:55:47.740 | + functions-common:time_stop:2309 : local total 2021-02-10 15:55:47.742 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:55:47.744 | + functions-common:time_stop:2312 : name=dbsync 2021-02-10 15:55:47.747 | + functions-common:time_stop:2313 : start_time=1612972538577 2021-02-10 15:55:47.750 | + functions-common:time_stop:2315 : [[ -z 1612972538577 ]] 2021-02-10 15:55:47.753 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:55:47.756 | + functions-common:time_stop:2318 : end_time=1612972547754 2021-02-10 15:55:47.759 | + functions-common:time_stop:2319 : elapsed_time=9177 2021-02-10 15:55:47.762 | + functions-common:time_stop:2320 : total=67556 2021-02-10 15:55:47.765 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:55:47.767 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=76733 2021-02-10 15:55:47.770 | + lib/cinder:init_cinder:398 : is_service_enabled c-vol 2021-02-10 15:55:47.787 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:55:47.789 | + lib/cinder:init_cinder:413 : mkdir -p /opt/stack/data/cinder/volumes 2021-02-10 15:55:47.794 | + ./stack.sh:main:1185 : is_service_enabled placement 2021-02-10 15:55:47.811 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:55:47.813 | + ./stack.sh:main:1186 : echo_summary 'Configuring placement' 2021-02-10 15:55:47.816 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:55:47.818 | + ./stack.sh:echo_summary:422 : echo -e Configuring placement 2021-02-10 15:55:47.821 | + ./stack.sh:main:1187 : init_placement 2021-02-10 15:55:47.823 | + lib/placement:init_placement:130 : recreate_database placement 2021-02-10 15:55:47.826 | + lib/database:recreate_database:110 : local db=placement 2021-02-10 15:55:47.829 | + lib/database:recreate_database:111 : recreate_database_mysql placement 2021-02-10 15:55:47.831 | + lib/databases/mysql:recreate_database_mysql:63 : local db=placement 2021-02-10 15:55:47.834 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2021-02-10 15:55:47.838 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:55:47.852 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2021-02-10 15:55:47.856 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:55:47.871 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2021-02-10 15:55:51.484 | + lib/placement:init_placement:132 : create_placement_accounts 2021-02-10 15:55:51.487 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2021-02-10 15:55:51.489 | + lib/keystone:create_service_user:395 : get_or_create_user placement Passw0rd Default 2021-02-10 15:55:51.492 | + functions-common:get_or_create_user:826 : local user_id 2021-02-10 15:55:51.494 | + functions-common:get_or_create_user:827 : [[ ! -z '' ]] 2021-02-10 15:55:51.497 | + functions-common:get_or_create_user:830 : local email= 2021-02-10 15:55:51.500 | ++ functions-common:get_or_create_user:844 : oscwrap user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2021-02-10 15:55:54.040 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:55:54.041 | from cryptography.utils import int_from_bytes 2021-02-10 15:55:54.041 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:55:54.041 | from cryptography.utils import int_from_bytes 2021-02-10 15:55:54.236 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:55:54.239 | + functions-common:get_or_create_user:842 : user_id=c77b6aa401874b13b429f24ed35d180a 2021-02-10 15:55:54.241 | + functions-common:get_or_create_user:843 : echo c77b6aa401874b13b429f24ed35d180a 2021-02-10 15:55:54.241 | c77b6aa401874b13b429f24ed35d180a 2021-02-10 15:55:54.244 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service placement service Default Default 2021-02-10 15:55:54.247 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:55:54.250 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args Default Default 2021-02-10 15:55:54.253 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:55:54.255 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:55:54.258 | ++ functions-common:_get_domain_args:877 : [[ -n Default ]] 2021-02-10 15:55:54.260 | ++ functions-common:_get_domain_args:878 : domain=' --user-domain Default' 2021-02-10 15:55:54.263 | ++ functions-common:_get_domain_args:880 : [[ -n Default ]] 2021-02-10 15:55:54.265 | ++ functions-common:_get_domain_args:881 : domain=' --user-domain Default --project-domain Default' 2021-02-10 15:55:54.268 | ++ functions-common:_get_domain_args:884 : echo --user-domain Default --project-domain Default 2021-02-10 15:55:54.271 | + functions-common:get_or_add_user_project_role:892 : domain_args='--user-domain Default --project-domain Default' 2021-02-10 15:55:54.276 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2021-02-10 15:55:54.276 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:55:54.276 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:55:54.278 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:55:54.281 | ++ functions-common:get_field:729 : read data 2021-02-10 15:55:57.477 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:55:57.477 | from cryptography.utils import int_from_bytes 2021-02-10 15:55:57.477 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:55:57.477 | from cryptography.utils import int_from_bytes 2021-02-10 15:55:57.666 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:55:57.670 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:55:57.673 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:55:57.676 | + functions-common:get_or_add_user_project_role:903 : openstack role add service --user placement --project service --user-domain Default --project-domain Default 2021-02-10 15:56:00.798 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:56:00.799 | from cryptography.utils import int_from_bytes 2021-02-10 15:56:00.799 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:56:00.799 | from cryptography.utils import int_from_bytes 2021-02-10 15:56:00.987 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2021-02-10 15:56:00.987 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:56:00.987 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:56:00.990 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:56:00.993 | ++ functions-common:get_field:729 : read data 2021-02-10 15:56:04.233 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:56:04.233 | from cryptography.utils import int_from_bytes 2021-02-10 15:56:04.233 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:56:04.234 | from cryptography.utils import int_from_bytes 2021-02-10 15:56:04.421 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:56:04.424 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:56:04.427 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:56:04.430 | ++ functions-common:get_field:735 : echo '| 5fde069af3da40c882b05580e1a85c41 | c77b6aa401874b13b429f24ed35d180a | | 06ce0588b984450090b0ea4d5f6abb74 | | | False |' 2021-02-10 15:56:04.431 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:56:04.436 | ++ functions-common:get_field:729 : read data 2021-02-10 15:56:04.439 | + functions-common:get_or_add_user_project_role:912 : user_role_id=5fde069af3da40c882b05580e1a85c41 2021-02-10 15:56:04.442 | + functions-common:get_or_add_user_project_role:914 : echo 5fde069af3da40c882b05580e1a85c41 2021-02-10 15:56:04.442 | 5fde069af3da40c882b05580e1a85c41 2021-02-10 15:56:04.445 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-02-10 15:56:04.447 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin placement service Default Default 2021-02-10 15:56:04.450 | + functions-common:get_or_add_user_project_role:890 : local user_role_id 2021-02-10 15:56:04.453 | ++ functions-common:get_or_add_user_project_role:892 : _get_domain_args Default Default 2021-02-10 15:56:04.456 | ++ functions-common:_get_domain_args:874 : local domain 2021-02-10 15:56:04.458 | ++ functions-common:_get_domain_args:875 : domain= 2021-02-10 15:56:04.461 | ++ functions-common:_get_domain_args:877 : [[ -n Default ]] 2021-02-10 15:56:04.463 | ++ functions-common:_get_domain_args:878 : domain=' --user-domain Default' 2021-02-10 15:56:04.466 | ++ functions-common:_get_domain_args:880 : [[ -n Default ]] 2021-02-10 15:56:04.468 | ++ functions-common:_get_domain_args:881 : domain=' --user-domain Default --project-domain Default' 2021-02-10 15:56:04.471 | ++ functions-common:_get_domain_args:884 : echo --user-domain Default --project-domain Default 2021-02-10 15:56:04.474 | + functions-common:get_or_add_user_project_role:892 : domain_args='--user-domain Default --project-domain Default' 2021-02-10 15:56:04.478 | ++ functions-common:get_or_add_user_project_role:900 : oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2021-02-10 15:56:04.478 | ++ functions-common:get_or_add_user_project_role:900 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:56:04.478 | ++ functions-common:get_or_add_user_project_role:900 : get_field 1 2021-02-10 15:56:04.481 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:56:04.484 | ++ functions-common:get_field:729 : read data 2021-02-10 15:56:07.712 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:56:07.713 | from cryptography.utils import int_from_bytes 2021-02-10 15:56:07.713 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:56:07.713 | from cryptography.utils import int_from_bytes 2021-02-10 15:56:07.915 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:56:07.919 | + functions-common:get_or_add_user_project_role:900 : user_role_id= 2021-02-10 15:56:07.922 | + functions-common:get_or_add_user_project_role:901 : [[ -z '' ]] 2021-02-10 15:56:07.924 | + functions-common:get_or_add_user_project_role:903 : openstack role add admin --user placement --project service --user-domain Default --project-domain Default 2021-02-10 15:56:11.122 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:56:11.122 | from cryptography.utils import int_from_bytes 2021-02-10 15:56:11.122 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:56:11.122 | from cryptography.utils import int_from_bytes 2021-02-10 15:56:11.324 | ++ functions-common:get_or_add_user_project_role:912 : grep '^|\s[a-f0-9]\+' 2021-02-10 15:56:11.324 | ++ functions-common:get_or_add_user_project_role:912 : oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2021-02-10 15:56:11.324 | ++ functions-common:get_or_add_user_project_role:912 : get_field 1 2021-02-10 15:56:11.327 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:56:11.330 | ++ functions-common:get_field:729 : read data 2021-02-10 15:56:14.608 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:56:14.608 | from cryptography.utils import int_from_bytes 2021-02-10 15:56:14.608 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:56:14.608 | from cryptography.utils import int_from_bytes 2021-02-10 15:56:14.800 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:56:14.803 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:56:14.806 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:56:14.810 | ++ functions-common:get_field:735 : echo '| 066011e856d34c44831ade9750419adf | c77b6aa401874b13b429f24ed35d180a | | 06ce0588b984450090b0ea4d5f6abb74 | | | False |' 2021-02-10 15:56:14.810 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:56:14.815 | ++ functions-common:get_field:729 : read data 2021-02-10 15:56:14.819 | + functions-common:get_or_add_user_project_role:912 : user_role_id=066011e856d34c44831ade9750419adf 2021-02-10 15:56:14.821 | + functions-common:get_or_add_user_project_role:914 : echo 066011e856d34c44831ade9750419adf 2021-02-10 15:56:14.821 | 066011e856d34c44831ade9750419adf 2021-02-10 15:56:14.824 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.71/placement 2021-02-10 15:56:14.826 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2021-02-10 15:56:14.829 | + functions-common:get_or_create_service:968 : local service_id 2021-02-10 15:56:14.832 | ++ functions-common:get_or_create_service:981 : oscwrap service show placement -f value -c id 2021-02-10 15:56:17.555 | ++ functions-common:get_or_create_service:983 : oscwrap service create placement --name placement '--description=Placement Service' -f value -c id 2021-02-10 15:56:19.934 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:56:19.934 | from cryptography.utils import int_from_bytes 2021-02-10 15:56:19.934 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:56:19.934 | from cryptography.utils import int_from_bytes 2021-02-10 15:56:20.126 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:56:20.129 | + functions-common:get_or_create_service:979 : service_id=' 2021-02-10 15:56:20.129 | 94e15d7ad9984f3da1fab3903b9b90d0' 2021-02-10 15:56:20.132 | + functions-common:get_or_create_service:980 : echo 94e15d7ad9984f3da1fab3903b9b90d0 2021-02-10 15:56:20.132 | 94e15d7ad9984f3da1fab3903b9b90d0 2021-02-10 15:56:20.134 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.71/placement 2021-02-10 15:56:20.137 | + functions-common:get_or_create_endpoint:1012 : local public_id 2021-02-10 15:56:20.140 | ++ functions-common:get_or_create_endpoint:1013 : _get_or_create_endpoint_with_interface placement public http://10.222.0.71/placement RegionOne 2021-02-10 15:56:20.143 | ++ functions-common:_get_or_create_endpoint_with_interface:986 : local endpoint_id 2021-02-10 15:56:20.146 | +++ functions-common:_get_or_create_endpoint_with_interface:991 : oscwrap endpoint list --service placement --interface public --region RegionOne -c ID -f value 2021-02-10 15:56:22.675 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:56:22.675 | from cryptography.utils import int_from_bytes 2021-02-10 15:56:22.675 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:56:22.675 | from cryptography.utils import int_from_bytes 2021-02-10 15:56:22.866 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:56:22.869 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : endpoint_id= 2021-02-10 15:56:22.872 | ++ functions-common:_get_or_create_endpoint_with_interface:992 : [[ -z '' ]] 2021-02-10 15:56:22.875 | +++ functions-common:_get_or_create_endpoint_with_interface:995 : oscwrap endpoint create placement public http://10.222.0.71/placement --region RegionOne -f value -c id 2021-02-10 15:56:25.357 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:56:25.357 | from cryptography.utils import int_from_bytes 2021-02-10 15:56:25.357 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:56:25.357 | from cryptography.utils import int_from_bytes 2021-02-10 15:56:25.553 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:56:25.556 | ++ functions-common:_get_or_create_endpoint_with_interface:995 : endpoint_id=fc839ef40a5c4e658f4b46b2c926aee5 2021-02-10 15:56:25.559 | ++ functions-common:_get_or_create_endpoint_with_interface:998 : echo fc839ef40a5c4e658f4b46b2c926aee5 2021-02-10 15:56:25.562 | + functions-common:get_or_create_endpoint:1013 : public_id=fc839ef40a5c4e658f4b46b2c926aee5 2021-02-10 15:56:25.567 | + functions-common:get_or_create_endpoint:1015 : [[ -n '' ]] 2021-02-10 15:56:25.570 | + functions-common:get_or_create_endpoint:1018 : [[ -n '' ]] 2021-02-10 15:56:25.573 | + functions-common:get_or_create_endpoint:1022 : echo fc839ef40a5c4e658f4b46b2c926aee5 2021-02-10 15:56:25.573 | fc839ef40a5c4e658f4b46b2c926aee5 2021-02-10 15:56:25.576 | + ./stack.sh:main:1193 : is_service_enabled nova 2021-02-10 15:56:25.594 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:56:25.596 | + ./stack.sh:main:1194 : echo_summary 'Configuring Nova' 2021-02-10 15:56:25.599 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:56:25.601 | + ./stack.sh:echo_summary:422 : echo -e Configuring Nova 2021-02-10 15:56:25.604 | + ./stack.sh:main:1195 : init_nova 2021-02-10 15:56:25.607 | + lib/nova:init_nova:748 : is_service_enabled mysql postgresql 2021-02-10 15:56:25.623 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:56:25.626 | + lib/nova:init_nova:748 : is_service_enabled n-api 2021-02-10 15:56:25.643 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:56:25.646 | + lib/nova:init_nova:749 : recreate_database nova_api 2021-02-10 15:56:25.648 | + lib/database:recreate_database:110 : local db=nova_api 2021-02-10 15:56:25.651 | + lib/database:recreate_database:111 : recreate_database_mysql nova_api 2021-02-10 15:56:25.654 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_api 2021-02-10 15:56:25.657 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2021-02-10 15:56:25.661 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:56:25.674 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2021-02-10 15:56:25.678 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:56:25.692 | + lib/nova:init_nova:750 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2021-02-10 15:56:29.456 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:56:29.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/067_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/067_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/014_keypairs.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/014_keypairs.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/060_instance_group_policy_add_rules.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.459 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/060_instance_group_policy_add_rules.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.459 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/072_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.459 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/041_resource_provider_traits.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.460 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/041_resource_provider_traits.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/069_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.460 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/038_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/038_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/008_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/008_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/082_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/082_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/063_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/063_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/003_host_mapping.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/003_host_mapping.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/081_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/081_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.464 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/033_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.464 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/033_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.464 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/052_request_specs_spec_mediumtext.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.464 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/052_request_specs_spec_mediumtext.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.464 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/017_aggregates.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/017_aggregates.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/018_instance_groups.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/018_instance_groups.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/068_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/027_quotas.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/027_quotas.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.467 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/076_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.467 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/074_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/074_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/026_add_resource_classes.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.468 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/026_add_resource_classes.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/009_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.468 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/009_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.469 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/037_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.469 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/037_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.469 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/040_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.469 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/040_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/020_block_device_mappings_mediumtext.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.470 | 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 {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/035_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.470 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/035_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/049_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/049_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/070_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/064_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.472 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/064_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.472 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/022_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.472 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/022_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.472 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/023_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.473 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/058_cell_mapping_add_disabled.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.473 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/058_cell_mapping_add_disabled.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/077_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/047_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/047_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/013_build_request_extended_attrs.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.475 | 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 {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/030_require_cell_setup.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.475 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/030_require_cell_setup.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/036_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.476 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/036_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/053_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.476 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/053_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/043_placement_consumers.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/043_placement_consumers.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/010_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/010_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/056_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/056_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/050_flavors_add_description.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/050_flavors_add_description.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/062_instance_mapping_add_user_id.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/062_instance_mapping_add_user_id.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/021_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/021_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/075_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/075_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/048_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/048_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/025_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/006_build_request.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/006_build_request.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/078_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/032_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/032_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/004_add_request_spec.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/004_add_request_spec.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/007_instance_mapping_nullable_cellid.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.483 | 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 {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/055_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/055_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/057_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/057_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/054_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/054_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/011_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/011_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/071_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/039_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/039_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/061_instance_mapping_add_queued_for_delete.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/061_instance_mapping_add_queued_for_delete.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/001_cell_mapping.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/001_cell_mapping.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.488 | 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... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.488 | 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 {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/080_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/031_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/031_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/028_build_requests_instance_mediumtext.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.489 | 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 {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/029_placement_aggregates.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/029_placement_aggregates.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/042_build_requests_add_tags.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/042_build_requests_add_tags.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/046_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/046_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/051_nested_resource_providers.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/051_nested_resource_providers.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/015_build_request_nullable_columns.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.492 | 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 {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/065_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/065_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/002_instance_mapping.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/002_instance_mapping.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/079_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/059_add_consumer_generation.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/059_add_consumer_generation.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/073_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/073_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/066_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/066_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/012_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/012_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/044_placement_add_projects_users.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/044_placement_add_projects_users.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/045_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/045_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/005_flavors.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/005_flavors.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/024_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/034_placeholder.py... {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:29.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/034_placeholder.py loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:29.498 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo loaded successfully {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:56:29.498 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova_api'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=74706) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:56:29.665 | INFO migrate.versioning.api [-] 0 -> 1...  2021-02-10 15:56:29.791 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:29.791 | INFO migrate.versioning.api [-] 1 -> 2...  2021-02-10 15:56:29.962 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:29.962 | INFO migrate.versioning.api [-] 2 -> 3...  2021-02-10 15:56:30.081 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:30.081 | INFO migrate.versioning.api [-] 3 -> 4...  2021-02-10 15:56:30.197 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:30.197 | INFO migrate.versioning.api [-] 4 -> 5...  2021-02-10 15:56:30.447 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:30.447 | INFO migrate.versioning.api [-] 5 -> 6...  2021-02-10 15:56:30.587 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:30.587 | INFO migrate.versioning.api [-] 6 -> 7...  2021-02-10 15:56:30.721 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:30.721 | INFO migrate.versioning.api [-] 7 -> 8...  2021-02-10 15:56:30.730 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:30.730 | INFO migrate.versioning.api [-] 8 -> 9...  2021-02-10 15:56:30.739 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:30.739 | INFO migrate.versioning.api [-] 9 -> 10...  2021-02-10 15:56:30.748 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:30.748 | INFO migrate.versioning.api [-] 10 -> 11...  2021-02-10 15:56:30.755 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:30.755 | INFO migrate.versioning.api [-] 11 -> 12...  2021-02-10 15:56:30.762 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:30.762 | INFO migrate.versioning.api [-] 12 -> 13...  2021-02-10 15:56:31.080 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:31.080 | INFO migrate.versioning.api [-] 13 -> 14...  2021-02-10 15:56:31.149 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:31.149 | INFO migrate.versioning.api [-] 14 -> 15...  2021-02-10 15:56:31.661 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:31.661 | INFO migrate.versioning.api [-] 15 -> 16...  2021-02-10 15:56:32.299 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:32.299 | INFO migrate.versioning.api [-] 16 -> 17...  2021-02-10 15:56:32.666 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:32.667 | INFO migrate.versioning.api [-] 17 -> 18...  2021-02-10 15:56:32.961 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:32.961 | INFO migrate.versioning.api [-] 18 -> 19...  2021-02-10 15:56:33.088 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:33.088 | INFO migrate.versioning.api [-] 19 -> 20...  2021-02-10 15:56:33.250 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:33.250 | INFO migrate.versioning.api [-] 20 -> 21...  2021-02-10 15:56:33.257 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:33.258 | INFO migrate.versioning.api [-] 21 -> 22...  2021-02-10 15:56:33.266 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:33.266 | INFO migrate.versioning.api [-] 22 -> 23...  2021-02-10 15:56:33.274 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:33.275 | INFO migrate.versioning.api [-] 23 -> 24...  2021-02-10 15:56:33.283 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:33.283 | INFO migrate.versioning.api [-] 24 -> 25...  2021-02-10 15:56:33.291 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:33.292 | INFO migrate.versioning.api [-] 25 -> 26...  2021-02-10 15:56:33.365 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:33.365 | INFO migrate.versioning.api [-] 26 -> 27...  2021-02-10 15:56:34.077 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.077 | INFO migrate.versioning.api [-] 27 -> 28...  2021-02-10 15:56:34.226 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.226 | INFO migrate.versioning.api [-] 28 -> 29...  2021-02-10 15:56:34.337 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.337 | INFO migrate.versioning.api [-] 29 -> 30...  2021-02-10 15:56:34.353 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.354 | INFO migrate.versioning.api [-] 30 -> 31...  2021-02-10 15:56:34.361 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.362 | INFO migrate.versioning.api [-] 31 -> 32...  2021-02-10 15:56:34.369 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.369 | INFO migrate.versioning.api [-] 32 -> 33...  2021-02-10 15:56:34.377 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.377 | INFO migrate.versioning.api [-] 33 -> 34...  2021-02-10 15:56:34.385 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.385 | INFO migrate.versioning.api [-] 34 -> 35...  2021-02-10 15:56:34.392 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.393 | INFO migrate.versioning.api [-] 35 -> 36...  2021-02-10 15:56:34.400 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.401 | INFO migrate.versioning.api [-] 36 -> 37...  2021-02-10 15:56:34.408 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.408 | INFO migrate.versioning.api [-] 37 -> 38...  2021-02-10 15:56:34.415 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.415 | INFO migrate.versioning.api [-] 38 -> 39...  2021-02-10 15:56:34.423 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.424 | INFO migrate.versioning.api [-] 39 -> 40...  2021-02-10 15:56:34.431 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.431 | INFO migrate.versioning.api [-] 40 -> 41...  2021-02-10 15:56:34.626 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.626 | INFO migrate.versioning.api [-] 41 -> 42...  2021-02-10 15:56:34.745 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.745 | INFO migrate.versioning.api [-] 42 -> 43...  2021-02-10 15:56:34.893 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:34.893 | INFO migrate.versioning.api [-] 43 -> 44...  2021-02-10 15:56:35.326 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:35.327 | INFO migrate.versioning.api [-] 44 -> 45...  2021-02-10 15:56:35.335 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:35.335 | INFO migrate.versioning.api [-] 45 -> 46...  2021-02-10 15:56:35.343 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:35.343 | INFO migrate.versioning.api [-] 46 -> 47...  2021-02-10 15:56:35.352 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:35.352 | INFO migrate.versioning.api [-] 47 -> 48...  2021-02-10 15:56:35.368 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:35.369 | INFO migrate.versioning.api [-] 48 -> 49...  2021-02-10 15:56:35.376 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:35.377 | INFO migrate.versioning.api [-] 49 -> 50...  2021-02-10 15:56:35.490 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:35.491 | INFO migrate.versioning.api [-] 50 -> 51...  2021-02-10 15:56:36.197 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:36.197 | INFO migrate.versioning.api [-] 51 -> 52...  2021-02-10 15:56:36.344 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:36.345 | INFO migrate.versioning.api [-] 52 -> 53...  2021-02-10 15:56:36.353 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:36.353 | INFO migrate.versioning.api [-] 53 -> 54...  2021-02-10 15:56:36.363 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:36.363 | INFO migrate.versioning.api [-] 54 -> 55...  2021-02-10 15:56:36.371 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:36.371 | INFO migrate.versioning.api [-] 55 -> 56...  2021-02-10 15:56:36.379 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:36.379 | INFO migrate.versioning.api [-] 56 -> 57...  2021-02-10 15:56:36.386 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:36.387 | INFO migrate.versioning.api [-] 57 -> 58...  2021-02-10 15:56:36.502 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:36.503 | INFO migrate.versioning.api [-] 58 -> 59...  2021-02-10 15:56:36.626 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:36.626 | INFO migrate.versioning.api [-] 59 -> 60...  2021-02-10 15:56:36.743 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:36.744 | INFO migrate.versioning.api [-] 60 -> 61...  2021-02-10 15:56:36.878 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:36.879 | INFO migrate.versioning.api [-] 61 -> 62...  2021-02-10 15:56:37.059 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.059 | INFO migrate.versioning.api [-] 62 -> 63...  2021-02-10 15:56:37.067 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.067 | INFO migrate.versioning.api [-] 63 -> 64...  2021-02-10 15:56:37.076 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.076 | INFO migrate.versioning.api [-] 64 -> 65...  2021-02-10 15:56:37.084 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.084 | INFO migrate.versioning.api [-] 65 -> 66...  2021-02-10 15:56:37.091 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.091 | INFO migrate.versioning.api [-] 66 -> 67...  2021-02-10 15:56:37.104 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.105 | INFO migrate.versioning.api [-] 67 -> 68...  2021-02-10 15:56:37.112 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.113 | INFO migrate.versioning.api [-] 68 -> 69...  2021-02-10 15:56:37.120 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.120 | INFO migrate.versioning.api [-] 69 -> 70...  2021-02-10 15:56:37.128 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.128 | INFO migrate.versioning.api [-] 70 -> 71...  2021-02-10 15:56:37.135 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.135 | INFO migrate.versioning.api [-] 71 -> 72...  2021-02-10 15:56:37.142 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.142 | INFO migrate.versioning.api [-] 72 -> 73...  2021-02-10 15:56:37.149 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.149 | INFO migrate.versioning.api [-] 73 -> 74...  2021-02-10 15:56:37.157 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.157 | INFO migrate.versioning.api [-] 74 -> 75...  2021-02-10 15:56:37.164 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.165 | INFO migrate.versioning.api [-] 75 -> 76...  2021-02-10 15:56:37.173 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.173 | INFO migrate.versioning.api [-] 76 -> 77...  2021-02-10 15:56:37.181 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.181 | INFO migrate.versioning.api [-] 77 -> 78...  2021-02-10 15:56:37.190 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.190 | INFO migrate.versioning.api [-] 78 -> 79...  2021-02-10 15:56:37.198 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.198 | INFO migrate.versioning.api [-] 79 -> 80...  2021-02-10 15:56:37.205 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.205 | INFO migrate.versioning.api [-] 80 -> 81...  2021-02-10 15:56:37.213 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.213 | INFO migrate.versioning.api [-] 81 -> 82...  2021-02-10 15:56:37.222 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:37.624 | + lib/nova:init_nova:752 : recreate_database nova_cell0 2021-02-10 15:56:37.626 | + lib/database:recreate_database:110 : local db=nova_cell0 2021-02-10 15:56:37.629 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell0 2021-02-10 15:56:37.632 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_cell0 2021-02-10 15:56:37.635 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2021-02-10 15:56:37.639 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:56:37.654 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2021-02-10 15:56:37.657 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:56:37.672 | ++ lib/nova:init_nova:758 : database_connection_url nova_cell0 2021-02-10 15:56:37.675 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-02-10 15:56:37.677 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-02-10 15:56:37.680 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2021-02-10 15:56:37.683 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-02-10 15:56:37.686 | + lib/nova:init_nova:758 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-02-10 15:56:41.613 | ++ lib/nova:init_nova:761 : seq 1 1 2021-02-10 15:56:41.618 | + lib/nova:init_nova:761 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-10 15:56:41.623 | + lib/nova:init_nova:762 : recreate_database nova_cell1 2021-02-10 15:56:41.626 | + lib/database:recreate_database:110 : local db=nova_cell1 2021-02-10 15:56:41.630 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell1 2021-02-10 15:56:41.634 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_cell1 2021-02-10 15:56:41.637 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2021-02-10 15:56:41.641 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:56:41.655 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2021-02-10 15:56:41.658 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-02-10 15:56:41.672 | ++ lib/nova:init_nova:763 : conductor_conf 1 2021-02-10 15:56:41.675 | ++ lib/nova:conductor_conf:734 : local cell=1 2021-02-10 15:56:41.678 | ++ lib/nova:conductor_conf:735 : echo /etc/nova/nova_cell1.conf 2021-02-10 15:56:41.681 | + lib/nova:init_nova:763 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2021-02-10 15:56:44.846 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:56:44.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/416_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/416_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_queens.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_queens.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/410_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/410_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/415_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/415_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/412_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/412_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/413_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/413_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/409_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/409_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/414_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/414_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/417_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/417_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/401_add_user_id_and_project_id_to_migrations.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/401_add_user_id_and_project_id_to_migrations.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/411_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/411_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.865 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.865 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.865 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.865 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/408_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.865 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/408_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py... {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:56:44.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:56:44.866 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo loaded successfully {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:56:44.866 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=74773) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:56:45.012 | INFO migrate.versioning.api [-] 377 -> 378...  2021-02-10 15:56:59.522 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:59.522 | INFO migrate.versioning.api [-] 378 -> 379...  2021-02-10 15:56:59.532 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:59.533 | INFO migrate.versioning.api [-] 379 -> 380...  2021-02-10 15:56:59.545 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:59.545 | INFO migrate.versioning.api [-] 380 -> 381...  2021-02-10 15:56:59.555 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:59.555 | INFO migrate.versioning.api [-] 381 -> 382...  2021-02-10 15:56:59.563 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:59.563 | INFO migrate.versioning.api [-] 382 -> 383...  2021-02-10 15:56:59.572 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:59.572 | INFO migrate.versioning.api [-] 383 -> 384...  2021-02-10 15:56:59.583 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:59.583 | INFO migrate.versioning.api [-] 384 -> 385...  2021-02-10 15:56:59.591 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:59.591 | INFO migrate.versioning.api [-] 385 -> 386...  2021-02-10 15:56:59.599 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:59.599 | INFO migrate.versioning.api [-] 386 -> 387...  2021-02-10 15:56:59.606 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:59.606 | INFO migrate.versioning.api [-] 387 -> 388...  2021-02-10 15:56:59.613 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:59.613 | INFO migrate.versioning.api [-] 388 -> 389...  2021-02-10 15:56:59.669 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:59.669 | INFO migrate.versioning.api [-] 389 -> 390...  2021-02-10 15:56:59.886 | INFO migrate.versioning.api [-] done 2021-02-10 15:56:59.886 | INFO migrate.versioning.api [-] 390 -> 391...  2021-02-10 15:57:00.127 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:00.128 | INFO migrate.versioning.api [-] 391 -> 392...  2021-02-10 15:57:00.140 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:00.141 | INFO migrate.versioning.api [-] 392 -> 393...  2021-02-10 15:57:00.152 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:00.152 | INFO migrate.versioning.api [-] 393 -> 394...  2021-02-10 15:57:00.160 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:00.160 | INFO migrate.versioning.api [-] 394 -> 395...  2021-02-10 15:57:00.169 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:00.169 | INFO migrate.versioning.api [-] 395 -> 396...  2021-02-10 15:57:00.177 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:00.178 | INFO migrate.versioning.api [-] 396 -> 397...  2021-02-10 15:57:00.427 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:00.427 | INFO migrate.versioning.api [-] 397 -> 398...  2021-02-10 15:57:00.647 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:00.648 | INFO migrate.versioning.api [-] 398 -> 399...  2021-02-10 15:57:00.957 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:00.957 | INFO migrate.versioning.api [-] 399 -> 400...  2021-02-10 15:57:00.974 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:00.974 | INFO migrate.versioning.api [-] 400 -> 401...  2021-02-10 15:57:01.463 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:01.463 | INFO migrate.versioning.api [-] 401 -> 402...  2021-02-10 15:57:01.688 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:01.688 | INFO migrate.versioning.api [-] 402 -> 403...  2021-02-10 15:57:01.697 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:01.697 | INFO migrate.versioning.api [-] 403 -> 404...  2021-02-10 15:57:01.705 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:01.705 | INFO migrate.versioning.api [-] 404 -> 405...  2021-02-10 15:57:01.714 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:01.714 | INFO migrate.versioning.api [-] 405 -> 406...  2021-02-10 15:57:01.722 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:01.722 | INFO migrate.versioning.api [-] 406 -> 407...  2021-02-10 15:57:01.729 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:01.729 | INFO migrate.versioning.api [-] 407 -> 408...  2021-02-10 15:57:01.738 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:01.738 | INFO migrate.versioning.api [-] 408 -> 409...  2021-02-10 15:57:01.746 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:01.746 | INFO migrate.versioning.api [-] 409 -> 410...  2021-02-10 15:57:01.754 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:01.754 | INFO migrate.versioning.api [-] 410 -> 411...  2021-02-10 15:57:01.762 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:01.762 | INFO migrate.versioning.api [-] 411 -> 412...  2021-02-10 15:57:01.770 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:01.770 | INFO migrate.versioning.api [-] 412 -> 413...  2021-02-10 15:57:01.780 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:01.781 | INFO migrate.versioning.api [-] 413 -> 414...  2021-02-10 15:57:01.790 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:01.790 | INFO migrate.versioning.api [-] 414 -> 415...  2021-02-10 15:57:01.798 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:01.798 | INFO migrate.versioning.api [-] 415 -> 416...  2021-02-10 15:57:01.807 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:01.807 | INFO migrate.versioning.api [-] 416 -> 417...  2021-02-10 15:57:01.818 | INFO migrate.versioning.api [-] done 2021-02-10 15:57:02.230 | + lib/nova:init_nova:767 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2021-02-10 15:57:05.793 | DEBUG migrate.versioning.repository [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-02-10 15:57:05.794 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/416_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.794 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/416_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.795 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_queens.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.795 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_queens.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.796 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/410_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.796 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/410_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.796 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/415_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.797 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/415_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.797 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.798 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.798 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.798 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.799 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/412_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.799 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/412_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.799 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.800 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.800 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.801 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.801 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.801 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.802 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.802 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.802 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.803 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.803 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/413_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.804 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/413_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.804 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.804 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.805 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.805 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.805 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.806 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.806 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.806 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.807 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/409_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.807 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/409_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.808 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.808 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.808 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/414_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.809 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/414_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.809 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.809 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.810 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.810 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.811 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.811 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.811 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.812 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.812 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/417_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.812 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/417_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.813 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.813 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.814 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.814 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.814 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/401_add_user_id_and_project_id_to_migrations.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.815 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/401_add_user_id_and_project_id_to_migrations.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.815 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.815 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.816 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.816 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.817 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.817 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.817 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/411_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.818 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/411_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.818 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.818 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.819 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.819 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.820 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.820 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.820 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.821 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.821 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.821 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.822 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.822 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.823 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/408_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.823 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/408_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.823 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py... {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-02-10 15:57:05.824 | DEBUG migrate.versioning.script.base [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-02-10 15:57:05.824 | DEBUG migrate.versioning.repository [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo loaded successfully {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-02-10 15:57:05.824 | DEBUG migrate.versioning.repository [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=74783) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-02-10 15:57:05.972 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 377 -> 378...  2021-02-10 15:57:20.721 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:20.721 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 378 -> 379...  2021-02-10 15:57:20.729 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:20.729 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 379 -> 380...  2021-02-10 15:57:20.737 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:20.738 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 380 -> 381...  2021-02-10 15:57:20.746 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:20.747 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 381 -> 382...  2021-02-10 15:57:20.754 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:20.755 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 382 -> 383...  2021-02-10 15:57:20.762 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:20.763 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 383 -> 384...  2021-02-10 15:57:20.771 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:20.772 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 384 -> 385...  2021-02-10 15:57:20.780 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:20.780 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 385 -> 386...  2021-02-10 15:57:20.788 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:20.788 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 386 -> 387...  2021-02-10 15:57:20.797 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:20.798 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 387 -> 388...  2021-02-10 15:57:20.806 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:20.806 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 388 -> 389...  2021-02-10 15:57:20.861 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:20.861 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 389 -> 390...  2021-02-10 15:57:21.087 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:21.087 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 390 -> 391...  2021-02-10 15:57:21.331 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:21.331 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 391 -> 392...  2021-02-10 15:57:21.340 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:21.340 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 392 -> 393...  2021-02-10 15:57:21.348 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:21.348 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 393 -> 394...  2021-02-10 15:57:21.357 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:21.357 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 394 -> 395...  2021-02-10 15:57:21.365 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:21.366 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 395 -> 396...  2021-02-10 15:57:21.373 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:21.374 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 396 -> 397...  2021-02-10 15:57:21.618 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:21.619 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 397 -> 398...  2021-02-10 15:57:21.833 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:21.834 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 398 -> 399...  2021-02-10 15:57:22.148 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.148 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 399 -> 400...  2021-02-10 15:57:22.174 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.174 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 400 -> 401...  2021-02-10 15:57:22.618 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.619 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 401 -> 402...  2021-02-10 15:57:22.840 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.840 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 402 -> 403...  2021-02-10 15:57:22.850 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.851 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 403 -> 404...  2021-02-10 15:57:22.860 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.860 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 404 -> 405...  2021-02-10 15:57:22.868 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.869 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 405 -> 406...  2021-02-10 15:57:22.877 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.877 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 406 -> 407...  2021-02-10 15:57:22.885 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.885 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 407 -> 408...  2021-02-10 15:57:22.894 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.894 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 408 -> 409...  2021-02-10 15:57:22.909 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.909 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 409 -> 410...  2021-02-10 15:57:22.916 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.917 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 410 -> 411...  2021-02-10 15:57:22.925 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.926 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 411 -> 412...  2021-02-10 15:57:22.934 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.935 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 412 -> 413...  2021-02-10 15:57:22.943 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.944 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 413 -> 414...  2021-02-10 15:57:22.953 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.954 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 414 -> 415...  2021-02-10 15:57:22.963 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.963 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 415 -> 416...  2021-02-10 15:57:22.972 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:22.973 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] 416 -> 417...  2021-02-10 15:57:22.980 | INFO migrate.versioning.api [None req-6b62f9d9-3328-4978-ba9d-17609c523caf None None] done 2021-02-10 15:57:23.468 | + lib/nova:init_nova:771 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2021-02-10 15:57:27.119 | Running batches of 50 until complete 2021-02-10 15:57:27.119 | +-------------------------------------+--------------+-----------+ 2021-02-10 15:57:27.119 | | Migration | Total Needed | Completed | 2021-02-10 15:57:27.119 | +-------------------------------------+--------------+-----------+ 2021-02-10 15:57:27.119 | | fill_virtual_interface_list | 0 | 0 | 2021-02-10 15:57:27.119 | | migrate_empty_ratio | 0 | 0 | 2021-02-10 15:57:27.120 | | migrate_quota_classes_to_api_db | 0 | 0 | 2021-02-10 15:57:27.120 | | migrate_quota_limits_to_api_db | 0 | 0 | 2021-02-10 15:57:27.120 | | migration_migrate_to_uuid | 0 | 0 | 2021-02-10 15:57:27.120 | | populate_dev_uuids | 0 | 0 | 2021-02-10 15:57:27.120 | | populate_missing_availability_zones | 0 | 0 | 2021-02-10 15:57:27.120 | | populate_queued_for_delete | 0 | 0 | 2021-02-10 15:57:27.120 | | populate_user_id | 0 | 0 | 2021-02-10 15:57:27.120 | | populate_uuids | 0 | 0 | 2021-02-10 15:57:27.120 | +-------------------------------------+--------------+-----------+ 2021-02-10 15:57:27.555 | ++ lib/nova:init_nova:774 : seq 1 1 2021-02-10 15:57:27.561 | + lib/nova:init_nova:774 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-10 15:57:27.566 | ++ lib/nova:init_nova:775 : conductor_conf 1 2021-02-10 15:57:27.570 | ++ lib/nova:conductor_conf:734 : local cell=1 2021-02-10 15:57:27.574 | ++ lib/nova:conductor_conf:735 : echo /etc/nova/nova_cell1.conf 2021-02-10 15:57:27.578 | + lib/nova:init_nova:775 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2021-02-10 15:57:31.054 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2021-02-10 15:57:31.054 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2021-02-10 15:57:31.487 | + lib/nova:init_nova:779 : create_nova_keys_dir 2021-02-10 15:57:31.491 | + lib/nova:create_nova_keys_dir:741 : sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys 2021-02-10 15:57:31.505 | + lib/nova:init_nova:781 : [[ '' == \L\V\M ]] 2021-02-10 15:57:31.508 | + ./stack.sh:main:1200 : is_service_enabled neutron 2021-02-10 15:57:31.532 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:31.535 | + ./stack.sh:main:1201 : configure_neutron_nova 2021-02-10 15:57:31.538 | + lib/neutron:configure_neutron_nova:616 : is_neutron_legacy_enabled 2021-02-10 15:57:31.542 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-10 15:57:31.543 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-02-10 15:57:31.548 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-10 15:57:31.551 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-02-10 15:57:31.553 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2021-02-10 15:57:31.556 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-02-10 15:57:31.559 | + lib/neutron:configure_neutron_nova:618 : create_nova_conf_neutron /etc/nova/nova.conf 2021-02-10 15:57:31.562 | + lib/neutron-legacy:create_nova_conf_neutron:380 : local conf=/etc/nova/nova.conf 2021-02-10 15:57:31.565 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova.conf neutron auth_type password 2021-02-10 15:57:31.592 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.71/identity 2021-02-10 15:57:31.626 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova.conf neutron username neutron 2021-02-10 15:57:31.654 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova.conf neutron password Passw0rd 2021-02-10 15:57:31.681 | + lib/neutron-legacy:create_nova_conf_neutron:385 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2021-02-10 15:57:31.708 | + lib/neutron-legacy:create_nova_conf_neutron:386 : iniset /etc/nova/nova.conf neutron project_name service 2021-02-10 15:57:31.735 | + lib/neutron-legacy:create_nova_conf_neutron:387 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2021-02-10 15:57:31.761 | + lib/neutron-legacy:create_nova_conf_neutron:388 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2021-02-10 15:57:31.791 | + lib/neutron-legacy:create_nova_conf_neutron:389 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2021-02-10 15:57:31.821 | + lib/neutron-legacy:create_nova_conf_neutron:392 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2021-02-10 15:57:31.823 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2021-02-10 15:57:31.827 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2021-02-10 15:57:31.829 | + lib/neutron-legacy:create_nova_conf_neutron:394 : is_service_enabled q-meta 2021-02-10 15:57:31.847 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:31.850 | + lib/neutron-legacy:create_nova_conf_neutron:395 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2021-02-10 15:57:31.879 | + lib/neutron-legacy:create_nova_conf_neutron:398 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2021-02-10 15:57:31.909 | + lib/neutron-legacy:create_nova_conf_neutron:399 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2021-02-10 15:57:31.943 | + lib/neutron:configure_neutron_nova:619 : [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2021-02-10 15:57:31.946 | ++ lib/neutron:configure_neutron_nova:620 : seq 1 1 2021-02-10 15:57:31.949 | + lib/neutron:configure_neutron_nova:620 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-10 15:57:31.953 | + lib/neutron:configure_neutron_nova:621 : local conf 2021-02-10 15:57:31.957 | ++ lib/neutron:configure_neutron_nova:622 : conductor_conf 1 2021-02-10 15:57:31.961 | ++ lib/nova:conductor_conf:734 : local cell=1 2021-02-10 15:57:31.964 | ++ lib/nova:conductor_conf:735 : echo /etc/nova/nova_cell1.conf 2021-02-10 15:57:31.968 | + lib/neutron:configure_neutron_nova:622 : conf=/etc/nova/nova_cell1.conf 2021-02-10 15:57:31.971 | + lib/neutron:configure_neutron_nova:623 : create_nova_conf_neutron /etc/nova/nova_cell1.conf 2021-02-10 15:57:31.973 | + lib/neutron-legacy:create_nova_conf_neutron:380 : local conf=/etc/nova/nova_cell1.conf 2021-02-10 15:57:31.976 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova_cell1.conf neutron auth_type password 2021-02-10 15:57:32.004 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.71/identity 2021-02-10 15:57:32.030 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova_cell1.conf neutron username neutron 2021-02-10 15:57:32.056 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova_cell1.conf neutron password Passw0rd 2021-02-10 15:57:32.083 | + lib/neutron-legacy:create_nova_conf_neutron:385 : iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default 2021-02-10 15:57:32.111 | + lib/neutron-legacy:create_nova_conf_neutron:386 : iniset /etc/nova/nova_cell1.conf neutron project_name service 2021-02-10 15:57:32.137 | + lib/neutron-legacy:create_nova_conf_neutron:387 : iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default 2021-02-10 15:57:32.163 | + lib/neutron-legacy:create_nova_conf_neutron:388 : iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone 2021-02-10 15:57:32.189 | + lib/neutron-legacy:create_nova_conf_neutron:389 : iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne 2021-02-10 15:57:32.214 | + lib/neutron-legacy:create_nova_conf_neutron:392 : neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf 2021-02-10 15:57:32.217 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2021-02-10 15:57:32.220 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2021-02-10 15:57:32.222 | + lib/neutron-legacy:create_nova_conf_neutron:394 : is_service_enabled q-meta 2021-02-10 15:57:32.237 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:32.240 | + lib/neutron-legacy:create_nova_conf_neutron:395 : iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True 2021-02-10 15:57:32.269 | + lib/neutron-legacy:create_nova_conf_neutron:398 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True 2021-02-10 15:57:32.297 | + lib/neutron-legacy:create_nova_conf_neutron:399 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300 2021-02-10 15:57:32.324 | + ./stack.sh:main:1210 : run_phase stack post-config 2021-02-10 15:57:32.328 | + functions-common:run_phase:1734 : local mode=stack 2021-02-10 15:57:32.330 | + functions-common:run_phase:1735 : local phase=post-config 2021-02-10 15:57:32.333 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-02-10 15:57:32.336 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-02-10 15:57:32.340 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-02-10 15:57:32.343 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-02-10 15:57:32.346 | + functions-common:run_phase:1744 : local extra 2021-02-10 15:57:32.351 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-02-10 15:57:32.355 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-02-10 15:57:32.358 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-02-10 15:57:32.361 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-02-10 15:57:32.364 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config 2021-02-10 15:57:32.366 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-02-10 15:57:32.382 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:32.384 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-02-10 15:57:32.386 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-02-10 15:57:32.389 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2021-02-10 15:57:32.391 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-02-10 15:57:32.394 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-02-10 15:57:32.397 | ++ extras.d/80-tempest.sh:source:12 : : 2021-02-10 15:57:32.400 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-02-10 15:57:32.403 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-02-10 15:57:32.406 | + functions-common:run_phase:1755 : [[ stack == \s\o\u\r\c\e ]] 2021-02-10 15:57:32.408 | + functions-common:run_phase:1758 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-02-10 15:57:32.411 | + functions-common:run_phase:1761 : run_plugins stack post-config 2021-02-10 15:57:32.414 | + functions-common:run_plugins:1720 : local mode=stack 2021-02-10 15:57:32.416 | + functions-common:run_plugins:1721 : local phase=post-config 2021-02-10 15:57:32.418 | + functions-common:run_plugins:1723 : local plugins= 2021-02-10 15:57:32.421 | + functions-common:run_plugins:1724 : local plugin 2021-02-10 15:57:32.424 | + ./stack.sh:main:1218 : merge_config_group /home/ubuntu/devstack/local.conf post-config 2021-02-10 15:57:32.427 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-02-10 15:57:32.430 | + inc/meta-config:merge_config_group:171 : shift 2021-02-10 15:57:32.434 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2021-02-10 15:57:32.437 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-10 15:57:32.439 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-02-10 15:57:32.442 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-02-10 15:57:32.445 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-config 2021-02-10 15:57:32.447 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-02-10 15:57:32.450 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2021-02-10 15:57:32.452 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-10 15:57:32.455 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2021-02-10 15:57:32.455 | /^\[\[.+\|.*\]\]/ { 2021-02-10 15:57:32.455 | gsub("[][]", "", $1); 2021-02-10 15:57:32.455 | split($1, a, "|"); 2021-02-10 15:57:32.455 | if (a[1] == matchgroup) 2021-02-10 15:57:32.455 | print a[2] 2021-02-10 15:57:32.455 | } 2021-02-10 15:57:32.455 | ' /home/ubuntu/devstack/local.conf 2021-02-10 15:57:32.461 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-02-10 15:57:32.463 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-02-10 15:57:32.466 | + inc/meta-config:merge_config_group:180 : local dir 2021-02-10 15:57:32.469 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2021-02-10 15:57:32.471 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2021-02-10 15:57:32.475 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2021-02-10 15:57:32.477 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2021-02-10 15:57:32.480 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2021-02-10 15:57:32.484 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2021-02-10 15:57:32.487 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2021-02-10 15:57:32.489 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2021-02-10 15:57:32.492 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-02-10 15:57:32.495 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-02-10 15:57:32.497 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2021-02-10 15:57:32.500 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-02-10 15:57:32.503 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2021-02-10 15:57:32.506 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2021-02-10 15:57:32.509 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2021-02-10 15:57:32.511 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2021-02-10 15:57:32.515 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2021-02-10 15:57:32.515 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:32.516 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2021-02-10 15:57:32.516 | BEGIN { 2021-02-10 15:57:32.516 | section = "" 2021-02-10 15:57:32.516 | last_section = "" 2021-02-10 15:57:32.516 | section_count = 0 2021-02-10 15:57:32.516 | } 2021-02-10 15:57:32.516 | /^\[.+\]/ { 2021-02-10 15:57:32.516 | gsub("[][]", "", $1); 2021-02-10 15:57:32.516 | section=$1 2021-02-10 15:57:32.516 | next 2021-02-10 15:57:32.516 | } 2021-02-10 15:57:32.516 | /^ *\#/ { 2021-02-10 15:57:32.516 | next 2021-02-10 15:57:32.516 | } 2021-02-10 15:57:32.516 | /^[^ \t]+/ { 2021-02-10 15:57:32.516 | # get offset of first = in $0 2021-02-10 15:57:32.516 | eq_idx = index($0, "=") 2021-02-10 15:57:32.516 | # extract attr & value from $0 2021-02-10 15:57:32.516 | attr = substr($0, 1, eq_idx - 1) 2021-02-10 15:57:32.516 | value = substr($0, eq_idx + 1) 2021-02-10 15:57:32.516 | # only need to strip trailing whitespace from attr 2021-02-10 15:57:32.516 | sub(/[ \t]*$/, "", attr) 2021-02-10 15:57:32.516 | # need to strip leading & trailing whitespace from value 2021-02-10 15:57:32.516 | sub(/^[ \t]*/, "", value) 2021-02-10 15:57:32.516 | sub(/[ \t]*$/, "", value) 2021-02-10 15:57:32.516 | 2021-02-10 15:57:32.516 | # cfg_attr_count: number of config lines per [section, attr] 2021-02-10 15:57:32.516 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-02-10 15:57:32.516 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-02-10 15:57:32.516 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-02-10 15:57:32.516 | if (! (section, attr) in cfg_attr_count) { 2021-02-10 15:57:32.516 | if (section != last_section) { 2021-02-10 15:57:32.517 | cfg_section[section_count++] = section 2021-02-10 15:57:32.517 | last_section = section 2021-02-10 15:57:32.517 | } 2021-02-10 15:57:32.517 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-02-10 15:57:32.517 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-02-10 15:57:32.517 | 2021-02-10 15:57:32.517 | cfg_attr[section, attr, 0] = value 2021-02-10 15:57:32.517 | cfg_attr_count[section, attr] = 1 2021-02-10 15:57:32.517 | } else { 2021-02-10 15:57:32.517 | lno = cfg_attr_count[section, attr]++ 2021-02-10 15:57:32.517 | cfg_attr[section, attr, lno] = value 2021-02-10 15:57:32.517 | } 2021-02-10 15:57:32.517 | } 2021-02-10 15:57:32.517 | END { 2021-02-10 15:57:32.517 | # Process each section in order 2021-02-10 15:57:32.517 | for (sno = 0; sno < section_count; sno++) { 2021-02-10 15:57:32.517 | section = cfg_section[sno] 2021-02-10 15:57:32.517 | # The ini routines simply append a config item immediately 2021-02-10 15:57:32.517 | # after the section header. To keep the same order as defined 2021-02-10 15:57:32.517 | # in local.conf, invoke the ini routines in the reverse order 2021-02-10 15:57:32.517 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-02-10 15:57:32.517 | attr = cfg_sec_attr_name[sno, attr_no] 2021-02-10 15:57:32.517 | if (cfg_attr_count[section, attr] == 1) 2021-02-10 15:57:32.517 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-02-10 15:57:32.517 | else { 2021-02-10 15:57:32.517 | # For multiline, invoke the ini routines in the reverse order 2021-02-10 15:57:32.517 | count = cfg_attr_count[section, attr] 2021-02-10 15:57:32.517 | print "inidelete " configfile " " section " " attr 2021-02-10 15:57:32.517 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-02-10 15:57:32.517 | for (l = count -2; l >= 0; l--) 2021-02-10 15:57:32.517 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-02-10 15:57:32.517 | } 2021-02-10 15:57:32.517 | } 2021-02-10 15:57:32.517 | } 2021-02-10 15:57:32.518 | } 2021-02-10 15:57:32.518 | ' 2021-02-10 15:57:32.518 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-02-10 15:57:32.520 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-02-10 15:57:32.522 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2021-02-10 15:57:32.525 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-10 15:57:32.528 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2021-02-10 15:57:32.531 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2021-02-10 15:57:32.531 | BEGIN { group = "" } 2021-02-10 15:57:32.531 | /^\[\[.+\|.*\]\]/ { 2021-02-10 15:57:32.531 | gsub("[][]", "", $1); 2021-02-10 15:57:32.531 | split($1, a, "|"); 2021-02-10 15:57:32.531 | if (a[1] == matchgroup && a[2] == configfile) { 2021-02-10 15:57:32.531 | group=a[1] 2021-02-10 15:57:32.531 | } else { 2021-02-10 15:57:32.531 | group="" 2021-02-10 15:57:32.531 | } 2021-02-10 15:57:32.531 | next 2021-02-10 15:57:32.531 | } 2021-02-10 15:57:32.531 | { 2021-02-10 15:57:32.531 | if (group != "") 2021-02-10 15:57:32.531 | print $0 2021-02-10 15:57:32.531 | } 2021-02-10 15:57:32.531 | ' /home/ubuntu/devstack/local.conf 2021-02-10 15:57:32.538 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT scheduler_default_filters "RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter"' 2021-02-10 15:57:32.540 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT scheduler_default_filters RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter 2021-02-10 15:57:32.569 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:32.571 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"' 2021-02-10 15:57:32.574 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT force_config_drive True 2021-02-10 15:57:32.600 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:32.603 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF glance use_glance_v1 "False"' 2021-02-10 15:57:32.605 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf glance use_glance_v1 False 2021-02-10 15:57:32.634 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:32.637 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"' 2021-02-10 15:57:32.639 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3 2021-02-10 15:57:32.669 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:32.671 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"' 2021-02-10 15:57:32.674 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600 2021-02-10 15:57:32.701 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:32.703 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_type "password"' 2021-02-10 15:57:32.706 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_type password 2021-02-10 15:57:32.734 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:32.737 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.71/identity"' 2021-02-10 15:57:32.739 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.71/identity 2021-02-10 15:57:32.767 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:32.770 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement username "placement"' 2021-02-10 15:57:32.773 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement username placement 2021-02-10 15:57:32.804 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:32.806 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement password "Passw0rd"' 2021-02-10 15:57:32.809 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-02-10 15:57:32.839 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:32.843 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement user_domain_name "Default"' 2021-02-10 15:57:32.846 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-02-10 15:57:32.876 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:32.879 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_name "service"' 2021-02-10 15:57:32.881 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_name service 2021-02-10 15:57:32.911 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:32.914 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_domain_name "Default"' 2021-02-10 15:57:32.916 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-02-10 15:57:32.944 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:32.947 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"' 2021-02-10 15:57:32.949 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement os_region_name RegionOne 2021-02-10 15:57:32.976 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:32.979 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-02-10 15:57:32.982 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-02-10 15:57:32.985 | + inc/meta-config:merge_config_group:180 : local dir 2021-02-10 15:57:32.988 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2021-02-10 15:57:32.991 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2021-02-10 15:57:32.993 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2021-02-10 15:57:32.996 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2021-02-10 15:57:32.999 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2021-02-10 15:57:33.003 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2021-02-10 15:57:33.005 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2021-02-10 15:57:33.008 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2021-02-10 15:57:33.010 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-02-10 15:57:33.013 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-02-10 15:57:33.015 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2021-02-10 15:57:33.018 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-02-10 15:57:33.021 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2021-02-10 15:57:33.024 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2021-02-10 15:57:33.027 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2021-02-10 15:57:33.030 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2021-02-10 15:57:33.033 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2021-02-10 15:57:33.033 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2021-02-10 15:57:33.033 | BEGIN { 2021-02-10 15:57:33.033 | section = "" 2021-02-10 15:57:33.033 | last_section = "" 2021-02-10 15:57:33.033 | section_count = 0 2021-02-10 15:57:33.033 | } 2021-02-10 15:57:33.033 | /^\[.+\]/ { 2021-02-10 15:57:33.034 | gsub("[][]", "", $1); 2021-02-10 15:57:33.034 | section=$1 2021-02-10 15:57:33.034 | next 2021-02-10 15:57:33.034 | } 2021-02-10 15:57:33.034 | /^ *\#/ { 2021-02-10 15:57:33.034 | next 2021-02-10 15:57:33.034 | } 2021-02-10 15:57:33.034 | /^[^ \t]+/ { 2021-02-10 15:57:33.034 | # get offset of first = in $0 2021-02-10 15:57:33.034 | eq_idx = index($0, "=") 2021-02-10 15:57:33.034 | # extract attr & value from $0 2021-02-10 15:57:33.034 | attr = substr($0, 1, eq_idx - 1) 2021-02-10 15:57:33.034 | value = substr($0, eq_idx + 1) 2021-02-10 15:57:33.034 | # only need to strip trailing whitespace from attr 2021-02-10 15:57:33.034 | sub(/[ \t]*$/, "", attr) 2021-02-10 15:57:33.034 | # need to strip leading & trailing whitespace from value 2021-02-10 15:57:33.034 | sub(/^[ \t]*/, "", value) 2021-02-10 15:57:33.034 | sub(/[ \t]*$/, "", value) 2021-02-10 15:57:33.034 | 2021-02-10 15:57:33.034 | # cfg_attr_count: number of config lines per [section, attr] 2021-02-10 15:57:33.034 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-02-10 15:57:33.034 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-02-10 15:57:33.034 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-02-10 15:57:33.034 | if (! (section, attr) in cfg_attr_count) { 2021-02-10 15:57:33.034 | if (section != last_section) { 2021-02-10 15:57:33.034 | cfg_section[section_count++] = section 2021-02-10 15:57:33.034 | last_section = section 2021-02-10 15:57:33.034 | } 2021-02-10 15:57:33.034 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-02-10 15:57:33.034 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-02-10 15:57:33.034 | 2021-02-10 15:57:33.034 | cfg_attr[section, attr, 0] = value 2021-02-10 15:57:33.034 | cfg_attr_count[section, attr] = 1 2021-02-10 15:57:33.034 | } else { 2021-02-10 15:57:33.034 | lno = cfg_attr_count[section, attr]++ 2021-02-10 15:57:33.035 | cfg_attr[section, attr, lno] = value 2021-02-10 15:57:33.035 | } 2021-02-10 15:57:33.035 | } 2021-02-10 15:57:33.035 | END { 2021-02-10 15:57:33.035 | # Process each section in order 2021-02-10 15:57:33.035 | for (sno = 0; sno < section_count; sno++) { 2021-02-10 15:57:33.035 | section = cfg_section[sno] 2021-02-10 15:57:33.035 | # The ini routines simply append a config item immediately 2021-02-10 15:57:33.035 | # after the section header. To keep the same order as defined 2021-02-10 15:57:33.035 | # in local.conf, invoke the ini routines in the reverse order 2021-02-10 15:57:33.035 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-02-10 15:57:33.035 | attr = cfg_sec_attr_name[sno, attr_no] 2021-02-10 15:57:33.035 | if (cfg_attr_count[section, attr] == 1) 2021-02-10 15:57:33.035 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-02-10 15:57:33.035 | else { 2021-02-10 15:57:33.035 | # For multiline, invoke the ini routines in the reverse order 2021-02-10 15:57:33.035 | count = cfg_attr_count[section, attr] 2021-02-10 15:57:33.035 | print "inidelete " configfile " " section " " attr 2021-02-10 15:57:33.035 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-02-10 15:57:33.035 | for (l = count -2; l >= 0; l--) 2021-02-10 15:57:33.035 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-02-10 15:57:33.035 | } 2021-02-10 15:57:33.035 | } 2021-02-10 15:57:33.035 | } 2021-02-10 15:57:33.035 | } 2021-02-10 15:57:33.035 | ' 2021-02-10 15:57:33.035 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.038 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-02-10 15:57:33.040 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-02-10 15:57:33.043 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2021-02-10 15:57:33.045 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-10 15:57:33.048 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2021-02-10 15:57:33.050 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2021-02-10 15:57:33.050 | BEGIN { group = "" } 2021-02-10 15:57:33.050 | /^\[\[.+\|.*\]\]/ { 2021-02-10 15:57:33.050 | gsub("[][]", "", $1); 2021-02-10 15:57:33.050 | split($1, a, "|"); 2021-02-10 15:57:33.050 | if (a[1] == matchgroup && a[2] == configfile) { 2021-02-10 15:57:33.050 | group=a[1] 2021-02-10 15:57:33.050 | } else { 2021-02-10 15:57:33.050 | group="" 2021-02-10 15:57:33.051 | } 2021-02-10 15:57:33.051 | next 2021-02-10 15:57:33.051 | } 2021-02-10 15:57:33.051 | { 2021-02-10 15:57:33.051 | if (group != "") 2021-02-10 15:57:33.051 | print $0 2021-02-10 15:57:33.051 | } 2021-02-10 15:57:33.051 | ' /home/ubuntu/devstack/local.conf 2021-02-10 15:57:33.057 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_overflow "50"' 2021-02-10 15:57:33.060 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_overflow 50 2021-02-10 15:57:33.093 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.095 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_pool_size "50"' 2021-02-10 15:57:33.098 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_pool_size 50 2021-02-10 15:57:33.131 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.134 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database min_pool_size "5"' 2021-02-10 15:57:33.137 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database min_pool_size 5 2021-02-10 15:57:33.170 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.173 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"' 2021-02-10 15:57:33.176 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100 2021-02-10 15:57:33.216 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.219 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"' 2021-02-10 15:57:33.221 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10 2021-02-10 15:57:33.255 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.257 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"' 2021-02-10 15:57:33.260 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall 10 2021-02-10 15:57:33.297 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.300 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"' 2021-02-10 15:57:33.303 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_floatingip 50 2021-02-10 15:57:33.336 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.340 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_router "100"' 2021-02-10 15:57:33.343 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_router 100 2021-02-10 15:57:33.381 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.383 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"' 2021-02-10 15:57:33.386 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100 2021-02-10 15:57:33.418 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.421 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_pool "100"' 2021-02-10 15:57:33.423 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_pool 100 2021-02-10 15:57:33.455 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.457 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_vip "100"' 2021-02-10 15:57:33.460 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_vip 100 2021-02-10 15:57:33.495 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.497 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"' 2021-02-10 15:57:33.500 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100 2021-02-10 15:57:33.537 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.540 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"' 2021-02-10 15:57:33.543 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group 100 2021-02-10 15:57:33.578 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.581 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_port "500"' 2021-02-10 15:57:33.584 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_port 500 2021-02-10 15:57:33.620 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.622 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"' 2021-02-10 15:57:33.625 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_subnet 100 2021-02-10 15:57:33.657 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.660 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_network "100"' 2021-02-10 15:57:33.662 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_network 100 2021-02-10 15:57:33.697 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.700 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-02-10 15:57:33.703 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-02-10 15:57:33.705 | + inc/meta-config:merge_config_group:180 : local dir 2021-02-10 15:57:33.709 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2021-02-10 15:57:33.713 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2021-02-10 15:57:33.717 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2021-02-10 15:57:33.720 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2021-02-10 15:57:33.723 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2021-02-10 15:57:33.727 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2021-02-10 15:57:33.731 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2021-02-10 15:57:33.733 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2021-02-10 15:57:33.736 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-02-10 15:57:33.738 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-02-10 15:57:33.741 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2021-02-10 15:57:33.743 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-02-10 15:57:33.746 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2021-02-10 15:57:33.749 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2021-02-10 15:57:33.752 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2021-02-10 15:57:33.754 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2021-02-10 15:57:33.758 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2021-02-10 15:57:33.758 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2021-02-10 15:57:33.758 | BEGIN { 2021-02-10 15:57:33.758 | section = "" 2021-02-10 15:57:33.758 | last_section = "" 2021-02-10 15:57:33.758 | section_count = 0 2021-02-10 15:57:33.758 | } 2021-02-10 15:57:33.758 | /^\[.+\]/ { 2021-02-10 15:57:33.758 | gsub("[][]", "", $1); 2021-02-10 15:57:33.758 | section=$1 2021-02-10 15:57:33.758 | next 2021-02-10 15:57:33.758 | } 2021-02-10 15:57:33.758 | /^ *\#/ { 2021-02-10 15:57:33.758 | next 2021-02-10 15:57:33.759 | } 2021-02-10 15:57:33.759 | /^[^ \t]+/ { 2021-02-10 15:57:33.759 | # get offset of first = in $0 2021-02-10 15:57:33.759 | eq_idx = index($0, "=") 2021-02-10 15:57:33.759 | # extract attr & value from $0 2021-02-10 15:57:33.759 | attr = substr($0, 1, eq_idx - 1) 2021-02-10 15:57:33.759 | value = substr($0, eq_idx + 1) 2021-02-10 15:57:33.759 | # only need to strip trailing whitespace from attr 2021-02-10 15:57:33.759 | sub(/[ \t]*$/, "", attr) 2021-02-10 15:57:33.759 | # need to strip leading & trailing whitespace from value 2021-02-10 15:57:33.759 | sub(/^[ \t]*/, "", value) 2021-02-10 15:57:33.759 | sub(/[ \t]*$/, "", value) 2021-02-10 15:57:33.759 | 2021-02-10 15:57:33.759 | # cfg_attr_count: number of config lines per [section, attr] 2021-02-10 15:57:33.759 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-02-10 15:57:33.759 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-02-10 15:57:33.759 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-02-10 15:57:33.759 | if (! (section, attr) in cfg_attr_count) { 2021-02-10 15:57:33.759 | if (section != last_section) { 2021-02-10 15:57:33.759 | cfg_section[section_count++] = section 2021-02-10 15:57:33.759 | last_section = section 2021-02-10 15:57:33.759 | } 2021-02-10 15:57:33.759 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-02-10 15:57:33.759 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-02-10 15:57:33.759 | 2021-02-10 15:57:33.759 | cfg_attr[section, attr, 0] = value 2021-02-10 15:57:33.759 | cfg_attr_count[section, attr] = 1 2021-02-10 15:57:33.759 | } else { 2021-02-10 15:57:33.759 | lno = cfg_attr_count[section, attr]++ 2021-02-10 15:57:33.759 | cfg_attr[section, attr, lno] = value 2021-02-10 15:57:33.759 | } 2021-02-10 15:57:33.759 | } 2021-02-10 15:57:33.760 | END { 2021-02-10 15:57:33.760 | # Process each section in order 2021-02-10 15:57:33.760 | for (sno = 0; sno < section_count; sno++) { 2021-02-10 15:57:33.760 | section = cfg_section[sno] 2021-02-10 15:57:33.760 | # The ini routines simply append a config item immediately 2021-02-10 15:57:33.760 | # after the section header. To keep the same order as defined 2021-02-10 15:57:33.760 | # in local.conf, invoke the ini routines in the reverse order 2021-02-10 15:57:33.760 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-02-10 15:57:33.760 | attr = cfg_sec_attr_name[sno, attr_no] 2021-02-10 15:57:33.760 | if (cfg_attr_count[section, attr] == 1) 2021-02-10 15:57:33.760 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-02-10 15:57:33.760 | else { 2021-02-10 15:57:33.760 | # For multiline, invoke the ini routines in the reverse order 2021-02-10 15:57:33.760 | count = cfg_attr_count[section, attr] 2021-02-10 15:57:33.760 | print "inidelete " configfile " " section " " attr 2021-02-10 15:57:33.760 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-02-10 15:57:33.760 | for (l = count -2; l >= 0; l--) 2021-02-10 15:57:33.760 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-02-10 15:57:33.760 | } 2021-02-10 15:57:33.760 | } 2021-02-10 15:57:33.760 | } 2021-02-10 15:57:33.760 | } 2021-02-10 15:57:33.760 | ' 2021-02-10 15:57:33.760 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.761 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-02-10 15:57:33.763 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-02-10 15:57:33.765 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2021-02-10 15:57:33.768 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-10 15:57:33.770 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2021-02-10 15:57:33.773 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2021-02-10 15:57:33.773 | BEGIN { group = "" } 2021-02-10 15:57:33.773 | /^\[\[.+\|.*\]\]/ { 2021-02-10 15:57:33.773 | gsub("[][]", "", $1); 2021-02-10 15:57:33.773 | split($1, a, "|"); 2021-02-10 15:57:33.773 | if (a[1] == matchgroup && a[2] == configfile) { 2021-02-10 15:57:33.773 | group=a[1] 2021-02-10 15:57:33.773 | } else { 2021-02-10 15:57:33.773 | group="" 2021-02-10 15:57:33.773 | } 2021-02-10 15:57:33.773 | next 2021-02-10 15:57:33.773 | } 2021-02-10 15:57:33.773 | { 2021-02-10 15:57:33.773 | if (group != "") 2021-02-10 15:57:33.773 | print $0 2021-02-10 15:57:33.773 | } 2021-02-10 15:57:33.773 | ' /home/ubuntu/devstack/local.conf 2021-02-10 15:57:33.779 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT os_privileged_user_auth_url "http://10.222.0.71/identity/v2.0"' 2021-02-10 15:57:33.782 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT os_privileged_user_auth_url http://10.222.0.71/identity/v2.0 2021-02-10 15:57:33.809 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.812 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-02-10 15:57:33.815 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-02-10 15:57:33.817 | + inc/meta-config:merge_config_group:180 : local dir 2021-02-10 15:57:33.820 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2021-02-10 15:57:33.823 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-10 15:57:33.826 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-10 15:57:33.828 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2021-02-10 15:57:33.832 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-10 15:57:33.836 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2021-02-10 15:57:33.838 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2021-02-10 15:57:33.842 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2021-02-10 15:57:33.845 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-02-10 15:57:33.848 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-02-10 15:57:33.851 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2021-02-10 15:57:33.855 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-02-10 15:57:33.859 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2021-02-10 15:57:33.861 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-10 15:57:33.864 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-10 15:57:33.867 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2021-02-10 15:57:33.870 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2021-02-10 15:57:33.871 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.871 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2021-02-10 15:57:33.871 | BEGIN { 2021-02-10 15:57:33.871 | section = "" 2021-02-10 15:57:33.871 | last_section = "" 2021-02-10 15:57:33.871 | section_count = 0 2021-02-10 15:57:33.871 | } 2021-02-10 15:57:33.871 | /^\[.+\]/ { 2021-02-10 15:57:33.871 | gsub("[][]", "", $1); 2021-02-10 15:57:33.871 | section=$1 2021-02-10 15:57:33.871 | next 2021-02-10 15:57:33.871 | } 2021-02-10 15:57:33.871 | /^ *\#/ { 2021-02-10 15:57:33.871 | next 2021-02-10 15:57:33.871 | } 2021-02-10 15:57:33.871 | /^[^ \t]+/ { 2021-02-10 15:57:33.871 | # get offset of first = in $0 2021-02-10 15:57:33.871 | eq_idx = index($0, "=") 2021-02-10 15:57:33.871 | # extract attr & value from $0 2021-02-10 15:57:33.871 | attr = substr($0, 1, eq_idx - 1) 2021-02-10 15:57:33.871 | value = substr($0, eq_idx + 1) 2021-02-10 15:57:33.871 | # only need to strip trailing whitespace from attr 2021-02-10 15:57:33.872 | sub(/[ \t]*$/, "", attr) 2021-02-10 15:57:33.872 | # need to strip leading & trailing whitespace from value 2021-02-10 15:57:33.872 | sub(/^[ \t]*/, "", value) 2021-02-10 15:57:33.872 | sub(/[ \t]*$/, "", value) 2021-02-10 15:57:33.872 | 2021-02-10 15:57:33.872 | # cfg_attr_count: number of config lines per [section, attr] 2021-02-10 15:57:33.872 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-02-10 15:57:33.872 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-02-10 15:57:33.872 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-02-10 15:57:33.872 | if (! (section, attr) in cfg_attr_count) { 2021-02-10 15:57:33.872 | if (section != last_section) { 2021-02-10 15:57:33.872 | cfg_section[section_count++] = section 2021-02-10 15:57:33.872 | last_section = section 2021-02-10 15:57:33.872 | } 2021-02-10 15:57:33.872 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-02-10 15:57:33.872 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-02-10 15:57:33.872 | 2021-02-10 15:57:33.872 | cfg_attr[section, attr, 0] = value 2021-02-10 15:57:33.872 | cfg_attr_count[section, attr] = 1 2021-02-10 15:57:33.872 | } else { 2021-02-10 15:57:33.872 | lno = cfg_attr_count[section, attr]++ 2021-02-10 15:57:33.872 | cfg_attr[section, attr, lno] = value 2021-02-10 15:57:33.872 | } 2021-02-10 15:57:33.872 | } 2021-02-10 15:57:33.872 | END { 2021-02-10 15:57:33.872 | # Process each section in order 2021-02-10 15:57:33.872 | for (sno = 0; sno < section_count; sno++) { 2021-02-10 15:57:33.872 | section = cfg_section[sno] 2021-02-10 15:57:33.872 | # The ini routines simply append a config item immediately 2021-02-10 15:57:33.872 | # after the section header. To keep the same order as defined 2021-02-10 15:57:33.872 | # in local.conf, invoke the ini routines in the reverse order 2021-02-10 15:57:33.872 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-02-10 15:57:33.872 | attr = cfg_sec_attr_name[sno, attr_no] 2021-02-10 15:57:33.872 | if (cfg_attr_count[section, attr] == 1) 2021-02-10 15:57:33.872 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-02-10 15:57:33.872 | else { 2021-02-10 15:57:33.873 | # For multiline, invoke the ini routines in the reverse order 2021-02-10 15:57:33.873 | count = cfg_attr_count[section, attr] 2021-02-10 15:57:33.873 | print "inidelete " configfile " " section " " attr 2021-02-10 15:57:33.873 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-02-10 15:57:33.873 | for (l = count -2; l >= 0; l--) 2021-02-10 15:57:33.873 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-02-10 15:57:33.873 | } 2021-02-10 15:57:33.873 | } 2021-02-10 15:57:33.873 | } 2021-02-10 15:57:33.873 | } 2021-02-10 15:57:33.873 | ' 2021-02-10 15:57:33.874 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-02-10 15:57:33.877 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-02-10 15:57:33.879 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2021-02-10 15:57:33.882 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-10 15:57:33.884 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2021-02-10 15:57:33.886 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2021-02-10 15:57:33.887 | BEGIN { group = "" } 2021-02-10 15:57:33.887 | /^\[\[.+\|.*\]\]/ { 2021-02-10 15:57:33.887 | gsub("[][]", "", $1); 2021-02-10 15:57:33.887 | split($1, a, "|"); 2021-02-10 15:57:33.887 | if (a[1] == matchgroup && a[2] == configfile) { 2021-02-10 15:57:33.887 | group=a[1] 2021-02-10 15:57:33.887 | } else { 2021-02-10 15:57:33.887 | group="" 2021-02-10 15:57:33.887 | } 2021-02-10 15:57:33.887 | next 2021-02-10 15:57:33.887 | } 2021-02-10 15:57:33.887 | { 2021-02-10 15:57:33.887 | if (group != "") 2021-02-10 15:57:33.887 | print $0 2021-02-10 15:57:33.887 | } 2021-02-10 15:57:33.887 | ' /home/ubuntu/devstack/local.conf 2021-02-10 15:57:33.893 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2021-02-10 15:57:33.895 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2021-02-10 15:57:33.921 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.924 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"' 2021-02-10 15:57:33.926 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl 2021-02-10 15:57:33.953 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:57:33.956 | + ./stack.sh:main:1227 : is_service_enabled swift 2021-02-10 15:57:33.973 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:33.975 | + ./stack.sh:main:1228 : echo_summary 'Starting Swift' 2021-02-10 15:57:33.978 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:57:33.981 | + ./stack.sh:echo_summary:422 : echo -e Starting Swift 2021-02-10 15:57:33.983 | + ./stack.sh:main:1229 : start_swift 2021-02-10 15:57:33.986 | + lib/swift:start_swift:777 : restart_service memcached 2021-02-10 15:57:33.989 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-02-10 15:57:33.991 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart memcached 2021-02-10 15:57:34.038 | + lib/swift:start_swift:780 : is_ubuntu 2021-02-10 15:57:34.041 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 15:57:34.048 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 15:57:34.050 | + lib/swift:start_swift:781 : sudo /etc/init.d/rsync restart 2021-02-10 15:57:34.101 | Restarting rsync (via systemctl): rsync.service. 2021-02-10 15:57:34.105 | + lib/swift:start_swift:788 : '[' False == True ']' 2021-02-10 15:57:34.107 | + lib/swift:start_swift:807 : [[ 1 == 1 ]] 2021-02-10 15:57:34.110 | + lib/swift:start_swift:808 : local foreground_services type 2021-02-10 15:57:34.113 | + lib/swift:start_swift:810 : foreground_services='object container account' 2021-02-10 15:57:34.115 | + lib/swift:start_swift:811 : for type in ${foreground_services} 2021-02-10 15:57:34.118 | + lib/swift:start_swift:812 : run_process s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-02-10 15:57:34.120 | + functions-common:run_process:1561 : local service=s-object 2021-02-10 15:57:34.123 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-02-10 15:57:34.126 | + functions-common:run_process:1563 : local group= 2021-02-10 15:57:34.128 | + functions-common:run_process:1564 : local user= 2021-02-10 15:57:34.130 | + functions-common:run_process:1566 : local name=s-object 2021-02-10 15:57:34.133 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:57:34.135 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:57:34.137 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:57:34.140 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:57:34.143 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:57:34.146 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972654144 2021-02-10 15:57:34.149 | + functions-common:run_process:1569 : is_service_enabled s-object 2021-02-10 15:57:34.165 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:34.167 | + functions-common:run_process:1570 : _run_under_systemd s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' '' 2021-02-10 15:57:34.170 | + functions-common:_run_under_systemd:1526 : local service=s-object 2021-02-10 15:57:34.172 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-02-10 15:57:34.175 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-02-10 15:57:34.177 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-02-10 15:57:34.180 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-02-10 15:57:34.184 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ sudo ]] 2021-02-10 15:57:34.187 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ ^/ ]] 2021-02-10 15:57:34.190 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@s-object.service 2021-02-10 15:57:34.192 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:57:34.195 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:57:34.197 | + functions-common:_run_under_systemd:1535 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ uwsgi ]] 2021-02-10 15:57:34.200 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@s-object.service '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' ubuntu 2021-02-10 15:57:34.202 | + functions-common:write_user_unit_file:1443 : local service=devstack@s-object.service 2021-02-10 15:57:34.205 | + functions-common:write_user_unit_file:1444 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-02-10 15:57:34.207 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:57:34.209 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2021-02-10 15:57:34.211 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:57:34.213 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:57:34.215 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@s-object.service 2021-02-10 15:57:34.218 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:57:34.222 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@s-object.service Unit Description 'Devstack devstack@s-object.service' 2021-02-10 15:57:34.276 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service User ubuntu 2021-02-10 15:57:34.341 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecStart '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-02-10 15:57:34.396 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service KillMode process 2021-02-10 15:57:34.445 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service TimeoutStopSec 300 2021-02-10 15:57:34.491 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:57:34.539 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:57:34.541 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@s-object.service Install WantedBy multi-user.target 2021-02-10 15:57:34.606 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:57:34.797 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@s-object.service 2021-02-10 15:57:34.816 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-object.service → /etc/systemd/system/devstack@s-object.service. 2021-02-10 15:57:34.990 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@s-object.service 2021-02-10 15:57:35.013 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:57:35.016 | + functions-common:time_stop:2306 : local name 2021-02-10 15:57:35.018 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:57:35.021 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:57:35.023 | + functions-common:time_stop:2309 : local total 2021-02-10 15:57:35.026 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:57:35.028 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:57:35.030 | + functions-common:time_stop:2313 : start_time=1612972654144 2021-02-10 15:57:35.033 | + functions-common:time_stop:2315 : [[ -z 1612972654144 ]] 2021-02-10 15:57:35.036 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:57:35.039 | + functions-common:time_stop:2318 : end_time=1612972655036 2021-02-10 15:57:35.041 | + functions-common:time_stop:2319 : elapsed_time=892 2021-02-10 15:57:35.044 | + functions-common:time_stop:2320 : total=2050 2021-02-10 15:57:35.046 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:57:35.048 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=2942 2021-02-10 15:57:35.051 | + lib/swift:start_swift:811 : for type in ${foreground_services} 2021-02-10 15:57:35.053 | + lib/swift:start_swift:812 : run_process s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-02-10 15:57:35.056 | + functions-common:run_process:1561 : local service=s-container 2021-02-10 15:57:35.058 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-02-10 15:57:35.060 | + functions-common:run_process:1563 : local group= 2021-02-10 15:57:35.063 | + functions-common:run_process:1564 : local user= 2021-02-10 15:57:35.065 | + functions-common:run_process:1566 : local name=s-container 2021-02-10 15:57:35.068 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:57:35.070 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:57:35.073 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:57:35.077 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:57:35.082 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:57:35.085 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972655083 2021-02-10 15:57:35.089 | + functions-common:run_process:1569 : is_service_enabled s-container 2021-02-10 15:57:35.105 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:35.107 | + functions-common:run_process:1570 : _run_under_systemd s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' '' 2021-02-10 15:57:35.110 | + functions-common:_run_under_systemd:1526 : local service=s-container 2021-02-10 15:57:35.112 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-02-10 15:57:35.115 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-02-10 15:57:35.117 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-02-10 15:57:35.120 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-02-10 15:57:35.122 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ sudo ]] 2021-02-10 15:57:35.125 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ ^/ ]] 2021-02-10 15:57:35.127 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@s-container.service 2021-02-10 15:57:35.130 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:57:35.132 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:57:35.134 | + functions-common:_run_under_systemd:1535 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ uwsgi ]] 2021-02-10 15:57:35.137 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@s-container.service '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' ubuntu 2021-02-10 15:57:35.139 | + functions-common:write_user_unit_file:1443 : local service=devstack@s-container.service 2021-02-10 15:57:35.142 | + functions-common:write_user_unit_file:1444 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-02-10 15:57:35.144 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:57:35.146 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2021-02-10 15:57:35.148 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:57:35.151 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:57:35.153 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@s-container.service 2021-02-10 15:57:35.156 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:57:35.160 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@s-container.service Unit Description 'Devstack devstack@s-container.service' 2021-02-10 15:57:35.215 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service User ubuntu 2021-02-10 15:57:35.270 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecStart '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-02-10 15:57:35.317 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service KillMode process 2021-02-10 15:57:35.363 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service TimeoutStopSec 300 2021-02-10 15:57:35.410 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:57:35.457 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:57:35.459 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@s-container.service Install WantedBy multi-user.target 2021-02-10 15:57:35.517 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:57:35.730 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@s-container.service 2021-02-10 15:57:35.743 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container.service → /etc/systemd/system/devstack@s-container.service. 2021-02-10 15:57:35.953 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@s-container.service 2021-02-10 15:57:35.974 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:57:35.976 | + functions-common:time_stop:2306 : local name 2021-02-10 15:57:35.979 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:57:35.981 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:57:35.984 | + functions-common:time_stop:2309 : local total 2021-02-10 15:57:35.986 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:57:35.989 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:57:35.991 | + functions-common:time_stop:2313 : start_time=1612972655083 2021-02-10 15:57:35.994 | + functions-common:time_stop:2315 : [[ -z 1612972655083 ]] 2021-02-10 15:57:35.997 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:57:36.001 | + functions-common:time_stop:2318 : end_time=1612972655997 2021-02-10 15:57:36.003 | + functions-common:time_stop:2319 : elapsed_time=914 2021-02-10 15:57:36.005 | + functions-common:time_stop:2320 : total=2942 2021-02-10 15:57:36.008 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:57:36.010 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=3856 2021-02-10 15:57:36.012 | + lib/swift:start_swift:811 : for type in ${foreground_services} 2021-02-10 15:57:36.015 | + lib/swift:start_swift:812 : run_process s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-02-10 15:57:36.017 | + functions-common:run_process:1561 : local service=s-account 2021-02-10 15:57:36.020 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-02-10 15:57:36.022 | + functions-common:run_process:1563 : local group= 2021-02-10 15:57:36.025 | + functions-common:run_process:1564 : local user= 2021-02-10 15:57:36.027 | + functions-common:run_process:1566 : local name=s-account 2021-02-10 15:57:36.030 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:57:36.032 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:57:36.034 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:57:36.037 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:57:36.040 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:57:36.043 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972656040 2021-02-10 15:57:36.045 | + functions-common:run_process:1569 : is_service_enabled s-account 2021-02-10 15:57:36.064 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:36.066 | + functions-common:run_process:1570 : _run_under_systemd s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' '' 2021-02-10 15:57:36.069 | + functions-common:_run_under_systemd:1526 : local service=s-account 2021-02-10 15:57:36.077 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-02-10 15:57:36.081 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-02-10 15:57:36.085 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-02-10 15:57:36.087 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-02-10 15:57:36.090 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ sudo ]] 2021-02-10 15:57:36.092 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ ^/ ]] 2021-02-10 15:57:36.095 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@s-account.service 2021-02-10 15:57:36.097 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:57:36.100 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:57:36.102 | + functions-common:_run_under_systemd:1535 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ uwsgi ]] 2021-02-10 15:57:36.105 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@s-account.service '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' ubuntu 2021-02-10 15:57:36.107 | + functions-common:write_user_unit_file:1443 : local service=devstack@s-account.service 2021-02-10 15:57:36.109 | + functions-common:write_user_unit_file:1444 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-02-10 15:57:36.112 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:57:36.117 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2021-02-10 15:57:36.119 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:57:36.122 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:57:36.124 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@s-account.service 2021-02-10 15:57:36.126 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:57:36.130 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@s-account.service Unit Description 'Devstack devstack@s-account.service' 2021-02-10 15:57:36.192 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service User ubuntu 2021-02-10 15:57:36.253 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecStart '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-02-10 15:57:36.305 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service KillMode process 2021-02-10 15:57:36.355 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service TimeoutStopSec 300 2021-02-10 15:57:36.405 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:57:36.452 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:57:36.454 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@s-account.service Install WantedBy multi-user.target 2021-02-10 15:57:36.512 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:57:36.722 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@s-account.service 2021-02-10 15:57:36.735 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-account.service → /etc/systemd/system/devstack@s-account.service. 2021-02-10 15:57:36.931 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@s-account.service 2021-02-10 15:57:36.951 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:57:36.954 | + functions-common:time_stop:2306 : local name 2021-02-10 15:57:36.956 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:57:36.959 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:57:36.961 | + functions-common:time_stop:2309 : local total 2021-02-10 15:57:36.963 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:57:36.966 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:57:36.968 | + functions-common:time_stop:2313 : start_time=1612972656040 2021-02-10 15:57:36.971 | + functions-common:time_stop:2315 : [[ -z 1612972656040 ]] 2021-02-10 15:57:36.974 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:57:36.977 | + functions-common:time_stop:2318 : end_time=1612972656974 2021-02-10 15:57:36.979 | + functions-common:time_stop:2319 : elapsed_time=934 2021-02-10 15:57:36.982 | + functions-common:time_stop:2320 : total=3856 2021-02-10 15:57:36.984 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:57:36.987 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=4790 2021-02-10 15:57:36.989 | + lib/swift:start_swift:815 : [[ False == \T\r\u\e ]] 2021-02-10 15:57:36.991 | + lib/swift:start_swift:820 : enable_service s-container-sync 2021-02-10 15:57:37.035 | + lib/swift:start_swift:821 : run_process s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-02-10 15:57:37.038 | + functions-common:run_process:1561 : local service=s-container-sync 2021-02-10 15:57:37.040 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-02-10 15:57:37.042 | + functions-common:run_process:1563 : local group= 2021-02-10 15:57:37.045 | + functions-common:run_process:1564 : local user= 2021-02-10 15:57:37.047 | + functions-common:run_process:1566 : local name=s-container-sync 2021-02-10 15:57:37.050 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:57:37.052 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:57:37.054 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:57:37.057 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:57:37.061 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:57:37.063 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972657060 2021-02-10 15:57:37.066 | + functions-common:run_process:1569 : is_service_enabled s-container-sync 2021-02-10 15:57:37.089 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:37.093 | + functions-common:run_process:1570 : _run_under_systemd s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' '' 2021-02-10 15:57:37.096 | + functions-common:_run_under_systemd:1526 : local service=s-container-sync 2021-02-10 15:57:37.098 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-02-10 15:57:37.100 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-02-10 15:57:37.103 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-02-10 15:57:37.108 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-02-10 15:57:37.110 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ sudo ]] 2021-02-10 15:57:37.113 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ ^/ ]] 2021-02-10 15:57:37.115 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@s-container-sync.service 2021-02-10 15:57:37.118 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:57:37.120 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:57:37.122 | + functions-common:_run_under_systemd:1535 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ uwsgi ]] 2021-02-10 15:57:37.131 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@s-container-sync.service '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' ubuntu 2021-02-10 15:57:37.134 | + functions-common:write_user_unit_file:1443 : local service=devstack@s-container-sync.service 2021-02-10 15:57:37.136 | + functions-common:write_user_unit_file:1444 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-02-10 15:57:37.139 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:57:37.141 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2021-02-10 15:57:37.144 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:57:37.146 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:57:37.148 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@s-container-sync.service 2021-02-10 15:57:37.151 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:57:37.155 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Unit Description 'Devstack devstack@s-container-sync.service' 2021-02-10 15:57:37.216 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service User ubuntu 2021-02-10 15:57:37.276 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecStart '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-02-10 15:57:37.326 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service KillMode process 2021-02-10 15:57:37.373 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service TimeoutStopSec 300 2021-02-10 15:57:37.421 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:57:37.467 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:57:37.470 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Install WantedBy multi-user.target 2021-02-10 15:57:37.526 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:57:37.727 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@s-container-sync.service 2021-02-10 15:57:37.741 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container-sync.service → /etc/systemd/system/devstack@s-container-sync.service. 2021-02-10 15:57:37.944 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@s-container-sync.service 2021-02-10 15:57:37.966 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:57:37.969 | + functions-common:time_stop:2306 : local name 2021-02-10 15:57:37.972 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:57:37.974 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:57:37.977 | + functions-common:time_stop:2309 : local total 2021-02-10 15:57:37.979 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:57:37.982 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:57:37.984 | + functions-common:time_stop:2313 : start_time=1612972657060 2021-02-10 15:57:37.986 | + functions-common:time_stop:2315 : [[ -z 1612972657060 ]] 2021-02-10 15:57:37.990 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:57:37.993 | + functions-common:time_stop:2318 : end_time=1612972657990 2021-02-10 15:57:37.995 | + functions-common:time_stop:2319 : elapsed_time=930 2021-02-10 15:57:37.998 | + functions-common:time_stop:2320 : total=4790 2021-02-10 15:57:38.000 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:57:38.003 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=5720 2021-02-10 15:57:38.005 | + lib/swift:start_swift:828 : is_service_enabled tls-proxy 2021-02-10 15:57:38.024 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:57:38.026 | + lib/swift:start_swift:832 : run_process s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-02-10 15:57:38.029 | + functions-common:run_process:1561 : local service=s-proxy 2021-02-10 15:57:38.031 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-02-10 15:57:38.034 | + functions-common:run_process:1563 : local group= 2021-02-10 15:57:38.036 | + functions-common:run_process:1564 : local user= 2021-02-10 15:57:38.038 | + functions-common:run_process:1566 : local name=s-proxy 2021-02-10 15:57:38.040 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:57:38.043 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:57:38.045 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:57:38.047 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:57:38.050 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:57:38.054 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972658051 2021-02-10 15:57:38.056 | + functions-common:run_process:1569 : is_service_enabled s-proxy 2021-02-10 15:57:38.078 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:38.081 | + functions-common:run_process:1570 : _run_under_systemd s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' '' 2021-02-10 15:57:38.083 | + functions-common:_run_under_systemd:1526 : local service=s-proxy 2021-02-10 15:57:38.086 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-02-10 15:57:38.088 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-02-10 15:57:38.090 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-02-10 15:57:38.093 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-02-10 15:57:38.095 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ sudo ]] 2021-02-10 15:57:38.098 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ ^/ ]] 2021-02-10 15:57:38.100 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@s-proxy.service 2021-02-10 15:57:38.102 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:57:38.105 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:57:38.107 | + functions-common:_run_under_systemd:1535 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ uwsgi ]] 2021-02-10 15:57:38.110 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@s-proxy.service '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' ubuntu 2021-02-10 15:57:38.113 | + functions-common:write_user_unit_file:1443 : local service=devstack@s-proxy.service 2021-02-10 15:57:38.115 | + functions-common:write_user_unit_file:1444 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-02-10 15:57:38.121 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:57:38.123 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2021-02-10 15:57:38.126 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:57:38.129 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:57:38.130 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@s-proxy.service 2021-02-10 15:57:38.133 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:57:38.137 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Unit Description 'Devstack devstack@s-proxy.service' 2021-02-10 15:57:38.199 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service User ubuntu 2021-02-10 15:57:38.254 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecStart '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-02-10 15:57:38.301 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service KillMode process 2021-02-10 15:57:38.348 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service TimeoutStopSec 300 2021-02-10 15:57:38.396 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:57:38.444 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:57:38.447 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Install WantedBy multi-user.target 2021-02-10 15:57:38.504 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:57:38.706 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@s-proxy.service 2021-02-10 15:57:38.719 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-proxy.service → /etc/systemd/system/devstack@s-proxy.service. 2021-02-10 15:57:38.915 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@s-proxy.service 2021-02-10 15:57:38.936 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:57:38.939 | + functions-common:time_stop:2306 : local name 2021-02-10 15:57:38.942 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:57:38.944 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:57:38.946 | + functions-common:time_stop:2309 : local total 2021-02-10 15:57:38.949 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:57:38.951 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:57:38.954 | + functions-common:time_stop:2313 : start_time=1612972658051 2021-02-10 15:57:38.956 | + functions-common:time_stop:2315 : [[ -z 1612972658051 ]] 2021-02-10 15:57:38.959 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:57:38.963 | + functions-common:time_stop:2318 : end_time=1612972658960 2021-02-10 15:57:38.965 | + functions-common:time_stop:2319 : elapsed_time=909 2021-02-10 15:57:38.968 | + functions-common:time_stop:2320 : total=5720 2021-02-10 15:57:38.970 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:57:38.973 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=6629 2021-02-10 15:57:38.975 | + lib/swift:start_swift:837 : echo 'Waiting for swift proxy to start...' 2021-02-10 15:57:38.975 | Waiting for swift proxy to start... 2021-02-10 15:57:38.977 | + lib/swift:start_swift:838 : wait_for_service 60 http://10.222.0.71:8080/info 2021-02-10 15:57:38.980 | + functions:wait_for_service:481 : local timeout=60 2021-02-10 15:57:38.982 | + functions:wait_for_service:482 : local url=http://10.222.0.71:8080/info 2021-02-10 15:57:38.985 | + functions:wait_for_service:483 : local rval=0 2021-02-10 15:57:38.987 | + functions:wait_for_service:484 : time_start wait_for_service 2021-02-10 15:57:38.989 | + functions-common:time_start:2292 : local name=wait_for_service 2021-02-10 15:57:38.992 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:57:38.994 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:57:38.997 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:57:39.001 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972658998 2021-02-10 15:57:39.003 | + functions:wait_for_service:485 : timeout 60 bash -x 2021-02-10 15:57:39.008 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.71:8080/info 2021-02-10 15:57:39.021 | + :: : [[ 000 == 503 ]] 2021-02-10 15:57:39.023 | + :: : [[ 7 -eq 7 ]] 2021-02-10 15:57:39.024 | + :: : sleep 1 2021-02-10 15:57:40.028 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.71:8080/info 2021-02-10 15:57:40.041 | + :: : [[ 000 == 503 ]] 2021-02-10 15:57:40.042 | + :: : [[ 7 -eq 7 ]] 2021-02-10 15:57:40.044 | + :: : sleep 1 2021-02-10 15:57:41.048 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.71:8080/info 2021-02-10 15:57:41.061 | + :: : [[ 000 == 503 ]] 2021-02-10 15:57:41.062 | + :: : [[ 7 -eq 7 ]] 2021-02-10 15:57:41.064 | + :: : sleep 1 2021-02-10 15:57:42.067 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.71:8080/info 2021-02-10 15:57:42.250 | + :: : [[ 200 == 503 ]] 2021-02-10 15:57:42.252 | + :: : [[ 0 -eq 7 ]] 2021-02-10 15:57:42.256 | + functions:wait_for_service:490 : time_stop wait_for_service 2021-02-10 15:57:42.260 | + functions-common:time_stop:2306 : local name 2021-02-10 15:57:42.262 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:57:42.266 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:57:42.269 | + functions-common:time_stop:2309 : local total 2021-02-10 15:57:42.271 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:57:42.274 | + functions-common:time_stop:2312 : name=wait_for_service 2021-02-10 15:57:42.278 | + functions-common:time_stop:2313 : start_time=1612972658998 2021-02-10 15:57:42.280 | + functions-common:time_stop:2315 : [[ -z 1612972658998 ]] 2021-02-10 15:57:42.283 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:57:42.287 | + functions-common:time_stop:2318 : end_time=1612972662284 2021-02-10 15:57:42.289 | + functions-common:time_stop:2319 : elapsed_time=3286 2021-02-10 15:57:42.292 | + functions-common:time_stop:2320 : total=6537 2021-02-10 15:57:42.295 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:57:42.297 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=9823 2021-02-10 15:57:42.301 | + functions:wait_for_service:491 : return 0 2021-02-10 15:57:42.304 | + lib/swift:start_swift:842 : [[ False == \T\r\u\e ]] 2021-02-10 15:57:42.307 | + ./stack.sh:main:1235 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-02-10 15:57:42.310 | + ./stack.sh:main:1236 : is_service_enabled nova 2021-02-10 15:57:42.327 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:42.329 | + ./stack.sh:main:1237 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-02-10 15:57:42.358 | + ./stack.sh:main:1238 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-02-10 15:57:42.391 | + ./stack.sh:main:1241 : is_service_enabled cinder 2021-02-10 15:57:42.411 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:42.413 | + ./stack.sh:main:1242 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-02-10 15:57:42.446 | + ./stack.sh:main:1246 : is_service_enabled n-api 2021-02-10 15:57:42.465 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:42.468 | + ./stack.sh:main:1247 : echo_summary 'Starting Nova API' 2021-02-10 15:57:42.471 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:57:42.473 | + ./stack.sh:echo_summary:422 : echo -e Starting Nova API 2021-02-10 15:57:42.476 | + ./stack.sh:main:1248 : start_nova_api 2021-02-10 15:57:42.479 | + lib/nova:start_nova_api:840 : local service_port=8774 2021-02-10 15:57:42.481 | + lib/nova:start_nova_api:841 : local service_protocol=http 2021-02-10 15:57:42.484 | + lib/nova:start_nova_api:842 : local nova_url 2021-02-10 15:57:42.487 | + lib/nova:start_nova_api:843 : is_service_enabled tls-proxy 2021-02-10 15:57:42.503 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:57:42.506 | + lib/nova:start_nova_api:849 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:57:42.509 | + lib/nova:start_nova_api:850 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:57:42.512 | + lib/nova:start_nova_api:850 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:57:42.514 | + lib/nova:start_nova_api:852 : '[' True == False ']' 2021-02-10 15:57:42.518 | ++ lib/nova:start_nova_api:860 : which uwsgi 2021-02-10 15:57:42.522 | + lib/nova:start_nova_api:860 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-02-10 15:57:42.525 | + functions-common:run_process:1561 : local service=n-api 2021-02-10 15:57:42.527 | + functions-common:run_process:1562 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-02-10 15:57:42.530 | + functions-common:run_process:1563 : local group= 2021-02-10 15:57:42.533 | + functions-common:run_process:1564 : local user= 2021-02-10 15:57:42.536 | + functions-common:run_process:1566 : local name=n-api 2021-02-10 15:57:42.539 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:57:42.541 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:57:42.544 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:57:42.546 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:57:42.554 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:57:42.559 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972662556 2021-02-10 15:57:42.564 | + functions-common:run_process:1569 : is_service_enabled n-api 2021-02-10 15:57:42.585 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:42.587 | + functions-common:run_process:1570 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' 2021-02-10 15:57:42.590 | + functions-common:_run_under_systemd:1526 : local service=n-api 2021-02-10 15:57:42.592 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-02-10 15:57:42.595 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-02-10 15:57:42.598 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-02-10 15:57:42.600 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-02-10 15:57:42.602 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2021-02-10 15:57:42.605 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2021-02-10 15:57:42.607 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@n-api.service 2021-02-10 15:57:42.610 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:57:42.612 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:57:42.615 | + functions-common:_run_under_systemd:1535 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2021-02-10 15:57:42.618 | + functions-common:_run_under_systemd:1536 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' ubuntu 2021-02-10 15:57:42.620 | + functions-common:write_uwsgi_user_unit_file:1470 : local service=devstack@n-api.service 2021-02-10 15:57:42.622 | + functions-common:write_uwsgi_user_unit_file:1471 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-02-10 15:57:42.625 | + functions-common:write_uwsgi_user_unit_file:1472 : local group= 2021-02-10 15:57:42.627 | + functions-common:write_uwsgi_user_unit_file:1473 : local user=ubuntu 2021-02-10 15:57:42.629 | + functions-common:write_uwsgi_user_unit_file:1474 : local unitfile=/etc/systemd/system/devstack@n-api.service 2021-02-10 15:57:42.631 | + functions-common:write_uwsgi_user_unit_file:1475 : mkdir -p /etc/systemd/system 2021-02-10 15:57:42.635 | + functions-common:write_uwsgi_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2021-02-10 15:57:42.695 | + functions-common:write_uwsgi_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2021-02-10 15:57:42.752 | + functions-common:write_uwsgi_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu 2021-02-10 15:57:42.808 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-02-10 15:57:42.856 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:57:42.908 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2021-02-10 15:57:42.972 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2021-02-10 15:57:43.027 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2021-02-10 15:57:43.082 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2021-02-10 15:57:43.134 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2021-02-10 15:57:43.184 | + functions-common:write_uwsgi_user_unit_file:1488 : [[ -n '' ]] 2021-02-10 15:57:43.186 | + functions-common:write_uwsgi_user_unit_file:1491 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2021-02-10 15:57:43.243 | + functions-common:write_uwsgi_user_unit_file:1494 : sudo systemctl daemon-reload 2021-02-10 15:57:43.445 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@n-api.service 2021-02-10 15:57:43.459 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2021-02-10 15:57:43.670 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@n-api.service 2021-02-10 15:57:43.755 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:57:43.757 | + functions-common:time_stop:2306 : local name 2021-02-10 15:57:43.760 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:57:43.762 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:57:43.765 | + functions-common:time_stop:2309 : local total 2021-02-10 15:57:43.767 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:57:43.770 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:57:43.772 | + functions-common:time_stop:2313 : start_time=1612972662556 2021-02-10 15:57:43.775 | + functions-common:time_stop:2315 : [[ -z 1612972662556 ]] 2021-02-10 15:57:43.778 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:57:43.782 | + functions-common:time_stop:2318 : end_time=1612972663779 2021-02-10 15:57:43.784 | + functions-common:time_stop:2319 : elapsed_time=1223 2021-02-10 15:57:43.787 | + functions-common:time_stop:2320 : total=6629 2021-02-10 15:57:43.789 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:57:43.792 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=7852 2021-02-10 15:57:43.795 | + lib/nova:start_nova_api:861 : nova_url=http://10.222.0.71/compute/v2.1/ 2021-02-10 15:57:43.797 | + lib/nova:start_nova_api:864 : echo 'Waiting for nova-api to start...' 2021-02-10 15:57:43.797 | Waiting for nova-api to start... 2021-02-10 15:57:43.800 | + lib/nova:start_nova_api:865 : wait_for_service 60 http://10.222.0.71/compute/v2.1/ 2021-02-10 15:57:43.802 | + functions:wait_for_service:481 : local timeout=60 2021-02-10 15:57:43.804 | + functions:wait_for_service:482 : local url=http://10.222.0.71/compute/v2.1/ 2021-02-10 15:57:43.807 | + functions:wait_for_service:483 : local rval=0 2021-02-10 15:57:43.809 | + functions:wait_for_service:484 : time_start wait_for_service 2021-02-10 15:57:43.812 | + functions-common:time_start:2292 : local name=wait_for_service 2021-02-10 15:57:43.814 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:57:43.817 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:57:43.820 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:57:43.823 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972663820 2021-02-10 15:57:43.826 | + functions:wait_for_service:485 : timeout 60 bash -x 2021-02-10 15:57:43.831 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.71/compute/v2.1/ 2021-02-10 15:57:49.708 | + :: : [[ 200 == 503 ]] 2021-02-10 15:57:49.710 | + :: : [[ 0 -eq 7 ]] 2021-02-10 15:57:49.714 | + functions:wait_for_service:490 : time_stop wait_for_service 2021-02-10 15:57:49.718 | + functions-common:time_stop:2306 : local name 2021-02-10 15:57:49.721 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:57:49.724 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:57:49.726 | + functions-common:time_stop:2309 : local total 2021-02-10 15:57:49.728 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:57:49.731 | + functions-common:time_stop:2312 : name=wait_for_service 2021-02-10 15:57:49.733 | + functions-common:time_stop:2313 : start_time=1612972663820 2021-02-10 15:57:49.736 | + functions-common:time_stop:2315 : [[ -z 1612972663820 ]] 2021-02-10 15:57:49.739 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:57:49.743 | + functions-common:time_stop:2318 : end_time=1612972669740 2021-02-10 15:57:49.745 | + functions-common:time_stop:2319 : elapsed_time=5920 2021-02-10 15:57:49.748 | + functions-common:time_stop:2320 : total=9823 2021-02-10 15:57:49.750 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:57:49.753 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=15743 2021-02-10 15:57:49.756 | + functions:wait_for_service:491 : return 0 2021-02-10 15:57:49.759 | + lib/nova:start_nova_api:869 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:57:49.762 | + lib/nova:start_nova_api:869 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:57:49.766 | + ./stack.sh:main:1251 : is_service_enabled ovn-controller ovn-controller-vtep 2021-02-10 15:57:49.784 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:57:49.787 | + ./stack.sh:main:1256 : is_service_enabled neutron-api 2021-02-10 15:57:49.803 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:57:49.806 | + ./stack.sh:main:1259 : is_service_enabled q-svc 2021-02-10 15:57:49.822 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:49.826 | + ./stack.sh:main:1260 : echo_summary 'Starting Neutron' 2021-02-10 15:57:49.829 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:57:49.833 | + ./stack.sh:echo_summary:422 : echo -e Starting Neutron 2021-02-10 15:57:49.836 | + ./stack.sh:main:1261 : configure_neutron_after_post_config 2021-02-10 15:57:49.839 | + lib/neutron-legacy:configure_neutron_after_post_config:468 : [[ router,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]] 2021-02-10 15:57:49.842 | + lib/neutron-legacy:configure_neutron_after_post_config:469 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router,neutron.services.metering.metering_plugin.MeteringPlugin 2021-02-10 15:57:49.877 | + ./stack.sh:main:1262 : start_neutron_service_and_check 2021-02-10 15:57:49.882 | + lib/neutron-legacy:start_neutron_service_and_check:491 : local service_port=9696 2021-02-10 15:57:49.885 | + lib/neutron-legacy:start_neutron_service_and_check:492 : local service_protocol=http 2021-02-10 15:57:49.889 | + lib/neutron-legacy:start_neutron_service_and_check:493 : local cfg_file_options 2021-02-10 15:57:49.892 | + lib/neutron-legacy:start_neutron_service_and_check:494 : local neutron_url 2021-02-10 15:57:49.897 | ++ lib/neutron-legacy:start_neutron_service_and_check:496 : determine_config_files neutron-server 2021-02-10 15:57:49.901 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2021-02-10 15:57:49.905 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2021-02-10 15:57:49.909 | +++ lib/neutron-legacy:determine_config_files:326 : _determine_config_server 2021-02-10 15:57:49.911 | +++ lib/neutron-legacy:_determine_config_server:294 : [[ '' != '' ]] 2021-02-10 15:57:49.915 | +++ lib/neutron-legacy:_determine_config_server:301 : [[ 0 > 0 ]] 2021-02-10 15:57:49.917 | +++ lib/neutron-legacy:_determine_config_server:308 : local cfg_file 2021-02-10 15:57:49.920 | +++ lib/neutron-legacy:_determine_config_server:309 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:57:49.923 | +++ lib/neutron-legacy:_determine_config_server:313 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:57:49.927 | ++ lib/neutron-legacy:determine_config_files:326 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:57:49.930 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2021-02-10 15:57:49.933 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:57:49.936 | + lib/neutron-legacy:start_neutron_service_and_check:496 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:57:49.939 | + lib/neutron-legacy:start_neutron_service_and_check:498 : is_service_enabled tls-proxy 2021-02-10 15:57:49.955 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:57:49.958 | + lib/neutron-legacy:start_neutron_service_and_check:503 : '[' False == True ']' 2021-02-10 15:57:49.961 | + lib/neutron-legacy:start_neutron_service_and_check:510 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:57:49.963 | + functions-common:run_process:1561 : local service=q-svc 2021-02-10 15:57:49.966 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:57:49.968 | + functions-common:run_process:1563 : local group= 2021-02-10 15:57:49.971 | + functions-common:run_process:1564 : local user= 2021-02-10 15:57:49.974 | + functions-common:run_process:1566 : local name=q-svc 2021-02-10 15:57:49.976 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:57:49.979 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:57:49.982 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:57:49.986 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:57:49.989 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:57:49.994 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972669991 2021-02-10 15:57:49.997 | + functions-common:run_process:1569 : is_service_enabled q-svc 2021-02-10 15:57:50.012 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:50.015 | + functions-common:run_process:1570 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' 2021-02-10 15:57:50.018 | + functions-common:_run_under_systemd:1526 : local service=q-svc 2021-02-10 15:57:50.020 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:57:50.023 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:57:50.026 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:57:50.028 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:57:50.030 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2021-02-10 15:57:50.033 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2021-02-10 15:57:50.035 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@q-svc.service 2021-02-10 15:57:50.038 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:57:50.040 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:57:50.043 | + functions-common:_run_under_systemd:1535 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2021-02-10 15:57:50.046 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu 2021-02-10 15:57:50.048 | + functions-common:write_user_unit_file:1443 : local service=devstack@q-svc.service 2021-02-10 15:57:50.050 | + functions-common:write_user_unit_file:1444 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:57:50.053 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:57:50.055 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2021-02-10 15:57:50.057 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:57:50.060 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:57:50.062 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2021-02-10 15:57:50.065 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:57:50.069 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2021-02-10 15:57:50.129 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu 2021-02-10 15:57:50.187 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:57:50.244 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2021-02-10 15:57:50.296 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2021-02-10 15:57:50.348 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:57:50.402 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:57:50.404 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2021-02-10 15:57:50.461 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:57:50.673 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@q-svc.service 2021-02-10 15:57:50.693 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2021-02-10 15:57:50.881 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@q-svc.service 2021-02-10 15:57:50.907 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:57:50.909 | + functions-common:time_stop:2306 : local name 2021-02-10 15:57:50.911 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:57:50.914 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:57:50.916 | + functions-common:time_stop:2309 : local total 2021-02-10 15:57:50.919 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:57:50.923 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:57:50.925 | + functions-common:time_stop:2313 : start_time=1612972669991 2021-02-10 15:57:50.927 | + functions-common:time_stop:2315 : [[ -z 1612972669991 ]] 2021-02-10 15:57:50.930 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:57:50.934 | + functions-common:time_stop:2318 : end_time=1612972670931 2021-02-10 15:57:50.936 | + functions-common:time_stop:2319 : elapsed_time=940 2021-02-10 15:57:50.939 | + functions-common:time_stop:2320 : total=7852 2021-02-10 15:57:50.941 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:57:50.944 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=8792 2021-02-10 15:57:50.946 | + lib/neutron-legacy:start_neutron_service_and_check:511 : neutron_url=http://10.222.0.71:9696 2021-02-10 15:57:50.949 | + lib/neutron-legacy:start_neutron_service_and_check:513 : is_service_enabled tls-proxy 2021-02-10 15:57:50.966 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:57:50.969 | + lib/neutron-legacy:start_neutron_service_and_check:517 : echo 'Waiting for Neutron to start...' 2021-02-10 15:57:50.969 | Waiting for Neutron to start... 2021-02-10 15:57:50.971 | + lib/neutron-legacy:start_neutron_service_and_check:519 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.71:9696' 2021-02-10 15:57:50.973 | + lib/neutron-legacy:start_neutron_service_and_check:520 : test_with_retry 'wget --no-proxy -q -O- http://10.222.0.71:9696' 'Neutron did not start' 60 2021-02-10 15:57:50.976 | + functions-common:test_with_retry:2244 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.71:9696' 2021-02-10 15:57:50.978 | + functions-common:test_with_retry:2245 : local 'failmsg=Neutron did not start' 2021-02-10 15:57:50.981 | + functions-common:test_with_retry:2246 : local until=60 2021-02-10 15:57:50.983 | + functions-common:test_with_retry:2247 : local sleep=0.5 2021-02-10 15:57:50.986 | + functions-common:test_with_retry:2249 : time_start test_with_retry 2021-02-10 15:57:50.989 | + functions-common:time_start:2292 : local name=test_with_retry 2021-02-10 15:57:50.991 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:57:50.993 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:57:50.997 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:57:51.000 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972670997 2021-02-10 15:57:51.003 | + functions-common:test_with_retry:2250 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.222.0.71:9696; do sleep 0.5; done' 2021-02-10 15:57:51.008 | 2021-02-10 15:57:51.008 | Redirecting output to ‘wget-log’. 2021-02-10 15:57:51.512 | 2021-02-10 15:57:51.512 | Redirecting output to ‘wget-log.1’. 2021-02-10 15:57:52.017 | 2021-02-10 15:57:52.017 | Redirecting output to ‘wget-log.2’. 2021-02-10 15:57:52.521 | 2021-02-10 15:57:52.522 | Redirecting output to ‘wget-log.3’. 2021-02-10 15:57:53.026 | 2021-02-10 15:57:53.026 | Redirecting output to ‘wget-log.4’. 2021-02-10 15:57:53.531 | 2021-02-10 15:57:53.531 | Redirecting output to ‘wget-log.5’. 2021-02-10 15:57:54.035 | 2021-02-10 15:57:54.036 | Redirecting output to ‘wget-log.6’. 2021-02-10 15:57:54.540 | 2021-02-10 15:57:54.540 | Redirecting output to ‘wget-log.7’. 2021-02-10 15:57:55.045 | 2021-02-10 15:57:55.045 | Redirecting output to ‘wget-log.8’. 2021-02-10 15:57:55.549 | 2021-02-10 15:57:55.549 | Redirecting output to ‘wget-log.9’. 2021-02-10 15:57:56.054 | 2021-02-10 15:57:56.054 | Redirecting output to ‘wget-log.10’. 2021-02-10 15:57:56.559 | 2021-02-10 15:57:56.559 | Redirecting output to ‘wget-log.11’. 2021-02-10 15:57:56.575 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.222.0.71:9696/v2.0/"}]}]}+ functions-common:test_with_retry:2253 : time_stop test_with_retry 2021-02-10 15:57:56.577 | + functions-common:time_stop:2306 : local name 2021-02-10 15:57:56.580 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:57:56.583 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:57:56.585 | + functions-common:time_stop:2309 : local total 2021-02-10 15:57:56.588 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:57:56.590 | + functions-common:time_stop:2312 : name=test_with_retry 2021-02-10 15:57:56.593 | + functions-common:time_stop:2313 : start_time=1612972670997 2021-02-10 15:57:56.595 | + functions-common:time_stop:2315 : [[ -z 1612972670997 ]] 2021-02-10 15:57:56.598 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:57:56.602 | + functions-common:time_stop:2318 : end_time=1612972676599 2021-02-10 15:57:56.604 | + functions-common:time_stop:2319 : elapsed_time=5602 2021-02-10 15:57:56.607 | + functions-common:time_stop:2320 : total=0 2021-02-10 15:57:56.612 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:57:56.615 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=5602 2021-02-10 15:57:56.620 | + ./stack.sh:main:1267 : is_service_enabled placement 2021-02-10 15:57:56.648 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:56.651 | + ./stack.sh:main:1268 : echo_summary 'Starting Placement' 2021-02-10 15:57:56.655 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:57:56.658 | + ./stack.sh:echo_summary:422 : echo -e Starting Placement 2021-02-10 15:57:56.661 | + ./stack.sh:main:1269 : start_placement 2021-02-10 15:57:56.665 | + lib/placement:start_placement:160 : start_placement_api 2021-02-10 15:57:56.668 | + lib/placement:start_placement_api:146 : [[ uwsgi == \u\w\s\g\i ]] 2021-02-10 15:57:56.674 | ++ lib/placement:start_placement_api:147 : which uwsgi 2021-02-10 15:57:56.681 | + lib/placement:start_placement_api:147 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-02-10 15:57:56.684 | + functions-common:run_process:1561 : local service=placement-api 2021-02-10 15:57:56.686 | + functions-common:run_process:1562 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-02-10 15:57:56.689 | + functions-common:run_process:1563 : local group= 2021-02-10 15:57:56.692 | + functions-common:run_process:1564 : local user= 2021-02-10 15:57:56.694 | + functions-common:run_process:1566 : local name=placement-api 2021-02-10 15:57:56.696 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:57:56.699 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:57:56.701 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:57:56.704 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:57:56.708 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:57:56.713 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972676707 2021-02-10 15:57:56.716 | + functions-common:run_process:1569 : is_service_enabled placement-api 2021-02-10 15:57:56.746 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:57:56.750 | + functions-common:run_process:1570 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' 2021-02-10 15:57:56.753 | + functions-common:_run_under_systemd:1526 : local service=placement-api 2021-02-10 15:57:56.756 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-02-10 15:57:56.759 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-02-10 15:57:56.761 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-02-10 15:57:56.763 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-02-10 15:57:56.766 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2021-02-10 15:57:56.768 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2021-02-10 15:57:56.771 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@placement-api.service 2021-02-10 15:57:56.774 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:57:56.776 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:57:56.779 | + functions-common:_run_under_systemd:1535 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2021-02-10 15:57:56.782 | + functions-common:_run_under_systemd:1536 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' ubuntu 2021-02-10 15:57:56.784 | + functions-common:write_uwsgi_user_unit_file:1470 : local service=devstack@placement-api.service 2021-02-10 15:57:56.786 | + functions-common:write_uwsgi_user_unit_file:1471 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-02-10 15:57:56.789 | + functions-common:write_uwsgi_user_unit_file:1472 : local group= 2021-02-10 15:57:56.791 | + functions-common:write_uwsgi_user_unit_file:1473 : local user=ubuntu 2021-02-10 15:57:56.793 | + functions-common:write_uwsgi_user_unit_file:1474 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2021-02-10 15:57:56.796 | + functions-common:write_uwsgi_user_unit_file:1475 : mkdir -p /etc/systemd/system 2021-02-10 15:57:56.800 | + functions-common:write_uwsgi_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2021-02-10 15:57:56.856 | + functions-common:write_uwsgi_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2021-02-10 15:57:56.914 | + functions-common:write_uwsgi_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User ubuntu 2021-02-10 15:57:56.966 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-02-10 15:57:57.016 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:57:57.069 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2021-02-10 15:57:57.121 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2021-02-10 15:57:57.172 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2021-02-10 15:57:57.228 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2021-02-10 15:57:57.278 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2021-02-10 15:57:57.326 | + functions-common:write_uwsgi_user_unit_file:1488 : [[ -n '' ]] 2021-02-10 15:57:57.329 | + functions-common:write_uwsgi_user_unit_file:1491 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2021-02-10 15:57:57.394 | + functions-common:write_uwsgi_user_unit_file:1494 : sudo systemctl daemon-reload 2021-02-10 15:57:57.601 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@placement-api.service 2021-02-10 15:57:57.617 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2021-02-10 15:57:57.807 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@placement-api.service 2021-02-10 15:57:57.890 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:57:57.893 | + functions-common:time_stop:2306 : local name 2021-02-10 15:57:57.895 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:57:57.901 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:57:57.904 | + functions-common:time_stop:2309 : local total 2021-02-10 15:57:57.907 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:57:57.909 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:57:57.912 | + functions-common:time_stop:2313 : start_time=1612972676707 2021-02-10 15:57:57.914 | + functions-common:time_stop:2315 : [[ -z 1612972676707 ]] 2021-02-10 15:57:57.917 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:57:57.921 | + functions-common:time_stop:2318 : end_time=1612972677918 2021-02-10 15:57:57.923 | + functions-common:time_stop:2319 : elapsed_time=1211 2021-02-10 15:57:57.926 | + functions-common:time_stop:2320 : total=8792 2021-02-10 15:57:57.928 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:57:57.931 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=10003 2021-02-10 15:57:57.933 | + lib/placement:start_placement_api:153 : echo 'Waiting for placement-api to start...' 2021-02-10 15:57:57.933 | Waiting for placement-api to start... 2021-02-10 15:57:57.936 | + lib/placement:start_placement_api:154 : wait_for_service 60 http://10.222.0.71/placement 2021-02-10 15:57:57.938 | + functions:wait_for_service:481 : local timeout=60 2021-02-10 15:57:57.941 | + functions:wait_for_service:482 : local url=http://10.222.0.71/placement 2021-02-10 15:57:57.944 | + functions:wait_for_service:483 : local rval=0 2021-02-10 15:57:57.946 | + functions:wait_for_service:484 : time_start wait_for_service 2021-02-10 15:57:57.949 | + functions-common:time_start:2292 : local name=wait_for_service 2021-02-10 15:57:57.951 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:57:57.954 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:57:57.957 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:57:57.961 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972677958 2021-02-10 15:57:57.963 | + functions:wait_for_service:485 : timeout 60 bash -x 2021-02-10 15:57:57.971 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.71/placement 2021-02-10 15:58:00.665 | + :: : [[ 200 == 503 ]] 2021-02-10 15:58:00.666 | + :: : [[ 0 -eq 7 ]] 2021-02-10 15:58:00.669 | + functions:wait_for_service:490 : time_stop wait_for_service 2021-02-10 15:58:00.672 | + functions-common:time_stop:2306 : local name 2021-02-10 15:58:00.675 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:58:00.677 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:58:00.680 | + functions-common:time_stop:2309 : local total 2021-02-10 15:58:00.682 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:58:00.684 | + functions-common:time_stop:2312 : name=wait_for_service 2021-02-10 15:58:00.687 | + functions-common:time_stop:2313 : start_time=1612972677958 2021-02-10 15:58:00.689 | + functions-common:time_stop:2315 : [[ -z 1612972677958 ]] 2021-02-10 15:58:00.692 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:58:00.696 | + functions-common:time_stop:2318 : end_time=1612972680693 2021-02-10 15:58:00.699 | + functions-common:time_stop:2319 : elapsed_time=2735 2021-02-10 15:58:00.701 | + functions-common:time_stop:2320 : total=15743 2021-02-10 15:58:00.703 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:58:00.706 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=18478 2021-02-10 15:58:00.708 | + functions:wait_for_service:491 : return 0 2021-02-10 15:58:00.711 | + ./stack.sh:main:1272 : is_service_enabled neutron 2021-02-10 15:58:00.728 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:58:00.730 | + ./stack.sh:main:1273 : start_neutron 2021-02-10 15:58:00.733 | + lib/neutron:start_neutron:702 : is_neutron_legacy_enabled 2021-02-10 15:58:00.737 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-10 15:58:00.737 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-02-10 15:58:00.742 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-02-10 15:58:00.745 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-02-10 15:58:00.748 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync =~ ,q- ]] 2021-02-10 15:58:00.751 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-02-10 15:58:00.753 | + lib/neutron:start_neutron:704 : start_mutnauq_l2_agent 2021-02-10 15:58:00.756 | + lib/neutron-legacy:start_mutnauq_l2_agent:526 : 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' 2021-02-10 15:58:00.760 | + functions-common:run_process:1561 : local service=q-agt 2021-02-10 15:58:00.763 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:58:00.765 | + functions-common:run_process:1563 : local group= 2021-02-10 15:58:00.768 | + functions-common:run_process:1564 : local user= 2021-02-10 15:58:00.770 | + functions-common:run_process:1566 : local name=q-agt 2021-02-10 15:58:00.773 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:58:00.776 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:58:00.778 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:58:00.780 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:58:00.783 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:58:00.787 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972680784 2021-02-10 15:58:00.789 | + functions-common:run_process:1569 : is_service_enabled q-agt 2021-02-10 15:58:00.806 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:58:00.809 | + functions-common:run_process:1570 : _run_under_systemd q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' 2021-02-10 15:58:00.813 | + functions-common:_run_under_systemd:1526 : local service=q-agt 2021-02-10 15:58:00.815 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:58:00.818 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:58:00.821 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:58:00.824 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:58:00.827 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2021-02-10 15:58:00.830 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2021-02-10 15:58:00.832 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@q-agt.service 2021-02-10 15:58:00.835 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:58:00.837 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:58:00.840 | + functions-common:_run_under_systemd:1535 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2021-02-10 15:58:00.842 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@q-agt.service '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu 2021-02-10 15:58:00.845 | + functions-common:write_user_unit_file:1443 : local service=devstack@q-agt.service 2021-02-10 15:58:00.847 | + functions-common:write_user_unit_file:1444 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:58:00.849 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:58:00.852 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2021-02-10 15:58:00.854 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:58:00.857 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:58:00.859 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2021-02-10 15:58:00.862 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:58:00.866 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2021-02-10 15:58:00.926 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User ubuntu 2021-02-10 15:58:00.983 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-02-10 15:58:01.032 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2021-02-10 15:58:01.082 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2021-02-10 15:58:01.130 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:58:01.180 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:58:01.182 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2021-02-10 15:58:01.240 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:58:01.466 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@q-agt.service 2021-02-10 15:58:01.485 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2021-02-10 15:58:01.684 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@q-agt.service 2021-02-10 15:58:01.708 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:58:01.711 | + functions-common:time_stop:2306 : local name 2021-02-10 15:58:01.713 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:58:01.716 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:58:01.718 | + functions-common:time_stop:2309 : local total 2021-02-10 15:58:01.721 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:58:01.723 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:58:01.725 | + functions-common:time_stop:2313 : start_time=1612972680784 2021-02-10 15:58:01.728 | + functions-common:time_stop:2315 : [[ -z 1612972680784 ]] 2021-02-10 15:58:01.731 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:58:01.735 | + functions-common:time_stop:2318 : end_time=1612972681732 2021-02-10 15:58:01.737 | + functions-common:time_stop:2319 : elapsed_time=948 2021-02-10 15:58:01.740 | + functions-common:time_stop:2320 : total=10003 2021-02-10 15:58:01.742 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:58:01.744 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=10951 2021-02-10 15:58:01.747 | + lib/neutron-legacy:start_mutnauq_l2_agent:528 : is_provider_network 2021-02-10 15:58:01.750 | + functions-common:is_provider_network:2155 : '[' '' == True ']' 2021-02-10 15:58:01.752 | + functions-common:is_provider_network:2158 : return 1 2021-02-10 15:58:01.755 | + lib/neutron:start_neutron:705 : start_mutnauq_other_agents 2021-02-10 15:58:01.757 | + lib/neutron-legacy:start_mutnauq_other_agents:544 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-02-10 15:58:01.760 | + functions-common:run_process:1561 : local service=q-dhcp 2021-02-10 15:58:01.763 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-02-10 15:58:01.765 | + functions-common:run_process:1563 : local group= 2021-02-10 15:58:01.768 | + functions-common:run_process:1564 : local user= 2021-02-10 15:58:01.770 | + functions-common:run_process:1566 : local name=q-dhcp 2021-02-10 15:58:01.773 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:58:01.775 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:58:01.778 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:58:01.780 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:58:01.784 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:58:01.787 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972681784 2021-02-10 15:58:01.790 | + functions-common:run_process:1569 : is_service_enabled q-dhcp 2021-02-10 15:58:01.806 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:58:01.808 | + functions-common:run_process:1570 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' 2021-02-10 15:58:01.811 | + functions-common:_run_under_systemd:1526 : local service=q-dhcp 2021-02-10 15:58:01.813 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-02-10 15:58:01.816 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-02-10 15:58:01.818 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-02-10 15:58:01.821 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-02-10 15:58:01.823 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2021-02-10 15:58:01.826 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2021-02-10 15:58:01.828 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@q-dhcp.service 2021-02-10 15:58:01.831 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:58:01.833 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:58:01.835 | + functions-common:_run_under_systemd:1535 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2021-02-10 15:58:01.838 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@q-dhcp.service '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' ubuntu 2021-02-10 15:58:01.840 | + functions-common:write_user_unit_file:1443 : local service=devstack@q-dhcp.service 2021-02-10 15:58:01.843 | + functions-common:write_user_unit_file:1444 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-02-10 15:58:01.845 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:58:01.848 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2021-02-10 15:58:01.850 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:58:01.853 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:58:01.856 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2021-02-10 15:58:01.858 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:58:01.862 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2021-02-10 15:58:01.919 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User ubuntu 2021-02-10 15:58:01.980 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-02-10 15:58:02.028 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2021-02-10 15:58:02.080 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2021-02-10 15:58:02.132 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:58:02.179 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:58:02.182 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2021-02-10 15:58:02.242 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:58:02.470 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@q-dhcp.service 2021-02-10 15:58:02.484 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2021-02-10 15:58:02.682 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@q-dhcp.service 2021-02-10 15:58:02.704 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:58:02.706 | + functions-common:time_stop:2306 : local name 2021-02-10 15:58:02.709 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:58:02.712 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:58:02.714 | + functions-common:time_stop:2309 : local total 2021-02-10 15:58:02.717 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:58:02.719 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:58:02.722 | + functions-common:time_stop:2313 : start_time=1612972681784 2021-02-10 15:58:02.724 | + functions-common:time_stop:2315 : [[ -z 1612972681784 ]] 2021-02-10 15:58:02.727 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:58:02.730 | + functions-common:time_stop:2318 : end_time=1612972682728 2021-02-10 15:58:02.733 | + functions-common:time_stop:2319 : elapsed_time=944 2021-02-10 15:58:02.736 | + functions-common:time_stop:2320 : total=10951 2021-02-10 15:58:02.738 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:58:02.741 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=11895 2021-02-10 15:58:02.743 | + lib/neutron-legacy:start_mutnauq_other_agents:546 : is_service_enabled neutron-vpnaas 2021-02-10 15:58:02.760 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:58:02.764 | ++ lib/neutron-legacy:start_mutnauq_other_agents:549 : determine_config_files neutron-l3-agent 2021-02-10 15:58:02.767 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2021-02-10 15:58:02.769 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2021-02-10 15:58:02.772 | +++ lib/neutron-legacy:determine_config_files:327 : _determine_config_l3 2021-02-10 15:58:02.775 | +++ lib/neutron-legacy:_determine_config_l3:317 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-10 15:58:02.777 | +++ lib/neutron-legacy:_determine_config_l3:318 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-10 15:58:02.780 | ++ lib/neutron-legacy:determine_config_files:327 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-10 15:58:02.783 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2021-02-10 15:58:02.787 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-10 15:58:02.791 | + lib/neutron-legacy:start_mutnauq_other_agents:549 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-10 15:58:02.794 | + functions-common:run_process:1561 : local service=q-l3 2021-02-10 15:58:02.797 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-10 15:58:02.800 | + functions-common:run_process:1563 : local group= 2021-02-10 15:58:02.802 | + functions-common:run_process:1564 : local user= 2021-02-10 15:58:02.805 | + functions-common:run_process:1566 : local name=q-l3 2021-02-10 15:58:02.808 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:58:02.810 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:58:02.814 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:58:02.816 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:58:02.819 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:58:02.823 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972682820 2021-02-10 15:58:02.826 | + functions-common:run_process:1569 : is_service_enabled q-l3 2021-02-10 15:58:02.844 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:58:02.847 | + functions-common:run_process:1570 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' 2021-02-10 15:58:02.850 | + functions-common:_run_under_systemd:1526 : local service=q-l3 2021-02-10 15:58:02.852 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-10 15:58:02.855 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-10 15:58:02.861 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-10 15:58:02.874 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-10 15:58:02.877 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2021-02-10 15:58:02.880 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2021-02-10 15:58:02.883 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@q-l3.service 2021-02-10 15:58:02.885 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:58:02.888 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:58:02.891 | + functions-common:_run_under_systemd:1535 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2021-02-10 15:58:02.898 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@q-l3.service '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' ubuntu 2021-02-10 15:58:02.902 | + functions-common:write_user_unit_file:1443 : local service=devstack@q-l3.service 2021-02-10 15:58:02.905 | + functions-common:write_user_unit_file:1444 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-10 15:58:02.909 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:58:02.912 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2021-02-10 15:58:02.915 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:58:02.918 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:58:02.920 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2021-02-10 15:58:02.923 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:58:02.928 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2021-02-10 15:58:02.996 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User ubuntu 2021-02-10 15:58:03.064 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-02-10 15:58:03.132 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2021-02-10 15:58:03.184 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2021-02-10 15:58:03.237 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:58:03.290 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:58:03.293 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2021-02-10 15:58:03.353 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:58:03.578 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@q-l3.service 2021-02-10 15:58:03.592 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2021-02-10 15:58:03.822 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@q-l3.service 2021-02-10 15:58:03.852 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:58:03.852 | + functions-common:time_stop:2306 : local name 2021-02-10 15:58:03.852 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:58:03.852 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:58:03.855 | + functions-common:time_stop:2309 : local total 2021-02-10 15:58:03.859 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:58:03.862 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:58:03.862 | + functions-common:time_stop:2313 : start_time=1612972682820 2021-02-10 15:58:03.865 | + functions-common:time_stop:2315 : [[ -z 1612972682820 ]] 2021-02-10 15:58:03.869 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:58:03.871 | + functions-common:time_stop:2318 : end_time=1612972683868 2021-02-10 15:58:03.874 | + functions-common:time_stop:2319 : elapsed_time=1048 2021-02-10 15:58:03.876 | + functions-common:time_stop:2320 : total=11895 2021-02-10 15:58:03.878 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:58:03.881 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=12943 2021-02-10 15:58:03.883 | + lib/neutron-legacy:start_mutnauq_other_agents:552 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-02-10 15:58:03.885 | + functions-common:run_process:1561 : local service=q-meta 2021-02-10 15:58:03.888 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-02-10 15:58:03.890 | + functions-common:run_process:1563 : local group= 2021-02-10 15:58:03.892 | + functions-common:run_process:1564 : local user= 2021-02-10 15:58:03.895 | + functions-common:run_process:1566 : local name=q-meta 2021-02-10 15:58:03.897 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:58:03.900 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:58:03.902 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:58:03.905 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:58:03.909 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:58:03.913 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972683910 2021-02-10 15:58:03.916 | + functions-common:run_process:1569 : is_service_enabled q-meta 2021-02-10 15:58:03.934 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:58:03.937 | + functions-common:run_process:1570 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' 2021-02-10 15:58:03.940 | + functions-common:_run_under_systemd:1526 : local service=q-meta 2021-02-10 15:58:03.942 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-02-10 15:58:03.945 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-02-10 15:58:03.947 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-02-10 15:58:03.950 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-02-10 15:58:03.952 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2021-02-10 15:58:03.955 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2021-02-10 15:58:03.957 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@q-meta.service 2021-02-10 15:58:03.960 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:58:03.962 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:58:03.965 | + functions-common:_run_under_systemd:1535 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2021-02-10 15:58:03.967 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@q-meta.service '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' ubuntu 2021-02-10 15:58:03.970 | + functions-common:write_user_unit_file:1443 : local service=devstack@q-meta.service 2021-02-10 15:58:03.973 | + functions-common:write_user_unit_file:1444 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-02-10 15:58:03.978 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:58:03.978 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2021-02-10 15:58:03.980 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:58:03.983 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:58:03.985 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2021-02-10 15:58:03.988 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:58:03.992 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2021-02-10 15:58:04.056 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User ubuntu 2021-02-10 15:58:04.144 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-02-10 15:58:04.199 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2021-02-10 15:58:04.254 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2021-02-10 15:58:04.311 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:58:04.364 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:58:04.369 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2021-02-10 15:58:04.438 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:58:04.663 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@q-meta.service 2021-02-10 15:58:04.680 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2021-02-10 15:58:04.889 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@q-meta.service 2021-02-10 15:58:04.911 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:58:04.915 | + functions-common:time_stop:2306 : local name 2021-02-10 15:58:04.919 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:58:04.921 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:58:04.924 | + functions-common:time_stop:2309 : local total 2021-02-10 15:58:04.926 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:58:04.928 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:58:04.931 | + functions-common:time_stop:2313 : start_time=1612972683910 2021-02-10 15:58:04.937 | + functions-common:time_stop:2315 : [[ -z 1612972683910 ]] 2021-02-10 15:58:04.943 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:58:04.944 | + functions-common:time_stop:2318 : end_time=1612972684941 2021-02-10 15:58:04.947 | + functions-common:time_stop:2319 : elapsed_time=1031 2021-02-10 15:58:04.949 | + functions-common:time_stop:2320 : total=12943 2021-02-10 15:58:04.953 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:58:04.964 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=13974 2021-02-10 15:58:04.972 | + lib/neutron-legacy:start_mutnauq_other_agents:553 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-02-10 15:58:04.980 | + functions-common:run_process:1561 : local service=q-metering 2021-02-10 15:58:04.988 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-02-10 15:58:04.992 | + functions-common:run_process:1563 : local group= 2021-02-10 15:58:05.001 | + functions-common:run_process:1564 : local user= 2021-02-10 15:58:05.015 | + functions-common:run_process:1566 : local name=q-metering 2021-02-10 15:58:05.025 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:58:05.028 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:58:05.041 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:58:05.044 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:58:05.056 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:58:05.067 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972685060 2021-02-10 15:58:05.077 | + functions-common:run_process:1569 : is_service_enabled q-metering 2021-02-10 15:58:05.123 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:58:05.133 | + functions-common:run_process:1570 : _run_under_systemd q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' '' '' 2021-02-10 15:58:05.140 | + functions-common:_run_under_systemd:1526 : local service=q-metering 2021-02-10 15:58:05.145 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-02-10 15:58:05.160 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-02-10 15:58:05.165 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-02-10 15:58:05.176 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-02-10 15:58:05.185 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ sudo ]] 2021-02-10 15:58:05.193 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ ^/ ]] 2021-02-10 15:58:05.200 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@q-metering.service 2021-02-10 15:58:05.208 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:58:05.216 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:58:05.225 | + functions-common:_run_under_systemd:1535 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ uwsgi ]] 2021-02-10 15:58:05.233 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@q-metering.service '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' '' ubuntu 2021-02-10 15:58:05.240 | + functions-common:write_user_unit_file:1443 : local service=devstack@q-metering.service 2021-02-10 15:58:05.252 | + functions-common:write_user_unit_file:1444 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-02-10 15:58:05.260 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:58:05.268 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2021-02-10 15:58:05.273 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:58:05.288 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:58:05.295 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@q-metering.service 2021-02-10 15:58:05.305 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:58:05.321 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Unit Description 'Devstack devstack@q-metering.service' 2021-02-10 15:58:05.452 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service User ubuntu 2021-02-10 15:58:05.608 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecStart '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-02-10 15:58:05.740 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service KillMode process 2021-02-10 15:58:05.840 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service TimeoutStopSec 300 2021-02-10 15:58:05.953 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:58:06.084 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:58:06.096 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Install WantedBy multi-user.target 2021-02-10 15:58:06.204 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:58:06.475 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@q-metering.service 2021-02-10 15:58:06.490 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-metering.service → /etc/systemd/system/devstack@q-metering.service. 2021-02-10 15:58:06.727 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@q-metering.service 2021-02-10 15:58:06.753 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:58:06.756 | + functions-common:time_stop:2306 : local name 2021-02-10 15:58:06.759 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:58:06.761 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:58:06.765 | + functions-common:time_stop:2309 : local total 2021-02-10 15:58:06.769 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:58:06.773 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:58:06.777 | + functions-common:time_stop:2313 : start_time=1612972685060 2021-02-10 15:58:06.781 | + functions-common:time_stop:2315 : [[ -z 1612972685060 ]] 2021-02-10 15:58:06.786 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:58:06.791 | + functions-common:time_stop:2318 : end_time=1612972686787 2021-02-10 15:58:06.797 | + functions-common:time_stop:2319 : elapsed_time=1727 2021-02-10 15:58:06.801 | + functions-common:time_stop:2320 : total=13974 2021-02-10 15:58:06.805 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:58:06.809 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=15701 2021-02-10 15:58:06.812 | + ./stack.sh:main:1276 : is_service_enabled q-svc 2021-02-10 15:58:06.856 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:58:06.864 | + ./stack.sh:main:1276 : [[ True == \T\r\u\e ]] 2021-02-10 15:58:06.870 | + ./stack.sh:main:1277 : echo_summary 'Creating initial neutron network elements' 2021-02-10 15:58:06.876 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:58:06.882 | + ./stack.sh:echo_summary:422 : echo -e Creating initial neutron network elements 2021-02-10 15:58:06.888 | + ./stack.sh:main:1280 : type -p neutron_plugin_create_initial_networks 2021-02-10 15:58:06.895 | + ./stack.sh:main:1283 : create_neutron_initial_network 2021-02-10 15:58:06.904 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : local project_id 2021-02-10 15:58:06.912 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:165 : get_field 1 2021-02-10 15:58:06.916 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:165 : grep ' demo ' 2021-02-10 15:58:06.919 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:58:06.921 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:165 : oscwrap project list 2021-02-10 15:58:06.926 | ++ functions-common:get_field:729 : read data 2021-02-10 15:58:09.912 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:09.912 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:09.912 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:09.912 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:10.119 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:58:10.122 | ++ functions-common:get_field:730 : '[' 1 -lt 0 ']' 2021-02-10 15:58:10.125 | ++ functions-common:get_field:733 : field='$2' 2021-02-10 15:58:10.129 | ++ functions-common:get_field:735 : echo '| 654eaea6d41f47a794eefa7accb4c66a | demo |' 2021-02-10 15:58:10.133 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-02-10 15:58:10.135 | ++ functions-common:get_field:729 : read data 2021-02-10 15:58:10.138 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:165 : project_id=654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:58:10.141 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : die_if_not_set 166 project_id 'Failure retrieving project_id for demo' 2021-02-10 15:58:10.144 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-02-10 15:58:10.170 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:169 : type -p neutron_plugin_create_initial_network_profile 2021-02-10 15:58:10.182 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:173 : is_networking_extension_supported auto-allocated-topology 2021-02-10 15:58:10.185 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:434 : local extension=auto-allocated-topology 2021-02-10 15:58:10.189 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2021-02-10 15:58:13.912 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:13.912 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:13.912 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:13.912 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:14.115 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:58:14.120 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : EXT_LIST='address-group 2021-02-10 15:58:14.120 | address-scope 2021-02-10 15:58:14.120 | router-admin-state-down-before-update 2021-02-10 15:58:14.120 | agent 2021-02-10 15:58:14.120 | agent-resources-synced 2021-02-10 15:58:14.120 | allowed-address-pairs 2021-02-10 15:58:14.120 | auto-allocated-topology 2021-02-10 15:58:14.120 | availability_zone 2021-02-10 15:58:14.120 | availability_zone_filter 2021-02-10 15:58:14.121 | default-subnetpools 2021-02-10 15:58:14.121 | dhcp_agent_scheduler 2021-02-10 15:58:14.121 | dvr 2021-02-10 15:58:14.121 | empty-string-filtering 2021-02-10 15:58:14.121 | external-net 2021-02-10 15:58:14.121 | extra_dhcp_opt 2021-02-10 15:58:14.121 | extraroute 2021-02-10 15:58:14.121 | extraroute-atomic 2021-02-10 15:58:14.121 | filter-validation 2021-02-10 15:58:14.121 | fip-port-details 2021-02-10 15:58:14.121 | flavors 2021-02-10 15:58:14.121 | floatingip-pools 2021-02-10 15:58:14.121 | ip-substring-filtering 2021-02-10 15:58:14.121 | router 2021-02-10 15:58:14.121 | ext-gw-mode 2021-02-10 15:58:14.121 | l3-ha 2021-02-10 15:58:14.121 | l3-flavors 2021-02-10 15:58:14.121 | l3-port-ip-change-not-allowed 2021-02-10 15:58:14.121 | l3_agent_scheduler 2021-02-10 15:58:14.121 | metering 2021-02-10 15:58:14.121 | metering_source_and_destination_fields 2021-02-10 15:58:14.121 | multi-provider 2021-02-10 15:58:14.121 | net-mtu 2021-02-10 15:58:14.121 | net-mtu-writable 2021-02-10 15:58:14.121 | network_availability_zone 2021-02-10 15:58:14.121 | network-ip-availability 2021-02-10 15:58:14.122 | pagination 2021-02-10 15:58:14.122 | port-device-profile 2021-02-10 15:58:14.122 | port-mac-address-regenerate 2021-02-10 15:58:14.122 | port-numa-affinity-policy 2021-02-10 15:58:14.122 | binding 2021-02-10 15:58:14.122 | binding-extended 2021-02-10 15:58:14.122 | port-security 2021-02-10 15:58:14.122 | project-id 2021-02-10 15:58:14.122 | provider 2021-02-10 15:58:14.122 | quotas 2021-02-10 15:58:14.122 | quota_details 2021-02-10 15:58:14.122 | rbac-policies 2021-02-10 15:58:14.122 | rbac-address-scope 2021-02-10 15:58:14.122 | rbac-security-groups 2021-02-10 15:58:14.122 | rbac-subnetpool 2021-02-10 15:58:14.122 | revision-if-match 2021-02-10 15:58:14.122 | standard-attr-revisions 2021-02-10 15:58:14.122 | router_availability_zone 2021-02-10 15:58:14.122 | security-groups-normalized-cidr 2021-02-10 15:58:14.122 | port-security-groups-filtering 2021-02-10 15:58:14.122 | security-groups-remote-address-group 2021-02-10 15:58:14.122 | security-group 2021-02-10 15:58:14.122 | service-type 2021-02-10 15:58:14.122 | sorting 2021-02-10 15:58:14.122 | standard-attr-description 2021-02-10 15:58:14.123 | stateful-security-group 2021-02-10 15:58:14.123 | subnet_onboard 2021-02-10 15:58:14.123 | subnet-service-types 2021-02-10 15:58:14.123 | subnet_allocation 2021-02-10 15:58:14.123 | subnetpool-prefix-ops 2021-02-10 15:58:14.123 | standard-attr-tag 2021-02-10 15:58:14.123 | standard-attr-timestamp' 2021-02-10 15:58:14.124 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : [[ address-group 2021-02-10 15:58:14.124 | address-scope 2021-02-10 15:58:14.124 | router-admin-state-down-before-update 2021-02-10 15:58:14.124 | agent 2021-02-10 15:58:14.124 | agent-resources-synced 2021-02-10 15:58:14.124 | allowed-address-pairs 2021-02-10 15:58:14.124 | auto-allocated-topology 2021-02-10 15:58:14.124 | availability_zone 2021-02-10 15:58:14.124 | availability_zone_filter 2021-02-10 15:58:14.125 | default-subnetpools 2021-02-10 15:58:14.125 | dhcp_agent_scheduler 2021-02-10 15:58:14.125 | dvr 2021-02-10 15:58:14.125 | empty-string-filtering 2021-02-10 15:58:14.125 | external-net 2021-02-10 15:58:14.125 | extra_dhcp_opt 2021-02-10 15:58:14.125 | extraroute 2021-02-10 15:58:14.125 | extraroute-atomic 2021-02-10 15:58:14.125 | filter-validation 2021-02-10 15:58:14.125 | fip-port-details 2021-02-10 15:58:14.125 | flavors 2021-02-10 15:58:14.125 | floatingip-pools 2021-02-10 15:58:14.125 | ip-substring-filtering 2021-02-10 15:58:14.125 | router 2021-02-10 15:58:14.125 | ext-gw-mode 2021-02-10 15:58:14.126 | l3-ha 2021-02-10 15:58:14.126 | l3-flavors 2021-02-10 15:58:14.126 | l3-port-ip-change-not-allowed 2021-02-10 15:58:14.127 | l3_agent_scheduler 2021-02-10 15:58:14.127 | metering 2021-02-10 15:58:14.127 | metering_source_and_destination_fields 2021-02-10 15:58:14.127 | multi-provider 2021-02-10 15:58:14.127 | net-mtu 2021-02-10 15:58:14.127 | net-mtu-writable 2021-02-10 15:58:14.127 | network_availability_zone 2021-02-10 15:58:14.127 | network-ip-availability 2021-02-10 15:58:14.127 | pagination 2021-02-10 15:58:14.127 | port-device-profile 2021-02-10 15:58:14.127 | port-mac-address-regenerate 2021-02-10 15:58:14.127 | port-numa-affinity-policy 2021-02-10 15:58:14.127 | binding 2021-02-10 15:58:14.127 | binding-extended 2021-02-10 15:58:14.127 | port-security 2021-02-10 15:58:14.128 | project-id 2021-02-10 15:58:14.128 | provider 2021-02-10 15:58:14.128 | quotas 2021-02-10 15:58:14.128 | quota_details 2021-02-10 15:58:14.128 | rbac-policies 2021-02-10 15:58:14.128 | rbac-address-scope 2021-02-10 15:58:14.128 | rbac-security-groups 2021-02-10 15:58:14.128 | rbac-subnetpool 2021-02-10 15:58:14.128 | revision-if-match 2021-02-10 15:58:14.128 | standard-attr-revisions 2021-02-10 15:58:14.128 | router_availability_zone 2021-02-10 15:58:14.128 | security-groups-normalized-cidr 2021-02-10 15:58:14.128 | port-security-groups-filtering 2021-02-10 15:58:14.128 | security-groups-remote-address-group 2021-02-10 15:58:14.128 | security-group 2021-02-10 15:58:14.129 | service-type 2021-02-10 15:58:14.129 | sorting 2021-02-10 15:58:14.129 | standard-attr-description 2021-02-10 15:58:14.129 | stateful-security-group 2021-02-10 15:58:14.129 | subnet_onboard 2021-02-10 15:58:14.129 | subnet-service-types 2021-02-10 15:58:14.129 | subnet_allocation 2021-02-10 15:58:14.129 | subnetpool-prefix-ops 2021-02-10 15:58:14.129 | standard-attr-tag 2021-02-10 15:58:14.129 | standard-attr-timestamp =~ auto-allocated-topology ]] 2021-02-10 15:58:14.134 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : return 0 2021-02-10 15:58:14.139 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:174 : [[ True == \T\r\u\e ]] 2021-02-10 15:58:14.142 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:175 : [[ 4 =~ 4.* ]] 2021-02-10 15:58:14.146 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:176 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 172.20.0.0/16 --share --default -f value -c id 2021-02-10 15:58:17.812 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:17.812 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:17.812 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:17.813 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:18.009 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:58:18.013 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:176 : SUBNETPOOL_V4_ID=bb4f6854-5dba-4d0a-82cc-dc67ef7498bb 2021-02-10 15:58:18.015 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:178 : [[ 4 =~ .*6 ]] 2021-02-10 15:58:18.018 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:184 : is_provider_network 2021-02-10 15:58:18.021 | + functions-common:is_provider_network:2155 : '[' '' == True ']' 2021-02-10 15:58:18.024 | + functions-common:is_provider_network:2158 : return 1 2021-02-10 15:58:18.029 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create --project 654eaea6d41f47a794eefa7accb4c66a private 2021-02-10 15:58:18.029 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : grep ' id ' 2021-02-10 15:58:18.030 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : get_field 2 2021-02-10 15:58:18.032 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:58:18.035 | ++ functions-common:get_field:729 : read data 2021-02-10 15:58:22.070 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:22.070 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:22.070 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:22.070 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:22.267 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:58:22.271 | ++ functions-common:get_field:730 : '[' 2 -lt 0 ']' 2021-02-10 15:58:22.274 | ++ functions-common:get_field:733 : field='$3' 2021-02-10 15:58:22.277 | ++ functions-common:get_field:735 : echo '| id | 223a9b4b-52ee-4006-a802-70a011eac35a |' 2021-02-10 15:58:22.278 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-02-10 15:58:22.284 | ++ functions-common:get_field:729 : read data 2021-02-10 15:58:22.288 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : NET_ID=223a9b4b-52ee-4006-a802-70a011eac35a 2021-02-10 15:58:22.291 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 NET_ID 'Failure creating NET_ID for private 654eaea6d41f47a794eefa7accb4c66a' 2021-02-10 15:58:22.295 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-02-10 15:58:22.311 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:217 : [[ 4 =~ 4.* ]] 2021-02-10 15:58:22.315 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:219 : _neutron_create_private_subnet_v4 654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:58:22.318 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : local project_id=654eaea6d41f47a794eefa7accb4c66a 2021-02-10 15:58:22.320 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : '[' -z bb4f6854-5dba-4d0a-82cc-dc67ef7498bb ']' 2021-02-10 15:58:22.323 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:270 : local 'subnet_params=--project 654eaea6d41f47a794eefa7accb4c66a ' 2021-02-10 15:58:22.325 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:271 : subnet_params+='--ip-version 4 ' 2021-02-10 15:58:22.328 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:272 : [[ -n 172.20.0.1 ]] 2021-02-10 15:58:22.331 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:273 : subnet_params+='--gateway 172.20.0.1 ' 2021-02-10 15:58:22.333 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:275 : subnet_params+='--subnet-pool bb4f6854-5dba-4d0a-82cc-dc67ef7498bb ' 2021-02-10 15:58:22.336 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:276 : subnet_params+=' ' 2021-02-10 15:58:22.338 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:277 : subnet_params+='--network 223a9b4b-52ee-4006-a802-70a011eac35a private-subnet' 2021-02-10 15:58:22.341 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:278 : local subnet_id 2021-02-10 15:58:22.345 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:279 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --project 654eaea6d41f47a794eefa7accb4c66a --ip-version 4 --gateway 172.20.0.1 --subnet-pool bb4f6854-5dba-4d0a-82cc-dc67ef7498bb --network 223a9b4b-52ee-4006-a802-70a011eac35a private-subnet 2021-02-10 15:58:22.345 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:279 : grep ' id ' 2021-02-10 15:58:22.345 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:279 : get_field 2 2021-02-10 15:58:22.348 | +++ functions-common:get_field:728 : local data field 2021-02-10 15:58:22.356 | +++ functions-common:get_field:729 : read data 2021-02-10 15:58:26.963 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:26.963 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:26.963 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:26.963 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:27.167 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:58:27.170 | +++ functions-common:get_field:730 : '[' 2 -lt 0 ']' 2021-02-10 15:58:27.173 | +++ functions-common:get_field:733 : field='$3' 2021-02-10 15:58:27.176 | +++ functions-common:get_field:735 : echo '| id | 23aa37e6-ca68-4bd9-88cd-a70b17f36396 |' 2021-02-10 15:58:27.179 | +++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-02-10 15:58:27.181 | +++ functions-common:get_field:729 : read data 2021-02-10 15:58:27.185 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:279 : subnet_id=23aa37e6-ca68-4bd9-88cd-a70b17f36396 2021-02-10 15:58:27.188 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : die_if_not_set 280 subnet_id 'Failure creating private IPv4 subnet for 654eaea6d41f47a794eefa7accb4c66a' 2021-02-10 15:58:27.190 | ++ functions-common:die_if_not_set:216 : local exitcode=0 2021-02-10 15:58:27.206 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:281 : echo 23aa37e6-ca68-4bd9-88cd-a70b17f36396 2021-02-10 15:58:27.210 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:219 : SUBNET_ID=23aa37e6-ca68-4bd9-88cd-a70b17f36396 2021-02-10 15:58:27.213 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : [[ 4 =~ .*6 ]] 2021-02-10 15:58:27.215 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : is_networking_extension_supported router 2021-02-10 15:58:27.218 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:434 : local extension=router 2021-02-10 15:58:27.222 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2021-02-10 15:58:30.262 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:30.262 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:30.262 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:30.262 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:30.463 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:58:30.467 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : EXT_LIST='address-group 2021-02-10 15:58:30.467 | address-scope 2021-02-10 15:58:30.467 | router-admin-state-down-before-update 2021-02-10 15:58:30.467 | agent 2021-02-10 15:58:30.467 | agent-resources-synced 2021-02-10 15:58:30.467 | allowed-address-pairs 2021-02-10 15:58:30.467 | auto-allocated-topology 2021-02-10 15:58:30.467 | availability_zone 2021-02-10 15:58:30.467 | availability_zone_filter 2021-02-10 15:58:30.467 | default-subnetpools 2021-02-10 15:58:30.467 | dhcp_agent_scheduler 2021-02-10 15:58:30.467 | dvr 2021-02-10 15:58:30.467 | empty-string-filtering 2021-02-10 15:58:30.467 | external-net 2021-02-10 15:58:30.467 | extra_dhcp_opt 2021-02-10 15:58:30.467 | extraroute 2021-02-10 15:58:30.467 | extraroute-atomic 2021-02-10 15:58:30.467 | filter-validation 2021-02-10 15:58:30.467 | fip-port-details 2021-02-10 15:58:30.467 | flavors 2021-02-10 15:58:30.467 | floatingip-pools 2021-02-10 15:58:30.467 | ip-substring-filtering 2021-02-10 15:58:30.467 | router 2021-02-10 15:58:30.467 | ext-gw-mode 2021-02-10 15:58:30.468 | l3-ha 2021-02-10 15:58:30.468 | l3-flavors 2021-02-10 15:58:30.468 | l3-port-ip-change-not-allowed 2021-02-10 15:58:30.468 | l3_agent_scheduler 2021-02-10 15:58:30.468 | metering 2021-02-10 15:58:30.468 | metering_source_and_destination_fields 2021-02-10 15:58:30.468 | multi-provider 2021-02-10 15:58:30.468 | net-mtu 2021-02-10 15:58:30.468 | net-mtu-writable 2021-02-10 15:58:30.468 | network_availability_zone 2021-02-10 15:58:30.468 | network-ip-availability 2021-02-10 15:58:30.468 | pagination 2021-02-10 15:58:30.468 | port-device-profile 2021-02-10 15:58:30.468 | port-mac-address-regenerate 2021-02-10 15:58:30.468 | port-numa-affinity-policy 2021-02-10 15:58:30.468 | binding 2021-02-10 15:58:30.468 | binding-extended 2021-02-10 15:58:30.468 | port-security 2021-02-10 15:58:30.468 | project-id 2021-02-10 15:58:30.468 | provider 2021-02-10 15:58:30.468 | quotas 2021-02-10 15:58:30.468 | quota_details 2021-02-10 15:58:30.468 | rbac-policies 2021-02-10 15:58:30.468 | rbac-address-scope 2021-02-10 15:58:30.468 | rbac-security-groups 2021-02-10 15:58:30.468 | rbac-subnetpool 2021-02-10 15:58:30.468 | revision-if-match 2021-02-10 15:58:30.468 | standard-attr-revisions 2021-02-10 15:58:30.468 | router_availability_zone 2021-02-10 15:58:30.468 | security-groups-normalized-cidr 2021-02-10 15:58:30.468 | port-security-groups-filtering 2021-02-10 15:58:30.468 | security-groups-remote-address-group 2021-02-10 15:58:30.468 | security-group 2021-02-10 15:58:30.468 | service-type 2021-02-10 15:58:30.468 | sorting 2021-02-10 15:58:30.469 | standard-attr-description 2021-02-10 15:58:30.469 | stateful-security-group 2021-02-10 15:58:30.469 | subnet_onboard 2021-02-10 15:58:30.469 | subnet-service-types 2021-02-10 15:58:30.469 | subnet_allocation 2021-02-10 15:58:30.469 | subnetpool-prefix-ops 2021-02-10 15:58:30.469 | standard-attr-tag 2021-02-10 15:58:30.469 | standard-attr-timestamp' 2021-02-10 15:58:30.469 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : [[ address-group 2021-02-10 15:58:30.470 | address-scope 2021-02-10 15:58:30.470 | router-admin-state-down-before-update 2021-02-10 15:58:30.470 | agent 2021-02-10 15:58:30.470 | agent-resources-synced 2021-02-10 15:58:30.470 | allowed-address-pairs 2021-02-10 15:58:30.470 | auto-allocated-topology 2021-02-10 15:58:30.470 | availability_zone 2021-02-10 15:58:30.470 | availability_zone_filter 2021-02-10 15:58:30.470 | default-subnetpools 2021-02-10 15:58:30.470 | dhcp_agent_scheduler 2021-02-10 15:58:30.470 | dvr 2021-02-10 15:58:30.470 | empty-string-filtering 2021-02-10 15:58:30.470 | external-net 2021-02-10 15:58:30.470 | extra_dhcp_opt 2021-02-10 15:58:30.470 | extraroute 2021-02-10 15:58:30.470 | extraroute-atomic 2021-02-10 15:58:30.470 | filter-validation 2021-02-10 15:58:30.470 | fip-port-details 2021-02-10 15:58:30.470 | flavors 2021-02-10 15:58:30.470 | floatingip-pools 2021-02-10 15:58:30.470 | ip-substring-filtering 2021-02-10 15:58:30.470 | router 2021-02-10 15:58:30.470 | ext-gw-mode 2021-02-10 15:58:30.470 | l3-ha 2021-02-10 15:58:30.470 | l3-flavors 2021-02-10 15:58:30.470 | l3-port-ip-change-not-allowed 2021-02-10 15:58:30.470 | l3_agent_scheduler 2021-02-10 15:58:30.470 | metering 2021-02-10 15:58:30.470 | metering_source_and_destination_fields 2021-02-10 15:58:30.470 | multi-provider 2021-02-10 15:58:30.470 | net-mtu 2021-02-10 15:58:30.471 | net-mtu-writable 2021-02-10 15:58:30.471 | network_availability_zone 2021-02-10 15:58:30.471 | network-ip-availability 2021-02-10 15:58:30.471 | pagination 2021-02-10 15:58:30.471 | port-device-profile 2021-02-10 15:58:30.471 | port-mac-address-regenerate 2021-02-10 15:58:30.471 | port-numa-affinity-policy 2021-02-10 15:58:30.471 | binding 2021-02-10 15:58:30.471 | binding-extended 2021-02-10 15:58:30.471 | port-security 2021-02-10 15:58:30.471 | project-id 2021-02-10 15:58:30.471 | provider 2021-02-10 15:58:30.471 | quotas 2021-02-10 15:58:30.471 | quota_details 2021-02-10 15:58:30.471 | rbac-policies 2021-02-10 15:58:30.471 | rbac-address-scope 2021-02-10 15:58:30.471 | rbac-security-groups 2021-02-10 15:58:30.471 | rbac-subnetpool 2021-02-10 15:58:30.471 | revision-if-match 2021-02-10 15:58:30.471 | standard-attr-revisions 2021-02-10 15:58:30.471 | router_availability_zone 2021-02-10 15:58:30.471 | security-groups-normalized-cidr 2021-02-10 15:58:30.471 | port-security-groups-filtering 2021-02-10 15:58:30.472 | security-groups-remote-address-group 2021-02-10 15:58:30.472 | security-group 2021-02-10 15:58:30.472 | service-type 2021-02-10 15:58:30.472 | sorting 2021-02-10 15:58:30.472 | standard-attr-description 2021-02-10 15:58:30.472 | stateful-security-group 2021-02-10 15:58:30.472 | subnet_onboard 2021-02-10 15:58:30.472 | subnet-service-types 2021-02-10 15:58:30.472 | subnet_allocation 2021-02-10 15:58:30.472 | subnetpool-prefix-ops 2021-02-10 15:58:30.472 | standard-attr-tag 2021-02-10 15:58:30.472 | standard-attr-timestamp =~ router ]] 2021-02-10 15:58:30.473 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : return 0 2021-02-10 15:58:30.475 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : is_networking_extension_supported external-net 2021-02-10 15:58:30.478 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:434 : local extension=external-net 2021-02-10 15:58:30.482 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2021-02-10 15:58:33.527 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:33.527 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:33.527 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:33.527 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:33.735 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:58:33.738 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : EXT_LIST='address-group 2021-02-10 15:58:33.738 | address-scope 2021-02-10 15:58:33.738 | router-admin-state-down-before-update 2021-02-10 15:58:33.738 | agent 2021-02-10 15:58:33.738 | agent-resources-synced 2021-02-10 15:58:33.738 | allowed-address-pairs 2021-02-10 15:58:33.738 | auto-allocated-topology 2021-02-10 15:58:33.738 | availability_zone 2021-02-10 15:58:33.739 | availability_zone_filter 2021-02-10 15:58:33.739 | default-subnetpools 2021-02-10 15:58:33.739 | dhcp_agent_scheduler 2021-02-10 15:58:33.739 | dvr 2021-02-10 15:58:33.739 | empty-string-filtering 2021-02-10 15:58:33.739 | external-net 2021-02-10 15:58:33.739 | extra_dhcp_opt 2021-02-10 15:58:33.739 | extraroute 2021-02-10 15:58:33.739 | extraroute-atomic 2021-02-10 15:58:33.739 | filter-validation 2021-02-10 15:58:33.739 | fip-port-details 2021-02-10 15:58:33.739 | flavors 2021-02-10 15:58:33.739 | floatingip-pools 2021-02-10 15:58:33.739 | ip-substring-filtering 2021-02-10 15:58:33.739 | router 2021-02-10 15:58:33.739 | ext-gw-mode 2021-02-10 15:58:33.739 | l3-ha 2021-02-10 15:58:33.739 | l3-flavors 2021-02-10 15:58:33.739 | l3-port-ip-change-not-allowed 2021-02-10 15:58:33.739 | l3_agent_scheduler 2021-02-10 15:58:33.739 | metering 2021-02-10 15:58:33.739 | metering_source_and_destination_fields 2021-02-10 15:58:33.739 | multi-provider 2021-02-10 15:58:33.739 | net-mtu 2021-02-10 15:58:33.739 | net-mtu-writable 2021-02-10 15:58:33.739 | network_availability_zone 2021-02-10 15:58:33.739 | network-ip-availability 2021-02-10 15:58:33.739 | pagination 2021-02-10 15:58:33.739 | port-device-profile 2021-02-10 15:58:33.739 | port-mac-address-regenerate 2021-02-10 15:58:33.739 | port-numa-affinity-policy 2021-02-10 15:58:33.739 | binding 2021-02-10 15:58:33.739 | binding-extended 2021-02-10 15:58:33.739 | port-security 2021-02-10 15:58:33.739 | project-id 2021-02-10 15:58:33.740 | provider 2021-02-10 15:58:33.740 | quotas 2021-02-10 15:58:33.740 | quota_details 2021-02-10 15:58:33.740 | rbac-policies 2021-02-10 15:58:33.740 | rbac-address-scope 2021-02-10 15:58:33.740 | rbac-security-groups 2021-02-10 15:58:33.740 | rbac-subnetpool 2021-02-10 15:58:33.740 | revision-if-match 2021-02-10 15:58:33.740 | standard-attr-revisions 2021-02-10 15:58:33.740 | router_availability_zone 2021-02-10 15:58:33.740 | security-groups-normalized-cidr 2021-02-10 15:58:33.740 | port-security-groups-filtering 2021-02-10 15:58:33.740 | security-groups-remote-address-group 2021-02-10 15:58:33.740 | security-group 2021-02-10 15:58:33.740 | service-type 2021-02-10 15:58:33.740 | sorting 2021-02-10 15:58:33.740 | standard-attr-description 2021-02-10 15:58:33.740 | stateful-security-group 2021-02-10 15:58:33.740 | subnet_onboard 2021-02-10 15:58:33.740 | subnet-service-types 2021-02-10 15:58:33.740 | subnet_allocation 2021-02-10 15:58:33.740 | subnetpool-prefix-ops 2021-02-10 15:58:33.740 | standard-attr-tag 2021-02-10 15:58:33.740 | standard-attr-timestamp' 2021-02-10 15:58:33.742 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : [[ address-group 2021-02-10 15:58:33.742 | address-scope 2021-02-10 15:58:33.742 | router-admin-state-down-before-update 2021-02-10 15:58:33.742 | agent 2021-02-10 15:58:33.742 | agent-resources-synced 2021-02-10 15:58:33.742 | allowed-address-pairs 2021-02-10 15:58:33.742 | auto-allocated-topology 2021-02-10 15:58:33.742 | availability_zone 2021-02-10 15:58:33.742 | availability_zone_filter 2021-02-10 15:58:33.742 | default-subnetpools 2021-02-10 15:58:33.742 | dhcp_agent_scheduler 2021-02-10 15:58:33.742 | dvr 2021-02-10 15:58:33.742 | empty-string-filtering 2021-02-10 15:58:33.742 | external-net 2021-02-10 15:58:33.742 | extra_dhcp_opt 2021-02-10 15:58:33.742 | extraroute 2021-02-10 15:58:33.742 | extraroute-atomic 2021-02-10 15:58:33.742 | filter-validation 2021-02-10 15:58:33.742 | fip-port-details 2021-02-10 15:58:33.742 | flavors 2021-02-10 15:58:33.742 | floatingip-pools 2021-02-10 15:58:33.742 | ip-substring-filtering 2021-02-10 15:58:33.743 | router 2021-02-10 15:58:33.743 | ext-gw-mode 2021-02-10 15:58:33.743 | l3-ha 2021-02-10 15:58:33.743 | l3-flavors 2021-02-10 15:58:33.743 | l3-port-ip-change-not-allowed 2021-02-10 15:58:33.743 | l3_agent_scheduler 2021-02-10 15:58:33.743 | metering 2021-02-10 15:58:33.743 | metering_source_and_destination_fields 2021-02-10 15:58:33.743 | multi-provider 2021-02-10 15:58:33.743 | net-mtu 2021-02-10 15:58:33.743 | net-mtu-writable 2021-02-10 15:58:33.743 | network_availability_zone 2021-02-10 15:58:33.743 | network-ip-availability 2021-02-10 15:58:33.743 | pagination 2021-02-10 15:58:33.743 | port-device-profile 2021-02-10 15:58:33.743 | port-mac-address-regenerate 2021-02-10 15:58:33.743 | port-numa-affinity-policy 2021-02-10 15:58:33.743 | binding 2021-02-10 15:58:33.743 | binding-extended 2021-02-10 15:58:33.743 | port-security 2021-02-10 15:58:33.743 | project-id 2021-02-10 15:58:33.743 | provider 2021-02-10 15:58:33.743 | quotas 2021-02-10 15:58:33.743 | quota_details 2021-02-10 15:58:33.743 | rbac-policies 2021-02-10 15:58:33.743 | rbac-address-scope 2021-02-10 15:58:33.743 | rbac-security-groups 2021-02-10 15:58:33.743 | rbac-subnetpool 2021-02-10 15:58:33.743 | revision-if-match 2021-02-10 15:58:33.743 | standard-attr-revisions 2021-02-10 15:58:33.743 | router_availability_zone 2021-02-10 15:58:33.743 | security-groups-normalized-cidr 2021-02-10 15:58:33.744 | port-security-groups-filtering 2021-02-10 15:58:33.744 | security-groups-remote-address-group 2021-02-10 15:58:33.744 | security-group 2021-02-10 15:58:33.744 | service-type 2021-02-10 15:58:33.744 | sorting 2021-02-10 15:58:33.744 | standard-attr-description 2021-02-10 15:58:33.744 | stateful-security-group 2021-02-10 15:58:33.744 | subnet_onboard 2021-02-10 15:58:33.744 | subnet-service-types 2021-02-10 15:58:33.744 | subnet_allocation 2021-02-10 15:58:33.744 | subnetpool-prefix-ops 2021-02-10 15:58:33.744 | standard-attr-tag 2021-02-10 15:58:33.744 | standard-attr-timestamp =~ external-net ]] 2021-02-10 15:58:33.746 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : return 0 2021-02-10 15:58:33.749 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : [[ True == \T\r\u\e ]] 2021-02-10 15:58:33.754 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : grep ' id ' 2021-02-10 15:58:33.754 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : oscwrap --os-cloud devstack-admin --os-region RegionOne router create --project 654eaea6d41f47a794eefa7accb4c66a router1 2021-02-10 15:58:33.754 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : get_field 2 2021-02-10 15:58:33.757 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:58:33.760 | ++ functions-common:get_field:729 : read data 2021-02-10 15:58:37.215 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:37.215 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:37.215 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:37.215 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:37.407 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:58:37.411 | ++ functions-common:get_field:730 : '[' 2 -lt 0 ']' 2021-02-10 15:58:37.414 | ++ functions-common:get_field:733 : field='$3' 2021-02-10 15:58:37.419 | ++ functions-common:get_field:735 : echo '| id | 4228f6d1-2347-4ed9-8d04-39563c5bb86b |' 2021-02-10 15:58:37.420 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-02-10 15:58:37.425 | ++ functions-common:get_field:729 : read data 2021-02-10 15:58:37.429 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : ROUTER_ID=4228f6d1-2347-4ed9-8d04-39563c5bb86b 2021-02-10 15:58:37.431 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : die_if_not_set 233 ROUTER_ID 'Failure creating ROUTER_ID for 654eaea6d41f47a794eefa7accb4c66a router1' 2021-02-10 15:58:37.434 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-02-10 15:58:37.450 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : EXTERNAL_NETWORK_FLAGS=--external 2021-02-10 15:58:37.452 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:241 : is_networking_extension_supported auto-allocated-topology 2021-02-10 15:58:37.455 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:434 : local extension=auto-allocated-topology 2021-02-10 15:58:37.458 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2021-02-10 15:58:40.256 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:40.256 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:40.256 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:40.256 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:40.449 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:58:40.453 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : EXT_LIST='address-group 2021-02-10 15:58:40.453 | address-scope 2021-02-10 15:58:40.453 | router-admin-state-down-before-update 2021-02-10 15:58:40.453 | agent 2021-02-10 15:58:40.453 | agent-resources-synced 2021-02-10 15:58:40.453 | allowed-address-pairs 2021-02-10 15:58:40.453 | auto-allocated-topology 2021-02-10 15:58:40.453 | availability_zone 2021-02-10 15:58:40.453 | availability_zone_filter 2021-02-10 15:58:40.454 | default-subnetpools 2021-02-10 15:58:40.454 | dhcp_agent_scheduler 2021-02-10 15:58:40.454 | dvr 2021-02-10 15:58:40.454 | empty-string-filtering 2021-02-10 15:58:40.454 | external-net 2021-02-10 15:58:40.454 | extra_dhcp_opt 2021-02-10 15:58:40.454 | extraroute 2021-02-10 15:58:40.454 | extraroute-atomic 2021-02-10 15:58:40.454 | filter-validation 2021-02-10 15:58:40.454 | fip-port-details 2021-02-10 15:58:40.454 | flavors 2021-02-10 15:58:40.454 | floatingip-pools 2021-02-10 15:58:40.454 | ip-substring-filtering 2021-02-10 15:58:40.454 | router 2021-02-10 15:58:40.454 | ext-gw-mode 2021-02-10 15:58:40.454 | l3-ha 2021-02-10 15:58:40.454 | l3-flavors 2021-02-10 15:58:40.454 | l3-port-ip-change-not-allowed 2021-02-10 15:58:40.454 | l3_agent_scheduler 2021-02-10 15:58:40.454 | metering 2021-02-10 15:58:40.454 | metering_source_and_destination_fields 2021-02-10 15:58:40.454 | multi-provider 2021-02-10 15:58:40.454 | net-mtu 2021-02-10 15:58:40.454 | net-mtu-writable 2021-02-10 15:58:40.454 | network_availability_zone 2021-02-10 15:58:40.454 | network-ip-availability 2021-02-10 15:58:40.454 | pagination 2021-02-10 15:58:40.454 | port-device-profile 2021-02-10 15:58:40.454 | port-mac-address-regenerate 2021-02-10 15:58:40.454 | port-numa-affinity-policy 2021-02-10 15:58:40.454 | binding 2021-02-10 15:58:40.454 | binding-extended 2021-02-10 15:58:40.454 | port-security 2021-02-10 15:58:40.454 | project-id 2021-02-10 15:58:40.454 | provider 2021-02-10 15:58:40.454 | quotas 2021-02-10 15:58:40.455 | quota_details 2021-02-10 15:58:40.455 | rbac-policies 2021-02-10 15:58:40.455 | rbac-address-scope 2021-02-10 15:58:40.455 | rbac-security-groups 2021-02-10 15:58:40.455 | rbac-subnetpool 2021-02-10 15:58:40.455 | revision-if-match 2021-02-10 15:58:40.455 | standard-attr-revisions 2021-02-10 15:58:40.455 | router_availability_zone 2021-02-10 15:58:40.455 | security-groups-normalized-cidr 2021-02-10 15:58:40.455 | port-security-groups-filtering 2021-02-10 15:58:40.455 | security-groups-remote-address-group 2021-02-10 15:58:40.455 | security-group 2021-02-10 15:58:40.455 | service-type 2021-02-10 15:58:40.455 | sorting 2021-02-10 15:58:40.455 | standard-attr-description 2021-02-10 15:58:40.455 | stateful-security-group 2021-02-10 15:58:40.455 | subnet_onboard 2021-02-10 15:58:40.455 | subnet-service-types 2021-02-10 15:58:40.455 | subnet_allocation 2021-02-10 15:58:40.455 | subnetpool-prefix-ops 2021-02-10 15:58:40.455 | standard-attr-tag 2021-02-10 15:58:40.455 | standard-attr-timestamp' 2021-02-10 15:58:40.456 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : [[ address-group 2021-02-10 15:58:40.456 | address-scope 2021-02-10 15:58:40.456 | router-admin-state-down-before-update 2021-02-10 15:58:40.456 | agent 2021-02-10 15:58:40.456 | agent-resources-synced 2021-02-10 15:58:40.456 | allowed-address-pairs 2021-02-10 15:58:40.456 | auto-allocated-topology 2021-02-10 15:58:40.456 | availability_zone 2021-02-10 15:58:40.456 | availability_zone_filter 2021-02-10 15:58:40.456 | default-subnetpools 2021-02-10 15:58:40.456 | dhcp_agent_scheduler 2021-02-10 15:58:40.456 | dvr 2021-02-10 15:58:40.456 | empty-string-filtering 2021-02-10 15:58:40.456 | external-net 2021-02-10 15:58:40.456 | extra_dhcp_opt 2021-02-10 15:58:40.456 | extraroute 2021-02-10 15:58:40.456 | extraroute-atomic 2021-02-10 15:58:40.456 | filter-validation 2021-02-10 15:58:40.456 | fip-port-details 2021-02-10 15:58:40.456 | flavors 2021-02-10 15:58:40.456 | floatingip-pools 2021-02-10 15:58:40.456 | ip-substring-filtering 2021-02-10 15:58:40.456 | router 2021-02-10 15:58:40.456 | ext-gw-mode 2021-02-10 15:58:40.456 | l3-ha 2021-02-10 15:58:40.456 | l3-flavors 2021-02-10 15:58:40.456 | l3-port-ip-change-not-allowed 2021-02-10 15:58:40.457 | l3_agent_scheduler 2021-02-10 15:58:40.457 | metering 2021-02-10 15:58:40.457 | metering_source_and_destination_fields 2021-02-10 15:58:40.457 | multi-provider 2021-02-10 15:58:40.457 | net-mtu 2021-02-10 15:58:40.457 | net-mtu-writable 2021-02-10 15:58:40.457 | network_availability_zone 2021-02-10 15:58:40.457 | network-ip-availability 2021-02-10 15:58:40.457 | pagination 2021-02-10 15:58:40.457 | port-device-profile 2021-02-10 15:58:40.457 | port-mac-address-regenerate 2021-02-10 15:58:40.457 | port-numa-affinity-policy 2021-02-10 15:58:40.457 | binding 2021-02-10 15:58:40.457 | binding-extended 2021-02-10 15:58:40.457 | port-security 2021-02-10 15:58:40.457 | project-id 2021-02-10 15:58:40.457 | provider 2021-02-10 15:58:40.457 | quotas 2021-02-10 15:58:40.457 | quota_details 2021-02-10 15:58:40.457 | rbac-policies 2021-02-10 15:58:40.457 | rbac-address-scope 2021-02-10 15:58:40.457 | rbac-security-groups 2021-02-10 15:58:40.457 | rbac-subnetpool 2021-02-10 15:58:40.457 | revision-if-match 2021-02-10 15:58:40.457 | standard-attr-revisions 2021-02-10 15:58:40.457 | router_availability_zone 2021-02-10 15:58:40.457 | security-groups-normalized-cidr 2021-02-10 15:58:40.457 | port-security-groups-filtering 2021-02-10 15:58:40.457 | security-groups-remote-address-group 2021-02-10 15:58:40.457 | security-group 2021-02-10 15:58:40.457 | service-type 2021-02-10 15:58:40.457 | sorting 2021-02-10 15:58:40.457 | standard-attr-description 2021-02-10 15:58:40.457 | stateful-security-group 2021-02-10 15:58:40.457 | subnet_onboard 2021-02-10 15:58:40.457 | subnet-service-types 2021-02-10 15:58:40.458 | subnet_allocation 2021-02-10 15:58:40.458 | subnetpool-prefix-ops 2021-02-10 15:58:40.458 | standard-attr-tag 2021-02-10 15:58:40.458 | standard-attr-timestamp =~ auto-allocated-topology ]] 2021-02-10 15:58:40.458 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : return 0 2021-02-10 15:58:40.461 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : EXTERNAL_NETWORK_FLAGS='--external --default' 2021-02-10 15:58:40.464 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : '[' True = True ']' 2021-02-10 15:58:40.468 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:246 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type flat --provider-physical-network physnet1 2021-02-10 15:58:40.469 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:246 : grep ' id ' 2021-02-10 15:58:40.469 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:246 : get_field 2 2021-02-10 15:58:40.471 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:58:40.474 | ++ functions-common:get_field:729 : read data 2021-02-10 15:58:43.286 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:43.286 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:43.286 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:43.286 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:43.483 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:58:43.486 | ++ functions-common:get_field:730 : '[' 2 -lt 0 ']' 2021-02-10 15:58:43.489 | ++ functions-common:get_field:733 : field='$3' 2021-02-10 15:58:43.493 | ++ functions-common:get_field:735 : echo '| id | c8caaec1-be99-412f-b722-741f8d2f4aee |' 2021-02-10 15:58:43.493 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-02-10 15:58:43.498 | ++ functions-common:get_field:729 : read data 2021-02-10 15:58:43.503 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:246 : EXT_NET_ID=c8caaec1-be99-412f-b722-741f8d2f4aee 2021-02-10 15:58:43.506 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:250 : die_if_not_set 250 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2021-02-10 15:58:43.509 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-02-10 15:58:43.526 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:252 : [[ 4 =~ 4.* ]] 2021-02-10 15:58:43.529 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:254 : _neutron_configure_router_v4 2021-02-10 15:58:43.531 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : openstack --os-cloud devstack-admin --os-region RegionOne router add subnet 4228f6d1-2347-4ed9-8d04-39563c5bb86b 23aa37e6-ca68-4bd9-88cd-a70b17f36396 2021-02-10 15:58:49.072 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:49.072 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:49.072 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:49.072 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:49.263 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:338 : local id_and_ext_gw_ip 2021-02-10 15:58:49.266 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:339 : _neutron_create_public_subnet_v4 c8caaec1-be99-412f-b722-741f8d2f4aee 2021-02-10 15:58:49.269 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:309 : local 'subnet_params=--ip-version 4 ' 2021-02-10 15:58:49.272 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:310 : subnet_params+=' ' 2021-02-10 15:58:49.274 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:311 : [[ -n 172.30.1.1 ]] 2021-02-10 15:58:49.277 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:312 : subnet_params+='--gateway 172.30.1.1 ' 2021-02-10 15:58:49.279 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:314 : subnet_params+='--network c8caaec1-be99-412f-b722-741f8d2f4aee --subnet-range 172.30.1.0/24 --no-dhcp ' 2021-02-10 15:58:49.281 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:315 : subnet_params+=public-subnet 2021-02-10 15:58:49.284 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:316 : local id_and_ext_gw_ip 2021-02-10 15:58:49.288 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:317 : grep -e gateway_ip -e ' id ' 2021-02-10 15:58:49.288 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:317 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --gateway 172.30.1.1 --network c8caaec1-be99-412f-b722-741f8d2f4aee --subnet-range 172.30.1.0/24 --no-dhcp public-subnet 2021-02-10 15:58:52.617 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:52.617 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:52.617 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:52.617 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:52.824 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:58:52.827 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:317 : id_and_ext_gw_ip='| gateway_ip | 172.30.1.1 | 2021-02-10 15:58:52.827 | | id | e73c8c74-1c2f-48a1-b585-27c5ae31b442 |' 2021-02-10 15:58:52.830 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:318 : die_if_not_set 318 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2021-02-10 15:58:52.833 | ++ functions-common:die_if_not_set:216 : local exitcode=0 2021-02-10 15:58:52.847 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:319 : echo '|' gateway_ip '|' 172.30.1.1 '|' '|' id '|' e73c8c74-1c2f-48a1-b585-27c5ae31b442 '|' 2021-02-10 15:58:52.850 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:339 : id_and_ext_gw_ip='| gateway_ip | 172.30.1.1 | | id | e73c8c74-1c2f-48a1-b585-27c5ae31b442 |' 2021-02-10 15:58:52.853 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:340 : local ext_gw_ip 2021-02-10 15:58:52.856 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:341 : get_field 2 2021-02-10 15:58:52.857 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:341 : echo '|' gateway_ip '|' 172.30.1.1 '|' '|' id '|' e73c8c74-1c2f-48a1-b585-27c5ae31b442 '|' 2021-02-10 15:58:52.859 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:58:52.861 | ++ functions-common:get_field:729 : read data 2021-02-10 15:58:52.864 | ++ functions-common:get_field:730 : '[' 2 -lt 0 ']' 2021-02-10 15:58:52.866 | ++ functions-common:get_field:733 : field='$3' 2021-02-10 15:58:52.869 | ++ functions-common:get_field:735 : echo '| gateway_ip | 172.30.1.1 | | id | e73c8c74-1c2f-48a1-b585-27c5ae31b442 |' 2021-02-10 15:58:52.869 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-02-10 15:58:52.874 | ++ functions-common:get_field:729 : read data 2021-02-10 15:58:52.879 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:341 : ext_gw_ip=172.30.1.1 2021-02-10 15:58:52.882 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : echo '|' gateway_ip '|' 172.30.1.1 '|' '|' id '|' e73c8c74-1c2f-48a1-b585-27c5ae31b442 '|' 2021-02-10 15:58:52.885 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : get_field 5 2021-02-10 15:58:52.887 | ++ functions-common:get_field:728 : local data field 2021-02-10 15:58:52.889 | ++ functions-common:get_field:729 : read data 2021-02-10 15:58:52.892 | ++ functions-common:get_field:730 : '[' 5 -lt 0 ']' 2021-02-10 15:58:52.894 | ++ functions-common:get_field:733 : field='$6' 2021-02-10 15:58:52.897 | ++ functions-common:get_field:735 : echo '| gateway_ip | 172.30.1.1 | | id | e73c8c74-1c2f-48a1-b585-27c5ae31b442 |' 2021-02-10 15:58:52.900 | ++ functions-common:get_field:735 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2021-02-10 15:58:52.904 | ++ functions-common:get_field:729 : read data 2021-02-10 15:58:52.908 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : PUB_SUBNET_ID=e73c8c74-1c2f-48a1-b585-27c5ae31b442 2021-02-10 15:58:52.910 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : openstack --os-cloud devstack-admin --os-region RegionOne router set --external-gateway c8caaec1-be99-412f-b722-741f8d2f4aee 4228f6d1-2347-4ed9-8d04-39563c5bb86b 2021-02-10 15:58:58.896 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:58.897 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:58.897 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:58:58.897 | from cryptography.utils import int_from_bytes 2021-02-10 15:58:59.093 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:347 : is_service_enabled q-l3 2021-02-10 15:58:59.114 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:58:59.116 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local ext_gw_interface=none 2021-02-10 15:58:59.118 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : is_neutron_ovs_base_plugin 2021-02-10 15:58:59.121 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:17 : return 0 2021-02-10 15:58:59.124 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : _neutron_get_ext_gw_interface 2021-02-10 15:58:59.126 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:152 : [[ False == \T\r\u\e ]] 2021-02-10 15:58:59.128 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:157 : sudo ovs-vsctl set Bridge br-data other_config:disable-in-band=true 2021-02-10 15:58:59.150 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:159 : echo br-data 2021-02-10 15:58:59.153 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : ext_gw_interface=br-data 2021-02-10 15:58:59.155 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:363 : [[ br-data != \n\o\n\e ]] 2021-02-10 15:58:59.158 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:364 : local cidr_len=24 2021-02-10 15:58:59.160 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:365 : local 'testcmd=ip -o link | grep -q br-data' 2021-02-10 15:58:59.164 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:366 : test_with_retry 'ip -o link | grep -q br-data' 'br-data creation failed' 2021-02-10 15:58:59.167 | + functions-common:test_with_retry:2244 : local 'testcmd=ip -o link | grep -q br-data' 2021-02-10 15:58:59.170 | + functions-common:test_with_retry:2245 : local 'failmsg=br-data creation failed' 2021-02-10 15:58:59.172 | + functions-common:test_with_retry:2246 : local until=10 2021-02-10 15:58:59.175 | + functions-common:test_with_retry:2247 : local sleep=0.5 2021-02-10 15:58:59.177 | + functions-common:test_with_retry:2249 : time_start test_with_retry 2021-02-10 15:58:59.180 | + functions-common:time_start:2292 : local name=test_with_retry 2021-02-10 15:58:59.182 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:58:59.184 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:58:59.187 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:58:59.191 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972739188 2021-02-10 15:58:59.193 | + functions-common:test_with_retry:2250 : timeout 10 sh -c 'while ! ip -o link | grep -q br-data; do sleep 0.5; done' 2021-02-10 15:58:59.201 | + functions-common:test_with_retry:2253 : time_stop test_with_retry 2021-02-10 15:58:59.203 | + functions-common:time_stop:2306 : local name 2021-02-10 15:58:59.205 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:58:59.208 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:58:59.210 | + functions-common:time_stop:2309 : local total 2021-02-10 15:58:59.212 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:58:59.214 | + functions-common:time_stop:2312 : name=test_with_retry 2021-02-10 15:58:59.216 | + functions-common:time_stop:2313 : start_time=1612972739188 2021-02-10 15:58:59.219 | + functions-common:time_stop:2315 : [[ -z 1612972739188 ]] 2021-02-10 15:58:59.221 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:58:59.225 | + functions-common:time_stop:2318 : end_time=1612972739222 2021-02-10 15:58:59.227 | + functions-common:time_stop:2319 : elapsed_time=34 2021-02-10 15:58:59.229 | + functions-common:time_stop:2320 : total=5602 2021-02-10 15:58:59.231 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:58:59.234 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=5636 2021-02-10 15:58:59.238 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:367 : grep -c 172.30.1.1 2021-02-10 15:58:59.239 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:367 : ip addr show dev br-data 2021-02-10 15:58:59.243 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:367 : [[ 0 == 0 ]] 2021-02-10 15:58:59.246 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:367 : [[ True == \F\a\l\s\e ]] 2021-02-10 15:58:59.248 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:367 : [[ False == \T\r\u\e ]] 2021-02-10 15:58:59.251 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:367 : [[ True == \T\r\u\e ]] 2021-02-10 15:58:59.253 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : sudo ip addr add 172.30.1.1/24 dev br-data 2021-02-10 15:58:59.268 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:369 : sudo ip link set br-data up 2021-02-10 15:58:59.282 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:371 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2021-02-10 15:58:59.283 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:371 : awk -Fip_address '{ print $2 }' 2021-02-10 15:58:59.283 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:371 : cut -f2 '-d'\''' 2021-02-10 15:58:59.285 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:371 : tr '\n' ' ' 2021-02-10 15:59:01.746 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:01.746 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:01.746 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:01.746 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:01.939 | ++ functions-common:oscwrap:2346 : return 0 2021-02-10 15:59:01.944 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:371 : ROUTER_GW_IP=' 172.30.1.149 ' 2021-02-10 15:59:01.947 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : die_if_not_set 372 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2021-02-10 15:59:01.949 | + functions-common:die_if_not_set:216 : local exitcode=0 2021-02-10 15:59:01.970 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:374 : _neutron_set_router_id 2021-02-10 15:59:01.972 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:145 : [[ True == \F\a\l\s\e ]] 2021-02-10 15:59:01.975 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:257 : [[ 4 =~ .*6 ]] 2021-02-10 15:59:01.978 | + ./stack.sh:main:1288 : is_service_enabled nova 2021-02-10 15:59:01.995 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:01.997 | + ./stack.sh:main:1289 : echo_summary 'Starting Nova' 2021-02-10 15:59:02.000 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:59:02.003 | + ./stack.sh:echo_summary:422 : echo -e Starting Nova 2021-02-10 15:59:02.005 | + ./stack.sh:main:1290 : start_nova 2021-02-10 15:59:02.008 | + lib/nova:start_nova:1048 : start_nova_rest 2021-02-10 15:59:02.010 | + lib/nova:start_nova_rest:946 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:59:02.013 | + lib/nova:start_nova_rest:947 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:59:02.016 | + lib/nova:start_nova_rest:947 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:59:02.018 | + lib/nova:start_nova_rest:949 : local api_cell_conf=/etc/nova/nova.conf 2021-02-10 15:59:02.021 | + lib/nova:start_nova_rest:950 : local compute_cell_conf=/etc/nova/nova.conf 2021-02-10 15:59:02.023 | + lib/nova:start_nova_rest:952 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-02-10 15:59:02.026 | + functions-common:run_process:1561 : local service=n-sch 2021-02-10 15:59:02.029 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-02-10 15:59:02.032 | + functions-common:run_process:1563 : local group= 2021-02-10 15:59:02.034 | + functions-common:run_process:1564 : local user= 2021-02-10 15:59:02.037 | + functions-common:run_process:1566 : local name=n-sch 2021-02-10 15:59:02.040 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:59:02.043 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:59:02.046 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:59:02.049 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:59:02.053 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:59:02.057 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972742053 2021-02-10 15:59:02.060 | + functions-common:run_process:1569 : is_service_enabled n-sch 2021-02-10 15:59:02.084 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:02.087 | + functions-common:run_process:1570 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' 2021-02-10 15:59:02.089 | + functions-common:_run_under_systemd:1526 : local service=n-sch 2021-02-10 15:59:02.092 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-02-10 15:59:02.094 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-02-10 15:59:02.097 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-02-10 15:59:02.099 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-02-10 15:59:02.102 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2021-02-10 15:59:02.104 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2021-02-10 15:59:02.107 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@n-sch.service 2021-02-10 15:59:02.110 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:59:02.112 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:59:02.115 | + functions-common:_run_under_systemd:1535 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2021-02-10 15:59:02.117 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' ubuntu 2021-02-10 15:59:02.120 | + functions-common:write_user_unit_file:1443 : local service=devstack@n-sch.service 2021-02-10 15:59:02.122 | + functions-common:write_user_unit_file:1444 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-02-10 15:59:02.125 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:59:02.128 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2021-02-10 15:59:02.131 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:59:02.133 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:59:02.137 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2021-02-10 15:59:02.139 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:59:02.144 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2021-02-10 15:59:02.204 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User ubuntu 2021-02-10 15:59:02.264 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-02-10 15:59:02.315 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2021-02-10 15:59:02.364 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2021-02-10 15:59:02.416 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:59:02.471 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:59:02.474 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2021-02-10 15:59:02.545 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:59:02.743 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@n-sch.service 2021-02-10 15:59:02.758 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2021-02-10 15:59:02.966 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@n-sch.service 2021-02-10 15:59:02.989 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:59:02.992 | + functions-common:time_stop:2306 : local name 2021-02-10 15:59:02.994 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:59:02.997 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:59:02.999 | + functions-common:time_stop:2309 : local total 2021-02-10 15:59:03.002 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:59:03.004 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:59:03.007 | + functions-common:time_stop:2313 : start_time=1612972742053 2021-02-10 15:59:03.017 | + functions-common:time_stop:2315 : [[ -z 1612972742053 ]] 2021-02-10 15:59:03.021 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:59:03.027 | + functions-common:time_stop:2318 : end_time=1612972743021 2021-02-10 15:59:03.030 | + functions-common:time_stop:2319 : elapsed_time=968 2021-02-10 15:59:03.032 | + functions-common:time_stop:2320 : total=15701 2021-02-10 15:59:03.035 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:59:03.038 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=16669 2021-02-10 15:59:03.044 | + lib/nova:start_nova_rest:953 : '[' True == False ']' 2021-02-10 15:59:03.049 | ++ lib/nova:start_nova_rest:956 : which uwsgi 2021-02-10 15:59:03.053 | + lib/nova:start_nova_rest:956 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-02-10 15:59:03.055 | + functions-common:run_process:1561 : local service=n-api-meta 2021-02-10 15:59:03.058 | + functions-common:run_process:1562 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-02-10 15:59:03.061 | + functions-common:run_process:1563 : local group= 2021-02-10 15:59:03.063 | + functions-common:run_process:1564 : local user= 2021-02-10 15:59:03.066 | + functions-common:run_process:1566 : local name=n-api-meta 2021-02-10 15:59:03.068 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:59:03.071 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:59:03.076 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:59:03.079 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:59:03.082 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:59:03.086 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972743083 2021-02-10 15:59:03.089 | + functions-common:run_process:1569 : is_service_enabled n-api-meta 2021-02-10 15:59:03.118 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:03.121 | + functions-common:run_process:1570 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' 2021-02-10 15:59:03.123 | + functions-common:_run_under_systemd:1526 : local service=n-api-meta 2021-02-10 15:59:03.125 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-02-10 15:59:03.128 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-02-10 15:59:03.130 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-02-10 15:59:03.133 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-02-10 15:59:03.136 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2021-02-10 15:59:03.138 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2021-02-10 15:59:03.140 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@n-api-meta.service 2021-02-10 15:59:03.143 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:59:03.145 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:59:03.148 | + functions-common:_run_under_systemd:1535 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2021-02-10 15:59:03.151 | + functions-common:_run_under_systemd:1536 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' ubuntu 2021-02-10 15:59:03.153 | + functions-common:write_uwsgi_user_unit_file:1470 : local service=devstack@n-api-meta.service 2021-02-10 15:59:03.156 | + functions-common:write_uwsgi_user_unit_file:1471 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-02-10 15:59:03.158 | + functions-common:write_uwsgi_user_unit_file:1472 : local group= 2021-02-10 15:59:03.161 | + functions-common:write_uwsgi_user_unit_file:1473 : local user=ubuntu 2021-02-10 15:59:03.164 | + functions-common:write_uwsgi_user_unit_file:1474 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2021-02-10 15:59:03.166 | + functions-common:write_uwsgi_user_unit_file:1475 : mkdir -p /etc/systemd/system 2021-02-10 15:59:03.173 | + functions-common:write_uwsgi_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2021-02-10 15:59:03.237 | + functions-common:write_uwsgi_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2021-02-10 15:59:03.301 | + functions-common:write_uwsgi_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User ubuntu 2021-02-10 15:59:03.359 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-02-10 15:59:03.413 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:59:03.465 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2021-02-10 15:59:03.520 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2021-02-10 15:59:03.569 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2021-02-10 15:59:03.617 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2021-02-10 15:59:03.667 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2021-02-10 15:59:03.719 | + functions-common:write_uwsgi_user_unit_file:1488 : [[ -n '' ]] 2021-02-10 15:59:03.722 | + functions-common:write_uwsgi_user_unit_file:1491 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2021-02-10 15:59:03.779 | + functions-common:write_uwsgi_user_unit_file:1494 : sudo systemctl daemon-reload 2021-02-10 15:59:04.028 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@n-api-meta.service 2021-02-10 15:59:04.042 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2021-02-10 15:59:04.241 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@n-api-meta.service 2021-02-10 15:59:04.316 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:59:04.319 | + functions-common:time_stop:2306 : local name 2021-02-10 15:59:04.322 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:59:04.325 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:59:04.328 | + functions-common:time_stop:2309 : local total 2021-02-10 15:59:04.330 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:59:04.332 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:59:04.335 | + functions-common:time_stop:2313 : start_time=1612972743083 2021-02-10 15:59:04.337 | + functions-common:time_stop:2315 : [[ -z 1612972743083 ]] 2021-02-10 15:59:04.345 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:59:04.349 | + functions-common:time_stop:2318 : end_time=1612972744345 2021-02-10 15:59:04.353 | + functions-common:time_stop:2319 : elapsed_time=1262 2021-02-10 15:59:04.356 | + functions-common:time_stop:2320 : total=16669 2021-02-10 15:59:04.358 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:59:04.361 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=17931 2021-02-10 15:59:04.363 | + lib/nova:start_nova_rest:959 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:59:04.366 | + lib/nova:start_nova_rest:959 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:59:04.369 | + lib/nova:start_nova:1049 : start_nova_console_proxies 2021-02-10 15:59:04.371 | + lib/nova:start_nova_console_proxies:974 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:59:04.374 | + lib/nova:start_nova_console_proxies:976 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:59:04.377 | + lib/nova:start_nova_console_proxies:976 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:59:04.379 | + lib/nova:start_nova_console_proxies:978 : local api_cell_conf=/etc/nova/nova.conf 2021-02-10 15:59:04.382 | + lib/nova:start_nova_console_proxies:980 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-02-10 15:59:04.384 | + lib/nova:start_nova_console_proxies:986 : enable_nova_console_proxies 2021-02-10 15:59:04.396 | ++ lib/nova:enable_nova_console_proxies:963 : seq 1 1 2021-02-10 15:59:04.396 | + lib/nova:enable_nova_console_proxies:963 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-10 15:59:04.396 | + lib/nova:enable_nova_console_proxies:964 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-02-10 15:59:04.403 | + lib/nova:enable_nova_console_proxies:965 : is_service_enabled n-novnc 2021-02-10 15:59:04.418 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:04.421 | + lib/nova:enable_nova_console_proxies:964 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-02-10 15:59:04.424 | + lib/nova:enable_nova_console_proxies:965 : is_service_enabled n-xvnc 2021-02-10 15:59:04.441 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:04.444 | + lib/nova:enable_nova_console_proxies:964 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-02-10 15:59:04.447 | + lib/nova:enable_nova_console_proxies:965 : is_service_enabled n-spice 2021-02-10 15:59:04.464 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:04.466 | + lib/nova:enable_nova_console_proxies:964 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-02-10 15:59:04.469 | + lib/nova:enable_nova_console_proxies:965 : is_service_enabled n-sproxy 2021-02-10 15:59:04.488 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:04.491 | ++ lib/nova:start_nova_console_proxies:987 : seq 1 1 2021-02-10 15:59:04.495 | + lib/nova:start_nova_console_proxies:987 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-10 15:59:04.497 | + lib/nova:start_nova_console_proxies:988 : local conf 2021-02-10 15:59:04.501 | ++ lib/nova:start_nova_console_proxies:989 : conductor_conf 1 2021-02-10 15:59:04.504 | ++ lib/nova:conductor_conf:734 : local cell=1 2021-02-10 15:59:04.507 | ++ lib/nova:conductor_conf:735 : echo /etc/nova/nova_cell1.conf 2021-02-10 15:59:04.510 | + lib/nova:start_nova_console_proxies:989 : conf=/etc/nova/nova_cell1.conf 2021-02-10 15:59:04.513 | + lib/nova:start_nova_console_proxies:990 : run_process n-novnc-cell1 '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-02-10 15:59:04.516 | + functions-common:run_process:1561 : local service=n-novnc-cell1 2021-02-10 15:59:04.518 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-02-10 15:59:04.521 | + functions-common:run_process:1563 : local group= 2021-02-10 15:59:04.524 | + functions-common:run_process:1564 : local user= 2021-02-10 15:59:04.526 | + functions-common:run_process:1566 : local name=n-novnc-cell1 2021-02-10 15:59:04.529 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:59:04.532 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:59:04.534 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:59:04.537 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:59:04.542 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:59:04.545 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972744542 2021-02-10 15:59:04.548 | + functions-common:run_process:1569 : is_service_enabled n-novnc-cell1 2021-02-10 15:59:04.565 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:04.567 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:59:04.570 | + functions-common:time_stop:2306 : local name 2021-02-10 15:59:04.572 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:59:04.574 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:59:04.577 | + functions-common:time_stop:2309 : local total 2021-02-10 15:59:04.581 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:59:04.584 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:59:04.586 | + functions-common:time_stop:2313 : start_time=1612972744542 2021-02-10 15:59:04.588 | + functions-common:time_stop:2315 : [[ -z 1612972744542 ]] 2021-02-10 15:59:04.598 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:59:04.601 | + functions-common:time_stop:2318 : end_time=1612972744598 2021-02-10 15:59:04.603 | + functions-common:time_stop:2319 : elapsed_time=56 2021-02-10 15:59:04.606 | + functions-common:time_stop:2320 : total=17931 2021-02-10 15:59:04.609 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:59:04.611 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=17987 2021-02-10 15:59:04.614 | + lib/nova:start_nova_console_proxies:991 : run_process n-xvnc-cell1 '/usr/local/bin/nova-xvpvncproxy --config-file /etc/nova/nova_cell1.conf' 2021-02-10 15:59:04.616 | + functions-common:run_process:1561 : local service=n-xvnc-cell1 2021-02-10 15:59:04.619 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/nova-xvpvncproxy --config-file /etc/nova/nova_cell1.conf' 2021-02-10 15:59:04.621 | + functions-common:run_process:1563 : local group= 2021-02-10 15:59:04.624 | + functions-common:run_process:1564 : local user= 2021-02-10 15:59:04.626 | + functions-common:run_process:1566 : local name=n-xvnc-cell1 2021-02-10 15:59:04.629 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:59:04.631 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:59:04.634 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:59:04.636 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:59:04.640 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:59:04.643 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972744640 2021-02-10 15:59:04.645 | + functions-common:run_process:1569 : is_service_enabled n-xvnc-cell1 2021-02-10 15:59:04.663 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:04.666 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:59:04.668 | + functions-common:time_stop:2306 : local name 2021-02-10 15:59:04.671 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:59:04.674 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:59:04.676 | + functions-common:time_stop:2309 : local total 2021-02-10 15:59:04.678 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:59:04.681 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:59:04.684 | + functions-common:time_stop:2313 : start_time=1612972744640 2021-02-10 15:59:04.686 | + functions-common:time_stop:2315 : [[ -z 1612972744640 ]] 2021-02-10 15:59:04.690 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:59:04.693 | + functions-common:time_stop:2318 : end_time=1612972744690 2021-02-10 15:59:04.695 | + functions-common:time_stop:2319 : elapsed_time=50 2021-02-10 15:59:04.698 | + functions-common:time_stop:2320 : total=17987 2021-02-10 15:59:04.700 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:59:04.703 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=18037 2021-02-10 15:59:04.705 | + lib/nova:start_nova_console_proxies:992 : run_process n-spice-cell1 '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-02-10 15:59:04.709 | + functions-common:run_process:1561 : local service=n-spice-cell1 2021-02-10 15:59:04.719 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-02-10 15:59:04.720 | + functions-common:run_process:1563 : local group= 2021-02-10 15:59:04.720 | + functions-common:run_process:1564 : local user= 2021-02-10 15:59:04.720 | + functions-common:run_process:1566 : local name=n-spice-cell1 2021-02-10 15:59:04.723 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:59:04.727 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:59:04.727 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:59:04.730 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:59:04.735 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:59:04.736 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972744733 2021-02-10 15:59:04.739 | + functions-common:run_process:1569 : is_service_enabled n-spice-cell1 2021-02-10 15:59:04.755 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:04.757 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:59:04.759 | + functions-common:time_stop:2306 : local name 2021-02-10 15:59:04.762 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:59:04.764 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:59:04.767 | + functions-common:time_stop:2309 : local total 2021-02-10 15:59:04.769 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:59:04.772 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:59:04.775 | + functions-common:time_stop:2313 : start_time=1612972744733 2021-02-10 15:59:04.777 | + functions-common:time_stop:2315 : [[ -z 1612972744733 ]] 2021-02-10 15:59:04.782 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:59:04.784 | + functions-common:time_stop:2318 : end_time=1612972744781 2021-02-10 15:59:04.787 | + functions-common:time_stop:2319 : elapsed_time=48 2021-02-10 15:59:04.789 | + functions-common:time_stop:2320 : total=18037 2021-02-10 15:59:04.792 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:59:04.794 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=18085 2021-02-10 15:59:04.797 | + lib/nova:start_nova_console_proxies:993 : run_process n-sproxy-cell1 '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2021-02-10 15:59:04.799 | + functions-common:run_process:1561 : local service=n-sproxy-cell1 2021-02-10 15:59:04.802 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2021-02-10 15:59:04.804 | + functions-common:run_process:1563 : local group= 2021-02-10 15:59:04.806 | + functions-common:run_process:1564 : local user= 2021-02-10 15:59:04.809 | + functions-common:run_process:1566 : local name=n-sproxy-cell1 2021-02-10 15:59:04.811 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:59:04.814 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:59:04.816 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:59:04.819 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:59:04.823 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:59:04.825 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972744822 2021-02-10 15:59:04.828 | + functions-common:run_process:1569 : is_service_enabled n-sproxy-cell1 2021-02-10 15:59:04.845 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:04.848 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:59:04.850 | + functions-common:time_stop:2306 : local name 2021-02-10 15:59:04.853 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:59:04.856 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:59:04.858 | + functions-common:time_stop:2309 : local total 2021-02-10 15:59:04.860 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:59:04.863 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:59:04.865 | + functions-common:time_stop:2313 : start_time=1612972744822 2021-02-10 15:59:04.867 | + functions-common:time_stop:2315 : [[ -z 1612972744822 ]] 2021-02-10 15:59:04.872 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:59:04.874 | + functions-common:time_stop:2318 : end_time=1612972744871 2021-02-10 15:59:04.876 | + functions-common:time_stop:2319 : elapsed_time=49 2021-02-10 15:59:04.879 | + functions-common:time_stop:2320 : total=18085 2021-02-10 15:59:04.881 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:59:04.884 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=18134 2021-02-10 15:59:04.886 | + lib/nova:start_nova_console_proxies:997 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:59:04.889 | + lib/nova:start_nova_console_proxies:997 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:59:04.892 | + lib/nova:start_nova:1050 : start_nova_conductor 2021-02-10 15:59:04.894 | + lib/nova:start_nova_conductor:1010 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-02-10 15:59:04.896 | + lib/nova:start_nova_conductor:1016 : enable_nova_fleet 2021-02-10 15:59:04.899 | + lib/nova:enable_nova_fleet:1001 : is_service_enabled n-cond 2021-02-10 15:59:04.918 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:04.921 | + lib/nova:enable_nova_fleet:1002 : enable_service n-super-cond 2021-02-10 15:59:04.971 | ++ lib/nova:enable_nova_fleet:1003 : seq 1 1 2021-02-10 15:59:04.975 | + lib/nova:enable_nova_fleet:1003 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-10 15:59:04.975 | + lib/nova:enable_nova_fleet:1004 : enable_service n-cond-cell1 2021-02-10 15:59:05.057 | + lib/nova:start_nova_conductor:1017 : is_service_enabled n-super-cond 2021-02-10 15:59:05.097 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:05.100 | + lib/nova:start_nova_conductor:1018 : run_process n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-02-10 15:59:05.108 | + functions-common:run_process:1561 : local service=n-super-cond 2021-02-10 15:59:05.116 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-02-10 15:59:05.121 | + functions-common:run_process:1563 : local group= 2021-02-10 15:59:05.128 | + functions-common:run_process:1564 : local user= 2021-02-10 15:59:05.133 | + functions-common:run_process:1566 : local name=n-super-cond 2021-02-10 15:59:05.144 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:59:05.150 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:59:05.160 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:59:05.168 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:59:05.177 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:59:05.185 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972745178 2021-02-10 15:59:05.187 | + functions-common:run_process:1569 : is_service_enabled n-super-cond 2021-02-10 15:59:05.243 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:05.248 | + functions-common:run_process:1570 : _run_under_systemd n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' 2021-02-10 15:59:05.252 | + functions-common:_run_under_systemd:1526 : local service=n-super-cond 2021-02-10 15:59:05.255 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-02-10 15:59:05.262 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-02-10 15:59:05.266 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-02-10 15:59:05.276 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-02-10 15:59:05.288 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2021-02-10 15:59:05.292 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2021-02-10 15:59:05.300 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@n-super-cond.service 2021-02-10 15:59:05.308 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:59:05.316 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:59:05.325 | + functions-common:_run_under_systemd:1535 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2021-02-10 15:59:05.332 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@n-super-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' ubuntu 2021-02-10 15:59:05.335 | + functions-common:write_user_unit_file:1443 : local service=devstack@n-super-cond.service 2021-02-10 15:59:05.337 | + functions-common:write_user_unit_file:1444 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-02-10 15:59:05.342 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:59:05.344 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2021-02-10 15:59:05.347 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:59:05.349 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:59:05.352 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@n-super-cond.service 2021-02-10 15:59:05.357 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:59:05.362 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Unit Description 'Devstack devstack@n-super-cond.service' 2021-02-10 15:59:05.431 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service User ubuntu 2021-02-10 15:59:05.495 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-02-10 15:59:05.549 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service KillMode process 2021-02-10 15:59:05.605 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service TimeoutStopSec 300 2021-02-10 15:59:05.661 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:59:05.714 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:59:05.716 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Install WantedBy multi-user.target 2021-02-10 15:59:05.781 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:59:06.031 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@n-super-cond.service 2021-02-10 15:59:06.047 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-super-cond.service → /etc/systemd/system/devstack@n-super-cond.service. 2021-02-10 15:59:06.274 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@n-super-cond.service 2021-02-10 15:59:06.302 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:59:06.311 | + functions-common:time_stop:2306 : local name 2021-02-10 15:59:06.315 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:59:06.325 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:59:06.328 | + functions-common:time_stop:2309 : local total 2021-02-10 15:59:06.340 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:59:06.349 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:59:06.351 | + functions-common:time_stop:2313 : start_time=1612972745178 2021-02-10 15:59:06.359 | + functions-common:time_stop:2315 : [[ -z 1612972745178 ]] 2021-02-10 15:59:06.367 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:59:06.377 | + functions-common:time_stop:2318 : end_time=1612972746366 2021-02-10 15:59:06.380 | + functions-common:time_stop:2319 : elapsed_time=1188 2021-02-10 15:59:06.389 | + functions-common:time_stop:2320 : total=18134 2021-02-10 15:59:06.392 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:59:06.403 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=19322 2021-02-10 15:59:06.414 | ++ lib/nova:start_nova_conductor:1020 : seq 1 1 2021-02-10 15:59:06.425 | + lib/nova:start_nova_conductor:1020 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-02-10 15:59:06.434 | + lib/nova:start_nova_conductor:1021 : is_service_enabled n-cond-cell1 2021-02-10 15:59:06.477 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:06.484 | + lib/nova:start_nova_conductor:1022 : local conf 2021-02-10 15:59:06.498 | ++ lib/nova:start_nova_conductor:1023 : conductor_conf 1 2021-02-10 15:59:06.502 | ++ lib/nova:conductor_conf:734 : local cell=1 2021-02-10 15:59:06.508 | ++ lib/nova:conductor_conf:735 : echo /etc/nova/nova_cell1.conf 2021-02-10 15:59:06.514 | + lib/nova:start_nova_conductor:1023 : conf=/etc/nova/nova_cell1.conf 2021-02-10 15:59:06.521 | + lib/nova:start_nova_conductor:1024 : run_process n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-02-10 15:59:06.527 | + functions-common:run_process:1561 : local service=n-cond-cell1 2021-02-10 15:59:06.536 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-02-10 15:59:06.545 | + functions-common:run_process:1563 : local group= 2021-02-10 15:59:06.553 | + functions-common:run_process:1564 : local user= 2021-02-10 15:59:06.557 | + functions-common:run_process:1566 : local name=n-cond-cell1 2021-02-10 15:59:06.562 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:59:06.569 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:59:06.577 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:59:06.585 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:59:06.592 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:59:06.609 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972746596 2021-02-10 15:59:06.617 | + functions-common:run_process:1569 : is_service_enabled n-cond-cell1 2021-02-10 15:59:06.683 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:06.689 | + functions-common:run_process:1570 : _run_under_systemd n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' '' 2021-02-10 15:59:06.692 | + functions-common:_run_under_systemd:1526 : local service=n-cond-cell1 2021-02-10 15:59:06.704 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-02-10 15:59:06.712 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-02-10 15:59:06.724 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-02-10 15:59:06.733 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-02-10 15:59:06.740 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ sudo ]] 2021-02-10 15:59:06.744 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ ^/ ]] 2021-02-10 15:59:06.755 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@n-cond-cell1.service 2021-02-10 15:59:06.766 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:59:06.781 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:59:06.784 | + functions-common:_run_under_systemd:1535 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ uwsgi ]] 2021-02-10 15:59:06.793 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@n-cond-cell1.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' ubuntu 2021-02-10 15:59:06.797 | + functions-common:write_user_unit_file:1443 : local service=devstack@n-cond-cell1.service 2021-02-10 15:59:06.807 | + functions-common:write_user_unit_file:1444 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-02-10 15:59:06.812 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:59:06.821 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2021-02-10 15:59:06.824 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:59:06.833 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:59:06.835 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@n-cond-cell1.service 2021-02-10 15:59:06.837 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:59:06.841 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Unit Description 'Devstack devstack@n-cond-cell1.service' 2021-02-10 15:59:06.927 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service User ubuntu 2021-02-10 15:59:07.047 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-02-10 15:59:07.161 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service KillMode process 2021-02-10 15:59:07.245 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service TimeoutStopSec 300 2021-02-10 15:59:07.332 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:59:07.427 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:59:07.436 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Install WantedBy multi-user.target 2021-02-10 15:59:07.560 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:59:07.814 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@n-cond-cell1.service 2021-02-10 15:59:07.830 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond-cell1.service → /etc/systemd/system/devstack@n-cond-cell1.service. 2021-02-10 15:59:08.037 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@n-cond-cell1.service 2021-02-10 15:59:08.066 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:59:08.069 | + functions-common:time_stop:2306 : local name 2021-02-10 15:59:08.075 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:59:08.076 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:59:08.077 | + functions-common:time_stop:2309 : local total 2021-02-10 15:59:08.081 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:59:08.087 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:59:08.093 | + functions-common:time_stop:2313 : start_time=1612972746596 2021-02-10 15:59:08.102 | + functions-common:time_stop:2315 : [[ -z 1612972746596 ]] 2021-02-10 15:59:08.112 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:59:08.124 | + functions-common:time_stop:2318 : end_time=1612972748113 2021-02-10 15:59:08.132 | + functions-common:time_stop:2319 : elapsed_time=1517 2021-02-10 15:59:08.138 | + functions-common:time_stop:2320 : total=19322 2021-02-10 15:59:08.145 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:59:08.153 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=20839 2021-02-10 15:59:08.158 | + lib/nova:start_nova:1051 : start_nova_compute 2021-02-10 15:59:08.165 | + lib/nova:start_nova_compute:876 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:59:08.173 | + lib/nova:start_nova_compute:877 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:59:08.179 | + lib/nova:start_nova_compute:877 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:59:08.189 | + lib/nova:start_nova_compute:879 : local compute_cell_conf=/etc/nova/nova.conf 2021-02-10 15:59:08.194 | + lib/nova:start_nova_compute:882 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2021-02-10 15:59:08.209 | + lib/nova:start_nova_compute:884 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2021-02-10 15:59:08.222 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-02-10 15:59:08.233 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-02-10 15:59:08.244 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2021-02-10 15:59:08.256 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-02-10 15:59:08.265 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2021-02-10 15:59:08.280 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2021-02-10 15:59:08.292 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2021-02-10 15:59:08.299 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2021-02-10 15:59:08.307 | + inc/meta-config:merge_config_file:164 : read a 2021-02-10 15:59:08.312 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2021-02-10 15:59:08.312 | BEGIN { 2021-02-10 15:59:08.312 | section = "" 2021-02-10 15:59:08.312 | last_section = "" 2021-02-10 15:59:08.312 | section_count = 0 2021-02-10 15:59:08.312 | } 2021-02-10 15:59:08.312 | /^\[.+\]/ { 2021-02-10 15:59:08.312 | gsub("[][]", "", $1); 2021-02-10 15:59:08.312 | section=$1 2021-02-10 15:59:08.312 | next 2021-02-10 15:59:08.312 | } 2021-02-10 15:59:08.312 | /^ *\#/ { 2021-02-10 15:59:08.313 | next 2021-02-10 15:59:08.313 | } 2021-02-10 15:59:08.313 | /^[^ \t]+/ { 2021-02-10 15:59:08.313 | # get offset of first = in $0 2021-02-10 15:59:08.313 | eq_idx = index($0, "=") 2021-02-10 15:59:08.313 | # extract attr & value from $0 2021-02-10 15:59:08.313 | attr = substr($0, 1, eq_idx - 1) 2021-02-10 15:59:08.313 | value = substr($0, eq_idx + 1) 2021-02-10 15:59:08.313 | # only need to strip trailing whitespace from attr 2021-02-10 15:59:08.313 | sub(/[ \t]*$/, "", attr) 2021-02-10 15:59:08.313 | # need to strip leading & trailing whitespace from value 2021-02-10 15:59:08.313 | sub(/^[ \t]*/, "", value) 2021-02-10 15:59:08.313 | sub(/[ \t]*$/, "", value) 2021-02-10 15:59:08.313 | 2021-02-10 15:59:08.313 | # cfg_attr_count: number of config lines per [section, attr] 2021-02-10 15:59:08.313 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-02-10 15:59:08.314 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-02-10 15:59:08.314 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-02-10 15:59:08.314 | if (! (section, attr) in cfg_attr_count) { 2021-02-10 15:59:08.314 | if (section != last_section) { 2021-02-10 15:59:08.314 | cfg_section[section_count++] = section 2021-02-10 15:59:08.314 | last_section = section 2021-02-10 15:59:08.314 | } 2021-02-10 15:59:08.314 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-02-10 15:59:08.314 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-02-10 15:59:08.314 | 2021-02-10 15:59:08.314 | cfg_attr[section, attr, 0] = value 2021-02-10 15:59:08.314 | cfg_attr_count[section, attr] = 1 2021-02-10 15:59:08.314 | } else { 2021-02-10 15:59:08.314 | lno = cfg_attr_count[section, attr]++ 2021-02-10 15:59:08.314 | cfg_attr[section, attr, lno] = value 2021-02-10 15:59:08.314 | } 2021-02-10 15:59:08.315 | } 2021-02-10 15:59:08.315 | END { 2021-02-10 15:59:08.315 | # Process each section in order 2021-02-10 15:59:08.315 | for (sno = 0; sno < section_count; sno++) { 2021-02-10 15:59:08.315 | section = cfg_section[sno] 2021-02-10 15:59:08.315 | # The ini routines simply append a config item immediately 2021-02-10 15:59:08.315 | # after the section header. To keep the same order as defined 2021-02-10 15:59:08.315 | # in local.conf, invoke the ini routines in the reverse order 2021-02-10 15:59:08.315 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-02-10 15:59:08.315 | attr = cfg_sec_attr_name[sno, attr_no] 2021-02-10 15:59:08.315 | if (cfg_attr_count[section, attr] == 1) 2021-02-10 15:59:08.315 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-02-10 15:59:08.315 | else { 2021-02-10 15:59:08.315 | # For multiline, invoke the ini routines in the reverse order 2021-02-10 15:59:08.315 | count = cfg_attr_count[section, attr] 2021-02-10 15:59:08.315 | print "inidelete " configfile " " section " " attr 2021-02-10 15:59:08.316 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-02-10 15:59:08.316 | for (l = count -2; l >= 0; l--) 2021-02-10 15:59:08.316 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-02-10 15:59:08.316 | } 2021-02-10 15:59:08.316 | } 2021-02-10 15:59:08.316 | } 2021-02-10 15:59:08.316 | } 2021-02-10 15:59:08.316 | ' 2021-02-10 15:59:08.317 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2021-02-10 15:59:08.324 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-02-10 15:59:08.340 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-02-10 15:59:08.354 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2021-02-10 15:59:08.360 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-10 15:59:08.372 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2021-02-10 15:59:08.385 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2021-02-10 15:59:08.386 | BEGIN { group = "" } 2021-02-10 15:59:08.386 | /^\[\[.+\|.*\]\]/ { 2021-02-10 15:59:08.386 | gsub("[][]", "", $1); 2021-02-10 15:59:08.386 | split($1, a, "|"); 2021-02-10 15:59:08.386 | if (a[1] == matchgroup && a[2] == configfile) { 2021-02-10 15:59:08.386 | group=a[1] 2021-02-10 15:59:08.386 | } else { 2021-02-10 15:59:08.386 | group="" 2021-02-10 15:59:08.386 | } 2021-02-10 15:59:08.386 | next 2021-02-10 15:59:08.386 | } 2021-02-10 15:59:08.386 | { 2021-02-10 15:59:08.386 | if (group != "") 2021-02-10 15:59:08.386 | print $0 2021-02-10 15:59:08.386 | } 2021-02-10 15:59:08.387 | ' /home/ubuntu/devstack/local.conf 2021-02-10 15:59:08.393 | + lib/nova:start_nova_compute:886 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-02-10 15:59:08.397 | + lib/nova:start_nova_compute:893 : iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True 2021-02-10 15:59:08.480 | + lib/nova:start_nova_compute:896 : iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False 2021-02-10 15:59:08.554 | + lib/nova:start_nova_compute:897 : iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1 2021-02-10 15:59:08.564 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-02-10 15:59:08.577 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova-cpu.conf 2021-02-10 15:59:08.579 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-02-10 15:59:08.590 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2021-02-10 15:59:08.604 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-02-10 15:59:08.662 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:08.675 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2021-02-10 15:59:08.686 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2021-02-10 15:59:08.695 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-02-10 15:59:08.756 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:08.762 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/nova_cell1 2021-02-10 15:59:08.769 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova-cpu.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/nova_cell1 2021-02-10 15:59:08.836 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-02-10 15:59:08.847 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-02-10 15:59:08.857 | + lib/nova:start_nova_compute:901 : inidelete /etc/nova/nova-cpu.conf database connection 2021-02-10 15:59:08.908 | + lib/nova:start_nova_compute:902 : inidelete /etc/nova/nova-cpu.conf api_database connection 2021-02-10 15:59:08.954 | + lib/nova:start_nova_compute:907 : configure_console_compute 2021-02-10 15:59:08.961 | + lib/nova:configure_console_compute:612 : local offset 2021-02-10 15:59:08.966 | + lib/nova:configure_console_compute:613 : offset=0 2021-02-10 15:59:08.970 | + lib/nova:configure_console_compute:617 : local default_proxyclient_addr 2021-02-10 15:59:08.977 | ++ lib/nova:configure_console_compute:618 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2021-02-10 15:59:09.041 | + lib/nova:configure_console_compute:618 : default_proxyclient_addr=10.222.0.71 2021-02-10 15:59:09.052 | + lib/nova:configure_console_compute:622 : is_service_enabled n-cpu 2021-02-10 15:59:09.093 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:09.104 | + lib/nova:configure_console_compute:640 : is_service_enabled n-novnc 2021-02-10 15:59:09.147 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:09.157 | + lib/nova:configure_console_compute:640 : is_service_enabled n-xvnc 2021-02-10 15:59:09.201 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:09.208 | + lib/nova:configure_console_compute:640 : '[' False '!=' False ']' 2021-02-10 15:59:09.216 | + lib/nova:configure_console_compute:648 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2021-02-10 15:59:09.277 | + lib/nova:configure_console_compute:651 : is_service_enabled n-spice 2021-02-10 15:59:09.325 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:09.330 | + lib/nova:configure_console_compute:661 : is_service_enabled n-sproxy 2021-02-10 15:59:09.368 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:09.377 | + lib/nova:start_nova_compute:910 : '[' -n '' ']' 2021-02-10 15:59:09.385 | + lib/nova:start_nova_compute:914 : [[ libvirt = \l\i\b\v\i\r\t ]] 2021-02-10 15:59:09.390 | + lib/nova:start_nova_compute:918 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt 2021-02-10 15:59:09.396 | + functions-common:run_process:1561 : local service=n-cpu 2021-02-10 15:59:09.402 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2021-02-10 15:59:09.408 | + functions-common:run_process:1563 : local group=libvirt 2021-02-10 15:59:09.414 | + functions-common:run_process:1564 : local user= 2021-02-10 15:59:09.417 | + functions-common:run_process:1566 : local name=n-cpu 2021-02-10 15:59:09.421 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:59:09.424 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:59:09.432 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:59:09.440 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:59:09.452 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:59:09.464 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972749456 2021-02-10 15:59:09.473 | + functions-common:run_process:1569 : is_service_enabled n-cpu 2021-02-10 15:59:09.519 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:09.525 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:59:09.531 | + functions-common:time_stop:2306 : local name 2021-02-10 15:59:09.540 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:59:09.548 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:59:09.552 | + functions-common:time_stop:2309 : local total 2021-02-10 15:59:09.560 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:59:09.568 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:59:09.575 | + functions-common:time_stop:2313 : start_time=1612972749456 2021-02-10 15:59:09.580 | + functions-common:time_stop:2315 : [[ -z 1612972749456 ]] 2021-02-10 15:59:09.588 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:59:09.596 | + functions-common:time_stop:2318 : end_time=1612972749589 2021-02-10 15:59:09.604 | + functions-common:time_stop:2319 : elapsed_time=133 2021-02-10 15:59:09.609 | + functions-common:time_stop:2320 : total=20839 2021-02-10 15:59:09.614 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:59:09.619 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=20972 2021-02-10 15:59:09.625 | + lib/nova:start_nova_compute:940 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:59:09.629 | + lib/nova:start_nova_compute:940 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-02-10 15:59:09.640 | + lib/nova:start_nova:1052 : is_service_enabled n-api 2021-02-10 15:59:09.688 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:09.696 | + lib/nova:start_nova:1054 : echo 'Dumping cells_v2 mapping' 2021-02-10 15:59:09.696 | Dumping cells_v2 mapping 2021-02-10 15:59:09.700 | + lib/nova:start_nova:1055 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2021-02-10 15:59:13.621 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-02-10 15:59:13.621 | | Name | UUID | Transport URL | Database Connection | Disabled | 2021-02-10 15:59:13.621 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-02-10 15:59:13.621 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8 | False | 2021-02-10 15:59:13.621 | | cell1 | 2f7da5a5-8bcf-46c8-a00c-f96804c37376 | rabbit://stackrabbit:Passw0rd@10.222.0.71:5672/nova_cell1 | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8 | False | 2021-02-10 15:59:13.621 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-02-10 15:59:14.058 | + ./stack.sh:main:1291 : create_flavors 2021-02-10 15:59:14.061 | + lib/nova:create_flavors:1119 : is_service_enabled n-api 2021-02-10 15:59:14.081 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:14.084 | + lib/nova:create_flavors:1120 : openstack --os-region-name=RegionOne flavor list 2021-02-10 15:59:14.085 | + lib/nova:create_flavors:1120 : grep -q ds512M 2021-02-10 15:59:16.974 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:16.974 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:16.974 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:16.974 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:17.165 | + lib/nova:create_flavors:1122 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2021-02-10 15:59:20.025 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:20.025 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:20.026 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:20.026 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:20.026 | +----------------------------+-----------------------+ 2021-02-10 15:59:20.026 | | Field | Value | 2021-02-10 15:59:20.026 | +----------------------------+-----------------------+ 2021-02-10 15:59:20.026 | | OS-FLV-DISABLED:disabled | False | 2021-02-10 15:59:20.026 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-10 15:59:20.026 | | disk | 1 | 2021-02-10 15:59:20.026 | | id | c1 | 2021-02-10 15:59:20.026 | | name | cirros256 | 2021-02-10 15:59:20.026 | | os-flavor-access:is_public | True | 2021-02-10 15:59:20.026 | | properties | hw_rng:allowed='True' | 2021-02-10 15:59:20.026 | | ram | 256 | 2021-02-10 15:59:20.026 | | rxtx_factor | 1.0 | 2021-02-10 15:59:20.026 | | swap | | 2021-02-10 15:59:20.026 | | vcpus | 1 | 2021-02-10 15:59:20.026 | +----------------------------+-----------------------+ 2021-02-10 15:59:20.218 | + lib/nova:create_flavors:1123 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2021-02-10 15:59:22.861 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:22.861 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:22.861 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:22.861 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:22.861 | +----------------------------+-----------------------+ 2021-02-10 15:59:22.861 | | Field | Value | 2021-02-10 15:59:22.861 | +----------------------------+-----------------------+ 2021-02-10 15:59:22.861 | | OS-FLV-DISABLED:disabled | False | 2021-02-10 15:59:22.861 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-10 15:59:22.861 | | disk | 5 | 2021-02-10 15:59:22.861 | | id | d1 | 2021-02-10 15:59:22.861 | | name | ds512M | 2021-02-10 15:59:22.861 | | os-flavor-access:is_public | True | 2021-02-10 15:59:22.861 | | properties | hw_rng:allowed='True' | 2021-02-10 15:59:22.861 | | ram | 512 | 2021-02-10 15:59:22.861 | | rxtx_factor | 1.0 | 2021-02-10 15:59:22.861 | | swap | | 2021-02-10 15:59:22.861 | | vcpus | 1 | 2021-02-10 15:59:22.861 | +----------------------------+-----------------------+ 2021-02-10 15:59:23.047 | + lib/nova:create_flavors:1124 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2021-02-10 15:59:25.650 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:25.650 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:25.650 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:25.650 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:25.650 | +----------------------------+-----------------------+ 2021-02-10 15:59:25.650 | | Field | Value | 2021-02-10 15:59:25.650 | +----------------------------+-----------------------+ 2021-02-10 15:59:25.650 | | OS-FLV-DISABLED:disabled | False | 2021-02-10 15:59:25.650 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-10 15:59:25.650 | | disk | 10 | 2021-02-10 15:59:25.650 | | id | d2 | 2021-02-10 15:59:25.651 | | name | ds1G | 2021-02-10 15:59:25.651 | | os-flavor-access:is_public | True | 2021-02-10 15:59:25.651 | | properties | hw_rng:allowed='True' | 2021-02-10 15:59:25.651 | | ram | 1024 | 2021-02-10 15:59:25.651 | | rxtx_factor | 1.0 | 2021-02-10 15:59:25.651 | | swap | | 2021-02-10 15:59:25.651 | | vcpus | 1 | 2021-02-10 15:59:25.651 | +----------------------------+-----------------------+ 2021-02-10 15:59:25.862 | + lib/nova:create_flavors:1125 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2021-02-10 15:59:28.478 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:28.478 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:28.478 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:28.478 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:28.478 | +----------------------------+-----------------------+ 2021-02-10 15:59:28.478 | | Field | Value | 2021-02-10 15:59:28.478 | +----------------------------+-----------------------+ 2021-02-10 15:59:28.478 | | OS-FLV-DISABLED:disabled | False | 2021-02-10 15:59:28.478 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-10 15:59:28.478 | | disk | 10 | 2021-02-10 15:59:28.478 | | id | d3 | 2021-02-10 15:59:28.478 | | name | ds2G | 2021-02-10 15:59:28.478 | | os-flavor-access:is_public | True | 2021-02-10 15:59:28.478 | | properties | hw_rng:allowed='True' | 2021-02-10 15:59:28.478 | | ram | 2048 | 2021-02-10 15:59:28.478 | | rxtx_factor | 1.0 | 2021-02-10 15:59:28.478 | | swap | | 2021-02-10 15:59:28.478 | | vcpus | 2 | 2021-02-10 15:59:28.478 | +----------------------------+-----------------------+ 2021-02-10 15:59:28.721 | + lib/nova:create_flavors:1126 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2021-02-10 15:59:31.329 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:31.329 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:31.329 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:31.329 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:31.329 | +----------------------------+-----------------------+ 2021-02-10 15:59:31.329 | | Field | Value | 2021-02-10 15:59:31.329 | +----------------------------+-----------------------+ 2021-02-10 15:59:31.329 | | OS-FLV-DISABLED:disabled | False | 2021-02-10 15:59:31.329 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-10 15:59:31.329 | | disk | 20 | 2021-02-10 15:59:31.329 | | id | d4 | 2021-02-10 15:59:31.329 | | name | ds4G | 2021-02-10 15:59:31.329 | | os-flavor-access:is_public | True | 2021-02-10 15:59:31.330 | | properties | hw_rng:allowed='True' | 2021-02-10 15:59:31.330 | | ram | 4096 | 2021-02-10 15:59:31.330 | | rxtx_factor | 1.0 | 2021-02-10 15:59:31.330 | | swap | | 2021-02-10 15:59:31.330 | | vcpus | 4 | 2021-02-10 15:59:31.330 | +----------------------------+-----------------------+ 2021-02-10 15:59:31.527 | + lib/nova:create_flavors:1129 : openstack --os-region-name=RegionOne flavor list 2021-02-10 15:59:31.527 | + lib/nova:create_flavors:1129 : grep -q m1.tiny 2021-02-10 15:59:33.989 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:33.990 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:33.990 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:33.990 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:34.182 | + lib/nova:create_flavors:1130 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2021-02-10 15:59:36.748 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:36.748 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:36.748 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:36.748 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:36.748 | +----------------------------+-----------------------+ 2021-02-10 15:59:36.748 | | Field | Value | 2021-02-10 15:59:36.748 | +----------------------------+-----------------------+ 2021-02-10 15:59:36.748 | | OS-FLV-DISABLED:disabled | False | 2021-02-10 15:59:36.748 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-10 15:59:36.748 | | disk | 1 | 2021-02-10 15:59:36.748 | | id | 1 | 2021-02-10 15:59:36.748 | | name | m1.tiny | 2021-02-10 15:59:36.748 | | os-flavor-access:is_public | True | 2021-02-10 15:59:36.749 | | properties | hw_rng:allowed='True' | 2021-02-10 15:59:36.749 | | ram | 512 | 2021-02-10 15:59:36.749 | | rxtx_factor | 1.0 | 2021-02-10 15:59:36.749 | | swap | | 2021-02-10 15:59:36.749 | | vcpus | 1 | 2021-02-10 15:59:36.749 | +----------------------------+-----------------------+ 2021-02-10 15:59:36.940 | + lib/nova:create_flavors:1131 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2021-02-10 15:59:39.507 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:39.507 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:39.507 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:39.507 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:39.507 | +----------------------------+-----------------------+ 2021-02-10 15:59:39.507 | | Field | Value | 2021-02-10 15:59:39.507 | +----------------------------+-----------------------+ 2021-02-10 15:59:39.507 | | OS-FLV-DISABLED:disabled | False | 2021-02-10 15:59:39.507 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-10 15:59:39.507 | | disk | 20 | 2021-02-10 15:59:39.507 | | id | 2 | 2021-02-10 15:59:39.507 | | name | m1.small | 2021-02-10 15:59:39.507 | | os-flavor-access:is_public | True | 2021-02-10 15:59:39.507 | | properties | hw_rng:allowed='True' | 2021-02-10 15:59:39.507 | | ram | 2048 | 2021-02-10 15:59:39.507 | | rxtx_factor | 1.0 | 2021-02-10 15:59:39.507 | | swap | | 2021-02-10 15:59:39.507 | | vcpus | 1 | 2021-02-10 15:59:39.507 | +----------------------------+-----------------------+ 2021-02-10 15:59:39.698 | + lib/nova:create_flavors:1132 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2021-02-10 15:59:42.278 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:42.278 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:42.278 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:42.278 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:42.278 | +----------------------------+-----------------------+ 2021-02-10 15:59:42.278 | | Field | Value | 2021-02-10 15:59:42.278 | +----------------------------+-----------------------+ 2021-02-10 15:59:42.278 | | OS-FLV-DISABLED:disabled | False | 2021-02-10 15:59:42.278 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-10 15:59:42.278 | | disk | 40 | 2021-02-10 15:59:42.278 | | id | 3 | 2021-02-10 15:59:42.278 | | name | m1.medium | 2021-02-10 15:59:42.278 | | os-flavor-access:is_public | True | 2021-02-10 15:59:42.278 | | properties | hw_rng:allowed='True' | 2021-02-10 15:59:42.278 | | ram | 4096 | 2021-02-10 15:59:42.278 | | rxtx_factor | 1.0 | 2021-02-10 15:59:42.278 | | swap | | 2021-02-10 15:59:42.278 | | vcpus | 2 | 2021-02-10 15:59:42.278 | +----------------------------+-----------------------+ 2021-02-10 15:59:42.471 | + lib/nova:create_flavors:1133 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2021-02-10 15:59:45.031 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:45.031 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:45.031 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:45.031 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:45.031 | +----------------------------+-----------------------+ 2021-02-10 15:59:45.031 | | Field | Value | 2021-02-10 15:59:45.031 | +----------------------------+-----------------------+ 2021-02-10 15:59:45.031 | | OS-FLV-DISABLED:disabled | False | 2021-02-10 15:59:45.031 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-10 15:59:45.031 | | disk | 80 | 2021-02-10 15:59:45.032 | | id | 4 | 2021-02-10 15:59:45.032 | | name | m1.large | 2021-02-10 15:59:45.032 | | os-flavor-access:is_public | True | 2021-02-10 15:59:45.032 | | properties | hw_rng:allowed='True' | 2021-02-10 15:59:45.032 | | ram | 8192 | 2021-02-10 15:59:45.032 | | rxtx_factor | 1.0 | 2021-02-10 15:59:45.032 | | swap | | 2021-02-10 15:59:45.032 | | vcpus | 4 | 2021-02-10 15:59:45.032 | +----------------------------+-----------------------+ 2021-02-10 15:59:45.222 | + lib/nova:create_flavors:1134 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2021-02-10 15:59:47.797 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:47.797 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:47.797 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:47.797 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:47.797 | +----------------------------+-----------------------+ 2021-02-10 15:59:47.797 | | Field | Value | 2021-02-10 15:59:47.797 | +----------------------------+-----------------------+ 2021-02-10 15:59:47.797 | | OS-FLV-DISABLED:disabled | False | 2021-02-10 15:59:47.797 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-02-10 15:59:47.797 | | disk | 160 | 2021-02-10 15:59:47.797 | | id | 5 | 2021-02-10 15:59:47.797 | | name | m1.xlarge | 2021-02-10 15:59:47.797 | | os-flavor-access:is_public | True | 2021-02-10 15:59:47.797 | | properties | hw_rng:allowed='True' | 2021-02-10 15:59:47.797 | | ram | 16384 | 2021-02-10 15:59:47.797 | | rxtx_factor | 1.0 | 2021-02-10 15:59:47.797 | | swap | | 2021-02-10 15:59:47.797 | | vcpus | 8 | 2021-02-10 15:59:47.797 | +----------------------------+-----------------------+ 2021-02-10 15:59:47.987 | + ./stack.sh:main:1293 : is_service_enabled cinder 2021-02-10 15:59:48.004 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:48.007 | + ./stack.sh:main:1294 : echo_summary 'Starting Cinder' 2021-02-10 15:59:48.010 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:59:48.012 | + ./stack.sh:echo_summary:422 : echo -e Starting Cinder 2021-02-10 15:59:48.016 | + ./stack.sh:main:1295 : start_cinder 2021-02-10 15:59:48.018 | + lib/cinder:start_cinder:460 : local service_port=8776 2021-02-10 15:59:48.021 | + lib/cinder:start_cinder:461 : local service_protocol=http 2021-02-10 15:59:48.024 | + lib/cinder:start_cinder:462 : local cinder_url 2021-02-10 15:59:48.027 | + lib/cinder:start_cinder:463 : is_service_enabled tls-proxy 2021-02-10 15:59:48.043 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:48.045 | + lib/cinder:start_cinder:467 : '[' tgtadm = tgtadm ']' 2021-02-10 15:59:48.048 | + lib/cinder:start_cinder:468 : is_service_enabled c-vol 2021-02-10 15:59:48.064 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:48.066 | + lib/cinder:start_cinder:487 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync,n-super-cond,n-cond-cell1 =~ c-api ]] 2021-02-10 15:59:48.069 | + lib/cinder:start_cinder:488 : '[' True == False ']' 2021-02-10 15:59:48.077 | ++ lib/cinder:start_cinder:496 : which uwsgi 2021-02-10 15:59:48.082 | + lib/cinder:start_cinder:496 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-02-10 15:59:48.085 | + functions-common:run_process:1561 : local service=c-api 2021-02-10 15:59:48.088 | + functions-common:run_process:1562 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-02-10 15:59:48.091 | + functions-common:run_process:1563 : local group= 2021-02-10 15:59:48.094 | + functions-common:run_process:1564 : local user= 2021-02-10 15:59:48.096 | + functions-common:run_process:1566 : local name=c-api 2021-02-10 15:59:48.099 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:59:48.101 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:59:48.104 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:59:48.106 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:59:48.110 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:59:48.114 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972788111 2021-02-10 15:59:48.116 | + functions-common:run_process:1569 : is_service_enabled c-api 2021-02-10 15:59:48.134 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:48.136 | + functions-common:run_process:1570 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' 2021-02-10 15:59:48.139 | + functions-common:_run_under_systemd:1526 : local service=c-api 2021-02-10 15:59:48.141 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-02-10 15:59:48.143 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-02-10 15:59:48.146 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-02-10 15:59:48.148 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-02-10 15:59:48.151 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2021-02-10 15:59:48.153 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2021-02-10 15:59:48.156 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@c-api.service 2021-02-10 15:59:48.159 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:59:48.161 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:59:48.164 | + functions-common:_run_under_systemd:1535 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2021-02-10 15:59:48.166 | + functions-common:_run_under_systemd:1536 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' ubuntu 2021-02-10 15:59:48.169 | + functions-common:write_uwsgi_user_unit_file:1470 : local service=devstack@c-api.service 2021-02-10 15:59:48.171 | + functions-common:write_uwsgi_user_unit_file:1471 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-02-10 15:59:48.174 | + functions-common:write_uwsgi_user_unit_file:1472 : local group= 2021-02-10 15:59:48.176 | + functions-common:write_uwsgi_user_unit_file:1473 : local user=ubuntu 2021-02-10 15:59:48.178 | + functions-common:write_uwsgi_user_unit_file:1474 : local unitfile=/etc/systemd/system/devstack@c-api.service 2021-02-10 15:59:48.180 | + functions-common:write_uwsgi_user_unit_file:1475 : mkdir -p /etc/systemd/system 2021-02-10 15:59:48.184 | + functions-common:write_uwsgi_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2021-02-10 15:59:48.242 | + functions-common:write_uwsgi_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2021-02-10 15:59:48.298 | + functions-common:write_uwsgi_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User ubuntu 2021-02-10 15:59:48.347 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-02-10 15:59:48.394 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:59:48.445 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2021-02-10 15:59:48.493 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2021-02-10 15:59:48.542 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2021-02-10 15:59:48.592 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2021-02-10 15:59:48.639 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2021-02-10 15:59:48.695 | + functions-common:write_uwsgi_user_unit_file:1488 : [[ -n '' ]] 2021-02-10 15:59:48.698 | + functions-common:write_uwsgi_user_unit_file:1491 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2021-02-10 15:59:48.756 | + functions-common:write_uwsgi_user_unit_file:1494 : sudo systemctl daemon-reload 2021-02-10 15:59:48.952 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@c-api.service 2021-02-10 15:59:48.966 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2021-02-10 15:59:49.167 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@c-api.service 2021-02-10 15:59:49.243 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:59:49.246 | + functions-common:time_stop:2306 : local name 2021-02-10 15:59:49.248 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:59:49.251 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:59:49.253 | + functions-common:time_stop:2309 : local total 2021-02-10 15:59:49.256 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:59:49.259 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:59:49.261 | + functions-common:time_stop:2313 : start_time=1612972788111 2021-02-10 15:59:49.264 | + functions-common:time_stop:2315 : [[ -z 1612972788111 ]] 2021-02-10 15:59:49.267 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:59:49.271 | + functions-common:time_stop:2318 : end_time=1612972789268 2021-02-10 15:59:49.273 | + functions-common:time_stop:2319 : elapsed_time=1157 2021-02-10 15:59:49.276 | + functions-common:time_stop:2320 : total=20972 2021-02-10 15:59:49.278 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:59:49.281 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=22129 2021-02-10 15:59:49.284 | + lib/cinder:start_cinder:497 : cinder_url=http://10.222.0.71/volume/v3 2021-02-10 15:59:49.286 | + lib/cinder:start_cinder:501 : echo 'Waiting for Cinder API to start...' 2021-02-10 15:59:49.286 | Waiting for Cinder API to start... 2021-02-10 15:59:49.289 | + lib/cinder:start_cinder:502 : wait_for_service 60 http://10.222.0.71/volume/v3 2021-02-10 15:59:49.291 | + functions:wait_for_service:481 : local timeout=60 2021-02-10 15:59:49.294 | + functions:wait_for_service:482 : local url=http://10.222.0.71/volume/v3 2021-02-10 15:59:49.297 | + functions:wait_for_service:483 : local rval=0 2021-02-10 15:59:49.299 | + functions:wait_for_service:484 : time_start wait_for_service 2021-02-10 15:59:49.302 | + functions-common:time_start:2292 : local name=wait_for_service 2021-02-10 15:59:49.305 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:59:49.307 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:59:49.310 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:59:49.315 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972789312 2021-02-10 15:59:49.317 | + functions:wait_for_service:485 : timeout 60 bash -x 2021-02-10 15:59:49.323 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.71/volume/v3 2021-02-10 15:59:54.251 | + :: : [[ 401 == 503 ]] 2021-02-10 15:59:54.253 | + :: : [[ 0 -eq 7 ]] 2021-02-10 15:59:54.256 | + functions:wait_for_service:490 : time_stop wait_for_service 2021-02-10 15:59:54.259 | + functions-common:time_stop:2306 : local name 2021-02-10 15:59:54.261 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:59:54.264 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:59:54.266 | + functions-common:time_stop:2309 : local total 2021-02-10 15:59:54.269 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:59:54.271 | + functions-common:time_stop:2312 : name=wait_for_service 2021-02-10 15:59:54.274 | + functions-common:time_stop:2313 : start_time=1612972789312 2021-02-10 15:59:54.276 | + functions-common:time_stop:2315 : [[ -z 1612972789312 ]] 2021-02-10 15:59:54.280 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:59:54.284 | + functions-common:time_stop:2318 : end_time=1612972794281 2021-02-10 15:59:54.286 | + functions-common:time_stop:2319 : elapsed_time=4969 2021-02-10 15:59:54.289 | + functions-common:time_stop:2320 : total=18478 2021-02-10 15:59:54.291 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:59:54.293 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=23447 2021-02-10 15:59:54.296 | + functions:wait_for_service:491 : return 0 2021-02-10 15:59:54.298 | + lib/cinder:start_cinder:506 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-02-10 15:59:54.301 | + functions-common:run_process:1561 : local service=c-sch 2021-02-10 15:59:54.304 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-02-10 15:59:54.306 | + functions-common:run_process:1563 : local group= 2021-02-10 15:59:54.309 | + functions-common:run_process:1564 : local user= 2021-02-10 15:59:54.312 | + functions-common:run_process:1566 : local name=c-sch 2021-02-10 15:59:54.314 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:59:54.317 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:59:54.319 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:59:54.322 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:59:54.325 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:59:54.329 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972794326 2021-02-10 15:59:54.332 | + functions-common:run_process:1569 : is_service_enabled c-sch 2021-02-10 15:59:54.349 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:54.351 | + functions-common:run_process:1570 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' 2021-02-10 15:59:54.354 | + functions-common:_run_under_systemd:1526 : local service=c-sch 2021-02-10 15:59:54.356 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-02-10 15:59:54.359 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-02-10 15:59:54.362 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-02-10 15:59:54.364 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-02-10 15:59:54.367 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2021-02-10 15:59:54.369 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2021-02-10 15:59:54.372 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@c-sch.service 2021-02-10 15:59:54.376 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:59:54.378 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:59:54.381 | + functions-common:_run_under_systemd:1535 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2021-02-10 15:59:54.383 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' ubuntu 2021-02-10 15:59:54.386 | + functions-common:write_user_unit_file:1443 : local service=devstack@c-sch.service 2021-02-10 15:59:54.389 | + functions-common:write_user_unit_file:1444 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-02-10 15:59:54.391 | + functions-common:write_user_unit_file:1445 : local group= 2021-02-10 15:59:54.394 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2021-02-10 15:59:54.396 | + functions-common:write_user_unit_file:1447 : local extra= 2021-02-10 15:59:54.399 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2021-02-10 15:59:54.401 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2021-02-10 15:59:54.404 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2021-02-10 15:59:54.408 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2021-02-10 15:59:54.466 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User ubuntu 2021-02-10 15:59:54.525 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-02-10 15:59:54.573 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2021-02-10 15:59:54.633 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2021-02-10 15:59:54.685 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:59:54.737 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2021-02-10 15:59:54.740 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2021-02-10 15:59:54.803 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2021-02-10 15:59:55.025 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@c-sch.service 2021-02-10 15:59:55.039 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2021-02-10 15:59:55.252 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@c-sch.service 2021-02-10 15:59:55.274 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:59:55.276 | + functions-common:time_stop:2306 : local name 2021-02-10 15:59:55.279 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:59:55.281 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:59:55.284 | + functions-common:time_stop:2309 : local total 2021-02-10 15:59:55.286 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:59:55.289 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:59:55.291 | + functions-common:time_stop:2313 : start_time=1612972794326 2021-02-10 15:59:55.294 | + functions-common:time_stop:2315 : [[ -z 1612972794326 ]] 2021-02-10 15:59:55.297 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:59:55.301 | + functions-common:time_stop:2318 : end_time=1612972795298 2021-02-10 15:59:55.304 | + functions-common:time_stop:2319 : elapsed_time=972 2021-02-10 15:59:55.306 | + functions-common:time_stop:2320 : total=22129 2021-02-10 15:59:55.309 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:59:55.313 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=23101 2021-02-10 15:59:55.316 | + lib/cinder:start_cinder:507 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-02-10 15:59:55.318 | + functions-common:run_process:1561 : local service=c-bak 2021-02-10 15:59:55.321 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-02-10 15:59:55.323 | + functions-common:run_process:1563 : local group= 2021-02-10 15:59:55.326 | + functions-common:run_process:1564 : local user= 2021-02-10 15:59:55.329 | + functions-common:run_process:1566 : local name=c-bak 2021-02-10 15:59:55.331 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:59:55.334 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:59:55.336 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:59:55.339 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:59:55.342 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:59:55.346 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972795343 2021-02-10 15:59:55.348 | + functions-common:run_process:1569 : is_service_enabled c-bak 2021-02-10 15:59:55.366 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:55.368 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:59:55.371 | + functions-common:time_stop:2306 : local name 2021-02-10 15:59:55.373 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:59:55.376 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:59:55.379 | + functions-common:time_stop:2309 : local total 2021-02-10 15:59:55.381 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:59:55.384 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:59:55.386 | + functions-common:time_stop:2313 : start_time=1612972795343 2021-02-10 15:59:55.389 | + functions-common:time_stop:2315 : [[ -z 1612972795343 ]] 2021-02-10 15:59:55.392 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:59:55.396 | + functions-common:time_stop:2318 : end_time=1612972795393 2021-02-10 15:59:55.399 | + functions-common:time_stop:2319 : elapsed_time=50 2021-02-10 15:59:55.402 | + functions-common:time_stop:2320 : total=23101 2021-02-10 15:59:55.404 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:59:55.407 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=23151 2021-02-10 15:59:55.410 | + lib/cinder:start_cinder:508 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-02-10 15:59:55.412 | + functions-common:run_process:1561 : local service=c-vol 2021-02-10 15:59:55.415 | + functions-common:run_process:1562 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-02-10 15:59:55.417 | + functions-common:run_process:1563 : local group= 2021-02-10 15:59:55.420 | + functions-common:run_process:1564 : local user= 2021-02-10 15:59:55.422 | + functions-common:run_process:1566 : local name=c-vol 2021-02-10 15:59:55.424 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:59:55.427 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:59:55.429 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:59:55.432 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:59:55.435 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:59:55.439 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972795436 2021-02-10 15:59:55.442 | + functions-common:run_process:1569 : is_service_enabled c-vol 2021-02-10 15:59:55.458 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:55.461 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 15:59:55.464 | + functions-common:time_stop:2306 : local name 2021-02-10 15:59:55.466 | + functions-common:time_stop:2307 : local end_time 2021-02-10 15:59:55.469 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 15:59:55.471 | + functions-common:time_stop:2309 : local total 2021-02-10 15:59:55.474 | + functions-common:time_stop:2310 : local start_time 2021-02-10 15:59:55.476 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 15:59:55.483 | + functions-common:time_stop:2313 : start_time=1612972795436 2021-02-10 15:59:55.486 | + functions-common:time_stop:2315 : [[ -z 1612972795436 ]] 2021-02-10 15:59:55.489 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 15:59:55.493 | + functions-common:time_stop:2318 : end_time=1612972795490 2021-02-10 15:59:55.496 | + functions-common:time_stop:2319 : elapsed_time=54 2021-02-10 15:59:55.498 | + functions-common:time_stop:2320 : total=23151 2021-02-10 15:59:55.501 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 15:59:55.504 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=23205 2021-02-10 15:59:55.507 | + ./stack.sh:main:1296 : create_volume_types 2021-02-10 15:59:55.510 | + lib/cinder:create_volume_types:526 : is_service_enabled c-api 2021-02-10 15:59:55.529 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:55.532 | + lib/cinder:create_volume_types:526 : [[ -n lvm:lvmdriver-1 ]] 2021-02-10 15:59:55.535 | + lib/cinder:create_volume_types:527 : local be be_name 2021-02-10 15:59:55.537 | + lib/cinder:create_volume_types:528 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2021-02-10 15:59:55.540 | + lib/cinder:create_volume_types:529 : be_name=lvmdriver-1 2021-02-10 15:59:55.542 | + lib/cinder:create_volume_types:531 : is_service_enabled keystone 2021-02-10 15:59:55.560 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:55.562 | + lib/cinder:create_volume_types:532 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=lvmdriver-1 lvmdriver-1 2021-02-10 15:59:59.319 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:59.319 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:59.319 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 15:59:59.319 | from cryptography.utils import int_from_bytes 2021-02-10 15:59:59.319 | +-------------+--------------------------------------+ 2021-02-10 15:59:59.319 | | Field | Value | 2021-02-10 15:59:59.320 | +-------------+--------------------------------------+ 2021-02-10 15:59:59.320 | | description | None | 2021-02-10 15:59:59.320 | | id | ee84ddd0-5651-4a57-b2df-8acea6099bc5 | 2021-02-10 15:59:59.320 | | is_public | True | 2021-02-10 15:59:59.320 | | name | lvmdriver-1 | 2021-02-10 15:59:59.320 | | properties | volume_backend_name='lvmdriver-1' | 2021-02-10 15:59:59.320 | +-------------+--------------------------------------+ 2021-02-10 15:59:59.519 | + ./stack.sh:main:1301 : [[ False == \T\r\u\e ]] 2021-02-10 15:59:59.522 | + ./stack.sh:main:1309 : is_service_enabled glance 2021-02-10 15:59:59.540 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:59.543 | + ./stack.sh:main:1310 : echo_summary 'Starting Glance' 2021-02-10 15:59:59.546 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 15:59:59.548 | + ./stack.sh:echo_summary:422 : echo -e Starting Glance 2021-02-10 15:59:59.551 | + ./stack.sh:main:1311 : start_glance 2021-02-10 15:59:59.553 | + lib/glance:start_glance:465 : local service_protocol=http 2021-02-10 15:59:59.556 | + lib/glance:start_glance:466 : is_service_enabled tls-proxy 2021-02-10 15:59:59.573 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 15:59:59.575 | + lib/glance:start_glance:472 : [[ False == False ]] 2021-02-10 15:59:59.579 | ++ lib/glance:start_glance:473 : which uwsgi 2021-02-10 15:59:59.583 | + lib/glance:start_glance:473 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-02-10 15:59:59.585 | + functions-common:run_process:1561 : local service=g-api 2021-02-10 15:59:59.588 | + functions-common:run_process:1562 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-02-10 15:59:59.590 | + functions-common:run_process:1563 : local group= 2021-02-10 15:59:59.593 | + functions-common:run_process:1564 : local user= 2021-02-10 15:59:59.596 | + functions-common:run_process:1566 : local name=g-api 2021-02-10 15:59:59.598 | + functions-common:run_process:1568 : time_start run_process 2021-02-10 15:59:59.601 | + functions-common:time_start:2292 : local name=run_process 2021-02-10 15:59:59.603 | + functions-common:time_start:2293 : local start_time= 2021-02-10 15:59:59.606 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 15:59:59.609 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 15:59:59.613 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972799610 2021-02-10 15:59:59.616 | + functions-common:run_process:1569 : is_service_enabled g-api 2021-02-10 15:59:59.633 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 15:59:59.635 | + functions-common:run_process:1570 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' 2021-02-10 15:59:59.638 | + functions-common:_run_under_systemd:1526 : local service=g-api 2021-02-10 15:59:59.641 | + functions-common:_run_under_systemd:1527 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-02-10 15:59:59.643 | + functions-common:_run_under_systemd:1528 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-02-10 15:59:59.645 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-02-10 15:59:59.648 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-02-10 15:59:59.651 | + functions-common:_common_systemd_pitfalls:1501 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2021-02-10 15:59:59.653 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2021-02-10 15:59:59.656 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@g-api.service 2021-02-10 15:59:59.658 | + functions-common:_run_under_systemd:1533 : local group= 2021-02-10 15:59:59.661 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2021-02-10 15:59:59.663 | + functions-common:_run_under_systemd:1535 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2021-02-10 15:59:59.666 | + functions-common:_run_under_systemd:1536 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' ubuntu 2021-02-10 15:59:59.668 | + functions-common:write_uwsgi_user_unit_file:1470 : local service=devstack@g-api.service 2021-02-10 15:59:59.671 | + functions-common:write_uwsgi_user_unit_file:1471 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-02-10 15:59:59.673 | + functions-common:write_uwsgi_user_unit_file:1472 : local group= 2021-02-10 15:59:59.676 | + functions-common:write_uwsgi_user_unit_file:1473 : local user=ubuntu 2021-02-10 15:59:59.678 | + functions-common:write_uwsgi_user_unit_file:1474 : local unitfile=/etc/systemd/system/devstack@g-api.service 2021-02-10 15:59:59.680 | + functions-common:write_uwsgi_user_unit_file:1475 : mkdir -p /etc/systemd/system 2021-02-10 15:59:59.684 | + functions-common:write_uwsgi_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2021-02-10 15:59:59.743 | + functions-common:write_uwsgi_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2021-02-10 15:59:59.802 | + functions-common:write_uwsgi_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User ubuntu 2021-02-10 15:59:59.852 | + functions-common:write_uwsgi_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-02-10 15:59:59.903 | + functions-common:write_uwsgi_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-02-10 15:59:59.952 | + functions-common:write_uwsgi_user_unit_file:1482 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2021-02-10 16:00:00.001 | + functions-common:write_uwsgi_user_unit_file:1483 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2021-02-10 16:00:00.050 | + functions-common:write_uwsgi_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2021-02-10 16:00:00.100 | + functions-common:write_uwsgi_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2021-02-10 16:00:00.150 | + functions-common:write_uwsgi_user_unit_file:1486 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2021-02-10 16:00:00.199 | + functions-common:write_uwsgi_user_unit_file:1488 : [[ -n '' ]] 2021-02-10 16:00:00.201 | + functions-common:write_uwsgi_user_unit_file:1491 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2021-02-10 16:00:00.260 | + functions-common:write_uwsgi_user_unit_file:1494 : sudo systemctl daemon-reload 2021-02-10 16:00:00.497 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@g-api.service 2021-02-10 16:00:00.511 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2021-02-10 16:00:00.725 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@g-api.service 2021-02-10 16:00:00.803 | + functions-common:run_process:1572 : time_stop run_process 2021-02-10 16:00:00.806 | + functions-common:time_stop:2306 : local name 2021-02-10 16:00:00.809 | + functions-common:time_stop:2307 : local end_time 2021-02-10 16:00:00.812 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 16:00:00.814 | + functions-common:time_stop:2309 : local total 2021-02-10 16:00:00.817 | + functions-common:time_stop:2310 : local start_time 2021-02-10 16:00:00.820 | + functions-common:time_stop:2312 : name=run_process 2021-02-10 16:00:00.822 | + functions-common:time_stop:2313 : start_time=1612972799610 2021-02-10 16:00:00.825 | + functions-common:time_stop:2315 : [[ -z 1612972799610 ]] 2021-02-10 16:00:00.829 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 16:00:00.833 | + functions-common:time_stop:2318 : end_time=1612972800830 2021-02-10 16:00:00.835 | + functions-common:time_stop:2319 : elapsed_time=1220 2021-02-10 16:00:00.838 | + functions-common:time_stop:2320 : total=23205 2021-02-10 16:00:00.841 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 16:00:00.844 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=24425 2021-02-10 16:00:00.846 | + lib/glance:start_glance:478 : echo 'Waiting for g-api (10.222.0.71) to start...' 2021-02-10 16:00:00.846 | Waiting for g-api (10.222.0.71) to start... 2021-02-10 16:00:00.849 | + lib/glance:start_glance:479 : wait_for_service 60 http://10.222.0.71/image 2021-02-10 16:00:00.852 | + functions:wait_for_service:481 : local timeout=60 2021-02-10 16:00:00.855 | + functions:wait_for_service:482 : local url=http://10.222.0.71/image 2021-02-10 16:00:00.857 | + functions:wait_for_service:483 : local rval=0 2021-02-10 16:00:00.860 | + functions:wait_for_service:484 : time_start wait_for_service 2021-02-10 16:00:00.863 | + functions-common:time_start:2292 : local name=wait_for_service 2021-02-10 16:00:00.865 | + functions-common:time_start:2293 : local start_time= 2021-02-10 16:00:00.868 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-02-10 16:00:00.871 | ++ functions-common:time_start:2297 : date +%s%3N 2021-02-10 16:00:00.875 | + functions-common:time_start:2297 : _TIME_START[$name]=1612972800872 2021-02-10 16:00:00.878 | + functions:wait_for_service:485 : timeout 60 bash -x 2021-02-10 16:00:00.886 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.71/image 2021-02-10 16:00:04.549 | + :: : [[ 300 == 503 ]] 2021-02-10 16:00:04.550 | + :: : [[ 0 -eq 7 ]] 2021-02-10 16:00:04.554 | + functions:wait_for_service:490 : time_stop wait_for_service 2021-02-10 16:00:04.557 | + functions-common:time_stop:2306 : local name 2021-02-10 16:00:04.560 | + functions-common:time_stop:2307 : local end_time 2021-02-10 16:00:04.563 | + functions-common:time_stop:2308 : local elapsed_time 2021-02-10 16:00:04.566 | + functions-common:time_stop:2309 : local total 2021-02-10 16:00:04.569 | + functions-common:time_stop:2310 : local start_time 2021-02-10 16:00:04.571 | + functions-common:time_stop:2312 : name=wait_for_service 2021-02-10 16:00:04.574 | + functions-common:time_stop:2313 : start_time=1612972800872 2021-02-10 16:00:04.576 | + functions-common:time_stop:2315 : [[ -z 1612972800872 ]] 2021-02-10 16:00:04.579 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 16:00:04.583 | + functions-common:time_stop:2318 : end_time=1612972804580 2021-02-10 16:00:04.586 | + functions-common:time_stop:2319 : elapsed_time=3708 2021-02-10 16:00:04.588 | + functions-common:time_stop:2320 : total=23447 2021-02-10 16:00:04.591 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 16:00:04.594 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=27155 2021-02-10 16:00:04.596 | + functions:wait_for_service:491 : return 0 2021-02-10 16:00:04.599 | + ./stack.sh:main:1325 : is_service_enabled mysql postgresql 2021-02-10 16:00:04.616 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:00:04.619 | + ./stack.sh:main:1325 : is_service_enabled glance 2021-02-10 16:00:04.636 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:00:04.639 | + ./stack.sh:main:1326 : echo_summary 'Uploading images' 2021-02-10 16:00:04.642 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 16:00:04.645 | + ./stack.sh:echo_summary:422 : echo -e Uploading images 2021-02-10 16:00:04.647 | + ./stack.sh:main:1328 : for image_url in ${IMAGE_URLS//,/ } 2021-02-10 16:00:04.650 | + ./stack.sh:main:1329 : upload_image http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-02-10 16:00:04.652 | + functions:upload_image:131 : local image_url=http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-02-10 16:00:04.655 | + functions:upload_image:133 : local image image_fname image_name 2021-02-10 16:00:04.657 | + functions:upload_image:136 : mkdir -p /home/ubuntu/devstack/files/images 2021-02-10 16:00:04.662 | ++ functions:upload_image:137 : basename http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-02-10 16:00:04.665 | + functions:upload_image:137 : image_fname=ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-02-10 16:00:04.667 | + functions:upload_image:138 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx != file* ]] 2021-02-10 16:00:04.669 | + functions:upload_image:140 : [[ ! -f /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx ]] 2021-02-10 16:00:04.671 | + functions:upload_image:141 : wget --progress=dot:giga -c http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx -O /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-02-10 16:00:04.674 | --2021-02-10 16:00:04-- http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-02-10 16:00:04.675 | Connecting to 10.100.0.9:80... connected. 2021-02-10 16:00:04.677 | HTTP request sent, awaiting response... 200 OK 2021-02-10 16:00:04.677 | Length: 645922816 (616M) 2021-02-10 16:00:04.677 | Saving to: ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ 2021-02-10 16:00:04.698 | 2021-02-10 16:00:05.001 | 0K ........ ........ ........ ........ 5% 102M 6s 2021-02-10 16:00:05.302 | 32768K ........ ........ ........ ........ 10% 106M 5s 2021-02-10 16:00:05.603 | 65536K ........ ........ ........ ........ 15% 107M 5s 2021-02-10 16:00:05.905 | 98304K ........ ........ ........ ........ 20% 106M 5s 2021-02-10 16:00:06.208 | 131072K ........ ........ ........ ........ 25% 106M 4s 2021-02-10 16:00:06.509 | 163840K ........ ........ ........ ........ 31% 106M 4s 2021-02-10 16:00:06.810 | 196608K ........ ........ ........ ........ 36% 106M 4s 2021-02-10 16:00:07.111 | 229376K ........ ........ ........ ........ 41% 106M 3s 2021-02-10 16:00:07.411 | 262144K ........ ........ ........ ........ 46% 106M 3s 2021-02-10 16:00:07.712 | 294912K ........ ........ ........ ........ 51% 106M 3s 2021-02-10 16:00:08.014 | 327680K ........ ........ ........ ........ 57% 107M 2s 2021-02-10 16:00:08.366 | 360448K ........ ........ ........ ........ 62% 93.8M 2s 2021-02-10 16:00:08.735 | 393216K ........ ........ ........ ........ 67% 84.2M 2s 2021-02-10 16:00:09.040 | 425984K ........ ........ ........ ........ 72% 105M 2s 2021-02-10 16:00:09.354 | 458752K ........ ........ ........ ........ 77% 102M 1s 2021-02-10 16:00:09.670 | 491520K ........ ........ ........ ........ 83% 101M 1s 2021-02-10 16:00:09.986 | 524288K ........ ........ ........ ........ 88% 101M 1s 2021-02-10 16:00:10.300 | 557056K ........ ........ ........ ........ 93% 102M 0s 2021-02-10 16:00:10.617 | 589824K ........ ........ ........ ........ 98% 101M 0s 2021-02-10 16:00:10.700 | 622592K ........ 100% 86.4M=6.0s 2021-02-10 16:00:10.700 | 2021-02-10 16:00:10.700 | 2021-02-10 16:00:10 (102 MB/s) - ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ saved [645922816/645922816] 2021-02-10 16:00:10.700 | 2021-02-10 16:00:10.703 | + functions:upload_image:142 : [[ 0 -ne 0 ]] 2021-02-10 16:00:10.706 | + functions:upload_image:147 : image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-02-10 16:00:10.708 | + functions:upload_image:161 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ openvz ]] 2021-02-10 16:00:10.710 | + functions:upload_image:168 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vmdk ]] 2021-02-10 16:00:10.712 | + functions:upload_image:284 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vhd\.tgz ]] 2021-02-10 16:00:10.714 | + functions:upload_image:301 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.xen-raw\.tgz ]] 2021-02-10 16:00:10.717 | + functions:upload_image:307 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.hds ]] 2021-02-10 16:00:10.719 | + functions:upload_image:318 : local kernel= 2021-02-10 16:00:10.721 | + functions:upload_image:319 : local ramdisk= 2021-02-10 16:00:10.724 | + functions:upload_image:320 : local disk_format= 2021-02-10 16:00:10.726 | + functions:upload_image:321 : local container_format= 2021-02-10 16:00:10.728 | + functions:upload_image:322 : local unpack= 2021-02-10 16:00:10.730 | + functions:upload_image:323 : local img_property= 2021-02-10 16:00:10.733 | + functions:upload_image:327 : [[ libvirt == \l\i\b\v\i\r\t ]] 2021-02-10 16:00:10.735 | + functions:upload_image:328 : [[ kvm == \q\e\m\u ]] 2021-02-10 16:00:10.737 | + functions:upload_image:328 : [[ kvm == \k\v\m ]] 2021-02-10 16:00:10.739 | + functions:upload_image:329 : img_property=hw_rng_model=virtio 2021-02-10 16:00:10.742 | + functions:upload_image:333 : case "$image_fname" in 2021-02-10 16:00:10.744 | + functions:upload_image:398 : local extension=04-minimal-cloudimg-amd64-sync.vhdx 2021-02-10 16:00:10.747 | ++ functions:upload_image:399 : basename /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx .04-minimal-cloudimg-amd64-sync.vhdx 2021-02-10 16:00:10.751 | + functions:upload_image:399 : image_name=ubuntu-16 2021-02-10 16:00:10.754 | ++ functions:upload_image:400 : echo ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-02-10 16:00:10.754 | ++ functions:upload_image:400 : grep -oP '(?<=\.)vhdx?(?=\.|$)' 2021-02-10 16:00:10.759 | + functions:upload_image:400 : disk_format=vhdx 2021-02-10 16:00:10.762 | + functions:upload_image:401 : container_format=bare 2021-02-10 16:00:10.764 | + functions:upload_image:402 : '[' vhdx == gz ']' 2021-02-10 16:00:10.766 | + functions:upload_image:409 : is_arch ppc64le 2021-02-10 16:00:10.769 | ++ functions-common:is_arch:430 : uname -m 2021-02-10 16:00:10.773 | + functions-common:is_arch:430 : [[ x86_64 == \p\p\c\6\4\l\e ]] 2021-02-10 16:00:10.776 | + functions:upload_image:409 : is_arch ppc64 2021-02-10 16:00:10.779 | ++ functions-common:is_arch:430 : uname -m 2021-02-10 16:00:10.783 | + functions-common:is_arch:430 : [[ x86_64 == \p\p\c\6\4 ]] 2021-02-10 16:00:10.785 | + functions:upload_image:409 : is_arch ppc 2021-02-10 16:00:10.788 | ++ functions-common:is_arch:430 : uname -m 2021-02-10 16:00:10.792 | + functions-common:is_arch:430 : [[ x86_64 == \p\p\c ]] 2021-02-10 16:00:10.794 | + functions:upload_image:413 : is_arch aarch64 2021-02-10 16:00:10.797 | ++ functions-common:is_arch:430 : uname -m 2021-02-10 16:00:10.801 | + functions-common:is_arch:430 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2021-02-10 16:00:10.803 | + functions:upload_image:417 : '[' bare = bare ']' 2021-02-10 16:00:10.805 | + functions:upload_image:418 : '[' '' = zcat ']' 2021-02-10 16:00:10.808 | + functions:upload_image:420 : '[' '' = bunzip2 ']' 2021-02-10 16:00:10.811 | + functions:upload_image:422 : '[' '' = unxz ']' 2021-02-10 16:00:10.814 | + functions:upload_image:433 : _upload_image ubuntu-16 bare vhdx /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx hw_rng_model=virtio 2021-02-10 16:00:10.817 | + functions:_upload_image:103 : local image_name=ubuntu-16 2021-02-10 16:00:10.819 | + functions:_upload_image:104 : shift 2021-02-10 16:00:10.822 | + functions:_upload_image:105 : local container=bare 2021-02-10 16:00:10.824 | + functions:_upload_image:106 : shift 2021-02-10 16:00:10.827 | + functions:_upload_image:107 : local disk=vhdx 2021-02-10 16:00:10.829 | + functions:_upload_image:108 : shift 2021-02-10 16:00:10.831 | + functions:_upload_image:109 : local image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-02-10 16:00:10.833 | + functions:_upload_image:110 : shift 2021-02-10 16:00:10.835 | + functions:_upload_image:111 : local properties 2021-02-10 16:00:10.837 | + functions:_upload_image:112 : local useimport 2021-02-10 16:00:10.840 | ++ functions:_upload_image:114 : _image_properties_to_arg hw_rng_model=virtio 2021-02-10 16:00:10.842 | ++ functions:_image_properties_to_arg:86 : local result= 2021-02-10 16:00:10.845 | ++ functions:_image_properties_to_arg:87 : for property in $* 2021-02-10 16:00:10.847 | ++ functions:_image_properties_to_arg:88 : result+=' --property hw_rng_model=virtio' 2021-02-10 16:00:10.849 | ++ functions:_image_properties_to_arg:90 : echo --property hw_rng_model=virtio 2021-02-10 16:00:10.852 | + functions:_upload_image:114 : properties='--property hw_rng_model=virtio' 2021-02-10 16:00:10.855 | + functions:_upload_image:116 : [[ False == \T\r\u\e ]] 2021-02-10 16:00:10.857 | + functions:_upload_image:120 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create ubuntu-16 --public --container-format bare --disk-format vhdx --property hw_rng_model=virtio 2021-02-10 16:00:30.581 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:30.582 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:30.582 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:30.582 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:30.582 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-10 16:00:30.582 | | Field | Value | 2021-02-10 16:00:30.582 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-10 16:00:30.582 | | container_format | bare | 2021-02-10 16:00:30.582 | | created_at | 2021-02-10T16:00:14Z | 2021-02-10 16:00:30.582 | | disk_format | vhdx | 2021-02-10 16:00:30.582 | | file | /v2/images/e1f809cc-abc3-45bf-998d-b25e2d02e09e/file | 2021-02-10 16:00:30.582 | | id | e1f809cc-abc3-45bf-998d-b25e2d02e09e | 2021-02-10 16:00:30.582 | | min_disk | 0 | 2021-02-10 16:00:30.582 | | min_ram | 0 | 2021-02-10 16:00:30.582 | | name | ubuntu-16 | 2021-02-10 16:00:30.582 | | owner | 7a996a09e671489ead9ec76f04ed10c0 | 2021-02-10 16:00:30.582 | | properties | hw_rng_model='virtio', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/ubuntu-16', owner_specified.openstack.sha256='' | 2021-02-10 16:00:30.582 | | protected | False | 2021-02-10 16:00:30.582 | | schema | /v2/schemas/image | 2021-02-10 16:00:30.582 | | status | queued | 2021-02-10 16:00:30.582 | | tags | | 2021-02-10 16:00:30.582 | | updated_at | 2021-02-10T16:00:14Z | 2021-02-10 16:00:30.582 | | visibility | public | 2021-02-10 16:00:30.582 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-02-10 16:00:30.797 | + ./stack.sh:main:1334 : is_service_enabled horizon 2021-02-10 16:00:30.815 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 16:00:30.818 | + ./stack.sh:main:1348 : is_service_enabled nova 2021-02-10 16:00:30.838 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:00:30.841 | + ./stack.sh:main:1348 : is_service_enabled keystone 2021-02-10 16:00:30.863 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:00:30.866 | + ./stack.sh:main:1349 : USERRC_PARAMS='-PA --target-dir /home/ubuntu/devstack/accrc' 2021-02-10 16:00:30.868 | + ./stack.sh:main:1351 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-02-10 16:00:30.871 | + ./stack.sh:main:1355 : /home/ubuntu/devstack/tools/create_userrc.sh -PA --target-dir /home/ubuntu/devstack/accrc 2021-02-10 16:00:30.876 | + home/ubuntu/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2021-02-10 16:00:30.878 | ++ 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 2021-02-10 16:00:30.881 | + home/ubuntu/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/home/ubuntu/devstack/accrc'\'' --' 2021-02-10 16:00:30.883 | + home/ubuntu/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/home/ubuntu/devstack/accrc'\''' -- 2021-02-10 16:00:30.885 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /home/ubuntu/devstack/accrc -- 2021-02-10 16:00:30.887 | + home/ubuntu/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2021-02-10 16:00:30.889 | + home/ubuntu/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2021-02-10 16:00:30.890 | + home/ubuntu/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2021-02-10 16:00:30.892 | + home/ubuntu/devstack/tools/create_userrc.sh:main:92 : MODE= 2021-02-10 16:00:30.894 | + home/ubuntu/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2021-02-10 16:00:30.896 | + home/ubuntu/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2021-02-10 16:00:30.898 | + home/ubuntu/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2021-02-10 16:00:30.900 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2021-02-10 16:00:30.902 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-02-10 16:00:30.904 | + home/ubuntu/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2021-02-10 16:00:30.906 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-02-10 16:00:30.907 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 4 -gt 0 ']' 2021-02-10 16:00:30.909 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-02-10 16:00:30.911 | + home/ubuntu/devstack/tools/create_userrc.sh:main:118 : MODE=all 2021-02-10 16:00:30.913 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-02-10 16:00:30.914 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2021-02-10 16:00:30.916 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-02-10 16:00:30.917 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/home/ubuntu/devstack/accrc 2021-02-10 16:00:30.919 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : shift 2021-02-10 16:00:30.921 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-02-10 16:00:30.922 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2021-02-10 16:00:30.924 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-02-10 16:00:30.926 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : shift 2021-02-10 16:00:30.927 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : break 2021-02-10 16:00:30.929 | + home/ubuntu/devstack/tools/create_userrc.sh:main:129 : '[' -z Passw0rd ']' 2021-02-10 16:00:30.930 | + home/ubuntu/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2021-02-10 16:00:30.932 | + home/ubuntu/devstack/tools/create_userrc.sh:main:142 : '[' -z admin -a '' ']' 2021-02-10 16:00:30.934 | + home/ubuntu/devstack/tools/create_userrc.sh:main:146 : '[' -z admin -a -z '' ']' 2021-02-10 16:00:30.936 | + home/ubuntu/devstack/tools/create_userrc.sh:main:150 : '[' -z admin ']' 2021-02-10 16:00:30.937 | + home/ubuntu/devstack/tools/create_userrc.sh:main:154 : '[' -z http://10.222.0.71/identity ']' 2021-02-10 16:00:30.939 | + home/ubuntu/devstack/tools/create_userrc.sh:main:158 : '[' -z default -a -z '' ']' 2021-02-10 16:00:30.941 | + home/ubuntu/devstack/tools/create_userrc.sh:main:163 : '[' -z default -a -z '' ']' 2021-02-10 16:00:30.942 | + home/ubuntu/devstack/tools/create_userrc.sh:main:168 : USER_PASS=Passw0rd 2021-02-10 16:00:30.944 | + home/ubuntu/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2021-02-10 16:00:30.946 | + home/ubuntu/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2021-02-10 16:00:30.948 | + home/ubuntu/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2021-02-10 16:00:30.950 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep ,True 2021-02-10 16:00:30.951 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep -v service 2021-02-10 16:00:30.952 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-02-10 16:00:30.953 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2021-02-10 16:00:30.954 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-02-10 16:00:33.468 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:33.469 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:33.469 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:33.469 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:33.685 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 2f2ddde7e07a437aab838e7e0855997f --long --quote none -f csv 2021-02-10 16:00:33.685 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:33.685 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-02-10 16:00:33.687 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:36.446 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:36.446 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:36.446 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:36.446 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:36.713 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest1 '!=' admin ']' 2021-02-10 16:00:36.715 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest1_password' 2021-02-10 16:00:36.717 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing 2021-02-10 16:00:36.719 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing ']' 2021-02-10 16:00:36.720 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing 2021-02-10 16:00:36.722 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 2fbb8ab4a0474aaaabe31975602971ba swiftusertest1 2f2ddde7e07a437aab838e7e0855997f swiftprojecttest1 testing 2021-02-10 16:00:36.723 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=2fbb8ab4a0474aaaabe31975602971ba 2021-02-10 16:00:36.725 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest1 2021-02-10 16:00:36.727 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=2f2ddde7e07a437aab838e7e0855997f 2021-02-10 16:00:36.728 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2021-02-10 16:00:36.730 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing 2021-02-10 16:00:36.732 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2021-02-10 16:00:36.736 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest1 2021-02-10 16:00:36.738 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-10 16:00:36.741 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-10 16:00:36.742 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing"' 2021-02-10 16:00:36.744 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-10 16:00:36.746 | + 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 2021-02-10 16:00:36.748 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:36.750 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-10 16:00:36.752 | + 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 2021-02-10 16:00:36.753 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:36.755 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-10 16:00:36.757 | + 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 2021-02-10 16:00:36.758 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:36.760 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-10 16:00:36.762 | + 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 2021-02-10 16:00:36.764 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:36.765 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-10 16:00:36.767 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:36.769 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:36.771 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest3 '!=' admin ']' 2021-02-10 16:00:36.773 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest3_password' 2021-02-10 16:00:36.774 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing3 2021-02-10 16:00:36.776 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing3 ']' 2021-02-10 16:00:36.778 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing3 2021-02-10 16:00:36.780 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 0afe6c5ce7e7476aa3360c1aa4c82bf2 swiftusertest3 2f2ddde7e07a437aab838e7e0855997f swiftprojecttest1 testing3 2021-02-10 16:00:36.782 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=0afe6c5ce7e7476aa3360c1aa4c82bf2 2021-02-10 16:00:36.784 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest3 2021-02-10 16:00:36.785 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=2f2ddde7e07a437aab838e7e0855997f 2021-02-10 16:00:36.787 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2021-02-10 16:00:36.789 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing3 2021-02-10 16:00:36.791 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2021-02-10 16:00:36.795 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest3 2021-02-10 16:00:36.796 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-10 16:00:36.800 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-10 16:00:36.801 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing3"' 2021-02-10 16:00:36.803 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-10 16:00:36.805 | + 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 2021-02-10 16:00:36.806 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:36.808 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-10 16:00:36.810 | + 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 2021-02-10 16:00:36.812 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:36.813 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-10 16:00:36.815 | + 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 2021-02-10 16:00:36.817 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:36.818 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-10 16:00:36.820 | + 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 2021-02-10 16:00:36.822 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:36.824 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-10 16:00:36.826 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:36.828 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:36.830 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-02-10 16:00:36.831 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-02-10 16:00:36.834 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 3942b01ad40e4366a529f9e21e4ae613 --long --quote none -f csv 2021-02-10 16:00:36.834 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-02-10 16:00:36.834 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:36.838 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:39.869 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:39.870 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:39.870 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:39.870 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:40.090 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2021-02-10 16:00:40.092 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2021-02-10 16:00:40.094 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-02-10 16:00:40.096 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-02-10 16:00:40.097 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry e9c11a344eb54925b76a9de3d8c1b1b5 demo 3942b01ad40e4366a529f9e21e4ae613 invisible_to_admin Passw0rd 2021-02-10 16:00:40.099 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=e9c11a344eb54925b76a9de3d8c1b1b5 2021-02-10 16:00:40.101 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2021-02-10 16:00:40.102 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=3942b01ad40e4366a529f9e21e4ae613 2021-02-10 16:00:40.104 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=invisible_to_admin 2021-02-10 16:00:40.106 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-02-10 16:00:40.108 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/invisible_to_admin 2021-02-10 16:00:40.112 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/invisible_to_admin/demo 2021-02-10 16:00:40.114 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-10 16:00:40.117 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-10 16:00:40.119 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-02-10 16:00:40.121 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-10 16:00:40.123 | + 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 2021-02-10 16:00:40.124 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:40.127 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-10 16:00:40.129 | + 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 2021-02-10 16:00:40.131 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:40.132 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-10 16:00:40.134 | + 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 2021-02-10 16:00:40.135 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:40.137 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-10 16:00:40.139 | + 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 2021-02-10 16:00:40.140 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:40.142 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-10 16:00:40.144 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:40.145 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:40.147 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-02-10 16:00:40.149 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-02-10 16:00:40.152 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-02-10 16:00:40.152 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 414276c39a684ba686a6ada70ea587ff --long --quote none -f csv 2021-02-10 16:00:40.153 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:40.155 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:42.792 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:42.792 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:42.792 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:42.792 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:43.009 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest2 '!=' admin ']' 2021-02-10 16:00:43.011 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest2_password' 2021-02-10 16:00:43.013 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing2 2021-02-10 16:00:43.015 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing2 ']' 2021-02-10 16:00:43.016 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing2 2021-02-10 16:00:43.018 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 19e67fe3890946ee8ea51b507db40dff swiftusertest2 414276c39a684ba686a6ada70ea587ff swiftprojecttest2 testing2 2021-02-10 16:00:43.020 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=19e67fe3890946ee8ea51b507db40dff 2021-02-10 16:00:43.021 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest2 2021-02-10 16:00:43.023 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=414276c39a684ba686a6ada70ea587ff 2021-02-10 16:00:43.025 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest2 2021-02-10 16:00:43.027 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing2 2021-02-10 16:00:43.028 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest2 2021-02-10 16:00:43.032 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest2/swiftusertest2 2021-02-10 16:00:43.033 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-10 16:00:43.036 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-10 16:00:43.038 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing2"' 2021-02-10 16:00:43.040 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-10 16:00:43.042 | + 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 2021-02-10 16:00:43.044 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:43.046 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-10 16:00:43.047 | + 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 2021-02-10 16:00:43.049 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:43.051 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-10 16:00:43.053 | + 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 2021-02-10 16:00:43.054 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:43.056 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-10 16:00:43.057 | + 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 2021-02-10 16:00:43.059 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:43.061 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-10 16:00:43.063 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:43.065 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:43.067 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-02-10 16:00:43.069 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-02-10 16:00:43.072 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 53f90b2e13fe4e58a73afe5cf1170237 --long --quote none -f csv 2021-02-10 16:00:43.073 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-02-10 16:00:43.086 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:43.088 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:45.853 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:45.853 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:45.853 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:45.853 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:46.079 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest4 '!=' admin ']' 2021-02-10 16:00:46.081 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest4_password' 2021-02-10 16:00:46.083 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing4 2021-02-10 16:00:46.085 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing4 ']' 2021-02-10 16:00:46.087 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing4 2021-02-10 16:00:46.089 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 50ce5e4c69574117b0b8281211096714 swiftusertest4 53f90b2e13fe4e58a73afe5cf1170237 swiftprojecttest4 testing4 2021-02-10 16:00:46.092 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=50ce5e4c69574117b0b8281211096714 2021-02-10 16:00:46.093 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest4 2021-02-10 16:00:46.095 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=53f90b2e13fe4e58a73afe5cf1170237 2021-02-10 16:00:46.097 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest4 2021-02-10 16:00:46.099 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing4 2021-02-10 16:00:46.101 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest4 2021-02-10 16:00:46.105 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest4/swiftusertest4 2021-02-10 16:00:46.107 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-10 16:00:46.110 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-10 16:00:46.112 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing4"' 2021-02-10 16:00:46.115 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-10 16:00:46.116 | + 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 2021-02-10 16:00:46.122 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:46.123 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-10 16:00:46.125 | + 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 2021-02-10 16:00:46.127 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:46.129 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-10 16:00:46.130 | + 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 2021-02-10 16:00:46.132 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:46.133 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-10 16:00:46.135 | + 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 2021-02-10 16:00:46.137 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:46.138 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-10 16:00:46.140 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:46.142 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:46.144 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-02-10 16:00:46.146 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-02-10 16:00:46.148 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 654eaea6d41f47a794eefa7accb4c66a --long --quote none -f csv 2021-02-10 16:00:46.149 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:46.149 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-02-10 16:00:46.151 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:48.915 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:48.915 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:48.915 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:48.915 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:49.140 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2021-02-10 16:00:49.141 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2021-02-10 16:00:49.143 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-02-10 16:00:49.145 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-02-10 16:00:49.146 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry e9c11a344eb54925b76a9de3d8c1b1b5 demo 654eaea6d41f47a794eefa7accb4c66a demo Passw0rd 2021-02-10 16:00:49.148 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=e9c11a344eb54925b76a9de3d8c1b1b5 2021-02-10 16:00:49.149 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2021-02-10 16:00:49.151 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=654eaea6d41f47a794eefa7accb4c66a 2021-02-10 16:00:49.153 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2021-02-10 16:00:49.154 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-02-10 16:00:49.156 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2021-02-10 16:00:49.159 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/demo 2021-02-10 16:00:49.161 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-10 16:00:49.164 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-10 16:00:49.165 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-02-10 16:00:49.167 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-10 16:00:49.169 | + 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 2021-02-10 16:00:49.171 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:49.173 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-10 16:00:49.175 | + 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 2021-02-10 16:00:49.177 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:49.179 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-10 16:00:49.180 | + 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 2021-02-10 16:00:49.182 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:49.184 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-10 16:00:49.185 | + 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 2021-02-10 16:00:49.187 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:49.189 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-10 16:00:49.190 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:49.192 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:49.194 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-02-10 16:00:49.195 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-02-10 16:00:49.197 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-02-10 16:00:49.199 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-02-10 16:00:49.201 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 3e8b035c5fec45b3b012e6530a4139e5 admin 654eaea6d41f47a794eefa7accb4c66a demo Passw0rd 2021-02-10 16:00:49.203 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=3e8b035c5fec45b3b012e6530a4139e5 2021-02-10 16:00:49.204 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-02-10 16:00:49.206 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=654eaea6d41f47a794eefa7accb4c66a 2021-02-10 16:00:49.207 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2021-02-10 16:00:49.209 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-02-10 16:00:49.211 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2021-02-10 16:00:49.214 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/admin 2021-02-10 16:00:49.216 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-10 16:00:49.219 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-10 16:00:49.221 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-02-10 16:00:49.222 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-10 16:00:49.224 | + 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 2021-02-10 16:00:49.225 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:49.227 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-10 16:00:49.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 2021-02-10 16:00:49.230 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:49.232 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-10 16:00:49.234 | + 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 2021-02-10 16:00:49.235 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:49.237 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-10 16:00:49.238 | + 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 2021-02-10 16:00:49.240 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:49.241 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-10 16:00:49.243 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:49.245 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:49.247 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-02-10 16:00:49.248 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-02-10 16:00:49.251 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 7a996a09e671489ead9ec76f04ed10c0 --long --quote none -f csv 2021-02-10 16:00:49.251 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-02-10 16:00:49.252 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:49.254 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:51.821 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:51.821 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:51.821 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:51.821 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:52.034 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-02-10 16:00:52.036 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-02-10 16:00:52.037 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-02-10 16:00:52.039 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-02-10 16:00:52.041 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 3e8b035c5fec45b3b012e6530a4139e5 admin 7a996a09e671489ead9ec76f04ed10c0 admin Passw0rd 2021-02-10 16:00:52.043 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=3e8b035c5fec45b3b012e6530a4139e5 2021-02-10 16:00:52.044 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-02-10 16:00:52.046 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=7a996a09e671489ead9ec76f04ed10c0 2021-02-10 16:00:52.047 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=admin 2021-02-10 16:00:52.049 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-02-10 16:00:52.050 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/admin 2021-02-10 16:00:52.054 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/admin/admin 2021-02-10 16:00:52.056 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-10 16:00:52.059 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-10 16:00:52.061 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-02-10 16:00:52.062 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-10 16:00:52.064 | + 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 2021-02-10 16:00:52.065 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:52.067 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-10 16:00:52.069 | + 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 2021-02-10 16:00:52.071 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:52.073 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-10 16:00:52.075 | + 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 2021-02-10 16:00:52.076 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:52.078 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-10 16:00:52.080 | + 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 2021-02-10 16:00:52.082 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:52.084 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-10 16:00:52.086 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:52.087 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:52.089 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-02-10 16:00:52.091 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-02-10 16:00:52.094 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:52.094 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-02-10 16:00:52.096 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:52.097 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project ed6e9d92d37149a1ac7d21fe43a12a72 --long --quote none -f csv 2021-02-10 16:00:54.711 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:54.711 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:54.712 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:00:54.712 | from cryptography.utils import int_from_bytes 2021-02-10 16:00:54.920 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a alt_demo '!=' admin ']' 2021-02-10 16:00:54.922 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$alt_demo_password' 2021-02-10 16:00:54.924 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-02-10 16:00:54.926 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-02-10 16:00:54.927 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 696ab905d5c54b6fbf7b94b98c2fc6a4 alt_demo ed6e9d92d37149a1ac7d21fe43a12a72 alt_demo Passw0rd 2021-02-10 16:00:54.929 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=696ab905d5c54b6fbf7b94b98c2fc6a4 2021-02-10 16:00:54.931 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=alt_demo 2021-02-10 16:00:54.932 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 16:00:54.934 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2021-02-10 16:00:54.936 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-02-10 16:00:54.937 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2021-02-10 16:00:54.941 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/alt_demo 2021-02-10 16:00:54.942 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-10 16:00:54.945 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-10 16:00:54.947 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-02-10 16:00:54.949 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-10 16:00:54.950 | + 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 2021-02-10 16:00:54.952 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:54.954 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-10 16:00:54.955 | + 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 2021-02-10 16:00:54.957 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:54.958 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-10 16:00:54.960 | + 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 2021-02-10 16:00:54.962 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:54.963 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-10 16:00:54.965 | + 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 2021-02-10 16:00:54.967 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:54.968 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-10 16:00:54.970 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:54.972 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:54.974 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-02-10 16:00:54.975 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-02-10 16:00:54.977 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-02-10 16:00:54.979 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-02-10 16:00:54.980 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 3e8b035c5fec45b3b012e6530a4139e5 admin ed6e9d92d37149a1ac7d21fe43a12a72 alt_demo Passw0rd 2021-02-10 16:00:54.984 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=3e8b035c5fec45b3b012e6530a4139e5 2021-02-10 16:00:54.986 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-02-10 16:00:54.987 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=ed6e9d92d37149a1ac7d21fe43a12a72 2021-02-10 16:00:54.989 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2021-02-10 16:00:54.991 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-02-10 16:00:54.993 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2021-02-10 16:00:54.996 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/admin 2021-02-10 16:00:54.998 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-02-10 16:00:55.001 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-02-10 16:00:55.002 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-02-10 16:00:55.004 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-02-10 16:00:55.005 | + 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 2021-02-10 16:00:55.007 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:55.009 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-02-10 16:00:55.011 | + 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 2021-02-10 16:00:55.012 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:55.014 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-02-10 16:00:55.016 | + 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 2021-02-10 16:00:55.017 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-02-10 16:00:55.019 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-02-10 16:00:55.020 | + 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 2021-02-10 16:00:55.022 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-02-10 16:00:55.024 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-02-10 16:00:55.026 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-02-10 16:00:55.027 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-02-10 16:00:55.030 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-02-10 16:00:55.031 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-02-10 16:00:55.035 | + ./stack.sh:main:1360 : save_stackenv 2021-02-10 16:00:55.037 | + functions-common:save_stackenv:60 : local tag= 2021-02-10 16:00:55.041 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-02-10 16:00:55.045 | + functions-common:save_stackenv:62 : time_stamp=2021-02-10-160055 2021-02-10 16:00:55.047 | + functions-common:save_stackenv:63 : echo '# 2021-02-10-160055 ' 2021-02-10 16:00:55.050 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 16:00:55.053 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-02-10 16:00:55.055 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 16:00:55.058 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-02-10 16:00:55.061 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 16:00:55.063 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-02-10 16:00:55.066 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 16:00:55.069 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync,n-super-cond,n-cond-cell1 2021-02-10 16:00:55.074 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 16:00:55.077 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.71 2021-02-10 16:00:55.080 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 16:00:55.083 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.71/identity 2021-02-10 16:00:55.086 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 16:00:55.088 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-02-10-153515 2021-02-10 16:00:55.091 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 16:00:55.093 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-02-10 16:00:55.096 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 16:00:55.098 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.71 2021-02-10 16:00:55.101 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 16:00:55.105 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-02-10 16:00:55.108 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 16:00:55.112 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-02-10 16:00:55.115 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 16:00:55.118 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-02-10 16:00:55.121 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-02-10 16:00:55.125 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-02-10 16:00:55.128 | + ./stack.sh:main:1371 : merge_config_group /home/ubuntu/devstack/local.conf extra 2021-02-10 16:00:55.131 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-02-10 16:00:55.134 | + inc/meta-config:merge_config_group:171 : shift 2021-02-10 16:00:55.137 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2021-02-10 16:00:55.141 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-10 16:00:55.144 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-02-10 16:00:55.147 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-02-10 16:00:55.151 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf extra 2021-02-10 16:00:55.154 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-02-10 16:00:55.157 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2021-02-10 16:00:55.159 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-10 16:00:55.162 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2021-02-10 16:00:55.162 | /^\[\[.+\|.*\]\]/ { 2021-02-10 16:00:55.162 | gsub("[][]", "", $1); 2021-02-10 16:00:55.162 | split($1, a, "|"); 2021-02-10 16:00:55.162 | if (a[1] == matchgroup) 2021-02-10 16:00:55.162 | print a[2] 2021-02-10 16:00:55.162 | } 2021-02-10 16:00:55.162 | ' /home/ubuntu/devstack/local.conf 2021-02-10 16:00:55.169 | + ./stack.sh:main:1378 : run_phase stack extra 2021-02-10 16:00:55.172 | + functions-common:run_phase:1734 : local mode=stack 2021-02-10 16:00:55.174 | + functions-common:run_phase:1735 : local phase=extra 2021-02-10 16:00:55.177 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-02-10 16:00:55.180 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-02-10 16:00:55.183 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-02-10 16:00:55.186 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-02-10 16:00:55.189 | + functions-common:run_phase:1744 : local extra 2021-02-10 16:00:55.192 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-02-10 16:00:55.196 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-02-10 16:00:55.199 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-02-10 16:00:55.203 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-02-10 16:00:55.206 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack extra 2021-02-10 16:00:55.209 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-02-10 16:00:55.227 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:00:55.230 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-02-10 16:00:55.237 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-02-10 16:00:55.239 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2021-02-10 16:00:55.242 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-02-10 16:00:55.245 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-02-10 16:00:55.248 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-02-10 16:00:55.250 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2021-02-10 16:00:55.253 | ++ extras.d/80-tempest.sh:source:15 : : 2021-02-10 16:00:55.256 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-02-10 16:00:55.258 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-02-10 16:00:55.261 | + functions-common:run_phase:1755 : [[ stack == \s\o\u\r\c\e ]] 2021-02-10 16:00:55.264 | + functions-common:run_phase:1758 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-02-10 16:00:55.266 | + functions-common:run_phase:1761 : run_plugins stack extra 2021-02-10 16:00:55.269 | + functions-common:run_plugins:1720 : local mode=stack 2021-02-10 16:00:55.272 | + functions-common:run_plugins:1721 : local phase=extra 2021-02-10 16:00:55.275 | + functions-common:run_plugins:1723 : local plugins= 2021-02-10 16:00:55.277 | + functions-common:run_plugins:1724 : local plugin 2021-02-10 16:00:55.280 | + ./stack.sh:main:1386 : merge_config_group /home/ubuntu/devstack/local.conf post-extra 2021-02-10 16:00:55.283 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-02-10 16:00:55.285 | + inc/meta-config:merge_config_group:171 : shift 2021-02-10 16:00:55.289 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2021-02-10 16:00:55.298 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-10 16:00:55.301 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-02-10 16:00:55.304 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-02-10 16:00:55.307 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-extra 2021-02-10 16:00:55.310 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-02-10 16:00:55.313 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2021-02-10 16:00:55.315 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-10 16:00:55.318 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2021-02-10 16:00:55.318 | /^\[\[.+\|.*\]\]/ { 2021-02-10 16:00:55.318 | gsub("[][]", "", $1); 2021-02-10 16:00:55.318 | split($1, a, "|"); 2021-02-10 16:00:55.318 | if (a[1] == matchgroup) 2021-02-10 16:00:55.318 | print a[2] 2021-02-10 16:00:55.318 | } 2021-02-10 16:00:55.318 | ' /home/ubuntu/devstack/local.conf 2021-02-10 16:00:55.325 | + ./stack.sh:main:1395 : is_service_enabled n-cpu 2021-02-10 16:00:55.344 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 16:00:55.347 | + ./stack.sh:main:1400 : service_check 2021-02-10 16:00:55.350 | + functions-common:service_check:1599 : local service 2021-02-10 16:00:55.353 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:55.355 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@key.service 2021-02-10 16:00:55.370 | Failed to get unit file state for devstack@key.service: No such file or directory 2021-02-10 16:00:55.376 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:55.379 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@n-api.service 2021-02-10 16:00:55.394 | enabled 2021-02-10 16:00:55.398 | + functions-common:service_check:1606 : sudo systemctl status devstack@n-api.service --no-pager 2021-02-10 16:00:55.417 | ● devstack@n-api.service - Devstack devstack@n-api.service 2021-02-10 16:00:55.417 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2021-02-10 16:00:55.417 | Active: active (running) since Wed 2021-02-10 15:57:43 UTC; 3min 11s ago 2021-02-10 16:00:55.417 | Main PID: 79253 (uwsgi) 2021-02-10 16:00:55.417 | Status: "uWSGI is ready" 2021-02-10 16:00:55.417 | Tasks: 3 (limit: 14352) 2021-02-10 16:00:55.417 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2021-02-10 16:00:55.418 | ├─79253 nova-apiuWSGI master 2021-02-10 16:00:55.418 | ├─79254 nova-apiuWSGI worker 1 2021-02-10 16:00:55.418 | └─79255 nova-apiuWSGI worker 2 2021-02-10 16:00:55.418 | 2021-02-10 16:00:55.418 | Feb 10 15:59:45 dv-osbrick-774883-1-smb devstack@n-api.service[79253]: [pid: 79255|app: 0|req: 16/30] 10.222.0.71 () {58 vars in 1180 bytes} [Wed Feb 10 15:59:44 2021] GET /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 32 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2021-02-10 16:00:55.418 | Feb 10 15:59:47 dv-osbrick-774883-1-smb devstack@n-api.service[79253]: DEBUG nova.api.openstack.wsgi [None req-423e3d41-bdc7-4880-b88f-861a3953d77b admin admin] Action: 'create', calling method: >, body: {"flavor": {"name": "m1.xlarge", "ram": 16384, "vcpus": 8, "disk": 160, "id": "5", "swap": 0, "OS-FLV-EXT-DATA:ephemeral": 0, "rxtx_factor": 1.0, "os-flavor-access:is_public": true}} {{(pid=79254) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:510}} 2021-02-10 16:00:55.418 | Feb 10 15:59:47 dv-osbrick-774883-1-smb devstack@n-api.service[79253]: INFO nova.api.openstack.requestlog [None req-423e3d41-bdc7-4880-b88f-861a3953d77b admin admin] 10.222.0.71 "POST /compute/v2.1/flavors" status: 200 len: 368 microversion: 2.1 time: 0.121694 2021-02-10 16:00:55.418 | Feb 10 15:59:47 dv-osbrick-774883-1-smb devstack@n-api.service[79253]: [pid: 79254|app: 0|req: 15/31] 10.222.0.71 () {62 vars in 1183 bytes} [Wed Feb 10 15:59:47 2021] POST /compute/v2.1/flavors => generated 368 bytes in 123 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2021-02-10 16:00:55.418 | Feb 10 15:59:47 dv-osbrick-774883-1-smb devstack@n-api.service[79253]: DEBUG nova.api.openstack.wsgi [None req-f0727d01-a499-48bf-8ef3-768d72585ca3 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=79255) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:510}} 2021-02-10 16:00:55.418 | Feb 10 15:59:47 dv-osbrick-774883-1-smb devstack@n-api.service[79253]: INFO nova.api.openstack.requestlog [None req-f0727d01-a499-48bf-8ef3-768d72585ca3 admin admin] 10.222.0.71 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.1 time: 0.052009 2021-02-10 16:00:55.418 | Feb 10 15:59:47 dv-osbrick-774883-1-smb devstack@n-api.service[79253]: [pid: 79255|app: 0|req: 17/32] 10.222.0.71 () {62 vars in 1233 bytes} [Wed Feb 10 15:59:47 2021] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 53 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2021-02-10 16:00:55.418 | Feb 10 15:59:47 dv-osbrick-774883-1-smb devstack@n-api.service[79253]: DEBUG nova.api.openstack.wsgi [None req-f70098dc-9bf5-4e6d-b48b-e875e1079243 admin admin] Calling method '>' {{(pid=79254) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2021-02-10 16:00:55.418 | Feb 10 15:59:47 dv-osbrick-774883-1-smb devstack@n-api.service[79253]: INFO nova.api.openstack.requestlog [None req-f70098dc-9bf5-4e6d-b48b-e875e1079243 admin admin] 10.222.0.71 "GET /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.1 time: 0.031142 2021-02-10 16:00:55.418 | Feb 10 15:59:47 dv-osbrick-774883-1-smb devstack@n-api.service[79253]: [pid: 79254|app: 0|req: 16/33] 10.222.0.71 () {58 vars in 1180 bytes} [Wed Feb 10 15:59:47 2021] GET /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 32 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2021-02-10 16:00:55.422 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:55.425 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@n-cond.service 2021-02-10 16:00:55.438 | Failed to get unit file state for devstack@n-cond.service: No such file or directory 2021-02-10 16:00:55.443 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:55.446 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@n-sch.service 2021-02-10 16:00:55.464 | enabled 2021-02-10 16:00:55.469 | + functions-common:service_check:1606 : sudo systemctl status devstack@n-sch.service --no-pager 2021-02-10 16:00:55.487 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2021-02-10 16:00:55.487 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2021-02-10 16:00:55.487 | Active: active (running) since Wed 2021-02-10 15:59:02 UTC; 1min 52s ago 2021-02-10 16:00:55.487 | Main PID: 84058 (nova-scheduler) 2021-02-10 16:00:55.487 | Tasks: 3 (limit: 14352) 2021-02-10 16:00:55.487 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2021-02-10 16:00:55.487 | ├─84058 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-02-10 16:00:55.487 | ├─85624 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-02-10 16:00:55.487 | └─85627 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-02-10 16:00:55.487 | 2021-02-10 16:00:55.487 | Feb 10 15:59:07 dv-osbrick-774883-1-smb nova-scheduler[84058]: DEBUG oslo_service.service [None req-6e569412-6baf-4a89-a2b3-a314030f21d6 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=84058) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.488 | Feb 10 15:59:07 dv-osbrick-774883-1-smb nova-scheduler[84058]: DEBUG oslo_service.service [None req-6e569412-6baf-4a89-a2b3-a314030f21d6 None None] oslo_messaging_notifications.transport_url = **** {{(pid=84058) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.488 | Feb 10 15:59:07 dv-osbrick-774883-1-smb nova-scheduler[84058]: DEBUG oslo_service.service [None req-6e569412-6baf-4a89-a2b3-a314030f21d6 None None] oslo_reports.file_event_handler = None {{(pid=84058) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.488 | Feb 10 15:59:07 dv-osbrick-774883-1-smb nova-scheduler[84058]: DEBUG oslo_service.service [None req-6e569412-6baf-4a89-a2b3-a314030f21d6 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=84058) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.488 | Feb 10 15:59:07 dv-osbrick-774883-1-smb nova-scheduler[84058]: DEBUG oslo_service.service [None req-6e569412-6baf-4a89-a2b3-a314030f21d6 None None] oslo_reports.log_dir = None {{(pid=84058) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.488 | Feb 10 15:59:07 dv-osbrick-774883-1-smb nova-scheduler[84058]: DEBUG oslo_service.service [None req-6e569412-6baf-4a89-a2b3-a314030f21d6 None None] ******************************************************************************** {{(pid=84058) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-02-10 16:00:55.488 | Feb 10 15:59:20 dv-osbrick-774883-1-smb nova-scheduler[84058]: DEBUG oslo_service.periodic_task [None req-fccaa1ef-245e-4a83-82c4-aded272ea54d None None] Running periodic task SchedulerManager._run_periodic_tasks {{(pid=85624) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:211}} 2021-02-10 16:00:55.488 | Feb 10 15:59:32 dv-osbrick-774883-1-smb nova-scheduler[84058]: DEBUG oslo_service.periodic_task [None req-30a35d3a-ed38-4914-830a-32cf70221f52 None None] Running periodic task SchedulerManager._run_periodic_tasks {{(pid=85627) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:211}} 2021-02-10 16:00:55.488 | Feb 10 16:00:20 dv-osbrick-774883-1-smb nova-scheduler[84058]: DEBUG oslo_service.periodic_task [None req-fccaa1ef-245e-4a83-82c4-aded272ea54d None None] Running periodic task SchedulerManager._run_periodic_tasks {{(pid=85624) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:211}} 2021-02-10 16:00:55.488 | Feb 10 16:00:32 dv-osbrick-774883-1-smb nova-scheduler[84058]: DEBUG oslo_service.periodic_task [None req-30a35d3a-ed38-4914-830a-32cf70221f52 None None] Running periodic task SchedulerManager._run_periodic_tasks {{(pid=85627) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:211}} 2021-02-10 16:00:55.492 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:55.495 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@n-api-meta.service 2021-02-10 16:00:55.510 | enabled 2021-02-10 16:00:55.515 | + functions-common:service_check:1606 : sudo systemctl status devstack@n-api-meta.service --no-pager 2021-02-10 16:00:55.533 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2021-02-10 16:00:55.533 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2021-02-10 16:00:55.533 | Active: active (running) since Wed 2021-02-10 15:59:04 UTC; 1min 51s ago 2021-02-10 16:00:55.533 | Main PID: 84505 (uwsgi) 2021-02-10 16:00:55.533 | Status: "uWSGI is ready" 2021-02-10 16:00:55.533 | Tasks: 4 (limit: 14352) 2021-02-10 16:00:55.533 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2021-02-10 16:00:55.533 | ├─84505 nova-api-metauWSGI master 2021-02-10 16:00:55.533 | ├─84506 nova-api-metauWSGI worker 1 2021-02-10 16:00:55.533 | ├─84507 nova-api-metauWSGI worker 2 2021-02-10 16:00:55.533 | └─84508 nova-api-metauWSGI http 1 2021-02-10 16:00:55.533 | 2021-02-10 16:00:55.533 | Feb 10 15:59:10 dv-osbrick-774883-1-smb devstack@n-api-meta.service[84505]: DEBUG nova.context [None req-8bea792a-adac-4b6f-b2b2-97c87a5bdfed None None] Found 2 cells: 00000000-0000-0000-0000-000000000000(cell0),2f7da5a5-8bcf-46c8-a00c-f96804c37376(cell1) {{(pid=84507) load_cells /opt/stack/nova/nova/context.py:466}} 2021-02-10 16:00:55.533 | Feb 10 15:59:10 dv-osbrick-774883-1-smb devstack@n-api-meta.service[84505]: DEBUG oslo_concurrency.lockutils [None req-8bea792a-adac-4b6f-b2b2-97c87a5bdfed None None] Lock "00000000-0000-0000-0000-000000000000" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=84507) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:359}} 2021-02-10 16:00:55.533 | Feb 10 15:59:10 dv-osbrick-774883-1-smb devstack@n-api-meta.service[84505]: DEBUG oslo_concurrency.lockutils [None req-8bea792a-adac-4b6f-b2b2-97c87a5bdfed None None] Lock "00000000-0000-0000-0000-000000000000" released by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.006s {{(pid=84507) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:371}} 2021-02-10 16:00:55.533 | Feb 10 15:59:10 dv-osbrick-774883-1-smb devstack@n-api-meta.service[84505]: DEBUG oslo_concurrency.lockutils [None req-8bea792a-adac-4b6f-b2b2-97c87a5bdfed None None] Lock "2f7da5a5-8bcf-46c8-a00c-f96804c37376" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=84507) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:359}} 2021-02-10 16:00:55.533 | Feb 10 15:59:10 dv-osbrick-774883-1-smb devstack@n-api-meta.service[84505]: DEBUG oslo_concurrency.lockutils [None req-8bea792a-adac-4b6f-b2b2-97c87a5bdfed None None] Lock "2f7da5a5-8bcf-46c8-a00c-f96804c37376" released by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.004s {{(pid=84507) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:371}} 2021-02-10 16:00:55.534 | Feb 10 15:59:10 dv-osbrick-774883-1-smb devstack@n-api-meta.service[84505]: DEBUG oslo_db.sqlalchemy.engines [None req-8bea792a-adac-4b6f-b2b2-97c87a5bdfed None None] 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 {{(pid=84507) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-10 16:00:55.534 | Feb 10 15:59:10 dv-osbrick-774883-1-smb devstack@n-api-meta.service[84505]: DEBUG oslo_db.sqlalchemy.engines [None req-8bea792a-adac-4b6f-b2b2-97c87a5bdfed None None] 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 {{(pid=84507) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-10 16:00:55.534 | Feb 10 15:59:10 dv-osbrick-774883-1-smb devstack@n-api-meta.service[84505]: DEBUG oslo_db.sqlalchemy.engines [None req-8bea792a-adac-4b6f-b2b2-97c87a5bdfed None None] 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 {{(pid=84507) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-10 16:00:55.534 | Feb 10 15:59:11 dv-osbrick-774883-1-smb devstack@n-api-meta.service[84505]: WARNING nova.api.metadata.handler [None req-8bea792a-adac-4b6f-b2b2-97c87a5bdfed None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2021-02-10 16:00:55.534 | Feb 10 15:59:11 dv-osbrick-774883-1-smb devstack@n-api-meta.service[84505]: WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x557d27fac8b0 pid: 84507 (default app) 2021-02-10 16:00:55.537 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:55.540 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@placement-api.service 2021-02-10 16:00:55.556 | enabled 2021-02-10 16:00:55.560 | + functions-common:service_check:1606 : sudo systemctl status devstack@placement-api.service --no-pager 2021-02-10 16:00:55.577 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2021-02-10 16:00:55.578 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2021-02-10 16:00:55.578 | Active: active (running) since Wed 2021-02-10 15:57:57 UTC; 2min 57s ago 2021-02-10 16:00:55.578 | Main PID: 80409 (uwsgi) 2021-02-10 16:00:55.578 | Status: "uWSGI is ready" 2021-02-10 16:00:55.578 | Tasks: 3 (limit: 14352) 2021-02-10 16:00:55.578 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2021-02-10 16:00:55.578 | ├─80409 placementuWSGI master 2021-02-10 16:00:55.578 | ├─80410 placementuWSGI worker 1 2021-02-10 16:00:55.578 | └─80411 placementuWSGI worker 2 2021-02-10 16:00:55.578 | 2021-02-10 16:00:55.578 | Feb 10 15:59:06 dv-osbrick-774883-1-smb devstack@placement-api.service[80409]: [pid: 80411|app: 0|req: 2/2] 10.222.0.71 () {54 vars in 905 bytes} [Wed Feb 10 15:59:06 2021] GET /placement => generated 136 bytes in 4 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-02-10 16:00:55.578 | Feb 10 15:59:06 dv-osbrick-774883-1-smb devstack@placement-api.service[80409]: DEBUG placement.requestlog [None req-ce938681-1d28-400d-81f8-4ad9f4ad0eaf None None] Starting request: 10.222.0.71 "GET /placement/" {{(pid=80410) __call__ /opt/stack/placement/placement/requestlog.py:57}} 2021-02-10 16:00:55.578 | Feb 10 15:59:06 dv-osbrick-774883-1-smb devstack@placement-api.service[80409]: INFO placement.requestlog [None req-ce938681-1d28-400d-81f8-4ad9f4ad0eaf None None] 10.222.0.71 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-02-10 16:00:55.578 | Feb 10 15:59:06 dv-osbrick-774883-1-smb devstack@placement-api.service[80409]: [pid: 80410|app: 0|req: 1/3] 10.222.0.71 () {54 vars in 905 bytes} [Wed Feb 10 15:59:06 2021] GET /placement => generated 136 bytes in 50 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-02-10 16:00:55.578 | Feb 10 15:59:10 dv-osbrick-774883-1-smb devstack@placement-api.service[80409]: DEBUG placement.requestlog [None req-1009a7ee-54a2-4a5a-b185-16812c77d497 None None] Starting request: 10.222.0.71 "GET /placement/" {{(pid=80411) __call__ /opt/stack/placement/placement/requestlog.py:57}} 2021-02-10 16:00:55.578 | Feb 10 15:59:10 dv-osbrick-774883-1-smb devstack@placement-api.service[80409]: INFO placement.requestlog [None req-1009a7ee-54a2-4a5a-b185-16812c77d497 None None] 10.222.0.71 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-02-10 16:00:55.578 | Feb 10 15:59:10 dv-osbrick-774883-1-smb devstack@placement-api.service[80409]: [pid: 80411|app: 0|req: 3/4] 10.222.0.71 () {54 vars in 905 bytes} [Wed Feb 10 15:59:10 2021] GET /placement => generated 136 bytes in 3 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-02-10 16:00:55.578 | Feb 10 15:59:12 dv-osbrick-774883-1-smb devstack@placement-api.service[80409]: DEBUG placement.requestlog [None req-7e42647e-1d8b-4228-8dca-d04080e5aef3 None None] Starting request: 10.222.0.71 "GET /placement/" {{(pid=80410) __call__ /opt/stack/placement/placement/requestlog.py:57}} 2021-02-10 16:00:55.578 | Feb 10 15:59:12 dv-osbrick-774883-1-smb devstack@placement-api.service[80409]: INFO placement.requestlog [None req-7e42647e-1d8b-4228-8dca-d04080e5aef3 None None] 10.222.0.71 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-02-10 16:00:55.578 | Feb 10 15:59:12 dv-osbrick-774883-1-smb devstack@placement-api.service[80409]: [pid: 80410|app: 0|req: 2/5] 10.222.0.71 () {54 vars in 905 bytes} [Wed Feb 10 15:59:12 2021] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-02-10 16:00:55.582 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:55.584 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@placement-client.service 2021-02-10 16:00:55.599 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2021-02-10 16:00:55.603 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:55.606 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@g-api.service 2021-02-10 16:00:55.620 | enabled 2021-02-10 16:00:55.625 | + functions-common:service_check:1606 : sudo systemctl status devstack@g-api.service --no-pager 2021-02-10 16:00:55.646 | ● devstack@g-api.service - Devstack devstack@g-api.service 2021-02-10 16:00:55.646 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2021-02-10 16:00:55.646 | Active: active (running) since Wed 2021-02-10 16:00:00 UTC; 54s ago 2021-02-10 16:00:55.647 | Main PID: 88005 (uwsgi) 2021-02-10 16:00:55.647 | Status: "uWSGI is ready" 2021-02-10 16:00:55.647 | Tasks: 5 (limit: 14352) 2021-02-10 16:00:55.647 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2021-02-10 16:00:55.652 | ├─88005 glance-apiuWSGI master 2021-02-10 16:00:55.652 | ├─88006 glance-apiuWSGI worker 1 2021-02-10 16:00:55.652 | └─88007 glance-apiuWSGI worker 2 2021-02-10 16:00:55.652 | 2021-02-10 16:00:55.652 | Feb 10 16:00:30 dv-osbrick-774883-1-smb devstack@g-api.service[88005]: DEBUG glance_store.location [None req-9dcd64ba-f713-4821-b39c-2e4eb97011c4 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=88006) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-02-10 16:00:55.652 | Feb 10 16:00:30 dv-osbrick-774883-1-smb devstack@g-api.service[88005]: DEBUG glance_store.location [None req-9dcd64ba-f713-4821-b39c-2e4eb97011c4 admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=88006) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-02-10 16:00:55.652 | Feb 10 16:00:30 dv-osbrick-774883-1-smb devstack@g-api.service[88005]: DEBUG glance_store.location [None req-9dcd64ba-f713-4821-b39c-2e4eb97011c4 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=88006) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-02-10 16:00:55.652 | Feb 10 16:00:30 dv-osbrick-774883-1-smb devstack@g-api.service[88005]: DEBUG glance_store.location [None req-9dcd64ba-f713-4821-b39c-2e4eb97011c4 admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=88006) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-02-10 16:00:55.652 | Feb 10 16:00:30 dv-osbrick-774883-1-smb devstack@g-api.service[88005]: DEBUG glance_store.location [None req-9dcd64ba-f713-4821-b39c-2e4eb97011c4 admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=88006) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-02-10 16:00:55.653 | Feb 10 16:00:30 dv-osbrick-774883-1-smb devstack@g-api.service[88005]: DEBUG glance_store.location [None req-9dcd64ba-f713-4821-b39c-2e4eb97011c4 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=88006) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-02-10 16:00:55.653 | Feb 10 16:00:30 dv-osbrick-774883-1-smb devstack@g-api.service[88005]: DEBUG glance_store.location [None req-9dcd64ba-f713-4821-b39c-2e4eb97011c4 admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=88006) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-02-10 16:00:55.653 | Feb 10 16:00:30 dv-osbrick-774883-1-smb devstack@g-api.service[88005]: DEBUG glance_store.location [None req-9dcd64ba-f713-4821-b39c-2e4eb97011c4 admin admin] Registering scheme swift+config with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=88006) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-02-10 16:00:55.653 | Feb 10 16:00:30 dv-osbrick-774883-1-smb devstack@g-api.service[88005]: DEBUG glance_store.backend [None req-9dcd64ba-f713-4821-b39c-2e4eb97011c4 admin admin] Skipping store.set_acls... not implemented. {{(pid=88006) set_acls /usr/local/lib/python3.6/dist-packages/glance_store/backend.py:509}} 2021-02-10 16:00:55.653 | Feb 10 16:00:30 dv-osbrick-774883-1-smb devstack@g-api.service[88005]: [pid: 88006|app: 0|req: 3/7] 127.0.0.1 () {40 vars in 875 bytes} [Wed Feb 10 16:00:14 2021] PUT /v2/images/e1f809cc-abc3-45bf-998d-b25e2d02e09e/file => generated 0 bytes in 16469 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2021-02-10 16:00:55.653 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:55.655 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@c-sch.service 2021-02-10 16:00:55.670 | enabled 2021-02-10 16:00:55.674 | + functions-common:service_check:1606 : sudo systemctl status devstack@c-sch.service --no-pager 2021-02-10 16:00:55.691 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2021-02-10 16:00:55.691 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2021-02-10 16:00:55.692 | Active: active (running) since Wed 2021-02-10 15:59:55 UTC; 1min 0s ago 2021-02-10 16:00:55.692 | Main PID: 87312 (cinder-schedule) 2021-02-10 16:00:55.692 | Tasks: 5 (limit: 14352) 2021-02-10 16:00:55.692 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2021-02-10 16:00:55.692 | └─87312 /usr/bin/python3.6 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2021-02-10 16:00:55.692 | 2021-02-10 16:00:55.692 | Feb 10 15:59:59 dv-osbrick-774883-1-smb cinder-scheduler[87312]: DEBUG oslo_service.service [None req-fccd2ae7-7c42-46a3-8278-31369c3cf933 None None] nova.region_name = RegionOne {{(pid=87312) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.692 | Feb 10 15:59:59 dv-osbrick-774883-1-smb cinder-scheduler[87312]: DEBUG oslo_service.service [None req-fccd2ae7-7c42-46a3-8278-31369c3cf933 None None] nova.split_loggers = False {{(pid=87312) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.692 | Feb 10 15:59:59 dv-osbrick-774883-1-smb cinder-scheduler[87312]: DEBUG oslo_service.service [None req-fccd2ae7-7c42-46a3-8278-31369c3cf933 None None] nova.timeout = None {{(pid=87312) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.692 | Feb 10 15:59:59 dv-osbrick-774883-1-smb cinder-scheduler[87312]: DEBUG oslo_service.service [None req-fccd2ae7-7c42-46a3-8278-31369c3cf933 None None] nova.token_auth_url = None {{(pid=87312) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.692 | Feb 10 15:59:59 dv-osbrick-774883-1-smb cinder-scheduler[87312]: DEBUG oslo_service.service [None req-fccd2ae7-7c42-46a3-8278-31369c3cf933 None None] ******************************************************************************** {{(pid=87312) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-02-10 16:00:55.692 | Feb 10 15:59:59 dv-osbrick-774883-1-smb cinder-scheduler[87312]: INFO cinder.service [-] Starting cinder-scheduler node (version 17.1.0) 2021-02-10 16:00:55.692 | Feb 10 15:59:59 dv-osbrick-774883-1-smb cinder-scheduler[87312]: INFO cinder.manager [None req-4da98c17-e24b-4e5c-8704-0ef9d6b721b3 None None] Initiating service 1 cleanup 2021-02-10 16:00:55.692 | Feb 10 15:59:59 dv-osbrick-774883-1-smb cinder-scheduler[87312]: INFO cinder.manager [None req-4da98c17-e24b-4e5c-8704-0ef9d6b721b3 None None] Service 1 cleanup completed. 2021-02-10 16:00:55.692 | Feb 10 15:59:59 dv-osbrick-774883-1-smb cinder-scheduler[87312]: DEBUG cinder.service [None req-4da98c17-e24b-4e5c-8704-0ef9d6b721b3 None None] Creating RPC server for service cinder-scheduler {{(pid=87312) start /opt/stack/cinder/cinder/service.py:231}} 2021-02-10 16:00:55.692 | Feb 10 15:59:59 dv-osbrick-774883-1-smb cinder-scheduler[87312]: DEBUG cinder.service [None req-4da98c17-e24b-4e5c-8704-0ef9d6b721b3 None None] Pinning object versions for RPC server serializer to 1.38 {{(pid=87312) start /opt/stack/cinder/cinder/service.py:238}} 2021-02-10 16:00:55.696 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:55.699 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@c-api.service 2021-02-10 16:00:55.713 | enabled 2021-02-10 16:00:55.718 | + functions-common:service_check:1606 : sudo systemctl status devstack@c-api.service --no-pager 2021-02-10 16:00:55.736 | ● devstack@c-api.service - Devstack devstack@c-api.service 2021-02-10 16:00:55.736 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2021-02-10 16:00:55.736 | Active: active (running) since Wed 2021-02-10 15:59:49 UTC; 1min 6s ago 2021-02-10 16:00:55.736 | Main PID: 86877 (uwsgi) 2021-02-10 16:00:55.736 | Status: "uWSGI is ready" 2021-02-10 16:00:55.736 | Tasks: 11 (limit: 14352) 2021-02-10 16:00:55.736 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2021-02-10 16:00:55.736 | ├─86877 cinder-apiuWSGI master 2021-02-10 16:00:55.736 | ├─86878 cinder-apiuWSGI worker 1 2021-02-10 16:00:55.736 | └─86879 cinder-apiuWSGI worker 2 2021-02-10 16:00:55.736 | 2021-02-10 16:00:55.736 | Feb 10 15:59:58 dv-osbrick-774883-1-smb devstack@c-api.service[86877]: [pid: 86879|app: 0|req: 2/2] 10.222.0.71 () {60 vars in 1228 bytes} [Wed Feb 10 15:59:57 2021] POST /volume/v3/7a996a09e671489ead9ec76f04ed10c0/types => generated 186 bytes in 794 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2021-02-10 16:00:55.736 | Feb 10 15:59:59 dv-osbrick-774883-1-smb devstack@c-api.service[86877]: INFO cinder.api.openstack.wsgi [req-ea94e990-63e1-4b90-9985-646688747e58 req-104a5233-f4c6-44a3-8287-1e33073cb97b admin admin] POST http://10.222.0.71/volume/v3/7a996a09e671489ead9ec76f04ed10c0/types/ee84ddd0-5651-4a57-b2df-8acea6099bc5/extra_specs 2021-02-10 16:00:55.736 | Feb 10 15:59:59 dv-osbrick-774883-1-smb devstack@c-api.service[86877]: /usr/local/lib/python3.6/dist-packages/webob/acceptparse.py:1051: DeprecationWarning: The behavior of AcceptValidHeader.best_match is currently being maintained for backward compatibility, but it will be deprecated in the future, as it does not conform to the RFC. 2021-02-10 16:00:55.736 | Feb 10 15:59:59 dv-osbrick-774883-1-smb devstack@c-api.service[86877]: DeprecationWarning, 2021-02-10 16:00:55.736 | Feb 10 15:59:59 dv-osbrick-774883-1-smb devstack@c-api.service[86877]: DEBUG cinder.api.openstack.wsgi [req-ea94e990-63e1-4b90-9985-646688747e58 req-104a5233-f4c6-44a3-8287-1e33073cb97b admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=86878) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:864}} 2021-02-10 16:00:55.736 | Feb 10 15:59:59 dv-osbrick-774883-1-smb devstack@c-api.service[86877]: /usr/local/lib/python3.6/dist-packages/oslo_context/context.py:108: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2021-02-10 16:00:55.736 | Feb 10 15:59:59 dv-osbrick-774883-1-smb devstack@c-api.service[86877]: DeprecationWarning) 2021-02-10 16:00:55.736 | Feb 10 15:59:59 dv-osbrick-774883-1-smb devstack@c-api.service[86877]: DEBUG oslo_db.sqlalchemy.engines [req-ea94e990-63e1-4b90-9985-646688747e58 req-104a5233-f4c6-44a3-8287-1e33073cb97b admin admin] 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 {{(pid=86878) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-02-10 16:00:55.736 | Feb 10 15:59:59 dv-osbrick-774883-1-smb devstack@c-api.service[86877]: INFO cinder.api.openstack.wsgi [req-ea94e990-63e1-4b90-9985-646688747e58 req-104a5233-f4c6-44a3-8287-1e33073cb97b admin admin] http://10.222.0.71/volume/v3/7a996a09e671489ead9ec76f04ed10c0/types/ee84ddd0-5651-4a57-b2df-8acea6099bc5/extra_specs returned with HTTP 200 2021-02-10 16:00:55.736 | Feb 10 15:59:59 dv-osbrick-774883-1-smb devstack@c-api.service[86877]: [pid: 86878|app: 0|req: 1/3] 10.222.0.71 () {62 vars in 1445 bytes} [Wed Feb 10 15:59:58 2021] POST /volume/v3/7a996a09e671489ead9ec76f04ed10c0/types/ee84ddd0-5651-4a57-b2df-8acea6099bc5/extra_specs => generated 55 bytes in 621 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2021-02-10 16:00:55.742 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:55.744 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@q-svc.service 2021-02-10 16:00:55.758 | enabled 2021-02-10 16:00:55.763 | + functions-common:service_check:1606 : sudo systemctl status devstack@q-svc.service --no-pager 2021-02-10 16:00:55.781 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2021-02-10 16:00:55.781 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2021-02-10 16:00:55.781 | Active: active (running) since Wed 2021-02-10 15:57:50 UTC; 3min 4s ago 2021-02-10 16:00:55.781 | Main PID: 79825 (/usr/bin/python) 2021-02-10 16:00:55.781 | Tasks: 10 (limit: 14352) 2021-02-10 16:00:55.781 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2021-02-10 16:00:55.781 | ├─79825 /usr/bin/python3.6 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2021-02-10 16:00:55.781 | ├─79936 neutron-server: api worker (/usr/bin/python3.6 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2021-02-10 16:00:55.781 | ├─79937 neutron-server: api worker (/usr/bin/python3.6 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2021-02-10 16:00:55.781 | ├─79939 neutron-server: rpc worker (/usr/bin/python3.6 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2021-02-10 16:00:55.781 | └─79940 neutron-server: rpc worker (/usr/bin/python3.6 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2021-02-10 16:00:55.781 | 2021-02-10 16:00:55.781 | Feb 10 16:00:09 dv-osbrick-774883-1-smb neutron-server[79825]: DEBUG neutron_lib.callbacks.manager [None req-ae9b8853-6d88-478a-a8ca-a45b51c65218 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8746530486643', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036854086538'] for agent, after_update {{(pid=79939) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-10 16:00:55.782 | Feb 10 16:00:09 dv-osbrick-774883-1-smb neutron-server[79825]: DEBUG neutron_lib.callbacks.manager [None req-1f27bf2d-acf0-4c6a-857d-b573034a0506 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8746530486643', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036854086538'] for agent, after_update {{(pid=79939) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-10 16:00:55.782 | Feb 10 16:00:11 dv-osbrick-774883-1-smb neutron-server[79825]: DEBUG neutron_lib.callbacks.manager [None req-fbc14846-610d-4d59-be30-40ef18e6f335 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8746530486643', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036854086538'] for agent, after_update {{(pid=79939) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-10 16:00:55.782 | Feb 10 16:00:11 dv-osbrick-774883-1-smb neutron-server[79825]: DEBUG neutron_lib.callbacks.manager [None req-08a4f99d-07c6-42b3-9920-a483c26fe966 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8746530486643', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036854086538'] for agent, after_update {{(pid=79939) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-10 16:00:55.782 | Feb 10 16:00:32 dv-osbrick-774883-1-smb neutron-server[79825]: DEBUG neutron.db.agents_db [None req-e17cfb57-f166-4407-86a0-5d2123a14a60 None None] Agent healthcheck: found 5 active agents {{(pid=79940) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:326}} 2021-02-10 16:00:55.782 | Feb 10 16:00:37 dv-osbrick-774883-1-smb neutron-server[79825]: DEBUG neutron_lib.callbacks.manager [None req-dffed469-85cb-49c1-a5a6-dcc055d25e91 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8746530486643', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036854086538'] for agent, after_update {{(pid=79939) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-10 16:00:55.782 | Feb 10 16:00:39 dv-osbrick-774883-1-smb neutron-server[79825]: DEBUG neutron_lib.callbacks.manager [None req-cec8f612-4fee-473d-b96c-e8db05bbf3f7 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8746530486643', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036854086538'] for agent, after_update {{(pid=79939) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-10 16:00:55.782 | Feb 10 16:00:39 dv-osbrick-774883-1-smb neutron-server[79825]: DEBUG neutron_lib.callbacks.manager [None req-1f27bf2d-acf0-4c6a-857d-b573034a0506 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8746530486643', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036854086538'] for agent, after_update {{(pid=79939) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-10 16:00:55.782 | Feb 10 16:00:41 dv-osbrick-774883-1-smb neutron-server[79825]: DEBUG neutron_lib.callbacks.manager [None req-fbc14846-610d-4d59-be30-40ef18e6f335 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8746530486643', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036854086538'] for agent, after_update {{(pid=79939) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-10 16:00:55.782 | Feb 10 16:00:41 dv-osbrick-774883-1-smb neutron-server[79825]: DEBUG neutron_lib.callbacks.manager [None req-08a4f99d-07c6-42b3-9920-a483c26fe966 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8746530486643', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036854086538'] for agent, after_update {{(pid=79939) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-02-10 16:00:55.786 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:55.796 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@q-dhcp.service 2021-02-10 16:00:55.810 | enabled 2021-02-10 16:00:55.814 | + functions-common:service_check:1606 : sudo systemctl status devstack@q-dhcp.service --no-pager 2021-02-10 16:00:55.834 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2021-02-10 16:00:55.835 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2021-02-10 16:00:55.835 | Active: active (running) since Wed 2021-02-10 15:58:02 UTC; 2min 53s ago 2021-02-10 16:00:55.835 | Main PID: 81232 (neutron-dhcp-ag) 2021-02-10 16:00:55.835 | Tasks: 14 (limit: 14352) 2021-02-10 16:00:55.835 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2021-02-10 16:00:55.835 | ├─81232 neutron-dhcp-agent (/usr/bin/python3.6 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini) 2021-02-10 16:00:55.835 | ├─82844 /usr/bin/python3.6 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpyr9yk5vd/privsep.sock 2021-02-10 16:00:55.835 | ├─82885 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-02-10 16:00:55.835 | ├─82886 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-02-10 16:00:55.835 | └─82961 dnsmasq --no-hosts --pid-file=/opt/stack/data/neutron/dhcp/223a9b4b-52ee-4006-a802-70a011eac35a/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/223a9b4b-52ee-4006-a802-70a011eac35a/host --addn-hosts=/opt/stack/data/neutron/dhcp/223a9b4b-52ee-4006-a802-70a011eac35a/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/223a9b4b-52ee-4006-a802-70a011eac35a/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/223a9b4b-52ee-4006-a802-70a011eac35a/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-23aa37e6-ca68-4bd9-88cd-a70b17f36396,172.20.0.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,1450 --dhcp-lease-max=64 --conf-file=/dev/null --domain=openstacklocal 2021-02-10 16:00:55.835 | 2021-02-10 16:00:55.835 | Feb 10 15:59:00 dv-osbrick-774883-1-smb neutron-dhcp-agent[81232]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (,) {} {{(pid=81232) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-02-10 16:00:55.835 | Feb 10 15:59:00 dv-osbrick-774883-1-smb neutron-dhcp-agent[81232]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments (,) {} {{(pid=81232) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-02-10 16:00:55.835 | Feb 10 15:59:01 dv-osbrick-774883-1-smb dnsmasq[82961]: reading /etc/resolv.conf 2021-02-10 16:00:55.835 | Feb 10 15:59:01 dv-osbrick-774883-1-smb dnsmasq[82961]: using nameserver 127.0.0.53#53 2021-02-10 16:00:55.835 | Feb 10 15:59:01 dv-osbrick-774883-1-smb dnsmasq[82961]: reading /etc/resolv.conf 2021-02-10 16:00:55.835 | Feb 10 15:59:01 dv-osbrick-774883-1-smb dnsmasq[82961]: using nameserver 127.0.0.53#53 2021-02-10 16:00:55.835 | Feb 10 15:59:07 dv-osbrick-774883-1-smb neutron-dhcp-agent[81232]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=81232) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:359}} 2021-02-10 16:00:55.835 | Feb 10 15:59:07 dv-osbrick-774883-1-smb neutron-dhcp-agent[81232]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=81232) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:371}} 2021-02-10 16:00:55.836 | Feb 10 16:00:07 dv-osbrick-774883-1-smb neutron-dhcp-agent[81232]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=81232) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:359}} 2021-02-10 16:00:55.836 | Feb 10 16:00:07 dv-osbrick-774883-1-smb neutron-dhcp-agent[81232]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=81232) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:371}} 2021-02-10 16:00:55.839 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:55.842 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@q-meta.service 2021-02-10 16:00:55.856 | enabled 2021-02-10 16:00:55.860 | + functions-common:service_check:1606 : sudo systemctl status devstack@q-meta.service --no-pager 2021-02-10 16:00:55.877 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2021-02-10 16:00:55.877 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2021-02-10 16:00:55.877 | Active: active (running) since Wed 2021-02-10 15:58:04 UTC; 2min 50s ago 2021-02-10 16:00:55.877 | Main PID: 81964 (neutron-metadat) 2021-02-10 16:00:55.877 | Tasks: 4 (limit: 14352) 2021-02-10 16:00:55.877 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2021-02-10 16:00:55.877 | ├─81964 neutron-metadata-agent (/usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini) 2021-02-10 16:00:55.877 | ├─82439 neutron-metadata-agent (/usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini) 2021-02-10 16:00:55.877 | └─82440 neutron-metadata-agent (/usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini) 2021-02-10 16:00:55.877 | 2021-02-10 16:00:55.878 | Feb 10 15:58:09 dv-osbrick-774883-1-smb neutron-metadata-agent[81964]: DEBUG oslo_service.service [None req-1f27bf2d-acf0-4c6a-857d-b573034a0506 None None] oslo_messaging_rabbit.ssl = False {{(pid=81964) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.878 | Feb 10 15:58:09 dv-osbrick-774883-1-smb neutron-metadata-agent[81964]: DEBUG oslo_service.service [None req-1f27bf2d-acf0-4c6a-857d-b573034a0506 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=81964) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.878 | Feb 10 15:58:09 dv-osbrick-774883-1-smb neutron-metadata-agent[81964]: DEBUG oslo_service.service [None req-1f27bf2d-acf0-4c6a-857d-b573034a0506 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=81964) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.878 | Feb 10 15:58:09 dv-osbrick-774883-1-smb neutron-metadata-agent[81964]: DEBUG oslo_service.service [None req-1f27bf2d-acf0-4c6a-857d-b573034a0506 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=81964) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.878 | Feb 10 15:58:09 dv-osbrick-774883-1-smb neutron-metadata-agent[81964]: DEBUG oslo_service.service [None req-1f27bf2d-acf0-4c6a-857d-b573034a0506 None None] oslo_messaging_rabbit.ssl_version = {{(pid=81964) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.878 | Feb 10 15:58:09 dv-osbrick-774883-1-smb neutron-metadata-agent[81964]: DEBUG oslo_service.service [None req-1f27bf2d-acf0-4c6a-857d-b573034a0506 None None] oslo_messaging_notifications.driver = [] {{(pid=81964) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.878 | Feb 10 15:58:09 dv-osbrick-774883-1-smb neutron-metadata-agent[81964]: DEBUG oslo_service.service [None req-1f27bf2d-acf0-4c6a-857d-b573034a0506 None None] oslo_messaging_notifications.retry = -1 {{(pid=81964) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.878 | Feb 10 15:58:09 dv-osbrick-774883-1-smb neutron-metadata-agent[81964]: DEBUG oslo_service.service [None req-1f27bf2d-acf0-4c6a-857d-b573034a0506 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=81964) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.878 | Feb 10 15:58:09 dv-osbrick-774883-1-smb neutron-metadata-agent[81964]: DEBUG oslo_service.service [None req-1f27bf2d-acf0-4c6a-857d-b573034a0506 None None] oslo_messaging_notifications.transport_url = **** {{(pid=81964) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:55.878 | Feb 10 15:58:09 dv-osbrick-774883-1-smb neutron-metadata-agent[81964]: DEBUG oslo_service.service [None req-1f27bf2d-acf0-4c6a-857d-b573034a0506 None None] ******************************************************************************** {{(pid=81964) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-02-10 16:00:55.881 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:55.884 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@q-agt.service 2021-02-10 16:00:55.899 | enabled 2021-02-10 16:00:55.903 | + functions-common:service_check:1606 : sudo systemctl status devstack@q-agt.service --no-pager 2021-02-10 16:00:55.921 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2021-02-10 16:00:55.922 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2021-02-10 16:00:55.922 | Active: active (running) since Wed 2021-02-10 15:58:01 UTC; 2min 54s ago 2021-02-10 16:00:55.922 | Main PID: 80869 (neutron-openvsw) 2021-02-10 16:00:55.922 | Tasks: 16 (limit: 14352) 2021-02-10 16:00:55.922 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2021-02-10 16:00:55.922 | ├─80869 neutron-openvswitch-agent (/usr/bin/python3.6 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2021-02-10 16:00:55.922 | ├─82427 /usr/bin/python3.6 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpnabttlbu/privsep.sock 2021-02-10 16:00:55.922 | ├─82536 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-02-10 16:00:55.922 | ├─82537 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-02-10 16:00:55.922 | ├─82574 /usr/bin/python3.6 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmpa55_mz8p/privsep.sock 2021-02-10 16:00:55.922 | └─82579 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2021-02-10 16:00:55.922 | 2021-02-10 16:00:55.922 | Feb 10 16:00:51 dv-osbrick-774883-1-smb neutron-openvswitch-agent[80869]: DEBUG neutron.agent.linux.utils [None req-fbe43765-b785-44cc-8ae2-ade10d1210c2 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 82579. {{(pid=80869) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:321}} 2021-02-10 16:00:55.922 | Feb 10 16:00:51 dv-osbrick-774883-1-smb neutron-openvswitch-agent[80869]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fbe43765-b785-44cc-8ae2-ade10d1210c2 None None] Agent rpc_loop - iteration:79 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2021-02-10 16:00:55.922 | Feb 10 16:00:53 dv-osbrick-774883-1-smb neutron-openvswitch-agent[80869]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fbe43765-b785-44cc-8ae2-ade10d1210c2 None None] Agent rpc_loop - iteration:80 started 2021-02-10 16:00:55.922 | Feb 10 16:00:53 dv-osbrick-774883-1-smb neutron-openvswitch-agent[80869]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-fbe43765-b785-44cc-8ae2-ade10d1210c2 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x46deb420,OFPFlowStatsRequest(cookie=0,cookie_mask=0,flags=0,match=OFPMatch(oxm_fields={}),out_group=4294967295,out_port=4294967295,table_id=23,type=1) result [OFPFlowStatsReply(body=[OFPFlowStats(byte_count=0,cookie=7130235543929010227,duration_nsec=132000000,duration_sec=163,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=80869) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:113}} 2021-02-10 16:00:55.922 | Feb 10 16:00:53 dv-osbrick-774883-1-smb neutron-openvswitch-agent[80869]: DEBUG neutron.agent.linux.utils [None req-fbe43765-b785-44cc-8ae2-ade10d1210c2 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 82579. {{(pid=80869) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:321}} 2021-02-10 16:00:55.922 | Feb 10 16:00:53 dv-osbrick-774883-1-smb neutron-openvswitch-agent[80869]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fbe43765-b785-44cc-8ae2-ade10d1210c2 None None] Agent rpc_loop - iteration:80 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.005 2021-02-10 16:00:55.922 | Feb 10 16:00:55 dv-osbrick-774883-1-smb neutron-openvswitch-agent[80869]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fbe43765-b785-44cc-8ae2-ade10d1210c2 None None] Agent rpc_loop - iteration:81 started 2021-02-10 16:00:55.922 | Feb 10 16:00:55 dv-osbrick-774883-1-smb neutron-openvswitch-agent[80869]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-fbe43765-b785-44cc-8ae2-ade10d1210c2 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x46deb422,OFPFlowStatsRequest(cookie=0,cookie_mask=0,flags=0,match=OFPMatch(oxm_fields={}),out_group=4294967295,out_port=4294967295,table_id=23,type=1) result [OFPFlowStatsReply(body=[OFPFlowStats(byte_count=0,cookie=7130235543929010227,duration_nsec=137000000,duration_sec=165,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=80869) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:113}} 2021-02-10 16:00:55.922 | Feb 10 16:00:55 dv-osbrick-774883-1-smb neutron-openvswitch-agent[80869]: DEBUG neutron.agent.linux.utils [None req-fbe43765-b785-44cc-8ae2-ade10d1210c2 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 82579. {{(pid=80869) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:321}} 2021-02-10 16:00:55.922 | Feb 10 16:00:55 dv-osbrick-774883-1-smb neutron-openvswitch-agent[80869]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fbe43765-b785-44cc-8ae2-ade10d1210c2 None None] Agent rpc_loop - iteration:81 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.005 2021-02-10 16:00:55.927 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:55.930 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@q-l3.service 2021-02-10 16:00:55.952 | enabled 2021-02-10 16:00:55.957 | + functions-common:service_check:1606 : sudo systemctl status devstack@q-l3.service --no-pager 2021-02-10 16:00:55.974 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2021-02-10 16:00:55.974 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2021-02-10 16:00:55.974 | Active: active (running) since Wed 2021-02-10 15:58:03 UTC; 2min 52s ago 2021-02-10 16:00:55.974 | Main PID: 81618 (neutron-l3-agen) 2021-02-10 16:00:55.974 | Tasks: 13 (limit: 14352) 2021-02-10 16:00:55.974 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2021-02-10 16:00:55.974 | ├─81618 neutron-l3-agent (/usr/bin/python3.6 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini) 2021-02-10 16:00:55.974 | ├─82566 /usr/bin/python3.6 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp06ykzdoi/privsep.sock 2021-02-10 16:00:55.974 | ├─83292 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-02-10 16:00:55.974 | ├─83293 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-02-10 16:00:55.974 | └─83453 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/4228f6d1-2347-4ed9-8d04-39563c5bb86b.conf 2021-02-10 16:00:55.974 | 2021-02-10 16:00:55.974 | Feb 10 15:59:08 dv-osbrick-774883-1-smb neutron-l3-agent[81618]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.003s {{(pid=81618) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:371}} 2021-02-10 16:00:55.975 | Feb 10 15:59:08 dv-osbrick-774883-1-smb neutron-l3-agent[81618]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=81618) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:359}} 2021-02-10 16:00:55.975 | Feb 10 15:59:08 dv-osbrick-774883-1-smb neutron-l3-agent[81618]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=81618) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:371}} 2021-02-10 16:00:55.975 | Feb 10 15:59:30 dv-osbrick-774883-1-smb neutron-l3-agent[81618]: DEBUG oslo_service.periodic_task [None req-07502bfd-bcb1-4af2-838f-3ef5a44ba8d3 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=81618) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:211}} 2021-02-10 16:00:55.975 | Feb 10 16:00:08 dv-osbrick-774883-1-smb neutron-l3-agent[81618]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=81618) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:359}} 2021-02-10 16:00:55.975 | Feb 10 16:00:08 dv-osbrick-774883-1-smb neutron-l3-agent[81618]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.002s {{(pid=81618) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:371}} 2021-02-10 16:00:55.975 | Feb 10 16:00:08 dv-osbrick-774883-1-smb neutron-l3-agent[81618]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=81618) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:359}} 2021-02-10 16:00:55.975 | Feb 10 16:00:08 dv-osbrick-774883-1-smb neutron-l3-agent[81618]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=81618) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:371}} 2021-02-10 16:00:55.975 | Feb 10 16:00:10 dv-osbrick-774883-1-smb neutron-l3-agent[81618]: DEBUG oslo_service.periodic_task [None req-07502bfd-bcb1-4af2-838f-3ef5a44ba8d3 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=81618) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:211}} 2021-02-10 16:00:55.975 | Feb 10 16:00:50 dv-osbrick-774883-1-smb neutron-l3-agent[81618]: DEBUG oslo_service.periodic_task [None req-07502bfd-bcb1-4af2-838f-3ef5a44ba8d3 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=81618) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:211}} 2021-02-10 16:00:55.979 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:55.982 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@rabbit.service 2021-02-10 16:00:55.995 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2021-02-10 16:00:56.000 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.003 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@tempest.service 2021-02-10 16:00:56.017 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2021-02-10 16:00:56.021 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.024 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@mysql.service 2021-02-10 16:00:56.039 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2021-02-10 16:00:56.044 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.046 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@etcd3.service 2021-02-10 16:00:56.060 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2021-02-10 16:00:56.065 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.068 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@dstat.service 2021-02-10 16:00:56.087 | enabled 2021-02-10 16:00:56.093 | + functions-common:service_check:1606 : sudo systemctl status devstack@dstat.service --no-pager 2021-02-10 16:00:56.113 | ● devstack@dstat.service - Devstack devstack@dstat.service 2021-02-10 16:00:56.114 | Loaded: loaded (/etc/systemd/system/devstack@dstat.service; enabled; vendor preset: enabled) 2021-02-10 16:00:56.114 | Active: active (running) since Wed 2021-02-10 15:45:52 UTC; 15min ago 2021-02-10 16:00:56.114 | Main PID: 63236 (dstat.sh) 2021-02-10 16:00:56.114 | Tasks: 3 (limit: 14352) 2021-02-10 16:00:56.114 | CGroup: /system.slice/system-devstack.slice/devstack@dstat.service 2021-02-10 16:00:56.114 | ├─63236 /bin/bash /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs 2021-02-10 16:00:56.114 | ├─63291 python2 /usr/bin/dstat -tcmndrylpg --tcp --output /opt/stack/logs/dstat-csv.log 2021-02-10 16:00:56.114 | └─63292 python2 /usr/bin/dstat -tcmndrylpg --top-cpu-adv --top-io-adv --top-mem --swap --tcp 2021-02-10 16:00:56.114 | 2021-02-10 16:00:56.114 | Feb 10 16:00:46 dv-osbrick-774883-1-smb dstat.sh[63236]: 10-02 16:00:46| 30 3 67 0 0|4329M 2661M 147M 4641M|1293B 0 | 0 56k| 0 6.00 | 708 3702 |1.98 1.72 1.23|2.0 0 0| 0 0 |uwsgi 644545.5%3314B9897B|bash 88490 14M 34k 0%|mysqld 383M| 0 0 | 28 253 0 87 0 2021-02-10 16:00:56.114 | Feb 10 16:00:47 dv-osbrick-774883-1-smb dstat.sh[63236]: 10-02 16:00:47| 27 6 68 0 0|4303M 2687M 147M 4641M|6551B 0 | 0 100k| 0 6.00 | 659 3751 |1.98 1.72 1.23|5.0 0 80| 0 0 |openstack 88896 24%6141k 33k|openstack 888966141k 33k 24%|mysqld 383M| 0 0 | 28 253 0 81 0 2021-02-10 16:00:56.114 | Feb 10 16:00:48 dv-osbrick-774883-1-smb dstat.sh[63236]: 10-02 16:00:48| 30 4 67 0 0|4327M 2663M 147M 4641M|2763B 0 | 0 32k| 0 3.00 | 343 3061 |1.90 1.71 1.23|2.0 0 2.0| 0 0 |openstack 88896 25%5736k 7B|openstack 888965736k 7B 25%|mysqld 383M| 0 0 | 28 253 0 81 0 2021-02-10 16:00:56.114 | Feb 10 16:00:49 dv-osbrick-774883-1-smb dstat.sh[63236]: 10-02 16:00:49| 29 4 67 0 0|4340M 2650M 147M 4641M|1192B 0 | 0 0 | 0 0 | 762 3890 |1.90 1.71 1.23|4.0 0 0| 0 0 |openstack 88896 16%2395k 566B|openstack 888962395k 566B 16%|mysqld 383M| 0 0 | 28 253 0 81 0 2021-02-10 16:00:56.114 | Feb 10 16:00:50 dv-osbrick-774883-1-smb dstat.sh[63236]: 10-02 16:00:50| 26 7 67 0 0|4299M 2690M 147M 4641M|2854B 0 | 0 2548k| 0 270 | 837 4131 |1.90 1.71 1.23|4.0 0 140| 0 0 |openstack 89038 21%5377k 33k|bash 88490 14M 49k 0%|mysqld 383M| 0 0 | 28 253 0 81 0 2021-02-10 16:00:56.115 | Feb 10 16:00:51 dv-osbrick-774883-1-smb dstat.sh[63236]: 10-02 16:00:51| 28 3 69 0 0|4326M 2664M 147M 4641M|1357B 0 | 0 44k| 0 5.00 | 360 3101 |1.90 1.71 1.23|5.0 0 2.0| 0 0 |openstack 89038 25%6306k 7B|openstack 890386306k 7B 25%|mysqld 383M| 0 0 | 28 253 0 81 0 2021-02-10 16:00:56.115 | Feb 10 16:00:52 dv-osbrick-774883-1-smb dstat.sh[63236]: 10-02 16:00:52| 39 4 57 0 0|4278M 2711M 147M 4642M|3044B 0 | 0 0 | 0 0 |1011 4316 |1.90 1.71 1.23|3.0 0 52| 0 0 |neutron-server: 79940 11% 0 0 |bash 88490 14M 42k0.2%|mysqld 384M| 0 0 | 28 253 0 86 0 2021-02-10 16:00:56.115 | Feb 10 16:00:53 dv-osbrick-774883-1-smb dstat.sh[63236]: 10-02 16:00:53| 29 5 66 0 0|4307M 2682M 147M 4642M|2417B 0 | 0 160k| 0 13.0 | 469 3490 |1.83 1.69 1.23|4.0 0 28| 0 0 |openstack 89120 25%6798k 33k|openstack 891206340k 33k 24%|mysqld 384M| 0 0 | 28 253 0 86 0 2021-02-10 16:00:56.115 | Feb 10 16:00:54 dv-osbrick-774883-1-smb dstat.sh[63236]: 10-02 16:00:54| 27 3 70 0 0|4331M 2658M 147M 4642M|3157B 0 | 0 332k| 0 19.0 | 334 3165 |1.83 1.69 1.23|2.0 0 2.0| 0 0 |openstack 89120 25%5727k 7B|openstack 891205727k 7B 25%|mysqld 384M| 0 0 | 28 253 0 86 0 2021-02-10 16:00:56.115 | Feb 10 16:00:55 dv-osbrick-774883-1-smb dstat.sh[63236]: 10-02 16:00:55| 27 5 68 0 0|4277M 2712M 147M 4642M|6903B 0 | 0 196k| 0 30.0 |1384 5121 |1.83 1.69 1.23|4.0 0 158| 0 0 |uwsgi 644533.8%3737B 16k|bash 11334 112M 364k0.2%|mysqld 384M| 0 0 | 28 253 0 86 0 2021-02-10 16:00:56.119 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.122 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@n-crt.service 2021-02-10 16:00:56.137 | Failed to get unit file state for devstack@n-crt.service: No such file or directory 2021-02-10 16:00:56.143 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.146 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@n-cauth.service 2021-02-10 16:00:56.164 | Failed to get unit file state for devstack@n-cauth.service: No such file or directory 2021-02-10 16:00:56.169 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.172 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@q-metering.service 2021-02-10 16:00:56.186 | enabled 2021-02-10 16:00:56.191 | + functions-common:service_check:1606 : sudo systemctl status devstack@q-metering.service --no-pager 2021-02-10 16:00:56.208 | ● devstack@q-metering.service - Devstack devstack@q-metering.service 2021-02-10 16:00:56.208 | Loaded: loaded (/etc/systemd/system/devstack@q-metering.service; enabled; vendor preset: enabled) 2021-02-10 16:00:56.208 | Active: active (running) since Wed 2021-02-10 15:58:06 UTC; 2min 49s ago 2021-02-10 16:00:56.208 | Main PID: 82320 (neutron-meterin) 2021-02-10 16:00:56.208 | Tasks: 2 (limit: 14352) 2021-02-10 16:00:56.208 | CGroup: /system.slice/system-devstack.slice/devstack@q-metering.service 2021-02-10 16:00:56.208 | └─82320 neutron-metering-agent (/usr/bin/python3.6 /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini) 2021-02-10 16:00:56.208 | 2021-02-10 16:00:56.208 | Feb 10 16:00:41 dv-osbrick-774883-1-smb neutron-metering-agent[82320]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=82320) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:359}} 2021-02-10 16:00:56.208 | Feb 10 16:00:41 dv-osbrick-774883-1-smb neutron-metering-agent[82320]: DEBUG neutron.services.metering.drivers.noop.noop_driver [-] neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver method sync_router_namespaces called with arguments (, dict_values([])) {} {{(pid=82320) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-02-10 16:00:56.208 | Feb 10 16:00:41 dv-osbrick-774883-1-smb neutron-metering-agent[82320]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.001s {{(pid=82320) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:371}} 2021-02-10 16:00:56.208 | Feb 10 16:00:41 dv-osbrick-774883-1-smb neutron-metering-agent[82320]: DEBUG neutron.services.metering.agents.metering_agent [-] Retrieving traffic counters for routers [{}]. {{(pid=82320) _add_metering_infos /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:220}} 2021-02-10 16:00:56.208 | Feb 10 16:00:41 dv-osbrick-774883-1-smb neutron-metering-agent[82320]: DEBUG neutron.services.metering.agents.metering_agent [-] Get router traffic counters {{(pid=82320) _get_traffic_counters /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:298}} 2021-02-10 16:00:56.208 | Feb 10 16:00:41 dv-osbrick-774883-1-smb neutron-metering-agent[82320]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=82320) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:359}} 2021-02-10 16:00:56.209 | Feb 10 16:00:41 dv-osbrick-774883-1-smb neutron-metering-agent[82320]: DEBUG neutron.services.metering.drivers.noop.noop_driver [-] neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver method get_traffic_counters called with arguments (, dict_values([])) {} {{(pid=82320) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-02-10 16:00:56.209 | Feb 10 16:00:41 dv-osbrick-774883-1-smb neutron-metering-agent[82320]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.001s {{(pid=82320) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:371}} 2021-02-10 16:00:56.209 | Feb 10 16:00:41 dv-osbrick-774883-1-smb neutron-metering-agent[82320]: DEBUG neutron.services.metering.agents.metering_agent [-] Traffic counters [None] retrieved for routers [{}]. {{(pid=82320) _add_metering_infos /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:224}} 2021-02-10 16:00:56.209 | Feb 10 16:00:51 dv-osbrick-774883-1-smb neutron-metering-agent[82320]: DEBUG oslo_service.periodic_task [None req-d8129c20-4685-4c4d-973d-e615fee159c4 None None] Running periodic task MeteringAgentWithStateReport._sync_routers_task {{(pid=82320) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:211}} 2021-02-10 16:00:56.212 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.214 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@q-vpn.service 2021-02-10 16:00:56.236 | Failed to get unit file state for devstack@q-vpn.service: No such file or directory 2021-02-10 16:00:56.242 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.245 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@g-reg.service 2021-02-10 16:00:56.261 | Failed to get unit file state for devstack@g-reg.service: No such file or directory 2021-02-10 16:00:56.266 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.268 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@cinder.service 2021-02-10 16:00:56.283 | Failed to get unit file state for devstack@cinder.service: No such file or directory 2021-02-10 16:00:56.288 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.291 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@s-proxy.service 2021-02-10 16:00:56.305 | enabled 2021-02-10 16:00:56.310 | + functions-common:service_check:1606 : sudo systemctl status devstack@s-proxy.service --no-pager 2021-02-10 16:00:56.327 | ● devstack@s-proxy.service - Devstack devstack@s-proxy.service 2021-02-10 16:00:56.327 | Loaded: loaded (/etc/systemd/system/devstack@s-proxy.service; enabled; vendor preset: enabled) 2021-02-10 16:00:56.327 | Active: active (running) since Wed 2021-02-10 15:57:38 UTC; 3min 17s ago 2021-02-10 16:00:56.327 | Main PID: 78543 (swift-proxy-ser) 2021-02-10 16:00:56.327 | Tasks: 2 (limit: 14352) 2021-02-10 16:00:56.327 | CGroup: /system.slice/system-devstack.slice/devstack@s-proxy.service 2021-02-10 16:00:56.327 | ├─78543 /usr/bin/python3.6 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2021-02-10 16:00:56.327 | └─78641 /usr/bin/python3.6 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2021-02-10 16:00:56.327 | 2021-02-10 16:00:56.327 | Feb 10 16:00:15 dv-osbrick-774883-1-smb proxy-server[78641]: Validating token access rules against request 2021-02-10 16:00:56.327 | Feb 10 16:00:15 dv-osbrick-774883-1-smb swift-proxy-server[78543]: proxy-server: Validating token access rules against request 2021-02-10 16:00:56.327 | Feb 10 16:00:15 dv-osbrick-774883-1-smb proxy-server[78641]: Received request from user: user_id 1cdd7e1ee8f34b14b7b6a9dcea80d39e, project_id 06ce0588b984450090b0ea4d5f6abb74, roles ResellerAdmin,service 2021-02-10 16:00:56.327 | Feb 10 16:00:15 dv-osbrick-774883-1-smb swift-proxy-server[78543]: proxy-server: Received request from user: user_id 1cdd7e1ee8f34b14b7b6a9dcea80d39e, project_id 06ce0588b984450090b0ea4d5f6abb74, roles ResellerAdmin,service 2021-02-10 16:00:56.327 | Feb 10 16:00:15 dv-osbrick-774883-1-smb proxy-server[78641]: Using identity: {'user': ('1cdd7e1ee8f34b14b7b6a9dcea80d39e', 'glance-swift'), 'tenant': ('06ce0588b984450090b0ea4d5f6abb74', 'service'), 'roles': ['ResellerAdmin', 'service'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: txd9b30b97b9ab4109abd17-006024030e) 2021-02-10 16:00:56.327 | Feb 10 16:00:15 dv-osbrick-774883-1-smb swift-proxy-server[78543]: proxy-server: Using identity: {'user': ('1cdd7e1ee8f34b14b7b6a9dcea80d39e', 'glance-swift'), 'tenant': ('06ce0588b984450090b0ea4d5f6abb74', 'service'), 'roles': ['ResellerAdmin', 'service'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: txd9b30b97b9ab4109abd17-006024030e) 2021-02-10 16:00:56.327 | Feb 10 16:00:15 dv-osbrick-774883-1-smb proxy-server[78641]: User 06ce0588b984450090b0ea4d5f6abb74 has reseller admin authorizing (txn: txd9b30b97b9ab4109abd17-006024030e) (client_ip: 10.222.0.71) 2021-02-10 16:00:56.327 | Feb 10 16:00:15 dv-osbrick-774883-1-smb swift-proxy-server[78543]: proxy-server: User 06ce0588b984450090b0ea4d5f6abb74 has reseller admin authorizing (txn: txd9b30b97b9ab4109abd17-006024030e) (client_ip: 10.222.0.71) 2021-02-10 16:00:56.327 | Feb 10 16:00:30 dv-osbrick-774883-1-smb proxy-server[78641]: 10.222.0.71 10.222.0.71 10/Feb/2021/16/00/30 PUT /v1/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance/e1f809cc-abc3-45bf-998d-b25e2d02e09e HTTP/1.0 201 - python-swiftclient-3.11.0 gAAAAABgJAMO... 645922816 - - txd9b30b97b9ab4109abd17-006024030e - 15.4996 - - 1612972814.998672962 1612972830.498305559 0 2021-02-10 16:00:56.327 | Feb 10 16:00:30 dv-osbrick-774883-1-smb swift-proxy-server[78543]: proxy-server: 10.222.0.71 10.222.0.71 10/Feb/2021/16/00/30 PUT /v1/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance/e1f809cc-abc3-45bf-998d-b25e2d02e09e HTTP/1.0 201 - python-swiftclient-3.11.0 gAAAAABgJAMO... 645922816 - - txd9b30b97b9ab4109abd17-006024030e - 15.4996 - - 1612972814.998672962 1612972830.498305559 0 2021-02-10 16:00:56.331 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.333 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@s-object.service 2021-02-10 16:00:56.348 | enabled 2021-02-10 16:00:56.352 | + functions-common:service_check:1606 : sudo systemctl status devstack@s-object.service --no-pager 2021-02-10 16:00:56.374 | ● devstack@s-object.service - Devstack devstack@s-object.service 2021-02-10 16:00:56.374 | Loaded: loaded (/etc/systemd/system/devstack@s-object.service; enabled; vendor preset: enabled) 2021-02-10 16:00:56.374 | Active: active (running) since Wed 2021-02-10 15:57:35 UTC; 3min 21s ago 2021-02-10 16:00:56.374 | Main PID: 77066 (swift-object-se) 2021-02-10 16:00:56.374 | Tasks: 23 (limit: 14352) 2021-02-10 16:00:56.374 | CGroup: /system.slice/system-devstack.slice/devstack@s-object.service 2021-02-10 16:00:56.374 | ├─77066 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-02-10 16:00:56.374 | ├─77596 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-02-10 16:00:56.374 | └─77633 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-02-10 16:00:56.374 | 2021-02-10 16:00:56.374 | Feb 10 15:57:35 dv-osbrick-774883-1-smb systemd[1]: Started Devstack devstack@s-object.service. 2021-02-10 16:00:56.374 | Feb 10 15:57:36 dv-osbrick-774883-1-smb object-server[77066]: Started child 77596 from parent 77066 2021-02-10 16:00:56.374 | Feb 10 15:57:36 dv-osbrick-774883-1-smb swift-object-server[77066]: object-server: Started child 77596 from parent 77066 2021-02-10 16:00:56.374 | Feb 10 15:57:36 dv-osbrick-774883-1-smb object-server[77066]: Started child 77633 from parent 77066 2021-02-10 16:00:56.374 | Feb 10 15:57:36 dv-osbrick-774883-1-smb swift-object-server[77066]: object-server: Started child 77633 from parent 77066 2021-02-10 16:00:56.374 | Feb 10 16:00:30 dv-osbrick-774883-1-smb object-server[77633]: 127.0.0.1 - - [10/Feb/2021:16:00:30 +0000] "PUT /sdb1/270/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance/e1f809cc-abc3-45bf-998d-b25e2d02e09e" 201 - "PUT http://10.222.0.71:8080/v1/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance/e1f809cc-abc3-45bf-998d-b25e2d02e09e" "txd9b30b97b9ab4109abd17-006024030e" "proxy-server 78641" 15.4635 "-" 77633 0 2021-02-10 16:00:56.375 | Feb 10 16:00:30 dv-osbrick-774883-1-smb swift-object-server[77066]: object-server: 127.0.0.1 - - [10/Feb/2021:16:00:30 +0000] "PUT /sdb1/270/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance/e1f809cc-abc3-45bf-998d-b25e2d02e09e" 201 - "PUT http://10.222.0.71:8080/v1/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance/e1f809cc-abc3-45bf-998d-b25e2d02e09e" "txd9b30b97b9ab4109abd17-006024030e" "proxy-server 78641" 15.4635 "-" 77633 0 2021-02-10 16:00:56.379 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.382 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@s-container.service 2021-02-10 16:00:56.398 | enabled 2021-02-10 16:00:56.403 | + functions-common:service_check:1606 : sudo systemctl status devstack@s-container.service --no-pager 2021-02-10 16:00:56.420 | ● devstack@s-container.service - Devstack devstack@s-container.service 2021-02-10 16:00:56.421 | Loaded: loaded (/etc/systemd/system/devstack@s-container.service; enabled; vendor preset: enabled) 2021-02-10 16:00:56.421 | Active: active (running) since Wed 2021-02-10 15:57:35 UTC; 3min 20s ago 2021-02-10 16:00:56.421 | Main PID: 77421 (swift-container) 2021-02-10 16:00:56.421 | Tasks: 3 (limit: 14352) 2021-02-10 16:00:56.421 | CGroup: /system.slice/system-devstack.slice/devstack@s-container.service 2021-02-10 16:00:56.421 | ├─77421 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-02-10 16:00:56.421 | ├─77947 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-02-10 16:00:56.421 | └─77976 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-02-10 16:00:56.421 | 2021-02-10 16:00:56.421 | Feb 10 15:57:37 dv-osbrick-774883-1-smb container-server[77421]: Started child 77947 from parent 77421 2021-02-10 16:00:56.421 | Feb 10 15:57:37 dv-osbrick-774883-1-smb swift-container-server[77421]: container-server: Started child 77947 from parent 77421 2021-02-10 16:00:56.421 | Feb 10 15:57:37 dv-osbrick-774883-1-smb container-server[77421]: Started child 77976 from parent 77421 2021-02-10 16:00:56.421 | Feb 10 15:57:37 dv-osbrick-774883-1-smb swift-container-server[77421]: container-server: Started child 77976 from parent 77421 2021-02-10 16:00:56.421 | Feb 10 16:00:14 dv-osbrick-774883-1-smb container-server[77947]: 127.0.0.1 - - [10/Feb/2021:16:00:14 +0000] "PUT /sdb1/50/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance" 201 - "PUT http://10.222.0.71:8080/v1/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance" "tx3c225ad58de34b9e90ce5-006024030e" "proxy-server 78641" 0.0274 "-" 77947 0 2021-02-10 16:00:56.421 | Feb 10 16:00:14 dv-osbrick-774883-1-smb swift-container-server[77421]: container-server: 127.0.0.1 - - [10/Feb/2021:16:00:14 +0000] "PUT /sdb1/50/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance" 201 - "PUT http://10.222.0.71:8080/v1/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance" "tx3c225ad58de34b9e90ce5-006024030e" "proxy-server 78641" 0.0274 "-" 77947 0 2021-02-10 16:00:56.421 | Feb 10 16:00:15 dv-osbrick-774883-1-smb container-server[77947]: 127.0.0.1 - - [10/Feb/2021:16:00:15 +0000] "HEAD /sdb1/50/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance" 204 - "HEAD http://10.222.0.71:8080/v1/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance?format=json&states=listing" "txd9b30b97b9ab4109abd17-006024030e" "proxy-server 78641" 0.0059 "-" 77947 0 2021-02-10 16:00:56.421 | Feb 10 16:00:15 dv-osbrick-774883-1-smb swift-container-server[77421]: container-server: 127.0.0.1 - - [10/Feb/2021:16:00:15 +0000] "HEAD /sdb1/50/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance" 204 - "HEAD http://10.222.0.71:8080/v1/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance?format=json&states=listing" "txd9b30b97b9ab4109abd17-006024030e" "proxy-server 78641" 0.0059 "-" 77947 0 2021-02-10 16:00:56.421 | Feb 10 16:00:30 dv-osbrick-774883-1-smb container-server[77947]: 127.0.0.1 - - [10/Feb/2021:16:00:30 +0000] "PUT /sdb1/50/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance/e1f809cc-abc3-45bf-998d-b25e2d02e09e" 201 - "PUT http://10.222.0.71:8080/sdb1/270/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance/e1f809cc-abc3-45bf-998d-b25e2d02e09e" "txd9b30b97b9ab4109abd17-006024030e" "object-server 77633" 0.0011 "-" 77947 0 2021-02-10 16:00:56.421 | Feb 10 16:00:30 dv-osbrick-774883-1-smb swift-container-server[77421]: container-server: 127.0.0.1 - - [10/Feb/2021:16:00:30 +0000] "PUT /sdb1/50/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance/e1f809cc-abc3-45bf-998d-b25e2d02e09e" 201 - "PUT http://10.222.0.71:8080/sdb1/270/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance/e1f809cc-abc3-45bf-998d-b25e2d02e09e" "txd9b30b97b9ab4109abd17-006024030e" "object-server 77633" 0.0011 "-" 77947 0 2021-02-10 16:00:56.425 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.428 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@s-account.service 2021-02-10 16:00:56.450 | enabled 2021-02-10 16:00:56.454 | + functions-common:service_check:1606 : sudo systemctl status devstack@s-account.service --no-pager 2021-02-10 16:00:56.471 | ● devstack@s-account.service - Devstack devstack@s-account.service 2021-02-10 16:00:56.471 | Loaded: loaded (/etc/systemd/system/devstack@s-account.service; enabled; vendor preset: enabled) 2021-02-10 16:00:56.471 | Active: active (running) since Wed 2021-02-10 15:57:36 UTC; 3min 19s ago 2021-02-10 16:00:56.471 | Main PID: 77780 (swift-account-s) 2021-02-10 16:00:56.471 | Tasks: 3 (limit: 14352) 2021-02-10 16:00:56.471 | CGroup: /system.slice/system-devstack.slice/devstack@s-account.service 2021-02-10 16:00:56.471 | ├─77780 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-02-10 16:00:56.471 | ├─78255 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-02-10 16:00:56.471 | └─78305 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-02-10 16:00:56.471 | 2021-02-10 16:00:56.471 | Feb 10 16:00:14 dv-osbrick-774883-1-smb account-server[78255]: 127.0.0.1 - - [10/Feb/2021:16:00:14 +0000] "HEAD /sdb1/234/AUTH_06ce0588b984450090b0ea4d5f6abb74" 404 - "HEAD http://10.222.0.71:8080/v1/AUTH_06ce0588b984450090b0ea4d5f6abb74?format=json" "tx3ea675fd6ca840efb0238-006024030e" "proxy-server 78641" 0.0023 "-" 78255 - 2021-02-10 16:00:56.471 | Feb 10 16:00:14 dv-osbrick-774883-1-smb swift-account-server[77780]: account-server: 127.0.0.1 - - [10/Feb/2021:16:00:14 +0000] "HEAD /sdb1/234/AUTH_06ce0588b984450090b0ea4d5f6abb74" 404 - "HEAD http://10.222.0.71:8080/v1/AUTH_06ce0588b984450090b0ea4d5f6abb74?format=json" "tx3ea675fd6ca840efb0238-006024030e" "proxy-server 78641" 0.0023 "-" 78255 - 2021-02-10 16:00:56.472 | Feb 10 16:00:14 dv-osbrick-774883-1-smb account-server[78305]: 127.0.0.1 - - [10/Feb/2021:16:00:14 +0000] "HEAD /sdb1/234/AUTH_06ce0588b984450090b0ea4d5f6abb74" 404 - "HEAD http://10.222.0.71:8080/v1/AUTH_06ce0588b984450090b0ea4d5f6abb74?format=json" "tx3ea675fd6ca840efb0238-006024030e" "proxy-server 78641" 0.0021 "-" 78305 - 2021-02-10 16:00:56.472 | Feb 10 16:00:14 dv-osbrick-774883-1-smb swift-account-server[77780]: account-server: 127.0.0.1 - - [10/Feb/2021:16:00:14 +0000] "HEAD /sdb1/234/AUTH_06ce0588b984450090b0ea4d5f6abb74" 404 - "HEAD http://10.222.0.71:8080/v1/AUTH_06ce0588b984450090b0ea4d5f6abb74?format=json" "tx3ea675fd6ca840efb0238-006024030e" "proxy-server 78641" 0.0021 "-" 78305 - 2021-02-10 16:00:56.472 | Feb 10 16:00:14 dv-osbrick-774883-1-smb account-server[78305]: 127.0.0.1 - - [10/Feb/2021:16:00:14 +0000] "PUT /sdb1/234/AUTH_06ce0588b984450090b0ea4d5f6abb74" 201 - "-" "tx3c225ad58de34b9e90ce5-006024030e" "-" 0.0324 "-" 78305 - 2021-02-10 16:00:56.472 | Feb 10 16:00:14 dv-osbrick-774883-1-smb swift-account-server[77780]: account-server: 127.0.0.1 - - [10/Feb/2021:16:00:14 +0000] "PUT /sdb1/234/AUTH_06ce0588b984450090b0ea4d5f6abb74" 201 - "-" "tx3c225ad58de34b9e90ce5-006024030e" "-" 0.0324 "-" 78305 - 2021-02-10 16:00:56.472 | Feb 10 16:00:14 dv-osbrick-774883-1-smb account-server[78255]: 127.0.0.1 - - [10/Feb/2021:16:00:14 +0000] "HEAD /sdb1/234/AUTH_06ce0588b984450090b0ea4d5f6abb74" 204 - "HEAD http://10.222.0.71:8080/v1/AUTH_06ce0588b984450090b0ea4d5f6abb74?format=json" "tx3c225ad58de34b9e90ce5-006024030e" "proxy-server 78641" 0.0038 "-" 78255 - 2021-02-10 16:00:56.472 | Feb 10 16:00:14 dv-osbrick-774883-1-smb swift-account-server[77780]: account-server: 127.0.0.1 - - [10/Feb/2021:16:00:14 +0000] "HEAD /sdb1/234/AUTH_06ce0588b984450090b0ea4d5f6abb74" 204 - "HEAD http://10.222.0.71:8080/v1/AUTH_06ce0588b984450090b0ea4d5f6abb74?format=json" "tx3c225ad58de34b9e90ce5-006024030e" "proxy-server 78641" 0.0038 "-" 78255 - 2021-02-10 16:00:56.472 | Feb 10 16:00:14 dv-osbrick-774883-1-smb account-server[78305]: 127.0.0.1 - - [10/Feb/2021:16:00:14 +0000] "PUT /sdb1/234/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/50/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance" "tx3c225ad58de34b9e90ce5-006024030e" "container-server 77947" 0.0022 "-" 78305 0 2021-02-10 16:00:56.472 | Feb 10 16:00:14 dv-osbrick-774883-1-smb swift-account-server[77780]: account-server: 127.0.0.1 - - [10/Feb/2021:16:00:14 +0000] "PUT /sdb1/234/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/50/AUTH_06ce0588b984450090b0ea4d5f6abb74/glance" "tx3c225ad58de34b9e90ce5-006024030e" "container-server 77947" 0.0022 "-" 78305 0 2021-02-10 16:00:56.475 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.478 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@heat.service 2021-02-10 16:00:56.495 | Failed to get unit file state for devstack@heat.service: No such file or directory 2021-02-10 16:00:56.500 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.502 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@h-api.service 2021-02-10 16:00:56.516 | Failed to get unit file state for devstack@h-api.service: No such file or directory 2021-02-10 16:00:56.521 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.523 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@h-api-cfn.service 2021-02-10 16:00:56.537 | Failed to get unit file state for devstack@h-api-cfn.service: No such file or directory 2021-02-10 16:00:56.541 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.544 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@h-api-cw.service 2021-02-10 16:00:56.558 | Failed to get unit file state for devstack@h-api-cw.service: No such file or directory 2021-02-10 16:00:56.562 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.565 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@h-eng.service 2021-02-10 16:00:56.579 | Failed to get unit file state for devstack@h-eng.service: No such file or directory 2021-02-10 16:00:56.585 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.590 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@ceilometer-acentral.service 2021-02-10 16:00:56.604 | Failed to get unit file state for devstack@ceilometer-acentral.service: No such file or directory 2021-02-10 16:00:56.609 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.612 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@ceilometer-acompute.service 2021-02-10 16:00:56.625 | Failed to get unit file state for devstack@ceilometer-acompute.service: No such file or directory 2021-02-10 16:00:56.629 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.632 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@ceilometer-collector.service 2021-02-10 16:00:56.645 | Failed to get unit file state for devstack@ceilometer-collector.service: No such file or directory 2021-02-10 16:00:56.650 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.653 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@ceilometer-api.service 2021-02-10 16:00:56.666 | Failed to get unit file state for devstack@ceilometer-api.service: No such file or directory 2021-02-10 16:00:56.672 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.674 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@ceilometer-anotification.service 2021-02-10 16:00:56.688 | Failed to get unit file state for devstack@ceilometer-anotification.service: No such file or directory 2021-02-10 16:00:56.693 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.695 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@s-container-sync.service 2021-02-10 16:00:56.710 | enabled 2021-02-10 16:00:56.715 | + functions-common:service_check:1606 : sudo systemctl status devstack@s-container-sync.service --no-pager 2021-02-10 16:00:56.732 | ● devstack@s-container-sync.service - Devstack devstack@s-container-sync.service 2021-02-10 16:00:56.732 | Loaded: loaded (/etc/systemd/system/devstack@s-container-sync.service; enabled; vendor preset: enabled) 2021-02-10 16:00:56.732 | Active: active (running) since Wed 2021-02-10 15:57:37 UTC; 3min 18s ago 2021-02-10 16:00:56.732 | Main PID: 78171 (swift-container) 2021-02-10 16:00:56.732 | Tasks: 1 (limit: 14352) 2021-02-10 16:00:56.732 | CGroup: /system.slice/system-devstack.slice/devstack@s-container-sync.service 2021-02-10 16:00:56.732 | └─78171 /usr/bin/python3.6 /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf 2021-02-10 16:00:56.733 | 2021-02-10 16:00:56.733 | Feb 10 15:57:37 dv-osbrick-774883-1-smb systemd[1]: Started Devstack devstack@s-container-sync.service. 2021-02-10 16:00:56.733 | Feb 10 15:57:39 dv-osbrick-774883-1-smb container-sync[78171]: Starting 78171 2021-02-10 16:00:56.733 | Feb 10 15:57:39 dv-osbrick-774883-1-smb container-sync[78171]: Configuration option internal_client_conf_path not defined. Using default configuration, See internal-client.conf-sample for options 2021-02-10 16:00:56.736 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.739 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@n-super-cond.service 2021-02-10 16:00:56.755 | enabled 2021-02-10 16:00:56.759 | + functions-common:service_check:1606 : sudo systemctl status devstack@n-super-cond.service --no-pager 2021-02-10 16:00:56.776 | ● devstack@n-super-cond.service - Devstack devstack@n-super-cond.service 2021-02-10 16:00:56.776 | Loaded: loaded (/etc/systemd/system/devstack@n-super-cond.service; enabled; vendor preset: enabled) 2021-02-10 16:00:56.776 | Active: active (running) since Wed 2021-02-10 15:59:06 UTC; 1min 50s ago 2021-02-10 16:00:56.776 | Main PID: 85393 (nova-conductor) 2021-02-10 16:00:56.776 | Tasks: 3 (limit: 14352) 2021-02-10 16:00:56.776 | CGroup: /system.slice/system-devstack.slice/devstack@n-super-cond.service 2021-02-10 16:00:56.776 | ├─85393 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-02-10 16:00:56.776 | ├─86281 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-02-10 16:00:56.776 | └─86282 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-02-10 16:00:56.776 | 2021-02-10 16:00:56.776 | Feb 10 15:59:11 dv-osbrick-774883-1-smb nova-conductor[85393]: DEBUG oslo_service.service [None req-9a541729-ee27-4442-a8c4-9480440e7b2c None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=85393) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:56.776 | Feb 10 15:59:11 dv-osbrick-774883-1-smb nova-conductor[85393]: DEBUG oslo_service.service [None req-9a541729-ee27-4442-a8c4-9480440e7b2c None None] oslo_messaging_rabbit.ssl_version = {{(pid=85393) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:56.777 | Feb 10 15:59:11 dv-osbrick-774883-1-smb nova-conductor[85393]: DEBUG oslo_service.service [None req-9a541729-ee27-4442-a8c4-9480440e7b2c None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=85393) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:56.777 | Feb 10 15:59:11 dv-osbrick-774883-1-smb nova-conductor[85393]: DEBUG oslo_service.service [None req-9a541729-ee27-4442-a8c4-9480440e7b2c None None] oslo_messaging_notifications.retry = -1 {{(pid=85393) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:56.777 | Feb 10 15:59:11 dv-osbrick-774883-1-smb nova-conductor[85393]: DEBUG oslo_service.service [None req-9a541729-ee27-4442-a8c4-9480440e7b2c None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=85393) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:56.777 | Feb 10 15:59:11 dv-osbrick-774883-1-smb nova-conductor[85393]: DEBUG oslo_service.service [None req-9a541729-ee27-4442-a8c4-9480440e7b2c None None] oslo_messaging_notifications.transport_url = **** {{(pid=85393) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:56.777 | Feb 10 15:59:11 dv-osbrick-774883-1-smb nova-conductor[85393]: DEBUG oslo_service.service [None req-9a541729-ee27-4442-a8c4-9480440e7b2c None None] oslo_reports.file_event_handler = None {{(pid=85393) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:56.777 | Feb 10 15:59:11 dv-osbrick-774883-1-smb nova-conductor[85393]: DEBUG oslo_service.service [None req-9a541729-ee27-4442-a8c4-9480440e7b2c None None] oslo_reports.file_event_handler_interval = 1 {{(pid=85393) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:56.777 | Feb 10 15:59:11 dv-osbrick-774883-1-smb nova-conductor[85393]: DEBUG oslo_service.service [None req-9a541729-ee27-4442-a8c4-9480440e7b2c None None] oslo_reports.log_dir = None {{(pid=85393) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:56.777 | Feb 10 15:59:11 dv-osbrick-774883-1-smb nova-conductor[85393]: DEBUG oslo_service.service [None req-9a541729-ee27-4442-a8c4-9480440e7b2c None None] ******************************************************************************** {{(pid=85393) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-02-10 16:00:56.780 | + functions-common:service_check:1600 : for service in ${ENABLED_SERVICES//,/ } 2021-02-10 16:00:56.783 | + functions-common:service_check:1602 : sudo systemctl is-enabled devstack@n-cond-cell1.service 2021-02-10 16:00:56.797 | enabled 2021-02-10 16:00:56.802 | + functions-common:service_check:1606 : sudo systemctl status devstack@n-cond-cell1.service --no-pager 2021-02-10 16:00:56.819 | ● devstack@n-cond-cell1.service - Devstack devstack@n-cond-cell1.service 2021-02-10 16:00:56.819 | Loaded: loaded (/etc/systemd/system/devstack@n-cond-cell1.service; enabled; vendor preset: enabled) 2021-02-10 16:00:56.819 | Active: active (running) since Wed 2021-02-10 15:59:08 UTC; 1min 48s ago 2021-02-10 16:00:56.819 | Main PID: 85779 (nova-conductor) 2021-02-10 16:00:56.819 | Tasks: 3 (limit: 14352) 2021-02-10 16:00:56.819 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond-cell1.service 2021-02-10 16:00:56.819 | ├─85779 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-02-10 16:00:56.819 | ├─86288 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-02-10 16:00:56.819 | └─86289 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-02-10 16:00:56.819 | 2021-02-10 16:00:56.819 | Feb 10 15:59:12 dv-osbrick-774883-1-smb nova-conductor[85779]: DEBUG oslo_service.service [None req-f889e159-5773-4340-bc05-2d4560098866 None None] oslo_reports.file_event_handler = None {{(pid=85779) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:56.819 | Feb 10 15:59:12 dv-osbrick-774883-1-smb nova-conductor[85779]: DEBUG oslo_service.service [None req-f889e159-5773-4340-bc05-2d4560098866 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=85779) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:56.819 | Feb 10 15:59:12 dv-osbrick-774883-1-smb nova-conductor[85779]: DEBUG oslo_service.service [None req-f889e159-5773-4340-bc05-2d4560098866 None None] oslo_reports.log_dir = None {{(pid=85779) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-02-10 16:00:56.819 | Feb 10 15:59:12 dv-osbrick-774883-1-smb nova-conductor[85779]: DEBUG oslo_service.service [None req-f889e159-5773-4340-bc05-2d4560098866 None None] ******************************************************************************** {{(pid=85779) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-02-10 16:00:56.819 | Feb 10 15:59:12 dv-osbrick-774883-1-smb nova-conductor[85779]: DEBUG nova.service [None req-0fbe69f3-3db9-4cd5-a414-82f4798b408e None None] Creating RPC server for service conductor {{(pid=86289) start /opt/stack/nova/nova/service.py:182}} 2021-02-10 16:00:56.819 | Feb 10 15:59:12 dv-osbrick-774883-1-smb nova-conductor[85779]: DEBUG nova.service [None req-184b2bc6-8929-4051-9146-a7e914a8ce22 None None] Creating RPC server for service conductor {{(pid=86288) start /opt/stack/nova/nova/service.py:182}} 2021-02-10 16:00:56.819 | Feb 10 15:59:12 dv-osbrick-774883-1-smb nova-conductor[85779]: DEBUG nova.service [None req-184b2bc6-8929-4051-9146-a7e914a8ce22 None None] Join ServiceGroup membership for this service conductor {{(pid=86288) start /opt/stack/nova/nova/service.py:200}} 2021-02-10 16:00:56.819 | Feb 10 15:59:12 dv-osbrick-774883-1-smb nova-conductor[85779]: DEBUG nova.servicegroup.drivers.db [None req-184b2bc6-8929-4051-9146-a7e914a8ce22 None None] DB_Driver: join new ServiceGroup member dv-osbrick-774883-1-smb to the conductor group, service = {{(pid=86288) join /opt/stack/nova/nova/servicegroup/drivers/db.py:47}} 2021-02-10 16:00:56.819 | Feb 10 15:59:12 dv-osbrick-774883-1-smb nova-conductor[85779]: DEBUG nova.service [None req-0fbe69f3-3db9-4cd5-a414-82f4798b408e None None] Join ServiceGroup membership for this service conductor {{(pid=86289) start /opt/stack/nova/nova/service.py:200}} 2021-02-10 16:00:56.819 | Feb 10 15:59:12 dv-osbrick-774883-1-smb nova-conductor[85779]: DEBUG nova.servicegroup.drivers.db [None req-0fbe69f3-3db9-4cd5-a414-82f4798b408e None None] DB_Driver: join new ServiceGroup member dv-osbrick-774883-1-smb to the conductor group, service = {{(pid=86289) join /opt/stack/nova/nova/servicegroup/drivers/db.py:47}} 2021-02-10 16:00:56.823 | + ./stack.sh:main:1406 : is_service_enabled n-api 2021-02-10 16:00:56.842 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:00:56.845 | + ./stack.sh:main:1407 : is_service_enabled n-cpu 2021-02-10 16:00:56.863 | + functions-common:is_service_enabled:1962 : return 1 2021-02-10 16:00:56.866 | + ./stack.sh:main:1414 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2021-02-10 16:00:56.868 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 16:00:56.872 | + ./stack.sh:echo_summary:422 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2021-02-10 16:00:56.875 | + ./stack.sh:main:1421 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2021-02-10 16:01:00.492 | +--------------------------------------------------------------------+ 2021-02-10 16:01:00.492 | | Upgrade Check Results | 2021-02-10 16:01:00.492 | +--------------------------------------------------------------------+ 2021-02-10 16:01:00.492 | | Check: Cells v2 | 2021-02-10 16:01:00.492 | | Result: Success | 2021-02-10 16:01:00.492 | | Details: No host mappings or compute nodes were found. Remember to | 2021-02-10 16:01:00.492 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2021-02-10 16:01:00.492 | | compute hosts are deployed. | 2021-02-10 16:01:00.492 | +--------------------------------------------------------------------+ 2021-02-10 16:01:00.492 | | Check: Placement API | 2021-02-10 16:01:00.493 | | Result: Success | 2021-02-10 16:01:00.493 | | Details: None | 2021-02-10 16:01:00.493 | +--------------------------------------------------------------------+ 2021-02-10 16:01:00.493 | | Check: Ironic Flavor Migration | 2021-02-10 16:01:00.493 | | Result: Success | 2021-02-10 16:01:00.493 | | Details: None | 2021-02-10 16:01:00.493 | +--------------------------------------------------------------------+ 2021-02-10 16:01:00.493 | | Check: Cinder API | 2021-02-10 16:01:00.493 | | Result: Success | 2021-02-10 16:01:00.493 | | Details: None | 2021-02-10 16:01:00.493 | +--------------------------------------------------------------------+ 2021-02-10 16:01:00.493 | | Check: Policy Scope-based Defaults | 2021-02-10 16:01:00.493 | | Result: Success | 2021-02-10 16:01:00.493 | | Details: None | 2021-02-10 16:01:00.493 | +--------------------------------------------------------------------+ 2021-02-10 16:01:00.493 | | Check: Policy File JSON to YAML Migration | 2021-02-10 16:01:00.493 | | Result: Success | 2021-02-10 16:01:00.493 | | Details: None | 2021-02-10 16:01:00.493 | +--------------------------------------------------------------------+ 2021-02-10 16:01:00.493 | | Check: Older than N-1 computes | 2021-02-10 16:01:00.493 | | Result: Success | 2021-02-10 16:01:00.493 | | Details: None | 2021-02-10 16:01:00.493 | +--------------------------------------------------------------------+ 2021-02-10 16:01:00.890 | + ./stack.sh:main:1428 : [[ -x /home/ubuntu/devstack/local.sh ]] 2021-02-10 16:01:00.893 | + ./stack.sh:main:1429 : echo 'Running user script /home/ubuntu/devstack/local.sh' 2021-02-10 16:01:00.893 | Running user script /home/ubuntu/devstack/local.sh 2021-02-10 16:01:00.896 | + ./stack.sh:main:1430 : /home/ubuntu/devstack/local.sh 2021-02-10 16:01:00.900 | Before updating nova flavors: 2021-02-10 16:01:03.492 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:03.492 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:03.492 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:03.492 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:03.492 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-02-10 16:01:03.492 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2021-02-10 16:01:03.492 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-02-10 16:01:03.492 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2021-02-10 16:01:03.493 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2021-02-10 16:01:03.493 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2021-02-10 16:01:03.493 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2021-02-10 16:01:03.493 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2021-02-10 16:01:03.493 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2021-02-10 16:01:03.493 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2021-02-10 16:01:03.493 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2021-02-10 16:01:03.493 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2021-02-10 16:01:03.493 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2021-02-10 16:01:03.493 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-02-10 16:01:05.538 | ERROR (CommandError): No flavor with a name or ID of '42' exists. 2021-02-10 16:01:05.639 | Flavor 42 not found 2021-02-10 16:01:07.546 | ERROR (CommandError): No flavor with a name or ID of '84' exists. 2021-02-10 16:01:07.650 | Flavor 84 not found 2021-02-10 16:01:09.634 | ERROR (CommandError): No flavor with a name or ID of '451' exists. 2021-02-10 16:01:09.734 | Flavor 451 not found 2021-02-10 16:01:11.518 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:01:11.519 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-02-10 16:01:11.519 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:01:11.519 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:01:11.519 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:01:13.406 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:01:13.406 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-02-10 16:01:13.406 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:01:13.406 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:01:13.406 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:01:15.401 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:01:15.401 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-02-10 16:01:15.401 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:01:15.401 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:01:15.401 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:01:17.364 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:01:17.364 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-02-10 16:01:17.364 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:01:17.364 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:01:17.364 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:01:17.464 | After updating nova flavors: 2021-02-10 16:01:19.236 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:01:19.236 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-02-10 16:01:19.236 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:01:19.236 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:01:19.236 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:01:19.236 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-02-10 16:01:19.236 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-02-10 16:01:19.236 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:01:19.236 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:01:19.236 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:01:19.236 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-02-10 16:01:19.236 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:01:19.236 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:01:19.236 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:01:19.236 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:01:19.237 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-02-10 16:01:19.237 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-02-10 16:01:19.237 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:01:22.021 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:22.021 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:22.021 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:22.021 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:25.576 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:25.576 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:25.576 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:25.576 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:25.791 | Neutron networks: 2021-02-10 16:01:28.466 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:28.466 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:28.466 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:28.466 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:28.466 | +--------------------------------------+---------+--------------------------------------+ 2021-02-10 16:01:28.466 | | ID | Name | Subnets | 2021-02-10 16:01:28.466 | +--------------------------------------+---------+--------------------------------------+ 2021-02-10 16:01:28.466 | | 223a9b4b-52ee-4006-a802-70a011eac35a | private | 23aa37e6-ca68-4bd9-88cd-a70b17f36396 | 2021-02-10 16:01:28.466 | | c8caaec1-be99-412f-b722-741f8d2f4aee | public | e73c8c74-1c2f-48a1-b585-27c5ae31b442 | 2021-02-10 16:01:28.466 | +--------------------------------------+---------+--------------------------------------+ 2021-02-10 16:01:31.314 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:31.314 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:31.314 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:31.314 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:34.147 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:34.147 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:34.147 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:34.147 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:34.148 | +---------------------------+--------------------------------------+ 2021-02-10 16:01:34.148 | | Field | Value | 2021-02-10 16:01:34.148 | +---------------------------+--------------------------------------+ 2021-02-10 16:01:34.148 | | admin_state_up | UP | 2021-02-10 16:01:34.148 | | availability_zone_hints | | 2021-02-10 16:01:34.148 | | availability_zones | nova | 2021-02-10 16:01:34.148 | | created_at | 2021-02-10T15:58:21Z | 2021-02-10 16:01:34.148 | | description | | 2021-02-10 16:01:34.148 | | dns_domain | None | 2021-02-10 16:01:34.148 | | id | 223a9b4b-52ee-4006-a802-70a011eac35a | 2021-02-10 16:01:34.148 | | ipv4_address_scope | None | 2021-02-10 16:01:34.148 | | ipv6_address_scope | None | 2021-02-10 16:01:34.148 | | is_default | None | 2021-02-10 16:01:34.148 | | is_vlan_transparent | None | 2021-02-10 16:01:34.148 | | mtu | 1450 | 2021-02-10 16:01:34.148 | | name | private | 2021-02-10 16:01:34.148 | | port_security_enabled | True | 2021-02-10 16:01:34.148 | | project_id | 654eaea6d41f47a794eefa7accb4c66a | 2021-02-10 16:01:34.148 | | provider:network_type | vxlan | 2021-02-10 16:01:34.148 | | provider:physical_network | None | 2021-02-10 16:01:34.148 | | provider:segmentation_id | 1 | 2021-02-10 16:01:34.148 | | qos_policy_id | None | 2021-02-10 16:01:34.148 | | revision_number | 3 | 2021-02-10 16:01:34.148 | | router:external | Internal | 2021-02-10 16:01:34.148 | | segments | None | 2021-02-10 16:01:34.148 | | shared | False | 2021-02-10 16:01:34.148 | | status | ACTIVE | 2021-02-10 16:01:34.148 | | subnets | 23aa37e6-ca68-4bd9-88cd-a70b17f36396 | 2021-02-10 16:01:34.148 | | tags | | 2021-02-10 16:01:34.148 | | updated_at | 2021-02-10T16:01:25Z | 2021-02-10 16:01:34.149 | +---------------------------+--------------------------------------+ 2021-02-10 16:01:36.959 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:36.959 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:36.959 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:36.959 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:36.959 | +---------------------------+--------------------------------------+ 2021-02-10 16:01:36.959 | | Field | Value | 2021-02-10 16:01:36.959 | +---------------------------+--------------------------------------+ 2021-02-10 16:01:36.959 | | admin_state_up | UP | 2021-02-10 16:01:36.959 | | availability_zone_hints | | 2021-02-10 16:01:36.959 | | availability_zones | nova | 2021-02-10 16:01:36.959 | | created_at | 2021-02-10T15:58:43Z | 2021-02-10 16:01:36.959 | | description | | 2021-02-10 16:01:36.959 | | dns_domain | None | 2021-02-10 16:01:36.959 | | id | c8caaec1-be99-412f-b722-741f8d2f4aee | 2021-02-10 16:01:36.959 | | ipv4_address_scope | None | 2021-02-10 16:01:36.959 | | ipv6_address_scope | None | 2021-02-10 16:01:36.959 | | is_default | True | 2021-02-10 16:01:36.959 | | is_vlan_transparent | None | 2021-02-10 16:01:36.959 | | mtu | 1500 | 2021-02-10 16:01:36.959 | | name | public | 2021-02-10 16:01:36.959 | | port_security_enabled | True | 2021-02-10 16:01:36.960 | | project_id | 7a996a09e671489ead9ec76f04ed10c0 | 2021-02-10 16:01:36.960 | | provider:network_type | flat | 2021-02-10 16:01:36.960 | | provider:physical_network | physnet1 | 2021-02-10 16:01:36.960 | | provider:segmentation_id | None | 2021-02-10 16:01:36.960 | | qos_policy_id | None | 2021-02-10 16:01:36.960 | | revision_number | 2 | 2021-02-10 16:01:36.960 | | router:external | External | 2021-02-10 16:01:36.960 | | segments | None | 2021-02-10 16:01:36.960 | | shared | False | 2021-02-10 16:01:36.960 | | status | ACTIVE | 2021-02-10 16:01:36.960 | | subnets | e73c8c74-1c2f-48a1-b585-27c5ae31b442 | 2021-02-10 16:01:36.960 | | tags | | 2021-02-10 16:01:36.960 | | updated_at | 2021-02-10T15:58:51Z | 2021-02-10 16:01:36.960 | +---------------------------+--------------------------------------+ 2021-02-10 16:01:37.178 | Neutron subnetworks: 2021-02-10 16:01:39.704 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:39.705 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:39.705 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:39.705 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:39.705 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-02-10 16:01:39.705 | | ID | Name | Network | Subnet | 2021-02-10 16:01:39.705 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-02-10 16:01:39.705 | | 23aa37e6-ca68-4bd9-88cd-a70b17f36396 | private-subnet | 223a9b4b-52ee-4006-a802-70a011eac35a | 172.20.0.0/26 | 2021-02-10 16:01:39.705 | | e73c8c74-1c2f-48a1-b585-27c5ae31b442 | public-subnet | c8caaec1-be99-412f-b722-741f8d2f4aee | 172.30.1.0/24 | 2021-02-10 16:01:39.705 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-02-10 16:01:42.462 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:42.463 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:42.463 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:42.463 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:45.355 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:45.355 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:45.355 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:45.355 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:45.355 | +----------------------+--------------------------------------+ 2021-02-10 16:01:45.356 | | Field | Value | 2021-02-10 16:01:45.356 | +----------------------+--------------------------------------+ 2021-02-10 16:01:45.356 | | allocation_pools | 172.20.0.2-172.20.0.62 | 2021-02-10 16:01:45.356 | | cidr | 172.20.0.0/26 | 2021-02-10 16:01:45.356 | | created_at | 2021-02-10T15:58:26Z | 2021-02-10 16:01:45.356 | | description | | 2021-02-10 16:01:45.356 | | dns_nameservers | 8.8.4.4, 8.8.8.8 | 2021-02-10 16:01:45.356 | | dns_publish_fixed_ip | None | 2021-02-10 16:01:45.356 | | enable_dhcp | True | 2021-02-10 16:01:45.356 | | gateway_ip | 172.20.0.1 | 2021-02-10 16:01:45.356 | | host_routes | | 2021-02-10 16:01:45.356 | | id | 23aa37e6-ca68-4bd9-88cd-a70b17f36396 | 2021-02-10 16:01:45.356 | | ip_version | 4 | 2021-02-10 16:01:45.356 | | ipv6_address_mode | None | 2021-02-10 16:01:45.356 | | ipv6_ra_mode | None | 2021-02-10 16:01:45.356 | | name | private-subnet | 2021-02-10 16:01:45.356 | | network_id | 223a9b4b-52ee-4006-a802-70a011eac35a | 2021-02-10 16:01:45.356 | | prefix_length | None | 2021-02-10 16:01:45.356 | | project_id | 654eaea6d41f47a794eefa7accb4c66a | 2021-02-10 16:01:45.356 | | revision_number | 1 | 2021-02-10 16:01:45.356 | | segment_id | None | 2021-02-10 16:01:45.356 | | service_types | | 2021-02-10 16:01:45.356 | | subnetpool_id | bb4f6854-5dba-4d0a-82cc-dc67ef7498bb | 2021-02-10 16:01:45.356 | | tags | | 2021-02-10 16:01:45.356 | | updated_at | 2021-02-10T16:01:25Z | 2021-02-10 16:01:45.356 | +----------------------+--------------------------------------+ 2021-02-10 16:01:48.130 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:48.130 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:48.130 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:48.130 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:48.130 | +----------------------+--------------------------------------+ 2021-02-10 16:01:48.130 | | Field | Value | 2021-02-10 16:01:48.130 | +----------------------+--------------------------------------+ 2021-02-10 16:01:48.130 | | allocation_pools | 172.30.1.2-172.30.1.254 | 2021-02-10 16:01:48.130 | | cidr | 172.30.1.0/24 | 2021-02-10 16:01:48.130 | | created_at | 2021-02-10T15:58:51Z | 2021-02-10 16:01:48.130 | | description | | 2021-02-10 16:01:48.130 | | dns_nameservers | | 2021-02-10 16:01:48.130 | | dns_publish_fixed_ip | None | 2021-02-10 16:01:48.130 | | enable_dhcp | False | 2021-02-10 16:01:48.131 | | gateway_ip | 172.30.1.1 | 2021-02-10 16:01:48.131 | | host_routes | | 2021-02-10 16:01:48.131 | | id | e73c8c74-1c2f-48a1-b585-27c5ae31b442 | 2021-02-10 16:01:48.131 | | ip_version | 4 | 2021-02-10 16:01:48.131 | | ipv6_address_mode | None | 2021-02-10 16:01:48.131 | | ipv6_ra_mode | None | 2021-02-10 16:01:48.131 | | name | public-subnet | 2021-02-10 16:01:48.131 | | network_id | c8caaec1-be99-412f-b722-741f8d2f4aee | 2021-02-10 16:01:48.131 | | prefix_length | None | 2021-02-10 16:01:48.131 | | project_id | 7a996a09e671489ead9ec76f04ed10c0 | 2021-02-10 16:01:48.131 | | revision_number | 0 | 2021-02-10 16:01:48.131 | | segment_id | None | 2021-02-10 16:01:48.131 | | service_types | | 2021-02-10 16:01:48.131 | | subnetpool_id | None | 2021-02-10 16:01:48.131 | | tags | | 2021-02-10 16:01:48.131 | | updated_at | 2021-02-10T15:58:51Z | 2021-02-10 16:01:48.131 | +----------------------+--------------------------------------+ 2021-02-10 16:01:48.514 | + ./stack.sh:main:1439 : command openstack complete 2021-02-10 16:01:48.515 | + ./stack.sh:main:1440 : sudo tee /etc/bash_completion.d/osc.bash_completion 2021-02-10 16:01:48.517 | + ./stack.sh:main:1439 : openstack complete 2021-02-10 16:01:51.243 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:51.243 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:51.243 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:51.243 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:51.244 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2021-02-10 16:01:51.683 | + ./stack.sh:main:1443 : is_service_enabled cinder 2021-02-10 16:01:51.702 | + functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:01:51.704 | + ./stack.sh:main:1444 : is_ubuntu 2021-02-10 16:01:51.707 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-02-10 16:01:51.710 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-02-10 16:01:51.712 | + ./stack.sh:main:1445 : echo_summary 'Configuring lvm.conf global device filter' 2021-02-10 16:01:51.716 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 16:01:51.718 | + ./stack.sh:echo_summary:422 : echo -e Configuring lvm.conf global device filter 2021-02-10 16:01:51.721 | + ./stack.sh:main:1446 : set_lvm_filter 2021-02-10 16:01:51.724 | + lib/lvm:set_lvm_filter:178 : local 'filter_suffix="r|.*|" ] # from devstack' 2021-02-10 16:01:51.726 | + lib/lvm:set_lvm_filter:179 : local 'filter_string=global_filter = [ ' 2021-02-10 16:01:51.729 | + lib/lvm:set_lvm_filter:180 : local pv 2021-02-10 16:01:51.731 | + lib/lvm:set_lvm_filter:181 : local vg 2021-02-10 16:01:51.734 | + lib/lvm:set_lvm_filter:182 : local line 2021-02-10 16:01:51.737 | ++ lib/lvm:set_lvm_filter:184 : sudo pvs --noheadings -o name 2021-02-10 16:01:51.824 | + lib/lvm:set_lvm_filter:189 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2021-02-10 16:01:51.827 | + lib/lvm:set_lvm_filter:191 : clean_lvm_filter 2021-02-10 16:01:51.830 | + lib/lvm:clean_lvm_filter:166 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2021-02-10 16:01:51.850 | + lib/lvm:set_lvm_filter:192 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2021-02-10 16:01:51.872 | + lib/lvm:set_lvm_filter:193 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2021-02-10 16:01:51.874 | + ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 16:01:51.877 | + ./stack.sh:echo_summary:422 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2021-02-10 16:01:51.880 | + ./stack.sh:main:1456 : run_phase stack test-config 2021-02-10 16:01:51.883 | + functions-common:run_phase:1734 : local mode=stack 2021-02-10 16:01:51.886 | + functions-common:run_phase:1735 : local phase=test-config 2021-02-10 16:01:51.889 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-02-10 16:01:51.892 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-02-10 16:01:51.895 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-02-10 16:01:51.897 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-02-10 16:01:51.900 | + functions-common:run_phase:1744 : local extra 2021-02-10 16:01:51.904 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-02-10 16:01:51.908 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-02-10 16:01:51.910 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-02-10 16:01:51.913 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-02-10 16:01:51.916 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack test-config 2021-02-10 16:01:51.919 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-02-10 16:01:51.936 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:01:51.939 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-02-10 16:01:51.941 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-02-10 16:01:51.944 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2021-02-10 16:01:51.946 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-02-10 16:01:51.949 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-02-10 16:01:51.951 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-02-10 16:01:51.954 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2021-02-10 16:01:51.956 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-02-10 16:01:51.959 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2021-02-10 16:01:51.962 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-02-10 16:01:51.966 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-02-10 16:01:51.969 | ++ extras.d/80-tempest.sh:source:20 : echo_summary 'Initializing Tempest' 2021-02-10 16:01:51.971 | ++ ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 16:01:51.974 | ++ ./stack.sh:echo_summary:422 : echo -e Initializing Tempest 2021-02-10 16:01:51.976 | ++ extras.d/80-tempest.sh:source:21 : configure_tempest 2021-02-10 16:01:51.979 | ++ lib/tempest:configure_tempest:116 : [[ True == \T\r\u\e ]] 2021-02-10 16:01:51.982 | ++ lib/tempest:configure_tempest:117 : setup_develop /opt/stack/tempest 2021-02-10 16:01:51.984 | ++ inc/python:setup_develop:338 : local bindep 2021-02-10 16:01:51.986 | ++ inc/python:setup_develop:339 : [[ /opt/stack/tempest == -bindep* ]] 2021-02-10 16:01:51.988 | ++ inc/python:setup_develop:343 : local project_dir=/opt/stack/tempest 2021-02-10 16:01:51.990 | ++ inc/python:setup_develop:344 : local extras= 2021-02-10 16:01:51.992 | ++ inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/tempest -e 2021-02-10 16:01:51.995 | ++ inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-02-10 16:01:51.997 | ++ inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/tempest == -bindep* ]] 2021-02-10 16:01:52.000 | ++ inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/tempest 2021-02-10 16:01:52.002 | ++ inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-02-10 16:01:52.004 | ++ inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-02-10 16:01:52.006 | +++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/tempest 2021-02-10 16:01:52.009 | +++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-02-10 16:01:52.011 | ++ inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/tempest 2021-02-10 16:01:52.015 | ++ inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-02-10 16:01:52.018 | ++ inc/python:_setup_package_with_constraints_edit:382 : local name 2021-02-10 16:01:52.020 | +++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/tempest/setup.cfg 2021-02-10 16:01:52.029 | ++ inc/python:_setup_package_with_constraints_edit:383 : name=tempest 2021-02-10 16:01:52.031 | ++ inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- tempest '-e file:///opt/stack/tempest#egg=tempest' 2021-02-10 16:01:52.744 | ++ inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/tempest -e 2021-02-10 16:01:52.747 | ++ inc/python:setup_package:417 : local bindep=0 2021-02-10 16:01:52.749 | ++ inc/python:setup_package:418 : local bindep_flag= 2021-02-10 16:01:52.751 | ++ inc/python:setup_package:419 : local bindep_profiles= 2021-02-10 16:01:52.753 | ++ inc/python:setup_package:420 : [[ /opt/stack/tempest == -bindep* ]] 2021-02-10 16:01:52.755 | ++ inc/python:setup_package:425 : local project_dir=/opt/stack/tempest 2021-02-10 16:01:52.757 | ++ inc/python:setup_package:426 : local flags=-e 2021-02-10 16:01:52.760 | ++ inc/python:setup_package:427 : local extras= 2021-02-10 16:01:52.762 | ++ inc/python:setup_package:431 : [[ -n -e ]] 2021-02-10 16:01:52.764 | ++ inc/python:setup_package:431 : [[ -z '' ]] 2021-02-10 16:01:52.766 | ++ inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-02-10 16:01:52.769 | ++ inc/python:setup_package:436 : [[ ! -z '' ]] 2021-02-10 16:01:52.771 | ++ inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-02-10 16:01:52.773 | ++ inc/python:setup_package:445 : pip_install -e /opt/stack/tempest 2021-02-10 16:01:52.794 | Using python 3.6 to install /opt/stack/tempest 2021-02-10 16:01:52.797 | ++ inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/tempest 2021-02-10 16:01:54.157 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:54.157 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:54.157 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:01:54.157 | from cryptography.utils import int_from_bytes 2021-02-10 16:01:55.318 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 16:01:55.318 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-02-10 16:01:55.326 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 16:01:55.329 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 16:01:55.338 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 16:01:55.343 | Obtaining file:///opt/stack/tempest 2021-02-10 16:01:57.339 | Obtaining tempest from file:///opt/stack/tempest#egg=tempest (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-02-10 16:01:59.377 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-02-10 16:01:59.381 | Requirement already satisfied: cliff===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (3.6.0) 2021-02-10 16:01:59.396 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (1.5.0) 2021-02-10 16:01:59.464 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) (0.4.4) 2021-02-10 16:01:59.469 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (2.2.0) 2021-02-10 16:01:59.478 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (3.0.0) 2021-02-10 16:01:59.491 | Requirement already satisfied: importlib-metadata===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (3.4.0) 2021-02-10 16:01:59.533 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (3.2.0) 2021-02-10 16:01:59.567 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) (0.8.0) 2021-02-10 16:01:59.576 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (4.4.0) 2021-02-10 16:01:59.588 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (8.4.0) 2021-02-10 16:01:59.638 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (5.0.1) 2021-02-10 16:01:59.644 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (4.4.0) 2021-02-10 16:01:59.690 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (4.1.0) 2021-02-10 16:01:59.701 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (4.7.0) 2021-02-10 16:01:59.721 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (20.9) 2021-02-10 16:01:59.728 | Requirement already satisfied: paramiko===2.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) (2.7.2) 2021-02-10 16:01:59.768 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (5.5.1) 2021-02-10 16:01:59.771 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (0.7.2) 2021-02-10 16:01:59.775 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (0.9.6) 2021-02-10 16:01:59.778 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (2.4.7) 2021-02-10 16:01:59.782 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377)) (1.8.1) 2021-02-10 16:01:59.785 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 380)) (0.17.3) 2021-02-10 16:01:59.790 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 403)) (2.8.1) 2021-02-10 16:01:59.796 | Requirement already satisfied: python-subunit===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) (1.4.0) 2021-02-10 16:01:59.813 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 444)) (2021.1) 2021-02-10 16:01:59.817 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (2.25.1) 2021-02-10 16:01:59.842 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (1.4.0) 2021-02-10 16:01:59.848 | Requirement already satisfied: setuptools===53.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 488)) (53.0.0) 2021-02-10 16:01:59.900 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 491)) (1.15.0) 2021-02-10 16:01:59.904 | Requirement already satisfied: stestr===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (3.1.0) 2021-02-10 16:01:59.937 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (3.3.0) 2021-02-10 16:01:59.948 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (2.4.0) 2021-02-10 16:01:59.969 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (1.4.0) 2021-02-10 16:01:59.973 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (3.7.4.3) 2021-02-10 16:01:59.978 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.1.0) 2021-02-10 16:01:59.986 | Requirement already satisfied: urllib3===1.26.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (1.26.3) 2021-02-10 16:02:00.011 | Requirement already satisfied: voluptuous===0.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (0.12.1) 2021-02-10 16:02:00.016 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (0.2.5) 2021-02-10 16:02:00.022 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (1.12.1) 2021-02-10 16:02:00.026 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 592)) (3.4.0) 2021-02-10 16:02:00.056 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-02-10 16:02:00.103 | Requirement already satisfied: importlib-resources===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) (3.3.1) 2021-02-10 16:02:00.124 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (0.14.1) 2021-02-10 16:02:00.131 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.1.1) 2021-02-10 16:02:00.138 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) (1.0.2) 2021-02-10 16:02:00.142 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (0.1.14) 2021-02-10 16:02:00.145 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) (0.10.9) 2021-02-10 16:02:00.150 | Requirement already satisfied: cryptography===3.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (3.4.4) 2021-02-10 16:02:00.195 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (3.2.0) 2021-02-10 16:02:00.207 | Requirement already satisfied: PyNaCl===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.4.0) 2021-02-10 16:02:00.222 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (1.0.0) 2021-02-10 16:02:00.225 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (4.0.0) 2021-02-10 16:02:00.229 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (2.10) 2021-02-10 16:02:00.234 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (2020.12.5) 2021-02-10 16:02:00.237 | Requirement already satisfied: future===0.18.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (0.18.2) 2021-02-10 16:02:00.241 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420)) (1.6.0) 2021-02-10 16:02:00.244 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.0.0) 2021-02-10 16:02:00.247 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.4.0) 2021-02-10 16:02:00.250 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (1.5) 2021-02-10 16:02:00.253 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (1.14.4) 2021-02-10 16:02:00.257 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (2.20) 2021-02-10 16:02:02.378 | Installing collected packages: tempest 2021-02-10 16:02:02.380 | Running setup.py develop for tempest 2021-02-10 16:02:04.673 | Successfully installed tempest 2021-02-10 16:02:04.821 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 16:02:04.821 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-02-10 16:02:04.951 | ++ inc/python:pip_install:200 : result=0 2021-02-10 16:02:04.953 | ++ inc/python:pip_install:202 : time_stop pip_install 2021-02-10 16:02:04.955 | ++ functions-common:time_stop:2306 : local name 2021-02-10 16:02:04.958 | ++ functions-common:time_stop:2307 : local end_time 2021-02-10 16:02:04.960 | ++ functions-common:time_stop:2308 : local elapsed_time 2021-02-10 16:02:04.962 | ++ functions-common:time_stop:2309 : local total 2021-02-10 16:02:04.965 | ++ functions-common:time_stop:2310 : local start_time 2021-02-10 16:02:04.967 | ++ functions-common:time_stop:2312 : name=pip_install 2021-02-10 16:02:04.969 | ++ functions-common:time_stop:2313 : start_time=1612972912788 2021-02-10 16:02:04.971 | ++ functions-common:time_stop:2315 : [[ -z 1612972912788 ]] 2021-02-10 16:02:04.973 | +++ functions-common:time_stop:2318 : date +%s%3N 2021-02-10 16:02:04.977 | ++ functions-common:time_stop:2318 : end_time=1612972924975 2021-02-10 16:02:04.980 | ++ functions-common:time_stop:2319 : elapsed_time=12187 2021-02-10 16:02:04.982 | ++ functions-common:time_stop:2320 : total=272603 2021-02-10 16:02:04.984 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2021-02-10 16:02:04.986 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=284790 2021-02-10 16:02:04.988 | ++ inc/python:pip_install:203 : return 0 2021-02-10 16:02:04.990 | ++ inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-02-10 16:02:04.993 | ++ inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/tempest/tempest.egg-info 2021-02-10 16:02:04.996 | ++ functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/tempest/tempest.egg-info 2021-02-10 16:02:05.016 | ++ functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/tempest/tempest.egg-info 2021-02-10 16:02:05.029 | ++ inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/tempest 2021-02-10 16:02:05.031 | ++ inc/python:use_library_from_git:250 : local name=/opt/stack/tempest 2021-02-10 16:02:05.033 | ++ inc/python:use_library_from_git:251 : local enabled=1 2021-02-10 16:02:05.036 | ++ inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-02-10 16:02:05.038 | ++ inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/tempest, ]] 2021-02-10 16:02:05.040 | ++ inc/python:use_library_from_git:253 : return 1 2021-02-10 16:02:05.043 | ++ lib/tempest:configure_tempest:123 : local image_lines 2021-02-10 16:02:05.045 | ++ lib/tempest:configure_tempest:124 : local images 2021-02-10 16:02:05.047 | ++ lib/tempest:configure_tempest:125 : local num_images 2021-02-10 16:02:05.050 | ++ lib/tempest:configure_tempest:126 : local image_uuid 2021-02-10 16:02:05.052 | ++ lib/tempest:configure_tempest:127 : local image_uuid_alt 2021-02-10 16:02:05.054 | ++ lib/tempest:configure_tempest:128 : local password 2021-02-10 16:02:05.056 | ++ lib/tempest:configure_tempest:129 : local line 2021-02-10 16:02:05.059 | ++ lib/tempest:configure_tempest:130 : local flavors 2021-02-10 16:02:05.061 | ++ lib/tempest:configure_tempest:131 : local available_flavors 2021-02-10 16:02:05.064 | ++ lib/tempest:configure_tempest:132 : local flavors_ref 2021-02-10 16:02:05.066 | ++ lib/tempest:configure_tempest:133 : local flavor_lines 2021-02-10 16:02:05.068 | ++ lib/tempest:configure_tempest:134 : local flavor_ref_size 2021-02-10 16:02:05.070 | ++ lib/tempest:configure_tempest:135 : local flavor_ref_alt_size 2021-02-10 16:02:05.074 | ++ lib/tempest:configure_tempest:136 : local public_network_id 2021-02-10 16:02:05.084 | ++ lib/tempest:configure_tempest:137 : local public_router_id 2021-02-10 16:02:05.087 | ++ lib/tempest:configure_tempest:138 : local ssh_connect_method=floating 2021-02-10 16:02:05.090 | ++ lib/tempest:configure_tempest:139 : local disk 2021-02-10 16:02:05.092 | ++ lib/tempest:configure_tempest:142 : ifs=' 2021-02-10 16:02:05.092 | ' 2021-02-10 16:02:05.094 | ++ lib/tempest:configure_tempest:152 : declare -a images 2021-02-10 16:02:05.097 | ++ lib/tempest:configure_tempest:154 : is_service_enabled glance 2021-02-10 16:02:05.116 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:02:05.119 | ++ lib/tempest:configure_tempest:155 : read -r IMAGE_NAME IMAGE_UUID 2021-02-10 16:02:05.120 | +++ lib/tempest:configure_tempest:115 : oscwrap image list --property status=active 2021-02-10 16:02:05.122 | +++ lib/tempest:configure_tempest:115 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2021-02-10 16:02:07.892 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:02:07.892 | from cryptography.utils import int_from_bytes 2021-02-10 16:02:07.892 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:02:07.892 | from cryptography.utils import int_from_bytes 2021-02-10 16:02:08.111 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 16:02:08.114 | ++ lib/tempest:configure_tempest:156 : '[' ubuntu-16 = '' ']' 2021-02-10 16:02:08.118 | ++ lib/tempest:configure_tempest:160 : images+=($IMAGE_UUID) 2021-02-10 16:02:08.121 | ++ lib/tempest:configure_tempest:155 : read -r IMAGE_NAME IMAGE_UUID 2021-02-10 16:02:08.123 | ++ lib/tempest:configure_tempest:163 : case "${#images[*]}" in 2021-02-10 16:02:08.126 | ++ lib/tempest:configure_tempest:169 : '[' -z '' ']' 2021-02-10 16:02:08.128 | ++ lib/tempest:configure_tempest:170 : image_uuid=e1f809cc-abc3-45bf-998d-b25e2d02e09e 2021-02-10 16:02:08.131 | ++ lib/tempest:configure_tempest:171 : image_uuid_alt=e1f809cc-abc3-45bf-998d-b25e2d02e09e 2021-02-10 16:02:08.133 | ++ lib/tempest:configure_tempest:185 : sudo install -d -o ubuntu /opt/stack/tempest/etc 2021-02-10 16:02:08.146 | ++ lib/tempest:configure_tempest:186 : rm -f /opt/stack/tempest/etc/tempest.conf 2021-02-10 16:02:08.150 | ++ lib/tempest:configure_tempest:188 : local password=Passw0rd 2021-02-10 16:02:08.153 | ++ lib/tempest:configure_tempest:191 : local admin_username=admin 2021-02-10 16:02:08.155 | ++ lib/tempest:configure_tempest:192 : local admin_project_name=admin 2021-02-10 16:02:08.158 | ++ lib/tempest:configure_tempest:193 : local admin_domain_name=Default 2021-02-10 16:02:08.160 | ++ lib/tempest:configure_tempest:194 : local alt_username=alt_demo 2021-02-10 16:02:08.167 | ++ lib/tempest:configure_tempest:195 : local alt_project_name=alt_demo 2021-02-10 16:02:08.169 | ++ lib/tempest:configure_tempest:196 : local admin_project_id 2021-02-10 16:02:08.173 | +++ lib/tempest:configure_tempest:197 : oscwrap project list 2021-02-10 16:02:08.173 | +++ lib/tempest:configure_tempest:197 : awk '/ admin / { print $2 }' 2021-02-10 16:02:10.680 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:02:10.680 | from cryptography.utils import int_from_bytes 2021-02-10 16:02:10.680 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:02:10.680 | from cryptography.utils import int_from_bytes 2021-02-10 16:02:10.893 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 16:02:10.897 | ++ lib/tempest:configure_tempest:197 : admin_project_id=7a996a09e671489ead9ec76f04ed10c0 2021-02-10 16:02:10.900 | ++ lib/tempest:configure_tempest:199 : is_service_enabled nova 2021-02-10 16:02:10.916 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:02:10.920 | +++ lib/tempest:configure_tempest:202 : nova flavor-list 2021-02-10 16:02:12.831 | ++ lib/tempest:configure_tempest:202 : available_flavors='+-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:02:12.831 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-02-10 16:02:12.831 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:02:12.831 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.831 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.832 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-02-10 16:02:12.832 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-02-10 16:02:12.832 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.832 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.832 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.832 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-02-10 16:02:12.832 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.832 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.832 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.832 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.832 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-02-10 16:02:12.832 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-02-10 16:02:12.832 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+' 2021-02-10 16:02:12.834 | ++ lib/tempest:configure_tempest:203 : [[ -z '' ]] 2021-02-10 16:02:12.837 | ++ lib/tempest:configure_tempest:204 : [[ +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:02:12.837 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-02-10 16:02:12.837 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:02:12.837 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.837 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.837 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-02-10 16:02:12.837 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-02-10 16:02:12.837 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.837 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.837 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.837 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-02-10 16:02:12.837 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.837 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.837 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.837 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.837 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-02-10 16:02:12.837 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-02-10 16:02:12.838 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ =~ m1\.nano ]] 2021-02-10 16:02:12.840 | ++ lib/tempest:configure_tempest:209 : flavor_ref=42 2021-02-10 16:02:12.842 | ++ lib/tempest:configure_tempest:210 : [[ +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:02:12.842 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-02-10 16:02:12.842 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-02-10 16:02:12.842 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.842 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.842 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-02-10 16:02:12.842 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-02-10 16:02:12.842 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.843 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.843 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.843 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-02-10 16:02:12.843 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.843 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.843 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.843 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-02-10 16:02:12.843 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-02-10 16:02:12.843 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-02-10 16:02:12.843 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ =~ m1\.micro ]] 2021-02-10 16:02:12.846 | ++ lib/tempest:configure_tempest:215 : flavor_ref_alt=84 2021-02-10 16:02:12.848 | ++ lib/tempest:configure_tempest:264 : iniset /opt/stack/tempest/etc/tempest.conf network project_network_cidr 172.20.0.0/16 2021-02-10 16:02:12.880 | ++ lib/tempest:configure_tempest:266 : ssh_connect_method=floating 2021-02-10 16:02:12.882 | ++ lib/tempest:configure_tempest:272 : [[ True == \T\r\u\e ]] 2021-02-10 16:02:12.885 | ++ lib/tempest:configure_tempest:272 : is_networking_extension_supported external-net 2021-02-10 16:02:12.887 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:434 : local extension=external-net 2021-02-10 16:02:12.890 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2021-02-10 16:02:15.430 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:02:15.430 | from cryptography.utils import int_from_bytes 2021-02-10 16:02:15.430 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:02:15.430 | from cryptography.utils import int_from_bytes 2021-02-10 16:02:15.650 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 16:02:15.655 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : EXT_LIST='address-group 2021-02-10 16:02:15.655 | address-scope 2021-02-10 16:02:15.655 | router-admin-state-down-before-update 2021-02-10 16:02:15.655 | agent 2021-02-10 16:02:15.655 | agent-resources-synced 2021-02-10 16:02:15.655 | allowed-address-pairs 2021-02-10 16:02:15.655 | auto-allocated-topology 2021-02-10 16:02:15.655 | availability_zone 2021-02-10 16:02:15.655 | availability_zone_filter 2021-02-10 16:02:15.655 | default-subnetpools 2021-02-10 16:02:15.655 | dhcp_agent_scheduler 2021-02-10 16:02:15.655 | dvr 2021-02-10 16:02:15.656 | empty-string-filtering 2021-02-10 16:02:15.656 | external-net 2021-02-10 16:02:15.656 | extra_dhcp_opt 2021-02-10 16:02:15.656 | extraroute 2021-02-10 16:02:15.656 | extraroute-atomic 2021-02-10 16:02:15.656 | filter-validation 2021-02-10 16:02:15.656 | fip-port-details 2021-02-10 16:02:15.656 | flavors 2021-02-10 16:02:15.656 | floatingip-pools 2021-02-10 16:02:15.656 | ip-substring-filtering 2021-02-10 16:02:15.656 | router 2021-02-10 16:02:15.656 | ext-gw-mode 2021-02-10 16:02:15.656 | l3-ha 2021-02-10 16:02:15.656 | l3-flavors 2021-02-10 16:02:15.656 | l3-port-ip-change-not-allowed 2021-02-10 16:02:15.656 | l3_agent_scheduler 2021-02-10 16:02:15.656 | metering 2021-02-10 16:02:15.656 | metering_source_and_destination_fields 2021-02-10 16:02:15.656 | multi-provider 2021-02-10 16:02:15.657 | net-mtu 2021-02-10 16:02:15.657 | net-mtu-writable 2021-02-10 16:02:15.657 | network_availability_zone 2021-02-10 16:02:15.657 | network-ip-availability 2021-02-10 16:02:15.657 | pagination 2021-02-10 16:02:15.657 | port-device-profile 2021-02-10 16:02:15.657 | port-mac-address-regenerate 2021-02-10 16:02:15.657 | port-numa-affinity-policy 2021-02-10 16:02:15.657 | binding 2021-02-10 16:02:15.657 | binding-extended 2021-02-10 16:02:15.657 | port-security 2021-02-10 16:02:15.657 | project-id 2021-02-10 16:02:15.657 | provider 2021-02-10 16:02:15.657 | quotas 2021-02-10 16:02:15.657 | quota_details 2021-02-10 16:02:15.657 | rbac-policies 2021-02-10 16:02:15.657 | rbac-address-scope 2021-02-10 16:02:15.657 | rbac-security-groups 2021-02-10 16:02:15.657 | rbac-subnetpool 2021-02-10 16:02:15.657 | revision-if-match 2021-02-10 16:02:15.657 | standard-attr-revisions 2021-02-10 16:02:15.658 | router_availability_zone 2021-02-10 16:02:15.658 | security-groups-normalized-cidr 2021-02-10 16:02:15.658 | port-security-groups-filtering 2021-02-10 16:02:15.658 | security-groups-remote-address-group 2021-02-10 16:02:15.658 | security-group 2021-02-10 16:02:15.658 | service-type 2021-02-10 16:02:15.658 | sorting 2021-02-10 16:02:15.658 | standard-attr-description 2021-02-10 16:02:15.658 | stateful-security-group 2021-02-10 16:02:15.658 | subnet_onboard 2021-02-10 16:02:15.658 | subnet-service-types 2021-02-10 16:02:15.658 | subnet_allocation 2021-02-10 16:02:15.658 | subnetpool-prefix-ops 2021-02-10 16:02:15.658 | standard-attr-tag 2021-02-10 16:02:15.658 | standard-attr-timestamp' 2021-02-10 16:02:15.658 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : [[ address-group 2021-02-10 16:02:15.658 | address-scope 2021-02-10 16:02:15.658 | router-admin-state-down-before-update 2021-02-10 16:02:15.658 | agent 2021-02-10 16:02:15.658 | agent-resources-synced 2021-02-10 16:02:15.658 | allowed-address-pairs 2021-02-10 16:02:15.658 | auto-allocated-topology 2021-02-10 16:02:15.658 | availability_zone 2021-02-10 16:02:15.658 | availability_zone_filter 2021-02-10 16:02:15.658 | default-subnetpools 2021-02-10 16:02:15.658 | dhcp_agent_scheduler 2021-02-10 16:02:15.658 | dvr 2021-02-10 16:02:15.658 | empty-string-filtering 2021-02-10 16:02:15.658 | external-net 2021-02-10 16:02:15.658 | extra_dhcp_opt 2021-02-10 16:02:15.658 | extraroute 2021-02-10 16:02:15.658 | extraroute-atomic 2021-02-10 16:02:15.658 | filter-validation 2021-02-10 16:02:15.659 | fip-port-details 2021-02-10 16:02:15.659 | flavors 2021-02-10 16:02:15.659 | floatingip-pools 2021-02-10 16:02:15.659 | ip-substring-filtering 2021-02-10 16:02:15.659 | router 2021-02-10 16:02:15.659 | ext-gw-mode 2021-02-10 16:02:15.659 | l3-ha 2021-02-10 16:02:15.659 | l3-flavors 2021-02-10 16:02:15.659 | l3-port-ip-change-not-allowed 2021-02-10 16:02:15.659 | l3_agent_scheduler 2021-02-10 16:02:15.659 | metering 2021-02-10 16:02:15.659 | metering_source_and_destination_fields 2021-02-10 16:02:15.659 | multi-provider 2021-02-10 16:02:15.659 | net-mtu 2021-02-10 16:02:15.659 | net-mtu-writable 2021-02-10 16:02:15.659 | network_availability_zone 2021-02-10 16:02:15.659 | network-ip-availability 2021-02-10 16:02:15.659 | pagination 2021-02-10 16:02:15.659 | port-device-profile 2021-02-10 16:02:15.659 | port-mac-address-regenerate 2021-02-10 16:02:15.659 | port-numa-affinity-policy 2021-02-10 16:02:15.659 | binding 2021-02-10 16:02:15.659 | binding-extended 2021-02-10 16:02:15.659 | port-security 2021-02-10 16:02:15.659 | project-id 2021-02-10 16:02:15.659 | provider 2021-02-10 16:02:15.659 | quotas 2021-02-10 16:02:15.659 | quota_details 2021-02-10 16:02:15.659 | rbac-policies 2021-02-10 16:02:15.659 | rbac-address-scope 2021-02-10 16:02:15.659 | rbac-security-groups 2021-02-10 16:02:15.659 | rbac-subnetpool 2021-02-10 16:02:15.659 | revision-if-match 2021-02-10 16:02:15.659 | standard-attr-revisions 2021-02-10 16:02:15.659 | router_availability_zone 2021-02-10 16:02:15.659 | security-groups-normalized-cidr 2021-02-10 16:02:15.660 | port-security-groups-filtering 2021-02-10 16:02:15.660 | security-groups-remote-address-group 2021-02-10 16:02:15.660 | security-group 2021-02-10 16:02:15.660 | service-type 2021-02-10 16:02:15.660 | sorting 2021-02-10 16:02:15.660 | standard-attr-description 2021-02-10 16:02:15.660 | stateful-security-group 2021-02-10 16:02:15.660 | subnet_onboard 2021-02-10 16:02:15.660 | subnet-service-types 2021-02-10 16:02:15.660 | subnet_allocation 2021-02-10 16:02:15.660 | subnetpool-prefix-ops 2021-02-10 16:02:15.660 | standard-attr-tag 2021-02-10 16:02:15.660 | standard-attr-timestamp =~ external-net ]] 2021-02-10 16:02:15.662 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : return 0 2021-02-10 16:02:15.665 | +++ lib/tempest:configure_tempest:273 : oscwrap network show -f value -c id public 2021-02-10 16:02:18.459 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:02:18.459 | from cryptography.utils import int_from_bytes 2021-02-10 16:02:18.459 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:02:18.459 | from cryptography.utils import int_from_bytes 2021-02-10 16:02:18.674 | +++ functions-common:oscwrap:2346 : return 0 2021-02-10 16:02:18.677 | ++ lib/tempest:configure_tempest:273 : public_network_id=c8caaec1-be99-412f-b722-741f8d2f4aee 2021-02-10 16:02:18.679 | ++ lib/tempest:configure_tempest:275 : openstack network create --share shared 2021-02-10 16:02:21.546 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:02:21.547 | from cryptography.utils import int_from_bytes 2021-02-10 16:02:21.547 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:02:21.547 | from cryptography.utils import int_from_bytes 2021-02-10 16:02:21.547 | +---------------------------+--------------------------------------+ 2021-02-10 16:02:21.547 | | Field | Value | 2021-02-10 16:02:21.547 | +---------------------------+--------------------------------------+ 2021-02-10 16:02:21.547 | | admin_state_up | UP | 2021-02-10 16:02:21.547 | | availability_zone_hints | | 2021-02-10 16:02:21.547 | | availability_zones | | 2021-02-10 16:02:21.547 | | created_at | 2021-02-10T16:02:21Z | 2021-02-10 16:02:21.547 | | description | | 2021-02-10 16:02:21.547 | | dns_domain | None | 2021-02-10 16:02:21.547 | | id | e6a59633-4b4f-4682-8dd3-7aaed345d6b9 | 2021-02-10 16:02:21.547 | | ipv4_address_scope | None | 2021-02-10 16:02:21.547 | | ipv6_address_scope | None | 2021-02-10 16:02:21.548 | | is_default | False | 2021-02-10 16:02:21.548 | | is_vlan_transparent | None | 2021-02-10 16:02:21.548 | | mtu | 1450 | 2021-02-10 16:02:21.548 | | name | shared | 2021-02-10 16:02:21.548 | | port_security_enabled | True | 2021-02-10 16:02:21.548 | | project_id | 7a996a09e671489ead9ec76f04ed10c0 | 2021-02-10 16:02:21.548 | | provider:network_type | vxlan | 2021-02-10 16:02:21.548 | | provider:physical_network | None | 2021-02-10 16:02:21.548 | | provider:segmentation_id | 2 | 2021-02-10 16:02:21.548 | | qos_policy_id | None | 2021-02-10 16:02:21.548 | | revision_number | 1 | 2021-02-10 16:02:21.548 | | router:external | Internal | 2021-02-10 16:02:21.548 | | segments | None | 2021-02-10 16:02:21.548 | | shared | True | 2021-02-10 16:02:21.548 | | status | ACTIVE | 2021-02-10 16:02:21.548 | | subnets | | 2021-02-10 16:02:21.549 | | tags | | 2021-02-10 16:02:21.549 | | updated_at | 2021-02-10T16:02:21Z | 2021-02-10 16:02:21.549 | +---------------------------+--------------------------------------+ 2021-02-10 16:02:21.771 | ++ lib/tempest:configure_tempest:276 : openstack subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2021-02-10 16:02:25.357 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:02:25.357 | from cryptography.utils import int_from_bytes 2021-02-10 16:02:25.357 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-02-10 16:02:25.357 | from cryptography.utils import int_from_bytes 2021-02-10 16:02:25.357 | +----------------------+--------------------------------------+ 2021-02-10 16:02:25.357 | | Field | Value | 2021-02-10 16:02:25.357 | +----------------------+--------------------------------------+ 2021-02-10 16:02:25.358 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2021-02-10 16:02:25.358 | | cidr | 192.168.233.0/24 | 2021-02-10 16:02:25.358 | | created_at | 2021-02-10T16:02:24Z | 2021-02-10 16:02:25.358 | | description | shared-subnet | 2021-02-10 16:02:25.358 | | dns_nameservers | | 2021-02-10 16:02:25.358 | | dns_publish_fixed_ip | None | 2021-02-10 16:02:25.358 | | enable_dhcp | True | 2021-02-10 16:02:25.358 | | gateway_ip | 192.168.233.1 | 2021-02-10 16:02:25.358 | | host_routes | | 2021-02-10 16:02:25.358 | | id | 6de38d46-58ae-4c2e-b688-000852b97857 | 2021-02-10 16:02:25.358 | | ip_version | 4 | 2021-02-10 16:02:25.358 | | ipv6_address_mode | None | 2021-02-10 16:02:25.358 | | ipv6_ra_mode | None | 2021-02-10 16:02:25.358 | | name | shared-subnet | 2021-02-10 16:02:25.358 | | network_id | e6a59633-4b4f-4682-8dd3-7aaed345d6b9 | 2021-02-10 16:02:25.358 | | prefix_length | None | 2021-02-10 16:02:25.358 | | project_id | 7a996a09e671489ead9ec76f04ed10c0 | 2021-02-10 16:02:25.358 | | revision_number | 0 | 2021-02-10 16:02:25.358 | | segment_id | None | 2021-02-10 16:02:25.358 | | service_types | | 2021-02-10 16:02:25.358 | | subnetpool_id | None | 2021-02-10 16:02:25.358 | | tags | | 2021-02-10 16:02:25.358 | | updated_at | 2021-02-10T16:02:24Z | 2021-02-10 16:02:25.358 | +----------------------+--------------------------------------+ 2021-02-10 16:02:25.578 | ++ lib/tempest:configure_tempest:279 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_syslog False 2021-02-10 16:02:25.614 | ++ lib/tempest:configure_tempest:282 : iniset /opt/stack/tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2021-02-10 16:02:25.646 | ++ lib/tempest:configure_tempest:283 : mkdir -p /opt/stack/data/tempest 2021-02-10 16:02:25.652 | ++ lib/tempest:configure_tempest:284 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_stderr False 2021-02-10 16:02:25.686 | ++ lib/tempest:configure_tempest:285 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT log_file tempest.log 2021-02-10 16:02:25.717 | ++ lib/tempest:configure_tempest:286 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT debug True 2021-02-10 16:02:25.750 | ++ lib/tempest:configure_tempest:289 : iniset /opt/stack/tempest/etc/tempest.conf compute build_timeout 196 2021-02-10 16:02:25.783 | ++ lib/tempest:configure_tempest:290 : iniset /opt/stack/tempest/etc/tempest.conf volume build_timeout 196 2021-02-10 16:02:25.815 | ++ lib/tempest:configure_tempest:293 : iniset /opt/stack/tempest/etc/tempest.conf identity uri http://10.222.0.71/identity/v2.0/ 2021-02-10 16:02:25.847 | ++ lib/tempest:configure_tempest:294 : iniset /opt/stack/tempest/etc/tempest.conf identity uri_v3 http://10.222.0.71/identity/v3 2021-02-10 16:02:25.883 | ++ lib/tempest:configure_tempest:295 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2021-02-10 16:02:25.911 | ++ lib/tempest:configure_tempest:296 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_duration 10 2021-02-10 16:02:25.943 | ++ lib/tempest:configure_tempest:297 : iniset /opt/stack/tempest/etc/tempest.conf identity user_unique_last_password_count 2 2021-02-10 16:02:25.972 | ++ lib/tempest:configure_tempest:298 : [[ True == \T\r\u\e ]] 2021-02-10 16:02:25.975 | ++ lib/tempest:configure_tempest:299 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_username admin 2021-02-10 16:02:26.006 | ++ lib/tempest:configure_tempest:300 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_password Passw0rd 2021-02-10 16:02:26.036 | ++ lib/tempest:configure_tempest:301 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_project_name admin 2021-02-10 16:02:26.069 | ++ lib/tempest:configure_tempest:302 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_domain_name Default 2021-02-10 16:02:26.110 | ++ lib/tempest:configure_tempest:304 : '[' False == True ']' 2021-02-10 16:02:26.113 | ++ lib/tempest:configure_tempest:309 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2021-02-10 16:02:26.158 | ++ lib/tempest:configure_tempest:311 : iniset /opt/stack/tempest/etc/tempest.conf identity auth_version v3 2021-02-10 16:02:26.190 | ++ lib/tempest:configure_tempest:312 : [[ '' != \v\2 ]] 2021-02-10 16:02:26.193 | ++ lib/tempest:configure_tempest:314 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2021-02-10 16:02:26.227 | ++ lib/tempest:configure_tempest:317 : is_service_enabled tls-proxy 2021-02-10 16:02:26.246 | ++ functions-common:is_service_enabled:1962 : return 1 2021-02-10 16:02:26.249 | ++ lib/tempest:configure_tempest:322 : [[ True = True ]] 2021-02-10 16:02:26.251 | ++ lib/tempest:configure_tempest:323 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2021-02-10 16:02:26.281 | ++ lib/tempest:configure_tempest:328 : is_service_enabled ldap 2021-02-10 16:02:26.300 | ++ functions-common:is_service_enabled:1962 : return 1 2021-02-10 16:02:26.302 | ++ lib/tempest:configure_tempest:334 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled project_tags True 2021-02-10 16:02:26.337 | ++ lib/tempest:configure_tempest:338 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2021-02-10 16:02:26.377 | ++ lib/tempest:configure_tempest:342 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled access_rules True 2021-02-10 16:02:26.415 | ++ lib/tempest:configure_tempest:347 : [[ ! -z '' ]] 2021-02-10 16:02:26.418 | ++ lib/tempest:configure_tempest:350 : '[' libvirt = xenserver ']' 2021-02-10 16:02:26.422 | ++ lib/tempest:configure_tempest:353 : iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled import_image False 2021-02-10 16:02:26.461 | ++ lib/tempest:configure_tempest:355 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref e1f809cc-abc3-45bf-998d-b25e2d02e09e 2021-02-10 16:02:26.498 | ++ lib/tempest:configure_tempest:356 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref_alt e1f809cc-abc3-45bf-998d-b25e2d02e09e 2021-02-10 16:02:26.528 | ++ lib/tempest:configure_tempest:357 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref 42 2021-02-10 16:02:26.557 | ++ lib/tempest:configure_tempest:358 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref_alt 84 2021-02-10 16:02:26.591 | ++ lib/tempest:configure_tempest:359 : iniset /opt/stack/tempest/etc/tempest.conf validation connect_method floating 2021-02-10 16:02:26.624 | ++ lib/tempest:configure_tempest:360 : is_service_enabled neutron 2021-02-10 16:02:26.641 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:02:26.644 | ++ lib/tempest:configure_tempest:368 : [[ -n '' ]] 2021-02-10 16:02:26.647 | ++ lib/tempest:configure_tempest:378 : local tempest_compute_min_microversion=None 2021-02-10 16:02:26.653 | ++ lib/tempest:configure_tempest:379 : local tempest_compute_max_microversion=latest 2021-02-10 16:02:26.655 | ++ lib/tempest:configure_tempest:382 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2021-02-10 16:02:26.658 | ++ lib/tempest:configure_tempest:386 : '[' None == None ']' 2021-02-10 16:02:26.660 | ++ lib/tempest:configure_tempest:387 : inicomment /opt/stack/tempest/etc/tempest.conf compute min_microversion 2021-02-10 16:02:26.684 | ++ lib/tempest:configure_tempest:391 : '[' latest == None ']' 2021-02-10 16:02:26.686 | ++ lib/tempest:configure_tempest:394 : iniset /opt/stack/tempest/etc/tempest.conf compute max_microversion latest 2021-02-10 16:02:26.720 | ++ lib/tempest:configure_tempest:397 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled personality False 2021-02-10 16:02:26.753 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled resize True 2021-02-10 16:02:26.797 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migration False 2021-02-10 16:02:26.832 | ++ lib/tempest:configure_tempest:400 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled change_password False 2021-02-10 16:02:26.873 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration True 2021-02-10 16:02:26.907 | ++ lib/tempest:configure_tempest:402 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2021-02-10 16:02:26.942 | ++ lib/tempest:configure_tempest:403 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume False 2021-02-10 16:02:26.978 | ++ lib/tempest:configure_tempest:405 : [[ -n AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2021-02-10 16:02:26.982 | ++ lib/tempest:configure_tempest:406 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2021-02-10 16:02:27.021 | ++ lib/tempest:configure_tempest:409 : [[ False == \T\r\u\e ]] 2021-02-10 16:02:27.025 | ++ lib/tempest:configure_tempest:413 : is_service_enabled n-novnc 2021-02-10 16:02:27.045 | ++ functions-common:is_service_enabled:1962 : return 1 2021-02-10 16:02:27.049 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack/tempest/etc/tempest.conf network project_networks_reachable false 2021-02-10 16:02:27.094 | ++ lib/tempest:configure_tempest:419 : iniset /opt/stack/tempest/etc/tempest.conf network public_network_id c8caaec1-be99-412f-b722-741f8d2f4aee 2021-02-10 16:02:27.130 | ++ lib/tempest:configure_tempest:420 : iniset /opt/stack/tempest/etc/tempest.conf network public_router_id '' 2021-02-10 16:02:27.167 | ++ lib/tempest:configure_tempest:421 : iniset /opt/stack/tempest/etc/tempest.conf network default_network 172.20.0.0/16 2021-02-10 16:02:27.202 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6 True 2021-02-10 16:02:27.233 | ++ lib/tempest:configure_tempest:423 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2021-02-10 16:02:27.262 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled port_security True 2021-02-10 16:02:27.291 | ++ lib/tempest:configure_tempest:427 : '[' libvirt = xenserver ']' 2021-02-10 16:02:27.294 | ++ lib/tempest:configure_tempest:433 : SCENARIO_IMAGE_DIR=/home/ubuntu/devstack/files 2021-02-10 16:02:27.298 | ++ lib/tempest:configure_tempest:434 : SCENARIO_IMAGE_FILE= 2021-02-10 16:02:27.302 | ++ lib/tempest:configure_tempest:436 : iniset /opt/stack/tempest/etc/tempest.conf scenario img_file /home/ubuntu/devstack/files/ 2021-02-10 16:02:27.336 | ++ lib/tempest:configure_tempest:439 : TEMPEST_SSH_NETWORK_NAME=private 2021-02-10 16:02:27.339 | ++ lib/tempest:configure_tempest:440 : is_provider_network 2021-02-10 16:02:27.345 | ++ functions-common:is_provider_network:2155 : '[' '' == True ']' 2021-02-10 16:02:27.348 | ++ functions-common:is_provider_network:2158 : return 1 2021-02-10 16:02:27.354 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack/tempest/etc/tempest.conf validation run_validation True 2021-02-10 16:02:27.399 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack/tempest/etc/tempest.conf validation ip_version_for_ssh 4 2021-02-10 16:02:27.436 | ++ lib/tempest:configure_tempest:446 : iniset /opt/stack/tempest/etc/tempest.conf validation ssh_timeout 196 2021-02-10 16:02:27.477 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack/tempest/etc/tempest.conf validation image_ssh_user cirros 2021-02-10 16:02:27.512 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack/tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2021-02-10 16:02:27.542 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack/tempest/etc/tempest.conf validation network_for_ssh private 2021-02-10 16:02:27.570 | ++ lib/tempest:configure_tempest:456 : [[ -n '' ]] 2021-02-10 16:02:27.573 | ++ lib/tempest:configure_tempest:460 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-02-10 16:02:27.576 | ++ lib/tempest:configure_tempest:461 : TEMPEST_VOLUME_MANAGE_SNAPSHOT=True 2021-02-10 16:02:27.579 | +++ lib/tempest:configure_tempest:463 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2021-02-10 16:02:27.598 | ++ lib/tempest:configure_tempest:463 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_snapshot True 2021-02-10 16:02:27.630 | ++ lib/tempest:configure_tempest:465 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-02-10 16:02:27.632 | ++ lib/tempest:configure_tempest:466 : TEMPEST_VOLUME_MANAGE_VOLUME=True 2021-02-10 16:02:27.636 | +++ lib/tempest:configure_tempest:468 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2021-02-10 16:02:27.657 | ++ lib/tempest:configure_tempest:468 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_volume True 2021-02-10 16:02:27.685 | ++ lib/tempest:configure_tempest:471 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-02-10 16:02:27.688 | ++ lib/tempest:configure_tempest:471 : '[' libvirt = libvirt ']' 2021-02-10 16:02:27.690 | ++ lib/tempest:configure_tempest:472 : TEMPEST_EXTEND_ATTACHED_VOLUME=True 2021-02-10 16:02:27.698 | +++ lib/tempest:configure_tempest:474 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2021-02-10 16:02:27.715 | ++ lib/tempest:configure_tempest:474 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume True 2021-02-10 16:02:27.746 | ++ lib/tempest:configure_tempest:476 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-02-10 16:02:27.749 | ++ lib/tempest:configure_tempest:477 : TEMPEST_VOLUME_REVERT_TO_SNAPSHOT=True 2021-02-10 16:02:27.753 | +++ lib/tempest:configure_tempest:479 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2021-02-10 16:02:27.773 | ++ lib/tempest:configure_tempest:479 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled volume_revert True 2021-02-10 16:02:27.802 | ++ lib/tempest:configure_tempest:480 : local tempest_volume_min_microversion=None 2021-02-10 16:02:27.805 | ++ lib/tempest:configure_tempest:481 : local tempest_volume_max_microversion=latest 2021-02-10 16:02:27.807 | ++ lib/tempest:configure_tempest:484 : [[ '' == \v\o\l\u\m\e\v\2 ]] 2021-02-10 16:02:27.811 | ++ lib/tempest:configure_tempest:488 : '[' None == None ']' 2021-02-10 16:02:27.813 | ++ lib/tempest:configure_tempest:489 : inicomment /opt/stack/tempest/etc/tempest.conf volume min_microversion 2021-02-10 16:02:27.832 | ++ lib/tempest:configure_tempest:494 : '[' latest == None ']' 2021-02-10 16:02:27.836 | ++ lib/tempest:configure_tempest:497 : iniset /opt/stack/tempest/etc/tempest.conf volume max_microversion latest 2021-02-10 16:02:27.863 | ++ lib/tempest:configure_tempest:500 : is_service_enabled c-bak 2021-02-10 16:02:27.880 | ++ functions-common:is_service_enabled:1962 : return 1 2021-02-10 16:02:27.882 | ++ lib/tempest:configure_tempest:501 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled backup False 2021-02-10 16:02:27.913 | ++ lib/tempest:configure_tempest:507 : [[ -n lvm:lvmdriver-1 ]] 2021-02-10 16:02:27.915 | ++ lib/tempest:configure_tempest:507 : [[ lvm:lvmdriver-1 =~ .*,.* ]] 2021-02-10 16:02:27.918 | ++ lib/tempest:configure_tempest:527 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2021-02-10 16:02:27.920 | ++ lib/tempest:configure_tempest:531 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2021-02-10 16:02:27.923 | ++ lib/tempest:configure_tempest:541 : local tempest_placement_min_microversion=None 2021-02-10 16:02:27.925 | ++ lib/tempest:configure_tempest:542 : local tempest_placement_max_microversion=latest 2021-02-10 16:02:27.928 | ++ lib/tempest:configure_tempest:543 : '[' None == None ']' 2021-02-10 16:02:27.930 | ++ lib/tempest:configure_tempest:544 : inicomment /opt/stack/tempest/etc/tempest.conf placement min_microversion 2021-02-10 16:02:27.953 | ++ lib/tempest:configure_tempest:548 : '[' latest == None ']' 2021-02-10 16:02:27.955 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack/tempest/etc/tempest.conf placement max_microversion latest 2021-02-10 16:02:27.985 | ++ lib/tempest:configure_tempest:555 : '[' libvirt = ironic ']' 2021-02-10 16:02:27.987 | ++ lib/tempest:configure_tempest:569 : '[' libvirt = libvirt ']' 2021-02-10 16:02:27.990 | ++ lib/tempest:configure_tempest:571 : '[' kvm = lxc ']' 2021-02-10 16:02:27.993 | ++ lib/tempest:configure_tempest:578 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled shelve_migrate True 2021-02-10 16:02:28.023 | ++ lib/tempest:configure_tempest:579 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled stable_rescue True 2021-02-10 16:02:28.053 | ++ lib/tempest:configure_tempest:580 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled swap_volume True 2021-02-10 16:02:28.082 | ++ lib/tempest:configure_tempest:593 : local service 2021-02-10 16:02:28.085 | ++ lib/tempest:configure_tempest:594 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2021-02-10 16:02:28.088 | ++ lib/tempest:configure_tempest:595 : for service in ${tempest_services//,/ } 2021-02-10 16:02:28.091 | ++ lib/tempest:configure_tempest:596 : is_service_enabled key 2021-02-10 16:02:28.109 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:02:28.112 | ++ lib/tempest:configure_tempest:597 : iniset /opt/stack/tempest/etc/tempest.conf service_available key True 2021-02-10 16:02:28.154 | ++ lib/tempest:configure_tempest:595 : for service in ${tempest_services//,/ } 2021-02-10 16:02:28.157 | ++ lib/tempest:configure_tempest:596 : is_service_enabled glance 2021-02-10 16:02:28.185 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:02:28.188 | ++ lib/tempest:configure_tempest:597 : iniset /opt/stack/tempest/etc/tempest.conf service_available glance True 2021-02-10 16:02:28.218 | ++ lib/tempest:configure_tempest:595 : for service in ${tempest_services//,/ } 2021-02-10 16:02:28.221 | ++ lib/tempest:configure_tempest:596 : is_service_enabled nova 2021-02-10 16:02:28.240 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:02:28.243 | ++ lib/tempest:configure_tempest:597 : iniset /opt/stack/tempest/etc/tempest.conf service_available nova True 2021-02-10 16:02:28.278 | ++ lib/tempest:configure_tempest:595 : for service in ${tempest_services//,/ } 2021-02-10 16:02:28.280 | ++ lib/tempest:configure_tempest:596 : is_service_enabled neutron 2021-02-10 16:02:28.302 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:02:28.305 | ++ lib/tempest:configure_tempest:597 : iniset /opt/stack/tempest/etc/tempest.conf service_available neutron True 2021-02-10 16:02:28.342 | ++ lib/tempest:configure_tempest:595 : for service in ${tempest_services//,/ } 2021-02-10 16:02:28.345 | ++ lib/tempest:configure_tempest:596 : is_service_enabled cinder 2021-02-10 16:02:28.365 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:02:28.368 | ++ lib/tempest:configure_tempest:597 : iniset /opt/stack/tempest/etc/tempest.conf service_available cinder True 2021-02-10 16:02:28.401 | ++ lib/tempest:configure_tempest:595 : for service in ${tempest_services//,/ } 2021-02-10 16:02:28.403 | ++ lib/tempest:configure_tempest:596 : is_service_enabled swift 2021-02-10 16:02:28.423 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:02:28.426 | ++ lib/tempest:configure_tempest:597 : iniset /opt/stack/tempest/etc/tempest.conf service_available swift True 2021-02-10 16:02:28.456 | ++ lib/tempest:configure_tempest:595 : for service in ${tempest_services//,/ } 2021-02-10 16:02:28.458 | ++ lib/tempest:configure_tempest:596 : is_service_enabled horizon 2021-02-10 16:02:28.478 | ++ functions-common:is_service_enabled:1962 : return 1 2021-02-10 16:02:28.481 | ++ lib/tempest:configure_tempest:599 : iniset /opt/stack/tempest/etc/tempest.conf service_available horizon False 2021-02-10 16:02:28.511 | ++ lib/tempest:configure_tempest:603 : '[' libvirt = libvirt ']' 2021-02-10 16:02:28.513 | ++ lib/tempest:configure_tempest:603 : '[' kvm = lxc ']' 2021-02-10 16:02:28.515 | ++ lib/tempest:configure_tempest:613 : local tmp_cfg_file 2021-02-10 16:02:28.518 | +++ lib/tempest:configure_tempest:614 : mktemp 2021-02-10 16:02:28.523 | ++ lib/tempest:configure_tempest:614 : tmp_cfg_file=/tmp/tmp.AEoe0Yxbbq 2021-02-10 16:02:28.526 | ++ lib/tempest:configure_tempest:615 : cd /opt/stack/tempest 2021-02-10 16:02:28.529 | ++ lib/tempest:configure_tempest:616 : [[ False != \T\r\u\e ]] 2021-02-10 16:02:28.531 | ++ lib/tempest:configure_tempest:617 : tox -revenv-tempest --notest 2021-02-10 16:02:29.221 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2021-02-10 16:02:30.224 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2021-02-10 16:02:47.040 | venv-tempest develop-inst: /opt/stack/tempest 2021-02-10 16:02:52.708 | venv-tempest installed: attrs==20.3.0,bcrypt==3.2.0,certifi==2020.12.5,cffi==1.14.4,chardet==4.0.0,cliff==3.6.0,cmd2==1.5.0,colorama==0.4.4,cryptography==3.4.4,debtcollector==2.2.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==2.10,importlib-metadata==3.4.0,importlib-resources==3.3.1,iso8601==0.1.14,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.5,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.10.9,oslo.concurrency==4.4.0,oslo.config==8.4.0,oslo.context==3.1.1,oslo.i18n==5.0.1,oslo.log==4.4.0,oslo.serialization==4.1.0,oslo.utils==4.7.0,packaging==20.9,paramiko==2.7.2,pbr==5.5.1,prettytable==0.7.2,pycparser==2.20,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.1,pyrsistent==0.17.3,python-dateutil==2.8.1,python-mimeparse==1.6.0,python-subunit==1.4.0,pytz==2021.1,PyYAML==5.4.1,requests==2.25.1,rfc3986==1.4.0,six==1.15.0,stestr==3.1.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@f4ddd6f8be44f3107c6a4d58da2c9179cd3ec76c#egg=tempest,testtools==2.4.0,traceback2==1.4.0,typing-extensions==3.7.4.3,unittest2==1.1.0,urllib3==1.26.3,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1,zipp==3.4.0 2021-02-10 16:02:52.708 | ___________________________________ summary ____________________________________ 2021-02-10 16:02:52.708 | venv-tempest: skipped tests 2021-02-10 16:02:52.709 | congratulations :) 2021-02-10 16:02:52.746 | ++ lib/tempest:configure_tempest:621 : local tmp_u_c_m 2021-02-10 16:02:52.750 | +++ lib/tempest:configure_tempest:622 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2021-02-10 16:02:52.754 | ++ lib/tempest:configure_tempest:622 : tmp_u_c_m=/tmp/tempest_u_c_m.7uF5okCyhF 2021-02-10 16:02:52.758 | ++ lib/tempest:configure_tempest:623 : cd /opt/stack/requirements 2021-02-10 16:02:52.761 | ++ lib/tempest:configure_tempest:623 : git show origin/master:upper-constraints.txt 2021-02-10 16:02:52.767 | ++ lib/tempest:configure_tempest:624 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.7uF5okCyhF -r requirements.txt 2021-02-10 16:02:54.495 | /opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' 2021-02-10 16:02:54.495 | warnings.warn(msg) 2021-02-10 16:02:54.580 | venv-tempest develop-inst-noop: /opt/stack/tempest 2021-02-10 16:02:55.195 | venv-tempest installed: attrs==20.3.0,bcrypt==3.2.0,certifi==2020.12.5,cffi==1.14.4,chardet==4.0.0,cliff==3.6.0,cmd2==1.5.0,colorama==0.4.4,cryptography==3.4.4,debtcollector==2.2.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==2.10,importlib-metadata==3.4.0,importlib-resources==3.3.1,iso8601==0.1.14,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.5,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.10.9,oslo.concurrency==4.4.0,oslo.config==8.4.0,oslo.context==3.1.1,oslo.i18n==5.0.1,oslo.log==4.4.0,oslo.serialization==4.1.0,oslo.utils==4.7.0,packaging==20.9,paramiko==2.7.2,pbr==5.5.1,prettytable==0.7.2,pycparser==2.20,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.1,pyrsistent==0.17.3,python-dateutil==2.8.1,python-mimeparse==1.6.0,python-subunit==1.4.0,pytz==2021.1,PyYAML==5.4.1,requests==2.25.1,rfc3986==1.4.0,six==1.15.0,stestr==3.1.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@f4ddd6f8be44f3107c6a4d58da2c9179cd3ec76c#egg=tempest,testtools==2.4.0,traceback2==1.4.0,typing-extensions==3.7.4.3,unittest2==1.1.0,urllib3==1.26.3,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1,zipp==3.4.0 2021-02-10 16:02:55.196 | venv-tempest run-test-pre: PYTHONHASHSEED='2045291663' 2021-02-10 16:02:55.196 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.7uF5okCyhF -r requirements.txt 2021-02-10 16:02:56.762 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-02-10 16:02:56.766 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 16:02:56.777 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-02-10 16:02:56.782 | Ignoring importlib-resources: markers 'python_version == "3.8"' don't match your environment 2021-02-10 16:02:56.786 | Requirement already satisfied: oslo.concurrency===4.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 24)) (4.4.0) 2021-02-10 16:02:56.816 | Requirement already satisfied: pbr===5.5.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 46)) (5.5.1) 2021-02-10 16:02:56.818 | Requirement already satisfied: oslo.i18n===5.0.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 52)) (5.0.1) 2021-02-10 16:02:56.825 | Requirement already satisfied: fixtures===3.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 62)) (3.0.0) 2021-02-10 16:02:56.836 | Requirement already satisfied: debtcollector===2.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 118)) (2.2.0) 2021-02-10 16:02:56.844 | Requirement already satisfied: netaddr===0.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 135)) (0.8.0) 2021-02-10 16:02:56.849 | Requirement already satisfied: prettytable===0.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 143)) (0.7.2) 2021-02-10 16:02:56.851 | Requirement already satisfied: paramiko===2.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 167)) (2.7.2) 2021-02-10 16:02:56.890 | Requirement already satisfied: urllib3===1.26.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 172)) (1.26.3) 2021-02-10 16:02:56.913 | Requirement already satisfied: python-subunit===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 177)) (1.4.0) 2021-02-10 16:02:56.928 | Requirement already satisfied: PyYAML===5.4.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 181)) (5.4.1) 2021-02-10 16:02:56.931 | Requirement already satisfied: cryptography===3.4.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 185)) (3.4.4) 2021-02-10 16:02:56.975 | Requirement already satisfied: unittest2===1.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 203)) (1.1.0) 2021-02-10 16:02:56.982 | Requirement already satisfied: bcrypt===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 211)) (3.2.0) 2021-02-10 16:02:56.992 | Requirement already satisfied: cliff===3.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 245)) (3.6.0) 2021-02-10 16:02:57.005 | Requirement already satisfied: oslo.log===4.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 276)) (4.4.0) 2021-02-10 16:02:57.049 | Requirement already satisfied: stestr===3.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 304)) (3.1.0) 2021-02-10 16:02:57.080 | Requirement already satisfied: oslo.serialization===4.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 305)) (4.1.0) 2021-02-10 16:02:57.090 | Requirement already satisfied: testtools===2.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 343)) (2.4.0) 2021-02-10 16:02:57.108 | Requirement already satisfied: PyNaCl===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 385)) (1.4.0) 2021-02-10 16:02:57.122 | Requirement already satisfied: msgpack===1.0.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 392)) (1.0.2) 2021-02-10 16:02:57.125 | Requirement already satisfied: oslo.config===8.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 394)) (8.4.0) 2021-02-10 16:02:57.171 | Requirement already satisfied: pyparsing===2.4.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 409)) (2.4.7) 2021-02-10 16:02:57.174 | Requirement already satisfied: stevedore===3.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 420)) (3.3.0) 2021-02-10 16:02:57.183 | Requirement already satisfied: cmd2===1.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 429)) (1.5.0) 2021-02-10 16:02:57.246 | Requirement already satisfied: six===1.15.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 446)) (1.15.0) 2021-02-10 16:02:57.248 | Requirement already satisfied: wrapt===1.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 473)) (1.12.1) 2021-02-10 16:02:57.250 | Requirement already satisfied: rfc3986===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 484)) (1.4.0) 2021-02-10 16:02:57.254 | Requirement already satisfied: future===0.18.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 487)) (0.18.2) 2021-02-10 16:02:57.256 | Requirement already satisfied: importlib-resources===3.3.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 516)) (3.3.1) 2021-02-10 16:02:57.276 | Requirement already satisfied: cffi===1.14.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 531)) (1.14.4) 2021-02-10 16:02:57.279 | Requirement already satisfied: jsonschema===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 534)) (3.2.0) 2021-02-10 16:02:57.311 | Requirement already satisfied: zipp===3.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 547)) (3.4.0) 2021-02-10 16:02:57.337 | Requirement already satisfied: fasteners===0.14.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 560)) (0.14.1) 2021-02-10 16:02:57.342 | Requirement already satisfied: oslo.utils===4.7.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 566)) (4.7.0) 2021-02-10 16:02:57.360 | Requirement already satisfied: python-dateutil===2.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 573)) (2.8.1) 2021-02-10 16:02:57.365 | Requirement already satisfied: colorama===0.4.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 577)) (0.4.4) 2021-02-10 16:02:57.368 | Requirement already satisfied: pytz===2021.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 580)) (2021.1) 2021-02-10 16:02:57.372 | Requirement already satisfied: setuptools===53.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 587)) (53.0.0) 2021-02-10 16:02:57.420 | Requirement already satisfied: extras===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 161)) (1.0.0) 2021-02-10 16:02:57.421 | Requirement already satisfied: argparse in ./.tox/tempest/lib/python3.6/site-packages (from unittest2===1.1.0->-c /tmp/tempest_u_c_m.7uF5okCyhF (line 203)) (1.4.0) 2021-02-10 16:02:57.423 | Requirement already satisfied: traceback2===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 146)) (1.4.0) 2021-02-10 16:02:57.426 | Requirement already satisfied: pyinotify===0.9.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 117)) (0.9.6) 2021-02-10 16:02:57.427 | Requirement already satisfied: oslo.context===3.1.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 55)) (3.1.1) 2021-02-10 16:02:57.433 | Requirement already satisfied: voluptuous===0.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 2)) (0.12.1) 2021-02-10 16:02:57.437 | Requirement already satisfied: python-mimeparse===1.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 97)) (1.6.0) 2021-02-10 16:02:57.438 | Requirement already satisfied: requests===2.25.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 220)) (2.25.1) 2021-02-10 16:02:57.460 | Requirement already satisfied: importlib-metadata===3.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 279)) (3.4.0) 2021-02-10 16:02:57.499 | Requirement already satisfied: wcwidth===0.2.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 140)) (0.2.5) 2021-02-10 16:02:57.504 | Requirement already satisfied: pyperclip===1.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 267)) (1.8.1) 2021-02-10 16:02:57.506 | Requirement already satisfied: attrs===20.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 49)) (20.3.0) 2021-02-10 16:02:57.552 | Requirement already satisfied: pycparser===2.20 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 179)) (2.20) 2021-02-10 16:02:57.554 | Requirement already satisfied: pyrsistent===0.17.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 482)) (0.17.3) 2021-02-10 16:02:57.559 | Requirement already satisfied: monotonic===1.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 501)) (1.5) 2021-02-10 16:02:57.560 | Requirement already satisfied: packaging===20.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 331)) (20.9) 2021-02-10 16:02:57.565 | Requirement already satisfied: netifaces===0.10.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 508)) (0.10.9) 2021-02-10 16:02:57.568 | Requirement already satisfied: iso8601===0.1.14 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 357)) (0.1.14) 2021-02-10 16:02:57.569 | Requirement already satisfied: linecache2===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 359)) (1.0.0) 2021-02-10 16:02:57.571 | Requirement already satisfied: certifi===2020.12.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 41)) (2020.12.5) 2021-02-10 16:02:57.573 | Requirement already satisfied: chardet===4.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 3)) (4.0.0) 2021-02-10 16:02:57.576 | Requirement already satisfied: idna===2.10 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 361)) (2.10) 2021-02-10 16:02:57.579 | Requirement already satisfied: typing-extensions===3.7.4.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.7uF5okCyhF (line 574)) (3.7.4.3) 2021-02-10 16:02:57.681 | WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. 2021-02-10 16:02:57.681 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2021-02-10 16:02:57.743 | ___________________________________ summary ____________________________________ 2021-02-10 16:02:57.744 | venv-tempest: commands succeeded 2021-02-10 16:02:57.744 | congratulations :) 2021-02-10 16:02:57.792 | ++ lib/tempest:configure_tempest:625 : rm -f /tmp/tempest_u_c_m.7uF5okCyhF 2021-02-10 16:02:57.796 | ++ lib/tempest:configure_tempest:628 : iniset /opt/stack/tempest/etc/tempest.conf auth tempest_roles member 2021-02-10 16:02:57.824 | ++ lib/tempest:configure_tempest:629 : [[ False == \T\r\u\e ]] 2021-02-10 16:02:57.828 | ++ lib/tempest:configure_tempest:637 : [[ True == \F\a\l\s\e ]] 2021-02-10 16:02:57.834 | ++ lib/tempest:configure_tempest:641 : iniset /opt/stack/tempest/etc/tempest.conf auth use_dynamic_credentials True 2021-02-10 16:02:57.862 | ++ lib/tempest:configure_tempest:647 : tox -evenv -- tempest verify-config -uro /tmp/tmp.AEoe0Yxbbq 2021-02-10 16:02:58.540 | venv create: /opt/stack/tempest/.tox/venv 2021-02-10 16:02:59.301 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2021-02-10 16:03:28.635 | venv develop-inst: /opt/stack/tempest 2021-02-10 16:03:37.255 | venv installed: alabaster==0.7.12,attrs==20.3.0,Babel==2.9.0,bcrypt==3.2.0,certifi==2020.12.5,cffi==1.14.4,chardet==4.0.0,cliff==3.6.0,cmd2==1.5.0,colorama==0.4.4,cryptography==3.4.4,debtcollector==2.2.0,docutils==0.16,dulwich==0.20.18,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==2.10,imagesize==1.2.0,importlib-metadata==3.4.0,importlib-resources==3.3.1,iso8601==0.1.14,Jinja2==2.11.3,jsonschema==3.2.0,linecache2==1.0.0,MarkupSafe==1.1.1,monotonic==1.5,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.10.9,openstackdocstheme==2.2.7,oslo.concurrency==4.4.0,oslo.config==8.4.0,oslo.context==3.1.1,oslo.i18n==5.0.1,oslo.log==4.4.0,oslo.serialization==4.1.0,oslo.utils==4.7.0,packaging==20.9,paramiko==2.7.2,pbr==5.5.1,prettytable==0.7.2,pycparser==2.20,Pygments==2.7.4,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.1,pyrsistent==0.17.3,python-dateutil==2.8.1,python-mimeparse==1.6.0,python-subunit==1.4.0,pytz==2021.1,PyYAML==5.4.1,reno==3.2.0,requests==2.25.1,rfc3986==1.4.0,six==1.15.0,snowballstemmer==2.1.0,Sphinx==3.4.3,sphinxcontrib-applehelp==1.0.2,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==1.0.3,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-serializinghtml==1.1.4,sphinxcontrib-svg2pdfconverter==1.1.1,stestr==3.1.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@f4ddd6f8be44f3107c6a4d58da2c9179cd3ec76c#egg=tempest,testtools==2.4.0,traceback2==1.4.0,typing-extensions==3.7.4.3,unittest2==1.1.0,urllib3==1.26.3,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1,zipp==3.4.0 2021-02-10 16:03:37.256 | venv run-test-pre: PYTHONHASHSEED='1827197071' 2021-02-10 16:03:37.256 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.AEoe0Yxbbq 2021-02-10 16:03:40.888 | /opt/stack/tempest/tempest/lib/services/clients.py:211: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version 2021-02-10 16:03:40.889 | _client = klass(auth_provider=auth_provider, **kwargs) 2021-02-10 16:03:40.889 | Config option api_v2 in group image-feature-enabled should be changed to: False 2021-02-10 16:03:41.012 | ___________________________________ summary ____________________________________ 2021-02-10 16:03:41.012 | venv: commands succeeded 2021-02-10 16:03:41.012 | congratulations :) 2021-02-10 16:03:41.050 | ++ lib/tempest:configure_tempest:652 : is_service_enabled q-metering 2021-02-10 16:03:41.068 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:03:41.072 | ++ lib/tempest:configure_tempest:657 : is_service_enabled q-l3 2021-02-10 16:03:41.094 | ++ functions-common:is_service_enabled:1962 : return 0 2021-02-10 16:03:41.096 | ++ lib/tempest:configure_tempest:661 : local network_api_extensions=all 2021-02-10 16:03:41.100 | ++ lib/tempest:configure_tempest:662 : [[ ! -z '' ]] 2021-02-10 16:03:41.103 | ++ lib/tempest:configure_tempest:668 : [[ -n '' ]] 2021-02-10 16:03:41.106 | ++ lib/tempest:configure_tempest:671 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled api_extensions all 2021-02-10 16:03:41.139 | ++ lib/tempest:configure_tempest:673 : local object_storage_api_extensions=all 2021-02-10 16:03:41.141 | ++ lib/tempest:configure_tempest:674 : [[ ! -z '' ]] 2021-02-10 16:03:41.144 | ++ lib/tempest:configure_tempest:680 : iniset /opt/stack/tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis all 2021-02-10 16:03:41.177 | ++ lib/tempest:configure_tempest:682 : local volume_api_extensions=all 2021-02-10 16:03:41.179 | ++ lib/tempest:configure_tempest:683 : [[ ! -z '' ]] 2021-02-10 16:03:41.182 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled api_extensions all 2021-02-10 16:03:41.213 | ++ lib/tempest:configure_tempest:692 : IFS=' 2021-02-10 16:03:41.213 | ' 2021-02-10 16:03:41.217 | ++ extras.d/80-tempest.sh:source:22 : echo_summary 'Installing Tempest Plugins' 2021-02-10 16:03:41.220 | ++ ./stack.sh:echo_summary:416 : [[ -t 3 ]] 2021-02-10 16:03:41.222 | ++ ./stack.sh:echo_summary:422 : echo -e Installing Tempest Plugins 2021-02-10 16:03:41.226 | ++ extras.d/80-tempest.sh:source:23 : install_tempest_plugins 2021-02-10 16:03:41.230 | ++ lib/tempest:install_tempest_plugins:719 : pushd /opt/stack/tempest 2021-02-10 16:03:41.230 | /opt/stack/tempest /opt/stack/tempest 2021-02-10 16:03:41.233 | ++ lib/tempest:install_tempest_plugins:720 : [[ 0 != 0 ]] 2021-02-10 16:03:41.235 | ++ lib/tempest:install_tempest_plugins:730 : popd 2021-02-10 16:03:41.236 | /opt/stack/tempest 2021-02-10 16:03:41.240 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-02-10 16:03:41.243 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-02-10 16:03:41.246 | + functions-common:run_phase:1755 : [[ stack == \s\o\u\r\c\e ]] 2021-02-10 16:03:41.249 | + functions-common:run_phase:1758 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-02-10 16:03:41.253 | + functions-common:run_phase:1761 : run_plugins stack test-config 2021-02-10 16:03:41.256 | + functions-common:run_plugins:1720 : local mode=stack 2021-02-10 16:03:41.259 | + functions-common:run_plugins:1721 : local phase=test-config 2021-02-10 16:03:41.262 | + functions-common:run_plugins:1723 : local plugins= 2021-02-10 16:03:41.264 | + functions-common:run_plugins:1724 : local plugin 2021-02-10 16:03:41.267 | + ./stack.sh:main:1460 : merge_config_group /home/ubuntu/devstack/local.conf test-config 2021-02-10 16:03:41.270 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-02-10 16:03:41.273 | + inc/meta-config:merge_config_group:171 : shift 2021-02-10 16:03:41.276 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2021-02-10 16:03:41.279 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-10 16:03:41.281 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-02-10 16:03:41.284 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-02-10 16:03:41.288 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf test-config 2021-02-10 16:03:41.291 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-02-10 16:03:41.294 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2021-02-10 16:03:41.296 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-02-10 16:03:41.299 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2021-02-10 16:03:41.299 | /^\[\[.+\|.*\]\]/ { 2021-02-10 16:03:41.299 | gsub("[][]", "", $1); 2021-02-10 16:03:41.299 | split($1, a, "|"); 2021-02-10 16:03:41.299 | if (a[1] == matchgroup) 2021-02-10 16:03:41.299 | print a[2] 2021-02-10 16:03:41.299 | } 2021-02-10 16:03:41.299 | ' /home/ubuntu/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= run_process 24 test_with_retry 5 apt-get-update 6 osc 427 wait_for_service 27 git_timed 12 dbsync 76 pip_install 284 apt-get 227 ------------------------- Unaccounted time 621 ========================= Total runtime 1709 This is your host IP address: 10.222.0.71 This is your host IPv6 address: ::1 Keystone is serving at http://10.222.0.71/identity/ The default users are: admin and demo The password: Passw0rd Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: wallaby Change: aa2821eb89ab9c8048509d15fe41215c163d2f50 Merge "Drop opensuse platform job" 2021-02-02 18:18:36 +0000 OS Version: Ubuntu 18.04 bionic